﻿@font-face {
    font-family: 'MardotoRegular';
    src: url(../font/Mardoto-Regular.ttf);
}

@font-face {
    font-family: 'MardotoBold';
    src: url(../font/Mardoto-Bold.ttf);
}

#video_background {
    position: absolute;
    bottom: 0px;
    right: 0px;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    overflow: hidden;
}

.carousel-inner_tabs {
    list-style: none;
    padding: 0;
    font-size: 22px;
    list-style: none;
    padding: 10px 0;
    text-align: right;
    position: absolute;
    bottom: 25px;
    width: 100%;
    z-index: 9;
}

    .carousel-inner_tabs li {
        display: inline;
        float: none;
        margin-right: 5px;
    }

    .carousel-inner_tabs a {
        width: auto;
        color: #fff;
        text-decoration: none;
        line-height: 20px;
        padding: 4px 15px;
        margin: 3px;
        border-bottom: 2px solid #565656;
        height: auto;
        -webkit-transition: all .12s linear;
        -moz-transition: all .12s linear;
        -o-transition: all .12s linear;
        transition: all .12s linear;
        background: #000;
        display: inline;
    }

img.rnd-image {
    position: absolute;
    z-index: -10;
    top: 50px;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
}

.tab {
    display: inline-block;
    text-transform: uppercase;
    padding: 5px 15px 0;
    text-align: left;
    float: left;
    height: 46px;
    color: #fff;
    font-size: 1em;
    line-height: 40px;
    letter-spacing: 1px;
    color: #fff;
    cursor: pointer;
    text-align: center;
}

    .tab img {
        margin: 1% 0;
        width: auto;
        height: 35%;
    }

#btnArrivals.tab {
    background: #1480b2;
}

#btnDepartures.tab {
    background: #096;
}

.flight-filter {
    float: right;
    text-align: right;
    width: 69%;
}

    .flight-filter fieldset {
        border: none;
    }

    .flight-filter span {
        font-size: 1.2em;
    }

    .flight-filter input[type=text] {
        background: #666;
        border: 1px solid #999;
        padding: 3px 5px;
        border-radius: 3px;
        color: #fff;
        font-size: .9em;
        display: inline-block;
        width: 40%;
        margin: 0 10px 0 0;
    }

.switch {
    position: relative;
    height: 28px;
    display: none;
    vertical-align: top;
    background: rgba(0,0,0,.6);
    padding: .3%;
    width: 35%;
}

    .switch label.switch-label {
        font-size: .9em;
        color: #fff;
        text-align: center;
        cursor: pointer;
        padding: 2% 0;
        margin: 0;
        width: calc(100% / 3);
        display: block;
        height: 100%;
        float: left;
    }

        .switch label.switch-label.switch-selection {
            background-color: #036596;
        }

.switch-input input {
    display: none;
}


.table-container table {
    border-spacing: 0;
    width: 100%;
    font: 400 1em/20px Arial;
}

.flightsMainAM {
    font: 400 0.9em/20px Arial !important;
}

.table-container .small-width {
    width: 100px;
}

.table-container .medium-width {
    width: 260px;
}

.table-container table.scrollflights-main thead {
    display: block;
    /*text-transform:uppercase;*/
}

.table-container table.scrollflights-main tbody {
    display: block;
    height: 460px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: rgba(0,0,0,.5);
}

.table-container .show-min {
    display: none;
}

.table-container .show-xs {
    display: none;
}

*::-webkit-input-placeholder {
    color: #FFF;
}

*:-moz-placeholder {
    /* FF 4-18 */
    color: white;
}

*::-moz-placeholder {
    /* FF 19+ */
    color: white;
}

*:-ms-input-placeholder {
    /* IE 10+ */
    color: white;
}

/*Flights table*/
.table-container {
    width: 100%;
    padding-top: 5px;
    display: inline-block;
    word-wrap: break-word;
}

.lang-hy .table-container {
    /*font-size: 1.2em;*/
}

#arrivals {
    background-color: #036596;
    opacity: 0.8;
}

#departures {
    background-color: #096;
    /*background-color: #036596;*/
    opacity: 0.8;
}

.date-separator {
    width: 100%;
}

.airline-image img {
    /*width: auto;*/
    /*height: 100%;*/
    height: 33px;
    /*float: left;*/
}

.table-container .airline-name {
    width: 40%;
    display: inline-block;
    padding-left: 5%;
}

tbody::-webkit-scrollbar {
    width: 5px;
    background-color: #000;
}

tbody::-webkit-scrollbar-track {
    background-color: #848484;
    width: 5px;
}

tbody::-webkit-scrollbar-thumb {
    background-color: red;
    border-radius: 10px;
    height: 50px;
}

.table-container table .show-min {
    display: none;
}

.scrollflights-main tr {
    height: 35px;
    display: flex;
    align-items: center;
}

.scrollflights-main thead tr:nth-child(1) {
    padding: 25px 6px 25px 0;
}

.scrollflights-main tr td, .scrollflights-main tr th {
    vertical-align: middle;
    padding-left: 2%;
}

    .scrollflights-main tr td span {
        display: none;
    }

.scrollflights-main tr:nth-child(even) {
    /**/
    background: rgba(0,35,50,.75);
}

.scrollflights-main tr:nth-child(odd) {
    /**/
    background: rgba(0,25,36,.75);
}

.scrollflights-main tr td:nth-child(n) {
    -webkit-filter: none;
    filter: none;
}

.scrollflights-main tr td:nth-child(2) {
    /*text-transform: uppercase;*/
}

.scrollflights-main tr td.linea img {
    width: 60px;
    margin-right: 10px;
    float: left;
}

.flight-not-found {
    width: 100%;
    height: 100% !important;
    font-size: 3em;
    display: block;
    text-align: center;
}

    .flight-not-found td {
        width: 100%;
        display: block;
        padding-top: 10%;
    }

.info-slider {
    margin: 5% 0;
    position: relative;
}

.slider_container {
    height: 400px;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.carousel-inner {
    padding: 0px;
}

    .carousel-inner img {
        height: 400px;
        width: 100%;
        object-fit: cover;
    }

.carousel-caption {
    right: 0px;
    left: 0px;
    width: 100%
}

.caption {
    bottom: 30px;
    padding: 1%;
}

.carousel-indicators {
    bottom: 25px;
}

    .carousel-indicators li {
        text-indent: unset;
    }

        .carousel-indicators li .indexCaption {
            text-align: center;
            font-size: 1.5em;
            background-color: black;
            margin-top: 3px;
        }

.carousel-control-next-icon, .carousel-control-prev-icon {
    background-color: black;
    height: 100px;
    width: 50px;
}

.banners {
    margin: 2% 0 2% 0;
    width: 100%;
    display: inline-block;
}

.banner {
    display: inherit;
    float: left;
    height: 50%;
    background-color: rgba(0,0,0,.75);
}

    .banner img {
        height: 100%;
        width: 100%;
    }

.banner-lg {
    width: 49%;
}

.banner-md {
    width: 32%;
}


.dynamic-img {
    width: 100%;
    display: inline-block;
    text-align: center;
}

    .dynamic-img .dynamic-one-img {
        width: 98%;
        float: left;
        min-height: 400px;
        margin-left: 1%;
        margin-right: 1%;
        margin-top: 1%;
        margin-bottom: 1%;
    }

    .dynamic-img .dynamic-two-img {
        width: 48%;
        float: left;
        min-height: 300px;
        margin-left: 1%;
        margin-right: 1%;
        margin-top: 1%;
        margin-bottom: 1%;
    }

    .dynamic-img .dynamic-three-img {
        width: 31.3%;
        float: left;
        min-height: 200px;
        margin-left: 1%;
        margin-right: 1%;
        margin-top: 1%;
        margin-bottom: 1%;
    }

    .dynamic-img img {
        width: 100%;
        height: 100%;
        object-fit: fill;
    }

.hidden {
    display: none
}

.col-lg-1 {
    padding: unset;
}

@media only screen and (max-width: 991px) {

    .tab {
        padding: 3px 12px 0;
        height: 32px;
        font-size: 1em;
        line-height: 1.7em;
    }

        .tab img {
            margin: 0 5px 5px 5px;
            width: auto;
            height: 55%;
        }

    .switch {
        width: 40%;
    }

    .flight-filter {
        float: none;
        padding: 5px;
        text-align: left;
        width: 100%;
        margin: 0;
        overflow: hidden;
        background: #1480b2;
    }

        .flight-filter.change-color {
            background: #096;
        }

    .table-container {
        word-wrap: break-word;
    }

    .table-container table .show-xs {
        display: none;
    }

    .hidde-min,
    .table-container table.scrollflights-main thead tr:nth-child(1) {
        display: none !important;
    }

    .table-container table {
        font-size: 1em;

        padding: 4px;
        border-collapse: separate;
        border-spacing: 0 10px;
    }

        .table-container table .show-min {
            display: table-cell;
        }

    .table-container .small-width {
        width: 10%;
    }

    .table-container .medium-width {
        width: 15%;
    }

    .scrollflights-main tr p {
        margin: 0px;
        padding: 0px;
        height: 15px
    }

    .scrollflights-main tr .flightNumber {
        /*font-size: 9px;*/
        color: #74c2e8;
    }

    /*.airline-image img {
        height: auto;
    }*/

    .banner {
        float: none;
        display: block;
        margin: 5%;
    }

    .banner-lg, .banner-md {
        width: 90%;
    }

    #video_background {
        visibility: hidden;
    }

    @media only screen and (max-width: 768px) {

        .tab {
            width: 50%;
        }

        .table-container {
            word-wrap: break-word;
        }

        .table-container .show-xs {
            display: none;
        }

        .table-container .hidde-min {
            display: none;
        }

        .table-container table .show-min {
            display: table-cell;
        }

        .table-container table.scrollflights-main thead tr:nth-child(1) {
            display: none !important;
        }

        .scrollflights-main tr p {
            margin: 0px;
            padding: 0px;
            height: 15px
        }

        .scrollflights-main tr .flightNumber {
            /*font-size: 9px;*/
            color: #74c2e8;
        }

        .flight-filter span {
            display: none;
        }

        .flight-filter input[type=text] {
            padding: 5px;
            border-radius: 1px;
            font-size: .9em;
            width: 100%;
            margin: 0 10px 0 0;
            display: inline-block;
        }

        .switch {
            height: auto;
            border-radius: 0;
            margin-top: 1%;
            width: 100%;
            padding: 0;
        }

        .dynamic-img .dynamic-one-img, .dynamic-img .dynamic-two-img, .dynamic-img .dynamic-three-img {
            width: 100%;
            float: none;
        }

        .flight-not-found h1 {
            font-size: 1em;
        }

        .carousel-inner_tabs li {
            margin-right: 0;
        }

        .carousel-caption .caption {
            font-size: 1em;
        }
    }

    @media only screen and (max-width: 450px) {
        .icons-bar {
            display: none !important;
        }

        .table-container table .show-min {
            display: none;
        }

        .table-container table .hidde-min {
            display: none;
        }

        .table-container table .show-xs {
            display: contents;
        }

        .table-container .airline-image {
            display: none;
        }

        .table-container table.scrollflights-main thead {
            display: none;
        }

        .scrollflights-main tr {
            height: 70px;
        }

            .scrollflights-main tr p {
                margin: 0px;
                padding: 0px;
                height: 15px
            }

	    .scrollflights-main tr .fromTo {
                display: inline;
            }

            .scrollflights-main tr .flightNumber {
                font-size: 9px;
                color: #74c2e8;
            }

            .scrollflights-main tr .airline {
                font-size: 9px;
                color: #bfbfbf;
            }

        #video_background {
            visibility: hidden;
        }




        /* ****** NEW MOBILE DESIGN ***** */


        #panelFligths {
            padding: 0px;
        }
	
        .table-container table.scrollflights-main tbody {
            display: contents;
	    }

        .scrollflights-main tr {
            display: table-row;
        }

        #arrivals .scrollflights-main tr:nth-child(n) {
            background: none;
        }

        #departures .scrollflights-main tr:nth-child(n) {
            background: none;
        }

	    .flightsMainAM {
            font-family: 'MardotoRegular' !important;
	    }

        .flight-filter input[type=text] {
            background: white;
            color: black;
        }

        ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
          color: silver;
          opacity: 1; /* Firefox */
        }

        :-ms-input-placeholder { /* Internet Explorer 10-11 */
          color: silver;
        }

        ::-ms-input-placeholder { /* Microsoft Edge */
          color: silver;
        }

        
	    .table-container {
            word-wrap: normal;
            width: 100%;
            display: inline-block;
            box-sizing: border-box;
            color: white;
            padding: 5px 0px 0px 0px;
            font-family: 'MardotoRegular';
        }

            .table-container .table-main-wrapper {
                height: 80vh;
                overflow: auto;
            }

        .table-main-wrapper::-webkit-scrollbar {
            width: 5px;
            cursor: pointer;
        }

        .table-main-wrapper::-webkit-scrollbar-track {
            border-radius: 4px;
            background: #f1f1f1;
            cursor: pointer;
        }

        .table-main-wrapper::-webkit-scrollbar-thumb {
            border-radius: 4px;
            background: #adadad;
            cursor: pointer;
        }

            .table-main-wrapper::-webkit-scrollbar-thumb:hover {
                background: #a1a1a1;
                cursor: pointer;
            }

        #arrivals, #departures {
            background-color: #041E2D;
            opacity: .9;
            padding: 0 5px;
        }

            #arrivals.table-container .d-flex:nth-child(n), #departures.table-container .d-flex:nth-child(n) {
                background: #041E2D;
                height: 35px;
            }

        .table-container table.scrollflights-main tbody {
            background: none;
        }


        #arrivals.table-container tbody tr:not(.flight-not-found):nth-child(odd) .table-row-header {
            background: none;
        }

        #arrivals.table-container tbody tr:not(.flight-not-found):nth-child(even) .table-row-header {
            background: none;
        }

        #arrivals.table-container tbody tr:not(.flight-not-found):nth-child(odd) .table-row-content .table-row-main-content {
            background: none;
        }

        #arrivals.table-container tbody tr:not(.flight-not-found):nth-child(even) .table-row-content .table-row-main-content {
            background: none;
        }

        #departures.table-container tbody tr:not(.flight-not-found):nth-child(odd) .table-row-header {
            background: none;
        }

        #departures.table-container tbody tr:not(.flight-not-found):nth-child(even) .table-row-header {
            background: none;
        }

        #departures.table-container tbody tr:not(.flight-not-found):nth-child(odd) .table-row-content .table-row-main-content {
            background: none;
        }

        #departures.table-container tbody tr:not(.flight-not-found):nth-child(even) .table-row-content .table-row-main-content {
            background: none;
        }

        .table-container .d-flex {
            font-family: 'MardotoBold';
            font-size: 5vw;
        }

        .table-container .table-row-header {
            display: flex;
            /*align-items: center;*/
            padding: 12px 0;
            background: none;
        }

            .table-container .table-row-header img {
                width: calc((100%/* - 30px*/) / 3 - 5%);
                padding-right: 5%
            }

            .table-container .table-row-header .flight-direction {
                font-size: 5vw;
                margin-top: 6px;
                font-family: 'MardotoBold';
            }

        .table-container .table-row-content {
            /*padding: 12px;*/
            /*background: #3284AA;*/
        }

            .table-container .table-row-content .table-row-main-content {
                padding: 4px 0 8px;
            }

        #arrivals.table-container .table-row-content .table-row-main-content:nth-child(1) {
            margin-bottom: 0;
            border-bottom: 1px solid #0B3851;
        }

        #departures.table-container .table-row-content .table-row-main-content:nth-child(1) {
            margin-bottom: 0;
            border-bottom: 1px solid #0B3851;
        }

            .table-container .table-row-content .table-row-cells-content {
                display: flex;
                padding: 3px 0;
            }

                /*.table-container .table-row-content .table-row-cells-content:first-child {*/
                /*    margin-bottom: 8px;*/
                /*}*/
                .table-container .table-row-content .table-row-cells-content .cell {
                    width: calc((100% - (100% / 3 - 5%)) / 2);
                    color: #d9f3ff;
                    font-size: 14px;
                    line-height: 20px;
                }
                .table-container .table-row-content .table-row-cells-content .cell1 {
                    width: calc(100% / 3 - 5%);
                }

                    .table-container .table-row-content .table-row-cells-content .cell:nth-child(3) {
                        /*padding-left: 3%;*/
                    }

                .table-container .table-row-content .table-row-cells-content .bold-cell {
                    font-family: 'MardotoBold';
                    font-size: 16px;
                    color: white;
                }

                .table-container .table-row-content .table-row-cells-content .flight-number {
                    position: relative;
                    font-family: 'MardotoBold';
                    top: 10px;
                }

            .table-container .table-row {
                background-color: #082A3D;
                padding: 0 12px;
                border-radius: 10px;
            }


        .tabs {
            width: 99%;
            padding: 35px 10px 5px;
        }

        .flight-filter {
            float: none;
            padding: 0 0 5px;
            text-align: left;
            width: 100%;
            margin: 0;
            overflow: hidden;
            background: none;
        }

            .flight-filter fieldset {
                border: none;
                margin-top: -8px;
            }

            .flight-filter.change-color {
                background: none;
            }

        #btnArrivals.tab, #btnDepartures.tab {
            border-radius: 20px;
            float: none;
        }

            #btnArrivals.tab.tab-active {
                position: absolute;
                width: 50%;
                border-radius: 20px;
                text-align: center;
                padding-left: 0;
            }

        #btnDepartures.tab {
            background: #096;
            width: 100%;
            text-align: right;
            border-radius: 20px;
            padding: 5px 25px;
        }

            #btnDepartures.tab img {
                margin-left: 57%;
            }

        #btnArrivals.tab {
            background: #1480b2;
            position: absolute;
            width: 66%;
            border-radius: 20px;
            text-align: left;
            padding: 4px;
        }

            #btnArrivals.tab img {
                margin-left: 8%;
            }

        #btnDepartures.tab.tab-active {
            width: 52%;
            position: relative;
            z-index: 1;
            left: 48%;
            text-align: center;
        }

        #btnArrivals.tab.tab-active img {
            margin-left: 0;
        }

        #btnDepartures.tab.tab-active img {
            margin-left: 0;
        }

        /*.scrollflights-main tr:nth-child(even) {
            background: none !important;
        }

        .scrollflights-main tr:nth-child(odd) {
            background: none !important;
        }*/

        /* ****** NEW MOBILE DESIGN ***** */
    }

    #video_background {
        visibility: hidden;
    }
}

/*  SOCIAL  ====================================================================================== */

/*.social {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
    background-color: #00AEA4;
    -webkit-box-shadow: inset 0px 6px 30px -7px black;
    -moz-box-shadow: inset 0px 6px 30px -7px black;
    box-shadow: inset 0px 6px 30px -7px black;
}*/

.socialwrapper {
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 20px;
    /* text-align: center; */
}

.social-area {
    display: inline-block;
    padding: 10px;
    width: 31.7%;
    min-height: 420px;
    margin: 30px 1% 0 0px;
    font: 200 normal 0.8em/1em Arial;
    text-align: left;
    position: relative;
    vertical-align: top;
    background: rgb(2, 122, 185);
}

    .social-area:nth-child(n) {
        filter: none;
    }

    .social-area h2 {
        text-align: right;
        margin-bottom: 5px;
        margin-top: -14px;
        padding: 0px 0px 8px 0px;
    }

    .social-area.facebook {
        margin-left: 1%;
        padding: 13px;
    }

    .social-area.instagram {
    }

    .social-area.twitter {
        padding: 13px;
    }

    .social-area.facebook img {
        margin-right: 15px;
    }

    .social-area.facebook .post {
        background-color: white;
        padding: 15px;
        font-size: 14px;
        line-height: 15px;
        float: left;
    }

    .social-area.facebook .icon {
        padding: 10px 18px;
    }

        .social-area.facebook .icon img {
            margin: 0;
            width: 14px;
        }

    .social-area.twitter .icon img {
        width: 36px;
    }

    .social-area.twitter .icon {
        padding: 10px 8px;
    }

    .social-area .instagram {
    }

    .social-area .linkedin {
    }

    .social-area .icon {
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 1;
        height: 50px;
        width: 100%;
        padding: 10px;
    }

/*  Responsive */

@media only screen and (max-width: 768px) {
    .social-area.facebook {
        width: 49%;
    }

    .social-area.instagram {
        width: 97.5%;
        height: 120px;
        margin-top: 10px;
        overflow: hidden;
        margin-left: 1%;
    }

    .social-area.twitter {
        width: 47%;
    }
}

@media only screen and (max-width: 575px) {
    .social-area.facebook {
        width: 96%;
        margin: 20px 2% 0px;
    }

    .social-area.instagram {
        width: 96%;
        margin: 10px 2%;
    }

    .social-area.twitter {
        width: 96%;
        margin: 10px 2% 0px;
    }
}


/****** fixed top menu and tabs *******/
@media all and (max-width: 450px) {
    .navbar {
        position: fixed;
        top: 0;
    }

    #panelFligths {
        position: relative;
    }

        #panelFligths #tableControlContainer {
            position: fixed;
            width: 100%;
            z-index: 1;
            background-color: #036596;
        }

    #arrivals, #departures {
        padding: 125px 5px 0;
    }
}

tbody > tr.d-flex {
    position: sticky;
    position: -webkit-sticky;
    top: -1px;
    background: #001924 !important;
    z-index: 10;
}

.date-line {
    display: none;
}

@media (max-width: 450px) {
    #arrivals, #departures {
        padding: 177px 5px 0;/*230*/
        height: calc(100vh - 30px);
        overflow: auto;
    }

        #arrivals tbody > tr.d-flex, #departures tbody > tr.d-flex {
            background: #041E2D !important;
        }

    .date-line {
        display: block;
        background-color: #041E2D;
        font-family: 'MardotoBold';
        padding: 10px 10px;
        font-size: 5vw;
    }
}

.main-content .flight-filter .calendar-wrapper {
    position: relative;
    max-width: 120px;
    display: inline-block;
    float: right;
}

    .main-content .flight-filter .calendar-wrapper .calendar-icon {
        position: absolute;
        right: 0px;
        top: 1px;
    }

    .main-content .flight-filter .calendar-wrapper input[type="text"] {
        height: 27px;
        width: 120px;
        border: 1px solid #999;
        border-radius: 4px;
        padding-left: 10px;
        font-size: 14px;
    }

div.datepicker.datepicker-dropdown.dropdown-menu {
    font-size: 14px;
}

div.datepicker .table-condensed {
    width: 250px;
}

.datepicker-day-bold {
    font-weight: bold;
}

.datepicker-switch {
    font-weight: normal;
}

.main-content .flight-filter input:focus {
    outline: none;
}

@media all and (max-width: 450px) {
    .flight-filter {
        overflow: visible;
        padding: 0 0 12px;
    }

        .flight-filter fieldset {
            border: none;
            margin-top: 13px;
            display: flex;
            align-items: center;
        }

        .flight-filter input[type=text] {
            background: white;
            color: black;
            height: 27px;
            border-radius: 3px;
        }
}

@media all and (max-width: 451px) and (min-width: 991px) {
    .flight-filter {
        padding: 0;
        background-color: transparent;
        overflow: visible;
    }

        .flight-filter fieldset {
            width: 100%;
            height: 36px;
            padding: 5px;
            background: #1480b2;
            display: flex;
        }
}

.flight-filter input[type=text] {
    background: white;
    color: black;
    flex-grow: 1;
}

    .flight-filter input[type=text]::placeholder {
        color: black;
    }

.main-content .flight-filter .calendar-wrapper input[type="text"] {
    background: white;
    color: black;
}

.info-slider #latestNews {
    width: 31.3%;
    margin-left: 1%;
    float: left;
    height: 400px;
}
    .info-slider #latestNews #header {
        font-size: 1.5em;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .info-slider #latestNews ul {
        height:92%;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .info-slider #latestNews li {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-left: -40px;
        font-size: 16px;
    }

        .info-slider #latestNews li div {
            margin-bottom: 10px;
        }

.info-slider #Indicators {
    width: 65.8%;
    float: right;
    margin-right: 1%;
    padding-left: 1%;
}

@media only screen and (max-width: 768px) {
    .info-slider #latestNews {
        width: 100%;
        float: none;
        margin-bottom: 5%;
    }

    .info-slider #Indicators {
        width: 100%;
        float: none;
    }
}

footer .footer-links-wrapper .footer-links {
    width: 20%;
}

@media only screen and (max-width: 575px) {
    footer .footer-links-wrapper .footer-links {
        width: 50%;
    }
}

@media only screen and (max-width: 768px) {
    footer .footer-links-wrapper .footer-links {
        width: 100%;
    }
}

.airports {
    display: none;
    padding: 16px;
    font-size: 16px;
    text-transform: uppercase;
}

@media only screen and (max-width: 450px) {
    .airports {
        display: block;
    }
}