.with-image.airtrip {
    padding: 0;
    border-radius: 3px;
    background-color: #fff;
}

.btn.with-image.airtrip .text {
    background-color: #fff;
    color: #333;
}

.plane a.airtrip:hover,
.plane a.airtrip:hover .img-container,
.plane a.airtrip:hover .text {
    background-color: #d2f0ff; 
    text-decoration: none;
}

.plane a.airtrip:hover .text {
    color: #1b6bcf;
}

.with-image.skyticket {
    padding: 0;
    border-radius: 3px;
    background-color: #fff;
}

.btn.with-image.skyticket .text {
    background-color: #fff;
    color: #333;
}

.plane a.skyticket:hover,
.plane a.skyticket:hover .img-container,
.plane a.skyticket:hover .text {
    background-color: #d2f0ff; 
    text-decoration: none;
}

.plane a.skyticket:hover .text {
    color: #1b6bcf;
}
.with-image.skyticket .img-container {
	background: url(../img/logo/logo-search-result-skyticket.png) no-repeat;
	width: 67px;
	height: 26px;
	background-size: 76%;
	background-position: 7px 8px;
}

.with-image.airtrip .img-container {
	background: url(../img/logo/logo-search-result-airtrip.png) no-repeat;
	width: 67px;
	height: 26px;
	background-size: 68%;
	background-position: 10px 8px;
}
