@media only screen and (min-width: 1400px) {
  .container {
    width: 1350px;
  }
}
@media only screen and (max-width: 1400px) {
  .reserve-plans > div{
      padding: 0 8px;
  }
  .reserve-plans > div > div{
    padding: 20px;
  }
  .reserve-plans {
      margin: 30px -8px;
      width: calc(100% + 16px);
  }
  .reserve-plans > div > div h3{
    font-size: 22px;
  }
  .reserve-plans > div > div span {
    width: calc(100% - 65px);
  }
  .reserve-plans > div > div label{
    font-size: 26px;
  }
  .reserve-plans > div > div label{
    width: 65px;
  }


  .home-main .home-left {
    width: 580px;
  }
  .home-main .home-right {
    width: calc(100% - 580px);
  }
  .main-img-head h2 {
    font-size: 22px;
    padding-left: 18px;
  }
  .main-menu .menu-inner li {
    margin-right: 10px;
  }
  .ico-main.ico-small {
    height: 20px;
    width: 20px;
  }
  .ico-main img {
    max-width: 54%;
  }
  .main-menu .menu-inner li a span {
    font-size: 14px;
  }
  .agenda-wrapper .flight-time ul li .f-date {
    position: relative;
    padding-left: 85px;
    float: none;
    display: block;
    clear: both;
  }
  .agenda-wrapper .flight-time ul li .f-date:after {
    content: 'Date : ';
    position: absolute;
    left: 0;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;
    display: block;
    top: 5px;
  }
  .agenda-wrapper .flight-time ul li .f-place {
    position: relative;
    padding-left: 85px;
    float: none;
    display: block;
    clear: both;
  }
  .agenda-wrapper .flight-time ul li .f-place:after {
    content: 'Destination : ';
    position: absolute;
    left: 0;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;
    display: block;
    top: 5px;
  }
  .agenda-wrapper .flight-time ul li {
    margin-bottom: 20px;
  }
  .agenda-wrapper .flight-time .flight-time-head h2 {
    display: none;
  }
  .agenda-wrapper .flight-time ul li .f-place span:empty {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .main-menu .menu-inner {
    padding: 12px 10px 6px;
  }
  .main-menu .menu-inner li {
    margin-right: 5px;
  }
  .main-menu .menu-inner li a span {
    margin: 0 5px;
    font-size: 12px;
  }
  .main-menu .menu-right {
    padding: 10px 0 4px;
  }
}
@media only screen and (max-width: 1199px) {
  .reserve-plans > div{
      width: 50%;
      float: left;
      margin-bottom: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .home-main {
    padding: 20px;
  }
  .home-main .home-left {
    width: 100%;
  }
  .home-main .home-right {
    width: 100%;
  }
  .main-img-head h2 {
    font-size: 18px;
    padding-left: 10px;
    padding-top: 5px;
  }
  .ico-main.ico-big {
    height: 30px;
    width: 30px;
  }
  .hamburger-main {
    display: inline-block;
    position: absolute;
    right: 10px;
    z-index: 1000;
    top: 30px;
  }
  .logo {
    width: 145px;
  }
  .logo a .logo-text {
    color: #ffe400;
    text-align: center;
    padding: 5px 10px;
    position: relative;
    bottom: 10px;
    right: 0;
  }
  .header-section {
    width: 100% !important;
  }
  .header-section .main-menu {
    width: 260px;
    float: none;
    margin-top: 0;
    position: fixed;
    height: 100%;
    right: -100%;
    top: 0;
    z-index: 999;
    padding-bottom: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    min-height: 100vh;
    overflow-y: auto;
  }
  .header-section .main-menu.menu-open {
    right: 0;
  }
  .header-section .main-menu .menu-inner {
    float: none !important;
    padding-top: 80px;
  }
  .header-section .main-menu .menu-inner li {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .header-section .main-menu .menu-right {
    padding: 0px 18px 6px;
    float: none !important;
  }
  .header-section .main-menu .menu-right .form-container {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .header-section .main-menu .menu-right .form-container input {
    width: 100%;
  }
  footer .main-menu .menu-inner li {
    margin-bottom: 10px;
  }
  footer .footer-left .copyright p {
    font-size: 14px;
  }
  .scrolling-head .top-scroll-text p {
    font-size: 16px;
  }
  .flight-time ul li span {
    height: 24px;
    width: 20px;
    line-height: 26px;
    font-size: 16px;
  }
  .flight-time ul li a i img {
    right: 3px;
    top: 4px;
  }
  .flight-time .flight-time-head h2:nth-of-type(1) {
    width: 147px;
  }
  .flight-time .flight-time-head h2:nth-of-type(2) {
    width: calc(100% - 147px);
  }
  .flight-time .flight-time-head h2 {
    font-size: 16px;
  }
  .restriction ul li {
    width: calc(100% / 5);
    float: left;
  }
  .restriction ul li p {
    font-size: 13px;
  }
  .restriction .ico-main.ico-fxd {
    height: 36px;
    width: 36px;
  }
  .agenda-wrapper .flight-time ul li .f-date:after,
  .agenda-wrapper .flight-time ul li .f-place:after {
    font-size: 14px;
  }
  .agenda-main {
    padding: 20px;
  }
  .landingspagina-main .landingspagina-inner {
    width: 100%;
  }
  .landingspagina-main .favorite-airport {
    position: relative;
  }
  .landingspagina-main .favorite-airport .favorite-right {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    display: block;
  }
  .landingspagina-main .favorite-airport .favorite-right .favorite-right-inner {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    display: block;
  }
  .land-header a {
    width: 230px;
  }
  .landingspagina-main {
    padding: 10px 0;
  }
  .landingspagina-main .flight-time ul li .f-date {
    position: relative;
    padding-left: 85px;
  }
  .landingspagina-main .flight-time ul li .f-date:after {
    content: 'Date : ';
    position: absolute;
    left: 0;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;
    display: block;
    top: 5px;
  }
  .landingspagina-main .flight-time ul li .f-place {
    position: relative;
    padding-left: 85px;
  }
  .landingspagina-main .flight-time ul li .f-place:after {
    content: 'Destination : ';
    position: absolute;
    left: 0;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;
    display: block;
    top: 5px;
  }
  .landingspagina-main .flight-time ul li .f-gate {
    position: relative;
    padding-left: 85px;
  }
  .landingspagina-main .flight-time ul li .f-gate:after {
    content: 'Gate : ';
    position: absolute;
    left: 0;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;
    display: block;
    top: 5px;
  }
  .landingspagina-main .flight-time ul li {
    margin-bottom: 20px;
  }
  .landingspagina-main .flight-time ul li .f-place span:empty {
    display: none;
  }
  .landingspagina-main .flight-time ul li .f-place,
  .landingspagina-main .flight-time ul li .f-date,
  .landingspagina-main .flight-time ul li .f-gate {
    display: block;
    float: none;
    clear: both;
  }
  .landingspagina-main .flight-time .flight-time-head h2 {
    display: none;
  }
  .landingspagina-main h3 {
    font-size: 20px;
  }
  .media-main,
  .tab-main {
    padding: 20px;
  }
  .main-img-head ul {
    margin-top: 5px;
  }
  .main-img-head ul li a {
    font-size: 14px;
  }
  .huisregels-inner .huisregels-list .hlist-img .ico-main.ico-fxd {
    height: 40px;
    width: 40px;
  }
  .huisregels-inner .huisregels-list {
    padding: 15px 0;
  }
  .huisregels-inner .huisregels-list .hlist-info h3 {
    font-size: 18px;
  }
  .huisregels-inner .huisregels-list .hlist-info p {
    font-size: 14px;
  }
  .huisregels-inner .huisregels-list .hlist-info {
    padding-left: 0px;
  }
  .location-wrapper #map {
    margin: 20px -20px;
  }
  .location-wrapper .map-cordinates h2 {
    font-size: 18px;
  }
  .location-wrapper .map-cordinates .map-image {
    margin-right: 25px;
  }
  .contact-inner .contact-img-section {
    margin: 20px -20px;
  }
  .contact-inner .contact-form {
    width: 100%;
  }



  #wrapper{
    padding-top: 120px;
  }
  header{
    position: absolute;
    width: 100%;
    top: 0;
  }



.header-section{
  text-align: right;
}
header {
    z-index: 1;
  -webkit-backface-visibility: hidden;
  transform: translate3d(0,0,0) !important;
  -webkit-transform: translate3d(0,0,0) !important;
  -moz-transform: translate3d(0,0,0) !important;
  -ms-transform: translate3d(0,0,0) !important;
  -o-transform: translate3d(0,0,0) !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .hamburger-main{
  padding: 40px 0;
  position: static;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1000;
}
header.smaller{
  background: transparent;
}
.header-section .main-menu{
  text-align: left;
}
header.smaller {
  position: fixed;
  background: #000;
  z-index: 2;
  text-align: center;
}

header.smaller img {
	max-height: 50px;
	width: auto !important;
}

header .hamburger-main{
  position: relative !important;
  top: 0 !important;
  right: 0 !important;
  padding: 17px 0 !important;
}
.header-section .main-menu{
  text-align: left;
}
.main-menu .menu-inner li ul.subdrop-menu{
  position: static;
  display: block;
  transform: none;
  padding-left: 30px;
}


}
@media only screen and (max-width: 768px) {
  footer .container {
    position: relative;
  }
  footer .container .footer-left {
    width: 100%;
    float: none;
    margin-top: 94px;
  }
  footer .container .footer-left .copyright {
    text-align: center;
    margin: 10px 0;
  }
  footer .container .footer-left .copyright p:last-of-type {
    margin-right: 0;
  }
  footer .container .footer-right {
    width: 150px;
    float: none;
    position: absolute;
    top: 0;
    left: 0;
  }
  .webform-component--waarom-wilt-u-bij-flight-90-werken,
  .webform-component--geslacht {
    clear: both;
  }
  .webform-component--geslacht {
    padding-top: 10px !important;
  }
  .landingspagina-main .favorite-airport .favorite-right {
    position: relative;
    border-radius: 0;
    width: 100%;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }
  .landingspagina-main .favorite-airport .favorite-right .favorite-right-inner {
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    position: relative;
    display: table;
  }
  .landingspagina-main .favorite-airport .favorite-left {
    width: 100%;
    margin-bottom: 0;
  }
  .landingspagina-main .favorite-airport .favorite-right .favorite-right-inner p {
    text-align: left;
    float: left;
    width: 50%;
    padding-top: 10px;
  }
  .landingspagina-main .favorite-airport .favorite-right .favorite-right-inner .visit-icon {
    float: left;
    width: 50%;
    margin-bottom: 0;
  }
  .agenda-wrapper .agenda-main p,
  .media-main p,
  .tab-main p {
    margin: 20px 0 0;
  }
  .side-bar {
    display: block;
  }
  .next-up {
    float: left;
  }
  .restriction {
    float: left;
    width: calc(100% - 182px);
  }
  .social {
    float: left;
    width: 100%;
    padding: 8px 10px;
    height: auto;
    display: block;
  }
  .social a {
    display: inline-block;
  }
  .social:after {
    display: none;
  }
  footer {
    margin-top: 30px;
  }
  .location-wrapper .map-cordinates .map-image {
    margin: -100px auto 10px;
    display: table;
    float: none;
  }
  .location-wrapper .map-cordinates h2 {
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    float: none;
  }
  .contact-inner .contact-form .form-item {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  .contact-inner .contact-form .form-item:nth-child(3) {
    float: none;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-top: 0;
  }
}
@media only screen and (max-width: 600px) {
  .home-wrapper .flight-time ul li .f-date {
    position: relative;
    padding-left: 85px;
    float: none;
    width: 100%;
    display: block;
    clear: both;
  }
  .home-wrapper .flight-time ul li .f-date:after {
    content: 'Date : ';
    position: absolute;
    left: 0;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    display: block;
    top: 5px;
  }
  .home-wrapper .flight-time ul li .f-place {
    position: relative;
    padding-left: 85px;
    float: none;
    width: 100%;
    display: block;
    clear: both;
  }
  .home-wrapper .flight-time ul li .f-place:after {
    content: 'Destination : ';
    position: absolute;
    left: 0;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    display: block;
    top: 5px;
  }
  .home-wrapper .flight-time ul li {
    margin-bottom: 20px;
  }
  .home-wrapper .flight-time .flight-time-head h2 {
    display: none;
  }
  .home-wrapper .flight-time ul li .f-place span:empty {
    display: none;
  }
  .reserve-plans > div{
      width: 100%;
  }
  .reserve-plans > div > div{
    min-height: 0;
    width: 100%;
    display: inline-block;
  }
  .reserve-plans > div > div input{
    position: static;
    margin-top: 20px !important;
  }
}
@media only screen and (max-width: 560px) {
  .next-up {
    width: 120px;
    height: 140px;
  }
  .restriction {
    width: calc(100% - 140px);
    height: 140px;
  }
}
@media only screen and (max-width: 500px) {
  .main-img-head ul {
    float: none;
    clear: both;
    display: block;
    padding: 10px 0;
  }
  .main-img-head ul:after {
    content: '';
    display: table;
    clear: both;
  }
  .main-img-head ul li {
    display: inline-block;
    width: calc(100% / 4);
  }
  .main-img-head ul li a {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .next-up {
    margin: 0 auto;
    margin-bottom: 10px;
    float: none;
  }
  .restriction {
    width: 100%;
    float: none;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .next-up:after {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  footer .main-menu .menu-inner li {
    width: 100%;
  }
  .land-header a {
    width: 200px;
  }
  .location-wrapper .map-cordinates .map-image {
    margin: 20px auto;
  }
  .location-wrapper .map-cordinates .map-image ul {
    width: 200px;
  }
  .location-wrapper .map-cordinates h2 span {
    display: block;
  }
  #wrapper {
    padding-top: 92px;
  }

  .simply-scroll .simply-scroll-clip .scrolling-head{
    white-space: nowrap;
  }
  .simply-scroll .simply-scroll-clip .scrolling-head > div{
    display: inline-block;
  }
}
@media only screen and (max-width: 400px) {
  .restriction ul li {
    width: auto;
    float: none;
    margin: 10px;
    display: inline-block;
  }
  .restriction ul {
    text-align: center;
  }
  .reserve-plans > div > div label{
    display: block;
    text-align: left;
    margin-top: 10px;
    width: auto;
  }
  .reserve-plans > div > div span{
    width: 100% !important;
  }
}
@media only screen and (max-width: 340px) {
  .media-main .media-inner .media-poster .media-poster-container {
    overflow-x: auto;
  }

}
