/* ### GENRAL ###  */

html {
    height: 100%;
    scroll-behavior: auto;
    scroll-margin-top: 400px;
}

body {
    height: 100%;
    font-family: itc-officina-sans-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 28px;
    color: #0A3155;
}

h1 {
    font-size: 36px;
    font-weight: 600;
    color: #0A3155; 
}

h2 {
    font-size: 36px;
    color: #0A3155;
    font-weight: 600;
}

h3 {
    font-size: 20px;
    line-height: 28px;
    color: #0A3155;
    font-weight: 600;
}
    h3 a {
        color: #0A2A4F;
    }
    h3 a:hover {
        color: #0A2A4F;
    }

p {
    margin-bottom: 10px;
    line-height: 24px;
}

a {
    color: #0071B4;
    font-weight: 700;
}

input[type="submit"]:focus{
   outline: none;   
}

.form-holder {
    padding: 0;
}

    .form-input {
        margin: 12px;
    }

    .form-holder .form-input input,
    .form-holder .form-input textarea {
        padding: 2px 4px;
        width: 100%;
        font-size: 16px;
        background: #fff;
        border: 0;
    }

    .form-holder .form-input .form-submit {
        width: 30%;
        display: inline-block;
        border: 0;
        background: #fff;
        color: #fff;
        font-size: 16px;
    }

    .form-submit-mand {
        padding: 10px 5px;
        width: 100%;
        font-size: 16px;
        background: #fff;
    }

.form-holder .form-input .form-input-error {
        margin: 12px 0 0 0;
        padding: 4px;
        color: #fff;
        background: #990033;
        position: relative;
        display: none;
    }

.form-holder .form-input .form-input-error::before {
            margin: 0;
            border: solid;
            border-color: #990033 transparent;
            border-width: 0 8px 8px 8px;
            content: "";
            top: -8px;
            left: 5%;
            position: absolute;
            z-index: 10;
        }

.form-holder .form-input .form-submit-error {
        margin: 0 5px 0 0;
        padding: 4px;
        background: #990033;
        border: 1px solid #990033;
        color: #fff;
        text-align: left;
        vertical-align: top;
        display: none;
    }

.blackout {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 999;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

.modal {
    width: 40%;
    height: auto;
    position: fixed;
    top: 10%;
    left: 30%;
    bottom: auto;
    background: #fff;
    z-index: 9999;
    display: none;
}
    .modal .modal-close-button {
        margin: 14px 0;
        cursor: pointer;
        color: #c00;
    }
    .modal .modal-title {
        margin-bottom: 10px;
        font-size: 20px;
    }

.separator-lg {
    height: 120px;
}
    
.separator {
    height: 80px;
}

.separator-sm {
    height: 30px;
}

.separator-xs {
    height: 12px;
}

.separator-line {
    margin: 40px 0;
    border-top: 1px solid #ccc;
}

.separator-line-md {
    margin: 20px 0;
    border-top: 1px solid #ccc;
}

.separator-line-sm {
    margin: 5px 0;
    border-top: 1px solid #ccc;
}

.push-bottom {
    margin-bottom: 20px;
}

.af-button {
    padding: 10px 20px;
    background: #ccc;
    text-align: center;
    border: 1px solid #ccc;
    display: inline-block;
}

.img-full {
    width: 100%;
}

.icon-img {
    margin: 0 5px;
    width: 12px;
}

.icon-img-sm {
    margin: 0 5px;
    width: 6px;
}

.icon-img-mob {
    margin: 0 5px;
    width: 16px;
}

.logo-wrapper {
    width: 300px;
    padding: 10px 30px;
    background: #0a3155;
    display: inline-block;
}

.logo {
    width: 100%;
}

.carousel-item {
    overflow: hidden;
    width: 100%;
}

.page-carousel {
	height: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease;
}

.page-carousel.slick-initialized {
	height: inherit;
	opacity: 1;
	visibility: visible;
}

.partnerad {
	padding: 0 20px;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	position: relative;
}

.partnerad-image {
	height: 150px;
	text-align: center;
	position: relative;
	overflow: hidden;
}
	.partnerad-image img {
		width: 100%;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		cursor: pointer
	}

.partnerad-text {
	min-height: 140px;
}
	.slick-prev:before, .slick-next:before { 
		color:#ccc !important;
		border-radius: 0 !important;
		font-size: 25px !important;
		opacity: 1 !important;
    }
    
.inline {
    display: inline-block;
}

.img-center {
     display: block;
     margin-left: auto;
     margin-right: auto;
}

.make-room {
    margin-right: 10px;
}

.make-room-sm {
    margin-top: -2px;
    margin-right: 5px;
}

/* ### HEADER ### */

.carousel-container {
    padding: 30px 0;
    border-bottom: 1px solid #A7A7A7;
}

.carousel-container .carousel-inner .carousel-item img {
    margin: 0 auto;
    max-width: 100%;
}

#home-carousel .carousel-inner {
    max-height: 200px;
    max-height: 400px;
}

/* ### NAVIGATION ###  */

.triangle-up-left  {
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    border-top: 20px solid #0a3155;
    border-right: 20px solid transparent;
    position: absolute;
}

.nav-container {
    padding: 0;
    height: 96px;
    border-bottom: 1px solid #A7A7A7;
    border-top: 1px solid #A7A7A7;
    font-size: 16px;
    background: #fff;
}
    .nav-container a { 
        color: #0A3155;
        font-weight: 400;
        font-size: 16px;
    }
    .nav-container ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
        .nav-container ul li {
            margin: 0 12px;
            padding: 0;
            line-height: 36px;
            display: inline;
        }
        .nav-container ul .single-nav-link {
            margin: 0 !important;
        }

.rightfloat {
    float: right;
}

.nav-links-left {
    padding: 12px 30px;
    width: calc(100% - 576px) !important;
    height: 96px;
    display: inline-block;
    position: relative;
}

.nav-links-right {
    padding: 12px 30px;
    width: 180px;
    height: 96px;
    display: inline-block;
}

.nav-links-list {
    display: inline-block;
}
.nav-bottom {
    width: 100%;
    padding-top: 10px;
}

.nav-mob-row {
    padding-top: 20px;
    font-size: 16px;
}
    .nav-mob-row .icon {
        font-size: 24px;
    }

.nav-mobile {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    display: none;
}
    .nav-mobile a {
        color: #0A3155;
        font-weight: 400;
    }
    .nav-mobile ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
        .nav-mobile ul li {
            margin: 10px 0;
            padding: 0;
        }

.subscribe-link {
    /* width: 1170px; */
    width: 96px;
    height: 96px;
    padding: 35px 0;
    color: #fff !important;
    background: #82C1EB;
    background: linear-gradient(135deg, transparent 12px, #82C1EB 12px);
    float: right;
}
    .subscribe-link a {
        color: #fff !important;
        font-weight: 400;
    }    
    .subscribe-link:hover,
    .subscribe-link a:hover {
        text-decoration: none;
        background: linear-gradient(135deg, transparent 12px, #0a3155 12px);
    }

.subscribe-link-small {
    /* width: 1170px; */
    width: 48px;
    height: 48px;
    padding: 15px 0;
    color: #fff !important;
    background: #82C1EB;
    background: linear-gradient(135deg, transparent 12px, #82C1EB 12px);
    float: right;
}
    .subscribe-link-small a {
        color: #fff !important;
        font-weight: 400;
    }    
    .subscribe-link-small:hover,
    .subscribe-link-small a:hover {
        text-decoration: none;
        background: linear-gradient(135deg, transparent 12px, #0a3155 12px);
    }

.item-pointer {
    cursor: pointer;
}

.search-input {
    margin: 0;
    padding: 0;
    width: 75%;
    border: 0;
    border-bottom: 1px solid #000;
}

.site-search {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
    display: none;
}

.site-filter-row {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
    display: none;
}

.directory-link {
    color: #0A3155; 
    position: relative;
    font-size: 16px;
}
    .directory-link:hover {
        text-decoration: underline;
    }
    .dropdown-menu.show,
    .directory-link .directory-dropdown,
    .directory-link .account-dropdown {
        width: 200px;
        margin-top: 10px;
        padding: 10px 0;
        background: #0a3155;
        border-top: 3px solid #82c1eb;
        color: #fff;
        position: absolute;
        left: 0;
        z-index: 9999;
        display: none;
    }
    .directory-link .account-dropdown {
        margin-left: -60px;
    }
    .dropdown-menu.show {
        margin-top: 0;
        padding: 0;
        border-radius: 0;
        display: block;
    }
        .dropdown-item {
            padding-top: 6px;
            padding-bottom: 6px;
            color: #fff;
            border-bottom: 1px solid #fff;
        }
            .dropdown-item:last-child {
                border-bottom: 0;
            }
        .dropdown-item:hover {
            color: #fff;
            background: none;
            text-decoration: underline;
        }

        .directory-link .directory-dropdown .item,
        .directory-link .account-dropdown .item {
            padding: 0 20px;
            color: #fff;
        }
        .directory-link .directory-dropdown .separator-line-sm,
        .directory-link .account-dropdown .separator-line-sm {
            border-top: 1px solid #fff;
        }
        .directory-link .directory-dropdown a,
        .directory-link .account-dropdown a {
            color: #fff;
        }

/* ### MOBILE NAVIGATION ###  */

.number-orb {
    padding: 6px 0;
    width: 42px;
    height: 42px;
    font-size: 36px;
    background: #0a3155;
    border-radius: 50%;
    text-align: center;
    color: #fff;
}

.tracker-text {
    font-size: 24px;
}

.menu-icon-container {
    padding-top: 30px;
    color: #0a3155;
}

.menu-icon {
    color: #0a3155;
    font-size: 24px;
}

/* ### CONTENT ###  */

.blue-bg {
    background: #0a3155;
}

.apply-container {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    background: #0a3155;
}

.icon-sml {
    margin-right: 20px;
    width: 26px;
}

.icon-sml-single {
    margin-right: 0;
    width: 26px;
}

.icon-sml-tar {
    margin-right: 16px;
    width: 40px;
}

.icon-smlr {
    margin-top: -2px;
    margin-left: 5px;
    width: 22px;
}

.tooltip-inner {
    background-color: #0a3155;
    opacity: 1.0;
    filter: alpha(opacity=100);
}
.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #0a3155;
}
.tooltip.bs-tooltip-left .arrow:before {
    border-left-color: #0a3155;
}
.tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #0a3155;
}
.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: #0a3155;
}
.tooltip.show {
    opacity: 1.0;
    filter: alpha(opacity=100);
} 

.section-airframer {
    margin: 0;
    background: url('../images/icons/logo-bg.svg');
    background-repeat: no-repeat;
    background-position: 10% 20%;
    background-size: 700px auto;
}

.expandable-row {
    width: 100%;
    padding: 18px;
    border-top: 1px solid #A7A7A7;
}
    .expandable-row h3 {
        margin-bottom: 0;
    }
    .expandable-row .plus:hover {
        text-decoration: underline;
    }

.section-emphasis {
    font-size: 24px;
    color: #0A3155;
    font-weight: 500;
}

.section-airframer {
    margin: 0;
}

.section-gradiant {
    margin: 0;
    padding: 30px 0;
    background: transparent linear-gradient(180deg, #D7D7D7 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}

.page-counter {
    padding: 12px;
    background: #0A3155;
    color: #fff;
}
    .page-counter .number {
        font-size: 108px;
        font-weight: 700;
        line-height: 100px;
    }
    .page-counter a {
        color: #82C1EB;
    }

.main-table {
    width: 100%;
    border-top: 1px solid #A7A7A7;
}
    .main-table.no-border {
        border-top: 0;
    }
    .main-table tr {
        border-bottom: 1px solid #A7A7A7;
    }
        .main-table tr.highlight {
            color: #000;
            background: #EBE081;
        	border-bottom: 1px solid #fff;
        }
        .main-table tr.highlight a {
            /*color: #fff; */
        }
    .main-table td {
        padding: 10px;
        vertical-align: center;
    }
    .main-table td.first-column {
        width: 30%;
    }
    .main-table td.small-column {
        width: 10%;
    }
    .main-table td.med-column {
        width: 20%;
    }
    .main-table td.quarter-column {
        width: 25%;
    }
    .main-table td.lrg-column {
        width: 40%;
    }
    .main-table td.heading {
        font-weight: 700;
    }

td.highlight {
    color: #fff;
    background: #EBE081;
}
td.highlight a {
    color: #fff;
}

.filter-container {
    padding: 20px;
    color: #fff;
    background: #82C1EB;  
}

.filter-input-select {
   padding: 4.5px !important;
   height: 30px;  /* Fix for Mac */
   width: 100%;
   border: 0;
}

.advertiser-box {
    padding: 10px;
    color: #000;
    background: #EBE081;
    font-weight: 700;
}

.advertiser-table {
    width: 100%;
    border-top: 1px solid #fff;
}
    .advertiser-table tr {
        border-bottom: 1px solid #fff;
    }
        .advertiser-table tr:last-child {
            border-bottom: 0;
        }
    .advertiser-table td {
        padding: 5px 0;
    }
    .advertiser-table td.first-column {
        width: 70%;
    }
    .advertiser-table td a {
       /* color: #000 !important;   */
    }
        .advertiser-table td a:hover {
            color: #0A3155 !important;
            text-decoration: underline;
        }

.grey-box {
    padding: 20px;
    background: #F5F3F3;
}

.table-grey {
    width: 100%;
    border-top: 1px solid #A7A7A7;
}
    .table-grey tr {
        border-bottom: 1px solid #A7A7A7;
    }
    .table-grey td {
        padding: 5px 0;
    }
    .table-grey td.first-column {
        width: 30%;
        font-weight: 700;
    }

.slider-text-right {
    font-size: 28px;
    line-height:38px;
    color: #fff;
    text-align: left;
    position: absolute;
    top: 25%;
    right: 12%;
}
    .slider-text-right .emphasis {
        font-size: 32px;
    }

.news-ticker {
    padding: 18px 0;
    color: #fff;
    background: #0A3155;
}
    .news-ticker .emphasis {
        font-size: 30px;
    }
    .news-ticker .news-item a {
        font-family: merriweather, serif;
        color: #82C1EB;
        font-weight: 400;
    }

.tracker-container {
    padding: 16px;
    background: #82C1EB;
    color:#fff;
    line-height: 35px;
}
    .tracker-container a {
        color: #0071B4;
    }
    .tracker-container select {
        padding: 8px;
        width: 100%;
    }

select {
    padding: 5px 20px;
    border: 1px solid #707070;
}

@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fade-in {
	opacity:0;  /* make things invisible upon start */
	-webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
	-moz-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;

	-webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;

	-webkit-animation-duration:3s;
	-moz-animation-duration:3s;
	animation-duration:3s;
}

.overview-tab,
.results-tab,
.pagination-item,
.pagination-item-last,
.pagination-item-chev {
    padding: 13.5px;
    border-top: 1px solid #82c1eb;
    border-left: 1px solid #82c1eb;
    display: inline-block;
    background-color: #fff;
    color: #82c1eb;
    line-height: 20px;
    cursor: pointer;
}
    .results-tab,
    .pagination-item-last {
        border-right: 1px solid #82c1eb;
    }
    .pagination-item.active {
        color: #fff;
        background: #82c1eb;
    }
    .pagination-item-chev {
        border: 0;
    }

.pagination-item-btm,
.pagination-item-btm-last {
    padding: 13.5px;
    border-bottom: 1px solid #82c1eb;
    border-left: 1px solid #82c1eb;
    display: inline-block;
    background-color: #fff;
    color: #82c1eb;
    line-height: 20px;
    cursor: pointer;
}
        .pagination-item-btm-last {
            border-right: 1px solid #82c1eb;
        }
        .pagination-item-btm.active {
            color: #fff;
            background: #82c1eb;
        }

.pagination-item-mob,
.pagination-item-mob-last {
    padding: 13.5px;
    border-top: 1px solid #82c1eb;
    border-left: 1px solid #82c1eb;
    border-bottom: 1px solid #82c1eb;
    display: inline-block;
    background-color: #fff;
    color: #82c1eb;
    line-height: 20px;
    cursor: pointer;
}
    .pagination-item-mob-last {
        border-right: 1px solid #82c1eb;
    }

.tab-active {
    background-color: #82c1eb;
    color: #fff;
}

.section-holder {
    margin: 0;
}
    .section-holder .sponsors {
        font-size: 12px;
        line-height: 18px;
    }

.news-holder {
    margin-top: 24px;
    margin-left: 12px;
    margin-right: 12px;
}
    .news-holder .title { font-family: merriweather, serif; }
    .news-holder .date { margin: 24px 0; font-size: 16px; color: #A7A7A7; }
    .news-holder .date.smaller { margin: 8px 0; }
    .news-holder .body { margin: 0; }
    .news-holder .fullbody { font-family: Merriweather; font-size: 15px; line-height: 28px;}
    .news-holder .headline { font-family: Merriweather; font-size: 26px; line-height: 36px; font-weight: 600; }
    .news-holder .summary { margin: 20px 0; font-size: 18px; font-weight: 600; line-height: 28px; }

.results-container {
    border-top: 3px solid #82c1eb;
    border-bottom: 1px solid #82c1eb;
}
    .result-item {
        padding: 10px 0;
        border-bottom: 1px solid #ddd;
    }
        .result-item:last-of-type {
            border-bottom: 0;
        }
    .featured {
        padding-left: 15px;
        padding-right: 15px;
        background-color: #ffffcc;
    }

.sub-feature {
    padding: 14px;
    font-size: 12px;
}

.green-tick {
    color: #0C0;
    font-size: 18px;
}

.signup-form {
    display: none;
}

.aircraft-info {
    width: 100%;
    display: none;
}

.close-icon {
    color: #c00;
}

.grey-icon {
    color: #A7A7A7;
}

.carousel-inner img {
    width: 100%;
    height: 100%
}

#custCarousel .carousel-indicators {
    position: static;
    margin-top: 20px
}

#custCarousel .carousel-indicators>li {
    width: 100px
}

#custCarousel .carousel-indicators li img {
    display: block;
    opacity: 0.5
}

#custCarousel .carousel-indicators li.active img {
    opacity: 1
}

#custCarousel .carousel-indicators li:hover img {
    opacity: 0.75
}

#custCarousel .carousel-control-prev-icon,
#custCarousel .carousel-control-next-icon {
    display: none;
}

div.stickify {
    position: -webkit-sticky;
    position: sticky;
    top: 30px;
    z-index: 999;
}

div.stickify-head {
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 9999;
}

.no-border {
    border: 0 !important;
}

.mob-inline {
    display: inline-block;
}

.track-icon {
    width: 40px;
}

.track-rotate {
    transform: rotate(45deg);
}

.tiny-icon {
    width: 16px;
}

.modal-inner {
    padding: 10px 40px;
    display: inline-block;
    position: relative;
    color: #fff;
    background: #82C1EB;
    cursor: pointer;
    font-weight: 600;
}

/* ### BUTTONS ### */

.rotate{
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.rotate.down{
    -moz-transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
}

.button-container a {
    color: #fff;
}

.button-main {
    padding: 2px 40px;
    display: inline-block;
    position: relative;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    background: linear-gradient(135deg, transparent 12px, #82C1EB 12px);
}
    .button-main:hover {
        background: linear-gradient(135deg, transparent 12px, #0A3155 12px);
    }

.button-main-sml {
    padding: 10px 40px;
    display: inline-block;
    position: relative;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    background: linear-gradient(135deg, transparent 12px, #82C1EB 12px);
}
    .button-main-sml:hover {
        background: linear-gradient(135deg, transparent 12px, #0A3155 12px);
    }

.button-main-sml-alt {
    margin-top: 7px;
    padding: 10px 40px;
    display: inline-block;
    position: relative;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    background: linear-gradient(135deg, transparent 12px, #82C1EB 12px);
}
    .button-main-sml-alt:hover {
        color: #0A3155;
        background: linear-gradient(135deg, transparent 12px, #fff 12px);
    }


.button-expand {
    padding: 16px 30px 12px 20px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-weight: 600;
    background: linear-gradient(135deg, transparent 20px, #A7A7A7 20px);
}
    .button-expand:hover {
        background: linear-gradient(135deg, transparent 20px, #0A3155 12px);
    }

.button-filter {
    padding: 2px 40px 1px 40px;
    display: inline-block;
    position: relative;
    color: #0A3155;
    cursor: pointer;
    font-weight: 600;
    background: linear-gradient(135deg, transparent 12px, #fff 12px);
}
    .button-filter:hover {
        color: #fff;
        background: linear-gradient(135deg, transparent 12px, #0A3155 12px);
    }

.button-tracker {
    padding: 1px 40px;
    display: inline-block;
    position: relative;
    color: #82C1EB;
    cursor: pointer;
    font-weight: 600;
    background: linear-gradient(135deg, transparent 12px, #fff 12px);
}
    .button-tracker:hover {
        background: linear-gradient(135deg, transparent 12px, #0A3155 12px);
    }

.button-loadmore {
    padding: 10px 40px;
    background: #82C1EB;
    display: inline-block;
    position: relative;
    color: #fff;
    cursor: pointer;
}

/* ### BOOTSTRAP OVERWRITES ### */

.btn-secondary {
    padding: 12px 20px !important;
    width: 100% !important;
    text-align: left !important;
    background: #fff !important;
    color: #888 !important;
    border: 1px solid #fff !important;
    border-radius: 0 !important;
}

.dropdown-toggle:after {
    position: absolute !important;
    right: 20px !important;
    top: 24px !important;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 30px !important;
    height: 30px !important;
}

/* ### FORMS ###  */

.filter-input {
    width: 100%;
    padding: 1px 1px 0px 8px;
    border: 1px solid #fff;
}

/* ### FOOTER ###  */

.footer {
    padding: 20px 0;
    border-top: 1px solid #ccc;
}

.footer-logo {
    width: 80%;
}

.nav-mob,
.nav-tablet {
    display: none;
}

#table-wrapper {
  position:relative;
}
#table-scroll {
  height:550px;
  overflow:auto;  
  margin-top:20px
}
#table-scroll-mid {
  height:380px;
  overflow:auto;  
  margin-top:20px
}
#table-scroll-small {
  height:225px;
  overflow:auto;  
  margin-top:20px
}

/* ### MEDIA QUERIES ###  */


@media (max-width: 376px) {
    .logo {
        padding-top: 10px !important;
        width: 75% !important;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .nav-desk {
        display: none;
    }
    .nav-tablet {
        display: none;
    }
    .logo {
        padding-top: 12px !important;
        width: 75% !important;
    }
    .button-filter {
        margin-top: 10px;
    }
    .make-room {
        margin-right: 0 !important;
    }
    .footer-logo {
        width: 40%;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .directory-link .directory-dropdown,
    .directory-link .account-dropdown {
        margin-top: 14px;
        padding: 10px 20px;
        background: #fff;
        color: #0A2A4F;
        border-top: 0;
        position: relative;
        display: none;
    }
        .directory-link .directory-dropdown a,
        .directory-link .account-dropdown a {
            color: #0A2A4F;
        }
    .button-filter {
        padding: 10px 20px;
    }
    .section-airframer {
        background: none;

    }
    .slider-text-right {
        font-size: 16px;
        line-height: 26px;
        color: #fff;
        text-align: left;
        position: absolute;
        top: 10%;
        right: 12%;
    }
        .slider-text-right .emphasis {
            font-size: 20px;
        }
    .nav-desk {
        display: none;
    }
    .nav-tablet {
        display: none;
    }
    .logo-wrapper {
        width: 100%;
    }
    .logo {
        padding-top: 1px;
        width: 75%;
    }
    .search-input {
        width: 95%;
    }
    .account-toggle {
        display: block;
    }
    .footer-logo {
        width: 50% !important;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .nav-desk {
        display: none;
    }
    .nav-tablet {
        display: block;
    }
    .footer-logo {
        width: 30% !important;
    }
    .nav-burger {
        display: block !important;
    }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .footer-logo {
        width: 30% !important;
    }
}

.results {
  overflow: auto;
}

