div#slides1 {
	display: block !important;
}

#filter_area a.ad-fly-in {
   margin: 2em 0 0 16px;
   display: block;
}

img.ad-fly-in-mobile {
	display: none;
}
.perf_db_popup
{
        display: none;
        /*width: 870px;
        height: 471px; */
        padding: 3px 3px 20px;
        border-radius: 5px 0px 5px 5px;
        -moz-border-radius: 5px 0px 5px 5px;
        -webkit-border-radius: 5px 0px 5px 5px;
        background-color: #fff;
        text-align: left;
        z-index: 900001 !important;
		max-height: calc(100% - 100px) !important; 
		max-width: 90%;
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    height: auto !important;
    overflow-y: scroll;
}

.perf_db_popup h2 {
    border-radius: 5px 5px 0 0;
    font-size: 130%;
    font-weight: 700;
    height: 36px;
    line-height: 34px;
    margin: 1px 0px 7px 0;
    text-align: center;
    border-bottom: 1px solid #feec76;
    color: #777;
    padding-top: 2px;
}

.perf_db_popup h3 {
	border-bottom: 1px solid #bbb;
    font-size: 140%;
    padding: 4px 0 10px;
    text-align: center;
}

.perf_db_popup p {
    width: 99%;
    margin: 0 auto;
    color: #777;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.01em;
}

.checkboxTerms {
	text-align: center;
}

p.terms {
	color: red;
}

div.hidePerf {
	display: none;
}

.perf_db_popup hr {
	background-color: #bbb;
}

.perf_db_popup .perf_db_close {
    position: absolute;
    top: 10px;
    right: -12px;
    width: 60px;
    height: 20px;
    line-height: 20px;
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    text-align: center;
    background-color: white;
    cursor: pointer;
    color: #333;
    z-index: 99999999999;
}

.perf_db_popup ul.aircraft_info{
        float: left;
        width: 435px;
        padding: 5px 0px 5px 0px;
        margin: 0 auto;
        text-align: center;
}

.perf_db_popup ul.aircraft_info li{
        height: 25px;
        line-height: 25px;
        list-style: none;
        text-align: left;
}

.perf_db_popup ul.aircraft_info li label{
        float: left;
        width: 135px;
        padding-right: 5px;
        text-align: right;
        font-weight: bold;
}

.perf_db_popup table.mobility_info
{
        width: 100%;
        text-align: center;
}

.perf_db_popup table.mobility_info th
{
        border: none;
}

.perf_db_popup table.mobility_info td.header
{
        border: none;
        text-align: right;
        font-weight: bold;
}



@media (max-width: 1085px) {
	.perf_db_popup p span {
		display: block;
	}

	img.ad-fly-in-mobile {
		display: block;
		width: 100%;
		height: auto;
		object-fit: fill;
	}
}


