.row.src-result-wrapper {
    padding: 0 0 2% 0%;
    margin-bottom: 1.5625rem;
}

.result_listing {
    padding: 0 15px 2px;
    background: #FFF;
    margin-bottom: 2em;
    border-radius: 2px;
    border: 1px solid #FFF;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.result_listing:hover {
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.lst-title h3 {
    padding-bottom: 12px;
    margin-bottom: 0;
    margin-top: 23px;
}

.lst-title h3 a {
    font-weight: 700;
    line-height: 1;
    height: 2em;
    font-size: 19px;
    overflow: hidden;
    display: block;
}

.price-area {
    padding-top: 4px;
	padding-bottom: 5px;
    height: auto;
	min-height: 50px;
	overflow: hidden;
}

span.curr {
    font-size: 14px;
}


.yellow-line-space {
	border-bottom: 1px solid #feec76;
	clear: both;
	margin-bottom: 4px;
}

.txt-price {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
}

.callforprice {
    font-size: 1.9rem;
}

.shipping_price {
    font-size: 12px;
    line-height: 1;
    display: block;
    margin-top: 3px;
    font-weight: 400;
    text-align: left;
    color: #888;
    letter-spacing: 0.01em;
}

.description {
    font-size: 11.7px;
    border-bottom: 1px solid #feec76;
    height: 64px;
    line-height: 1.3;
    padding-bottom: 2px;
    margin: 0;
    overflow: hidden;
    color: #888;
}

p.description a {
	font-weight: 700;
	text-decoration: underline;
}

p.description a:hover {
	background: #feec76;
	text-decoration: none;
}

p.address {
    margin: 0 0 2px;
    height: 17px;
    overflow: hidden;
}

a.click_buy {
	display: none;
}

a.click_to_call {
    width: 46px;
    height: 46px;
    color: transparent;
    font-size: 0;
    border: 2px solid #3b4143;
    border-radius: 200px;
    background-size: 54%;
    float: left;
    position: relative;
}

a.click_to_call::before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f095";
    position: absolute;
    top: 5px;
    left: 9px;
    color: #3b4143;
    font-size: 22px;
}

a.click_to_call:hover,
a.click_to_call:focus,
a.click_to_call.active {
	background: #3b4143;
	color: #feec76;
}

a.click_to_call:hover::before,
a.click_to_call:focus::before,
a.click_to_call.active::before {
	color: #feec76;
}

a.btn-src-btm.click_contact {
    background: white;
    border: 2px solid #3b4143;
    color: #3b4143;
    border-radius: 54px;
    width: 46px;
    font-size: 22px;
    display: block;
    height: 46px;
    padding: 10px 6px 10px 5px;
    line-height: 1;
}

a.btn-src-btm.click_contact:hover,
a.btn-src-btm.click_contact:focus {
	background: #3b4143;
	color: #feec76;
	text-decoration: none;
}



.left {
    font-weight: 700;
    font-size: 17px;
    height: 23px;
    margin-top: 2px;
    margin-bottom: 0;
    overflow: hidden;
}

.btn-src-main {
    padding: 7px;
    margin-top: 8px;
}

.finance_btn {
    color: #1fa67a !important;
    font-weight: 700;
    font-size: 13px;
    text-align: center;
    display: block;
    line-height: 1.1;
}

.finance_btn:hover,
.finance_btn:focus {
	color: darkgreen !important;
	text-decoration: none;
}

.finance_btn span.curr-rate {
    display: block;
    font-size: 89%;
    font-weight: 600;
}

.finance_btn span.tag {
	display: none;
}

.finance_btn:hover {

}

.currency_disclaimer
{
	font-size: 88%;
	color: #1fa67a;
	background: #fff;
	border: 1px solid #b7e1d3;
	border-radius: 4px;
	padding: 1em 2em 0.2em;
	width: 70%;
	margin: 3em auto 1em;
	font-weight: 500;
}

.perf-db-area {
    height: 33px;
    clear: both;
}

.perf_db_button,
.fctap .btn.perf_db_button {
    padding: 5px;
    margin-top: 0;
}

.btn-src-main span i {
    font-size: 20px;
    display: inline-block;
    line-height: 0em;
    position: relative;
    top: 3px;
    left: -6px;
}

.btn-src-main span i.fa-money-bill-alt {
	top: 3px;
}


.txt-reg-num, .txt-total-time {
    font-weight: 600;
    font-size: 14px;
    height: 29px;
    text-align: center;
    overflow: hidden;
    line-height: 1.2;
    padding-top: 1px;
}

.txt-reg-num span, .txt-total-time span {
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    color: #888;
    line-height: 1;
    letter-spacing: 0.04em;
    margin-right: 1px;
    display: block;
}

.buttons-btm {
	padding: 5px 10px 0;
}

.btn-btm {
	padding: 3px;
}

.btn-src-btm {
	background: #E9E9E9;
	padding: 10px;
}

.btn-src-btm.listing_saved {
	background: #fdec76;
}

.phone {
	font-weight: 600;
}

.row.phoneAddress {
    height: 46px;
    clear: both;
}

.last-update {
    text-align: center;
    font-size: 10px;
    display: none;
    margin-bottom: 5px;
    font-weight: 600;
    color: #777;
    letter-spacing: 0.01em;
}

.buttons-btm svg {
	width: 30px;
	height: 30px;
	line-height: 0;
	vertical-align: middle;
	fill: #3b4143;
}

.buttons-btm svg:hover {
	fill: #FFF;
}

.buttons-btm btn-src-btm:hover svg {
	color: #FFF;
	fill: #FFF !important;
}

.compare_box {
    display: inline-block;
    position: absolute;
    left: 20%;
    vertical-align: middle;
    top: 17%;
}

.newitem {
    position: absolute;
    top: 0;
    background: #feec76;
    padding: 4px 10px 4px 12px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    right: -8px;
    letter-spacing: 0.03em;
    line-height: 1;
}

.newitem:after {
    content: " ";
    position: absolute;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #a5a4a1;
    bottom: -8px;
    right: 0;
}

@media (max-width: 767px) {
	.newitem {
		top: -23px;
	}
}



/*  CHECKBOX SNIPPET */       

input[type='checkbox']:checked + label > i:first-of-type,
input[type='checkbox'] + label > i:last-of-type{
    display: none;
}
input[type='checkbox']:checked + label > i:last-of-type{
    display: inline-block;
}

.checkbox input[type="checkbox"],
.radio input[type="radio"] {
    display: none;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
    background: #FFF;
}

.btn-btm .checkbox {
	position: absolute;
	vertical-align: middle;
}

.checkbox label {
	padding-left: 10px;
}

.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr,
.radio .cr {
    position: absolute;
    font-size: 0.9em;
    line-height: 0;
    top: 0%;
    /*left: 500%; */
    left: 7px;
}

.radio .cr {
    margin-left: 0.04em;
}

.checkbox input[type="checkbox"] label + .cr:active ,
.radio input[type="radio"] label + .cr:active {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox input[type="checkbox"]:checked label + .cr ,
.radio input[type="radio"]:checked label + .cr {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label .glyphicon-ok::before
{
	position: absolute;
	top: 44%;
	left: 4%;
}

/*  END CHECKBOX SNIPPET */ 


/* PREMIUM LISTING STYLES - OLD VERSION *******
.result.gold {
    padding: 1em;
    border: 4px solid gold;
    background: #fff9d9;
}

.result.silver {
    padding: 1em;
    border: 4px solid #848484;
    background: #dfdfdf;
}

.result.bronze {
    padding: 1em;
    border: 4px solid #926104;
    background: #f2ece0;
}

.result.gold .btn-src-btm,
.result.silver .btn-src-btm,
.result.bronze .btn-src-btm {
	background: #3b4143;
	color: #FFF;
}

.result.gold .btn-src-btm:hover,
.result.silver .btn-src-btm:hover,
.result.bronze .btn-src-btm:hover {
	background: #222;
	color: #feec76;
}
*/




/*
.result.gold::before {
    content: "Premium Listing";
    background: #db0000;
    color: #FFF;
    display: block;
    position: absolute;
    top: 0;
    left: 20px;
    padding: 2px 10px;
    z-index: 9;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
*/

.result.gold {
	border: 1px solid gold;
}

.result.gold::before {
    position: absolute;
    content: "\f005";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: 1px;
    left: 15px;
    padding: 1px 3px 2px;
    font-size: 11px;
    z-index: 4;
}

.result.gold::after {
    position: absolute;
    content: "Premium Listing";
    font-weight: 600;
    color: #3b4143;
    top: 1px;
    left: 16px;
    text-transform: uppercase;
    padding: 3px 42px 3px 22px;
    font-size: 10px;
    letter-spacing: 0.15em;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fed530), to(#fff));
    background: -webkit-linear-gradient(left, #fed530, #fff);
    background: -moz-linear-gradient(left, #fed530, #fff);
    background-color: rgba(0, 0, 0, 0);
    background: -o-linear-gradient(left, #fed530, #fff);
    background: -ms-linear-gradient(left, #fed530, #fff);
    background: linear-gradient(left, #fed530, #fff);
    background-color: #fed530;
    z-index: 3;
}

.result.silver {
	border: 1px solid gold;
}

.result.silver::before {
    position: absolute;
    content: "\f005";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: 1px;
    left: 15px;
    padding: 1px 3px 2px;
    font-size: 11px;
    z-index: 4;
}

.result.silver::after {
    position: absolute;
    content: "Premium Listing";
    font-weight: 600;
    color: #3b4143;
    top: 1px;
    left: 16px;
    text-transform: uppercase;
    padding: 3px 60px 2px 22px;
    font-size: 10px;
    letter-spacing: 0.15em;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fed530), to(#fff));
    background: -webkit-linear-gradient(left, #fed530, #fff);
    background: -moz-linear-gradient(left, #fed530, #fff);
    background-color: rgba(0, 0, 0, 0);
    background: -o-linear-gradient(left, #fed530, #fff);
    background: -ms-linear-gradient(left, #fed530, #fff);
    background: linear-gradient(left, #fed530, #fff);
    background-color: #fed530;
	z-index: 3;
}

.result.bronze {
	border: 1px solid gold;
}

.result.bronze::before {
    position: absolute;
    content: "\f005";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: 1px;
    left: 15px;
    padding: 1px 3px 2px;
    font-size: 11px;
    z-index: 4;
}

.result.bronze::after {
    position: absolute;
    content: "Premium Listing";
    font-weight: 600;
    color: #3b4143;
    top: 1px;
    left: 16px;
    text-transform: uppercase;
    padding: 3px 60px 2px 22px;
    font-size: 10px;
    letter-spacing: 0.15em;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fed530), to(#fff));
    background: -webkit-linear-gradient(left, #fed530, #fff);
    background: -moz-linear-gradient(left, #fed530, #fff);
    background-color: rgba(0, 0, 0, 0);
    background: -o-linear-gradient(left, #fed530, #fff);
    background: -ms-linear-gradient(left, #fed530, #fff);
    background: linear-gradient(left, #fed530, #fff);
    background-color: #fed530;
	z-index: 3;
}

.result_aeromarkt {
	/*padding: 1em 1em 7em;*/
	background-image: url("../images/bg-aeromarkt.jpg");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 180% auto;
	padding-bottom: 65px;
	border: 1px solid #b5c9e3;
}

.result_aeromarkt .description {
	display: none;
}



.img_area a img {
	width: 100%;
}

.phone-numbers {
    display: none;
    /* background: rgba(248,63,44,0.95); */
    background: #FFF;
    border-radius: 4px;
    position: absolute;
    z-index: 999;
    padding: 1em;
    /* box-shadow: 0 6px 7px rgba(0,0,0,0.09); */
    width: 94%;
    left: 50%;
    bottom: 30px;
    transform: translate(-50%, -50%);
    background-clip: padding-box;
    border: 1px solid rgba(27,31,35,.15);
    box-shadow: 0 3px 12px rgba(27,31,35,.15);
    min-height: 74px;
    font-weight: 600;
}

.phone-numbers:before,
.phone-numbers:after {
	position: absolute;
	content: "";
    display: inline-block;
}

.phone-numbers:before {
    border: 8px solid transparent;
    border-top-color: rgba(27,31,35,.1);
    left: auto;
    right: 90px;
    bottom: -16px;
}
   
.phone-numbers:after {
    border: 7px solid transparent;
    border-top-color: #fff;
    left: auto;
    right: 91px;
    bottom: -13px;
}

.phone-numbers.show {
	display: block;
}

.phone-numbers a.click_to_call {
    width: auto;
    height: auto;
    color: #000;
    font-size: 14px;
    border: none;
    border-radius: none;
    background-size: auto;
    float: none;
    position: relative;
    display: inline-block;
    font-weight: 600;
}

.phone-numbers a.click_to_call:hover,
.phone-numbers a.click_to_call:focus {
    background: none;
    text-decoration: underline;
    color: #000;
    text-decoration-color: #feec76;
}

.phone-numbers i {
	display: inline-block;
}

.phone-numbers a.click_to_call::before {
	display: none;
}

.phone-btn-mobile {
	display: none;
}

@media (min-width: 1500px) and (max-width: 1589px) {
	.phone-numbers:before {
		right: 128px;
	}
	.phone-numbers:after {
		right: 129px;
	}
}

@media (max-width: 1200px) {
	.phone-numbers:before {
		right: 108px;
	}
	.phone-numbers:after {
		right: 109px;
	}
}

@media (max-width: 767px) {

	.phone-numbers:before {
		right: 40%;
	}
	.phone-numbers:after {
		right: 40.3%;
	}
	.yellow-line-space {
	padding-top: 0px;
	padding-bottom: 0px;
}
}

@media (max-width: 511px) {
	
	.phone-numbers:before {
		right: 36%;
	}
	.phone-numbers:after {
		right: 36.3%;
	}
	
	.phone-numbers a.click_to_call {
		font-size: 16px;
		margin: 6px auto;
	}
	
	.phone {
		font-size: 16px;
	}	
}

@media (max-width: 600px) {
	.result_aeromarkt {
	background-size: 120% auto;
}

}

@media (max-width: 1200px) {
	.finance_btn span.tag {
		display: inline-block;
		text-transform: none;
		letter-spacing: 0;
		font-weight: 500;
		margin-left: 4px;
	}
}

@media (max-width: 400px) {
	.btn-src-btm.compare_selected {
    	text-indent: 15px;
	}
}

.img_area {
    height: 149px;
}
.img_area a img {
	height: 146px;
    object-fit: contain;
}
@media (max-width: 1589px) {
	.img_area {
    	height: 189px;
	}
	.img_area a img {
		height: 186px;
	}
}

@media (min-width: 1200px) and (max-width: 1500px) {
	.img_area {
    	height: 146px;
	}
	.img_area a img {
		height: 144px;
	}
}

@media (max-width: 1200px) {
	
	.img_area {
		height: 166px;
	}
	.img_area a img {
		height: 164px;
}          
	


@media (max-width: 991px) {
	
	.img_area {
		height: 179px;
	}
	.img_area a img {
		height: 177px;
	}

    .currency_disclaimer 
	{
        width: 100%;
        padding: 1em 1em 0.4em;
        font-size: 84%;
    }

}


@media (max-width: 767px) {
	
	.img_area {
		height: auto;
		max-height: 400px;
	}
	.img_area a img {
		height: auto;
		max-height: 398px;
	}
}

@media (max-width: 500px) {
	
	.img_area {
		height: auto;
		max-height: 249px;
	}
	.img_area a img {
		height: auto;
		max-height: 247px;
	}
}

@media (max-width: 375px) {
	
	.img_area {
		height: auto;
		max-height: 179px;
	}
	.img_area a img {
		height: auto;
		max-height: 177px;
	}
}

@media (max-width: 360px) {
	
	.img_area {
		height: auto;
		max-height: 148px;
	}
	.img_area a img {
		height: auto;
		max-height: 146px;
	}
}


/** lazy loading styles **/

.appear[data-src], .appear[data-bkg], .appear [data-src], .appear [data-bkg] {
  opacity: 0;
  -webkit-transition: opacity .3s ease-in;
     -moz-transition: opacity .3s ease-in;
          transition: opacity .3s ease-in;
}
.appeared[data-src], .appeared[data-bkg], .appeared [data-src], .appeared [data-bkg] {
  opacity: 1;
}

img .appear {
  opacity: 0;
  transition: opacity .3s ease-in;
} 