@media (max-width: 1920px) {
  #story-security::before,
#merchandise::before {
    height: 140px;
  }

  #merchandise::before {
    top: -94px;
  }

  #routes::after {
    height: 130px;
  }
}
@media (max-width: 1280px) {
  #routes::after {
    bottom: -35px;
  }
}
@media (max-width: 1152px) {
  #main-banner::after,
#story-security::after,
#price-package::after,
#merchandise::after {
    bottom: -100px;
  }

  #routes::after {
    bottom: -35px;
  }
}
@media (max-width: 1199px) {
  /* 
  ===============
  NAVBAR
  ===============
  */
  .sm-mobile-menu .secondary-menu .navbar-2nd > li > .separator {
    display: none;
  }

  .sm-mobile-menu .btn-toggle-container {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }

  .sm-mobile-menu .btn-toggle-container .navbar-toggle {
    display: block;
  }

  .sm-mobile-menu .navbar-offcanvas {
    position: fixed;
    width: 100%;
    max-width: 250px;
    height: 100%;
    left: -250px;
    top: 0;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 999;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    transition: all 0.15s ease-in;
  }

  .sm-mobile-menu .navbar-offcanvas.in {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  }

  .sm-mobile-menu .navbar-offcanvas.navbar-offcanvas-fade {
    opacity: 0;
  }

  .sm-mobile-menu .navbar-offcanvas.navbar-offcanvas-fade.in {
    opacity: 1;
  }

  .sm-mobile-menu .navbar-offcanvas.offcanvas-transform.in {
    -webkit-transform: translateX(250px);
    transform: translateX(250px);
  }

  .sm-mobile-menu .navbar-offcanvas.offcanvas-position.in {
    left: 0;
  }

  .sm-mobile-menu .navbar-offcanvas.navbar-offcanvas-right {
    left: auto;
    right: -250px;
  }

  .sm-mobile-menu .navbar-offcanvas.navbar-offcanvas-right.offcanvas-transform.in {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
    background-color: #000;
  }

  .sm-mobile-menu .navbar-offcanvas.navbar-offcanvas-right.offcanvas-position.in {
    left: auto;
    right: 0;
  }

  .sm-mobile-menu .navbar-offcanvas .dropdown.open .caret {
    border-top: 0;
    border-bottom: 4px solid;
  }

  .sm-mobile-menu .navbar-offcanvas .dropdown-menu {
    position: relative;
    width: 100%;
    border: inherit;
    box-shadow: none;
    transition: height 0.15s ease-in;
  }

  .sm-mobile-menu .navbar-offcanvas .dropdown-menu.shown {
    display: block;
    margin-bottom: 10px;
  }

  .sm-mobile-menu .navbar-offcanvas .navbar-nav {
    display: block;
    height: auto !important;
    float: none !important;
    margin: 0px !important;
  }

  .sm-mobile-menu .navbar-offcanvas .navbar-nav > li {
    display: block;
  }

  .navbar.navbar-default .navbar-nav {
    padding-top: 40px;
  }
  .navbar.navbar-default .navbar-nav > li > a {
    color: #fff;
  }
  .navbar.navbar-default a.navbar-brand img {
    max-width: 90px;
  }
  .navbar.navbar-default .secondary-menu {
    height: auto;
  }
  .navbar.navbar-default .secondary-menu .navbar-toggle {
    margin-top: 10px;
  }

  .navbar-default .secondary-menu .navbar-toggle {
    padding: 5px 15px;
    margin-right: 0;
  }

  .btn-close-container {
    position: absolute;
    right: 0;
  }
  .btn-close-container button {
    border-radius: 0;
    padding: 8px 15px;
    background-color: transparent;
  }
  .btn-close-container i {
    color: #F9B021;
    font-size: 17px;
  }

  #main-menu-mobile .navbar-brand {
    margin-top: 25px;
    padding-left: 7px;
  }

  .banner-logo p {
    font-size: 20px;
  }
  .banner-logo img {
    height: 250px;
  }

  .story-masking.bg,
.security-masking.bg {
    height: 600px;
    width: 585px;
  }

  #our-story::before,
.security-image::before {
    top: 26px;
    background-size: 650px;
  }

  .security-image::before {
    top: -95px;
  }
  .security-image::after {
    bottom: -135px;
  }

  #routes::after {
    bottom: -28px;
  }

  .route-desc .box-mid-out {
    padding: 30px 50px;
  }

  .element-img-top {
    top: 20px;
  }

  .price-list {
    padding: 30px;
  }

  .event-list {
    padding: 30px 15px;
  }

  #footer .contact {
    padding: 50px 60px;
  }

  .get-in-touch .box-mid-out {
    width: 365px;
  }

  .video-holder iframe {
    height: 500px;
  }

  .element-img-top img {
    width: 400px;
  }
}
@media (max-width: 1024px) {
  #main-banner::after,
#story-security::after,
#price-package::after,
#merchandise::after {
    bottom: -83px;
  }

  #story-security::before {
    top: 16px;
  }

  #routes::after {
    bottom: -35px;
  }

  #event-package::after {
    height: 345px;
    width: 270px;
    top: -27px;
  }

  .element-img-top {
    top: 11px;
  }
  .element-img-top img {
    width: 300px;
  }

  .mapouter, .gmap_canvas {
    height: 700px !important;
  }

  .mapouter iframe,
.gmap_canvas iframe {
    height: 700px !important;
  }
}
@media (max-width: 992px) {
  #main-banner::after {
    bottom: -90px;
  }

  .banner-logo img {
    margin-top: 50px;
  }

  #story-security::before {
    height: 123px;
  }
  #story-security::after {
    bottom: -90px;
  }

  .security-image::after {
    width: 116px;
    height: 355px;
    background-size: 120px;
  }
  .security-image::before {
    background-size: 600px;
  }

  .story-masking.bg,
.security-masking.bg {
    height: 515px;
    width: 500px;
  }

  .our-story::after {
    height: 300px;
    background-size: 120px;
  }

  .route-desc .box-mid-out {
    padding: 30px 20px;
  }

  #routes::after {
    height: 123px;
  }

  #price-package::after,
#merchandise::after {
    bottom: -90px;
  }
}
@media (max-width: 991px) {
  #main-banner::before {
    bottom: -35px;
  }

  #tour-bus-details {
    padding-top: 50px !important;
    padding-bottom: 0px !important;
  }

  #our-story::after {
    display: none;
  }

  .story-desc {
    float: right;
    max-width: 600px;
  }

  .security-masking {
    position: relative;
    -webkit-mask: url(../img/story-img.svg) no-repeat 100% 100%;
    mask: url(../img/story-img.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    top: auto;
    right: auto;
  }

  .security-image::after {
    display: none;
  }
  .security-image::before {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    width: 600px;
    left: 0;
  }

  .element-img-top {
    top: -15px;
  }

  #routes .element-img {
    bottom: -80px;
  }
  #routes .element-img-top {
    display: none;
  }
  #routes::after {
    bottom: -48px;
  }
  #routes .col-sm-5,
#routes .col-sm-7 {
    width: 100%;
  }
  #routes .route-desc {
    position: relative;
    height: 450px;
  }
  #routes .route-desc .box-mid-out {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 60px;
  }
  #routes .route-desc .box-mid-out .box-mid-in {
    vertical-align: top;
  }

  .mapouter,
.gmap_canvas {
    height: 450px !important;
  }
  .mapouter iframe,
.gmap_canvas iframe {
    height: 450px !important;
  }

  .price-masking.bg {
    height: 250px;
    width: 250px;
  }

  .price-list .element-img {
    top: -40px;
    left: 46%;
  }
  .price-list .element-img img {
    width: 390px;
  }

  .event-masking.bg,
.merchandise-masking.bg {
    height: 200px;
    width: 200px;
  }

  .merchandise-list .element-img {
    top: -33px;
  }
  .merchandise-list .element-img img {
    width: 350px;
  }
  .merchandise-list .price-holder {
    height: 100px;
    width: 100px;
    bottom: -10px;
    left: 50px;
  }
  .merchandise-list .price-holder .price {
    font-size: 24px;
  }

  .video-holder iframe {
    height: 400px;
  }

  #event-package::after {
    height: 360px;
    width: 274px;
    top: -20px;
  }

  #gallery {
    padding-top: 50px !important;
  }

  #footer .contact {
    padding-left: 30px;
    padding-right: 30px;
  }
  #footer .title {
    padding-top: 100px;
    margin-bottom: 15px;
    font-size: 28px;
  }
  #footer .sub-title {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  #story-security::after {
    bottom: -95px;
  }

  #event-package::after {
    height: 311px;
    width: 256px;
    top: -27px;
  }
}
@media (max-width: 767px) {
  .price-list,
.event-list {
    max-width: 480px;
    margin: 0 auto;
  }

  .event-masking.bg {
    width: 250px;
    height: 250px;
  }

  #footer .banner-bg {
    height: auto;
    background-color: #000 !important;
    background-image: none !important;
    position: relative;
  }
  #footer .footer-masking {
    background-repeat: no-repeat !important;
  }
  #footer .contact-bg {
    display: none;
  }
  #footer .contact {
    padding-left: 60px;
    padding-right: 60px;
  }

  .contact-holder {
    padding-top: 70px !important;
  }

  .get-in-touch {
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 60px;
  }
  .get-in-touch .box-mid-out {
    width: 100%;
  }

  .height-750 {
    height: 100% !important;
  }

  #gallery video {
    width: 100% !important;
  }

  #story-security .col-lg-6 {
    overflow: hidden;
  }
}
@media (max-width: 650px) {
  #main-banner::before {
    display: none;
  }

  .title {
    font-size: 30px;
    margin-bottom: 0;
  }

  .sub-title {
    font-size: 24px;
  }

  .banner-logo .title {
    font-size: 40px;
    margin-bottom: 15px;
  }
  .banner-logo p {
    font-size: 18px;
  }

  #story-security::before {
    height: 150px;
  }
  #story-security::after {
    bottom: -78px;
  }

  #our-story::before {
    background-size: 530px;
  }

  .security-image::before {
    width: 495px;
    right: auto;
    top: -75px;
  }

  #routes .element-img {
    display: none;
  }
  #routes .title {
    margin-bottom: 15px;
  }
  #routes .route-desc {
    min-height: 350px;
    height: auto;
  }

  #event-package::after {
    display: none;
  }

  .merchandise-list .element-img {
    top: -20px;
    left: 46%;
  }
  .merchandise-list .element-img img {
    width: 300px;
  }

  #gallery {
    padding-bottom: 50px !important;
  }

  .columns {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
  }

  #merchandise::before {
    top: -80px;
  }
}
@media (max-width: 500px) {
  .banner-logo img {
    height: 140px;
    margin-top: 60px;
  }

  .col-centered-offset {
    width: 100%;
  }

  #main-banner::before {
    display: none;
  }
  #main-banner::after {
    bottom: -77px;
  }

  #tour-bus-details {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .our-story {
    padding-top: 50px;
  }

  .story-masking.bg,
.security-masking.bg {
    height: 447px;
    width: 437px;
  }

  #price-package::after,
#merchandise::after {
    bottom: -76px;
  }

  .event-bg .py-100 {
    padding-top: 30px !important;
    padding-bottom: 50px !important;
  }

  #our-story::before {
    background-size: 400px;
  }

  .security-image::before {
    width: 400px;
  }

  .video-holder iframe {
    height: 250px;
  }

  .contact .col-xs-6 {
    width: 100%;
  }
}
@media (max-width: 479px) {
  body.modal-open {
    position: fixed;
  }
  div.wpcf7 .wpcf7-recaptcha iframe {
    position: static !important;
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
  }

  .price-list p {
    text-align: left;
  }

  .price {
    text-align: center;
  }

  .package-description ul {
    padding-left: 0;
  }
  .package-description ul li {
    display: block;
    text-align: left;
  }
  .package-description ul br {
    display: none;
  }
}
@media (max-width: 430px) {
  #gallery {
    padding-top: 30px !important;
    padding-bottom: 0px !important;
  }
  #gallery .col-xs-3 {
    width: 33.33333333%;
  }

  .story-masking.bg,
.security-masking.bg {
    height: 409px;
    width: 400px;
  }

  #routes .route-desc .box-mid-out {
    padding-left: 30px;
    padding-right: 30px;
  }

  .route-desc tr {
    display: block;
    margin-bottom: 20px;
  }
  .route-desc tr th {
    display: block;
    width: 100%;
  }
  .route-desc tr td {
    display: block;
  }
  .route-desc .colon {
    display: none;
  }

  #footer .contact,
.get-in-touch {
    padding-left: 30px;
    padding-right: 30px;
  }

  .merchandise-list {
    padding: 30px;
  }

  .security-image {
    min-height: auto !important;
  }
}
@media (max-width: 380px) {
  .story-masking.bg,
.security-masking.bg {
    height: 323px;
    width: 314px;
  }

  .price-list .element-img img {
    width: 380px;
  }

  .columns {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }

  .price-list .element-img img {
    display: none;
  }

  #routes::after {
    bottom: -57px;
  }

  #gallery .col-xs-3 {
    width: 50%;
  }

  .contact.box-mid-out {
    display: block !important;
  }
  .contact .box-mid-in {
    display: block !important;
  }

  #footer .contact, .get-in-touch {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
    margin-left: 0;
  }
}

/*# sourceMappingURL=responsive_1.0.1.css.map */
