@import url(../fonts/stylesheet.css);
html, body {
  overflow-x: hidden;
  font-family: 'futura', serif;
  position: relative; }

.main-navbar {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  color: white;
  top: 1rem; }
  .main-navbar.top-up {
    top: 0px; }
  .main-navbar .navbar-brand {
    width: 280px;
    height: 80px;
    left: -30px;
    background-color: white;
    padding: 1rem 2.5rem 1rem 2.5rem;
    position: relative;
    border-radius: 0px 0px 9px 0px;
    -moz-border-radius: 0px 0px 9px 0px;
    -webkit-border-radius: 0px 0px 9px 0px;
    border: 0px solid #000000;
    transform-origin: bottom left;
    transform: skewX(-15deg);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: 75px center; }
    @media (max-width: 480px) {
      .main-navbar .navbar-brand {
        width: 240px;
        background-position: 35px center;
        background-size: 70%; } }
    @media (max-width: 380px) {
      .main-navbar .navbar-brand {
        width: 190px;
        margin-right: 0; } }
    @media (max-width: 360px) {
      .main-navbar .navbar-brand {
        width: 150px;
        margin-right: 0; } }
  .main-navbar i {
    font-size: 2rem; }
  @media (max-width: 1028px) {
    .main-navbar .navbar-nav {
      width: 50%;
      flex-direction: row;
      justify-content: flex-end !important; } }
  @media (max-width: 480px) {
    .main-navbar .navbar-nav {
      width: auto; } }
  .main-navbar .navbar-nav .nav-link {
    padding: 1rem;
    color: #c32130; }
    .main-navbar .navbar-nav .nav-link:hover, .main-navbar .navbar-nav .nav-link:visited {
      color: #c32130; }
    .main-navbar .navbar-nav .nav-link.hover-red:hover {
      background-color: red;
      color: white; }
    @media (max-width: 480px) {
      .main-navbar .navbar-nav .nav-link {
        padding: .35rem; }
        .main-navbar .navbar-nav .nav-link i {
          font-size: 1.4rem; } }
  .main-navbar .navbar-nav .menu-icon {
    width: 35px;
    height: 35px;
    display: inline-block; }
    .main-navbar .navbar-nav .menu-icon img {
      width: 100%; }
    @media (max-width: 480px) {
      .main-navbar .navbar-nav .menu-icon {
        width: 30px;
        height: 30px; } }

#slider .slider-container {
  height: auto !important; }
  #slider .slider-container .slider-item {
    width: 100%;
    min-height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative; }
#slider .slider-nav {
  position: absolute;
  top: 60%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: white;
  font-size: 2rem; }
  @media (max-width: 600px) {
    #slider .slider-nav {
      display: none; } }
  #slider .slider-nav.slider-left {
    background-color: #c32130;
    left: 0; }
  #slider .slider-nav.slider-right {
    background-color: #a4be37;
    right: 0; }

.text-shadow {
  text-shadow: 1px 1px 2px #969696; }

.ornament {
  position: relative;
  z-index: 1; }
  .ornament:before {
    width: 100px;
    height: 100px;
    content: '';
    position: absolute;
    z-index: -1;
    left: -2rem;
    top: -1rem;
    border-radius: 15px 0px 0px 0px;
    -moz-border-radius: 15px 0px 0px 0px;
    -webkit-border-radius: 15px 0px 0px 0px;
    border: 0px solid #000000; }
  .ornament.green:before {
    background-color: #a4be37; }
  .ornament.red:before {
    background-color: #c32130; }
  .ornament.blue:before {
    background-color: #016d91; }

.view-more {
  font-size: .8em; }
  .view-more:before {
    width: 50px;
    height: 1px;
    background-color: white;
    content: '';
    top: -3px;
    margin-right: 5px;
    position: relative;
    display: inline-block; }

.hidden {
  display: none; }

.text-green {
  color: #a4be37; }

.text-blue {
  color: #016d91; }

.text-red {
  color: #c32130; }

.text-gray {
  color: #cbd1d1; }

.text-lightblue {
  color: #99dcf5; }

.bg-green {
  background-color: #a4be37; }

.bg-blue {
  background-color: #016d91; }

.bg-red {
  background-color: #c32130; }

.bg-gray {
  background-color: #cbd1d1; }

.bg-lightblue {
  background-color: #99dcf5; }

.home-content {
  z-index: 1; }
  .home-content .padding-vertical {
    padding-top: 5rem;
    padding-bottom: 5rem; }
  .home-content h2 {
    font-weight: bold;
    margin-bottom: 1rem; }
    @media (max-width: 480px) {
      .home-content h2 {
        font-size: 1.2rem; } }
  @media (max-width: 480px) {
    .home-content p {
      font-size: .8rem; } }
  .home-content .icon-fly {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    position: absolute;
    font-size: 2rem;
    z-index: 1; }
    .home-content .icon-fly img {
      width: 30px;
      height: 30px; }
    .home-content .icon-fly.top-right {
      top: 0;
      right: 0; }
    .home-content .icon-fly.top-left {
      top: 0;
      left: 0; }
  .home-content .view-more:before {
    background-color: black; }
  .home-content .first-section {
    min-height: 50vh;
    display: flex;
    align-items: center; }
  .home-content .content-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    z-index: -1;
    top: -40px;
    bottom: 0px;
    margin: auto; }
    .home-content .content-image.right {
      right: 0;
      left: -40px; }
    .home-content .content-image.left {
      left: 0;
      right: -40px; }

.home-about-us {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%; }
  .home-about-us .about-us-content {
    height: 120vh; }

.meta-text {
  position: absolute;
  left: 15%;
  max-width: 340px;
  color: white; }
  .meta-text h2 {
    font-weight: bold;
    font-size: 4rem;
    line-height: 1; }
    @media (max-width: 480px) {
      .meta-text h2 {
        font-size: 3rem; } }
  .meta-text p {
    font-size: 1.2rem;
    font-weight: bold; }
    @media (max-width: 480px) {
      .meta-text p {
        font-size: 1rem; } }
  .meta-text.bottom {
    bottom: 25%; }
  .meta-text.top {
    top: 25%; }

.home-carousel {
  margin: 6rem auto; }

.carousel-container {
  height: auto !important; }

.carousel-navigation {
  position: absolute;
  top: 45%;
  font-size: 4rem;
  color: #cbd1d1;
  cursor: pointer; }
  .carousel-navigation.left {
    left: -5%; }
  .carousel-navigation.right {
    right: -5%; }

.home-carousel-item {
    outline: none;
}
    .home-carousel-item .card {
        overflow: hidden;
        border-radius: 0;
        background-color: #cbd1d1;
    }
    .home-carousel-item .card .card-image {
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      width: 100%;
      padding-bottom: 70%;
      position: relative; }
    .home-carousel-item .card .card-body {
      padding-left: 5rem; }
    .home-carousel-item .card .card-icon-container {
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 3;
      width: 100%; }

.main-news {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  @media (max-width: 480px) {
    .main-news {
      height: 75vh; }
      .main-news .meta-text {
        left: 25%;
        top: 15% !important; } }

.float-news-container {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0; }
  .float-news-container .news-item {
    cursor: pointer;
    position: relative;
    padding: 0;
    height: 25vh; }
    @media (max-width: 480px) {
      .float-news-container .news-item {
        height: 15vh; } }
    .float-news-container .news-item .news-item-caption {
      width: 100%;
      font-weight: bold;
      font-size: 1.2rem;
      color: white;
      background-color: rgba(0, 0, 0, 0.5);
      padding: .5rem 1rem;
      position: absolute;
      bottom: 0; }
      @media (max-width: 480px) {
        .float-news-container .news-item .news-item-caption {
          font-size: .8rem; } }
    .float-news-container .news-item .news-item-read-all {
      color: white;
      font-size: 1rem;
      text-align: center; }
      .float-news-container .news-item .news-item-read-all .icon {
        width: 150px; }
        @media (max-width: 480px) {
          .float-news-container .news-item .news-item-read-all .icon {
            display: none; } }
  .float-news-container .left-caption {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    color: white;
    padding: 1rem;
    height: 25vh; }
    .float-news-container .left-caption .left-caption-text {
      font-size: 1.4rem; }
      @media (max-width: 480px) {
        .float-news-container .left-caption .left-caption-text {
          font-size: 0.8rem; } }

.float-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto; }
  .float-bg .bg-container {
    width: 100%;
    height: 100vh; }

.standard-thumbnail {
  width: 100%;
  padding-bottom: 30%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.social-media {
  margin: 4rem 0px; }
  .social-media .section-title {
    margin-bottom: 2rem;
    font-size: 2.4rem; }
  .social-media .social-media-item {
    width: 100%;
    padding-bottom: 100%;
    height: auto;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    .social-media .social-media-item .icon-instagram {
      position: absolute;
      width: 70px;
      height: 70px;
      bottom: 0px;
      right: 0px;
      z-index: 1; }

.warning-text {
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 1px;
  font-style: italic; }
  @media (max-width: 992px) {
    .warning-text {
      font-size: 1rem; } }

.home-contact-container .icon-contact-box {
  width: 80px;
  height: 80px; }
.home-contact-container .title {
  font-weight: bold;
  font-size: 3rem; }
  @media (max-width: 992px) {
    .home-contact-container .title {
      font-size: 1.8rem; } }

.contact-center-container {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat; }
  @media (max-width: 480px) {
    .contact-center-container {
      height: 50vh;
      margin-top: 1rem; } }

.form-control {
  border-radius: 0px; }

footer .footer-copy {
  margin-top: 1rem;
  border-top: 1px solid black; }
footer .title {
  font-size: 1rem; }
footer .number {
  font-size: 2rem; }
footer .menu-item {
  list-style: none;
  padding: 0;
  margin: 0; }
  footer .menu-item li {
    margin-bottom: .7rem; }
    footer .menu-item li a, footer .menu-item li a:hover, footer .menu-item li a:visited {
      color: black;
      text-decoration: none;
      font-size: 0.9rem; }
footer .social-media {
  display: flex;
  flex-direction: row; }
  footer .social-media .social-media-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #cbd1d1;
    margin: 5px;
    background-color: black;
    border-radius: 50%; }

.mega-menu {
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  height: 0;
  background-color: white;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
  opacity: 0; }
  @media (max-width: 600px) {
    .mega-menu {
      display: none; } }
  .mega-menu.active {
    height: 100vh;
    opacity: 1; }
  .mega-menu .mega-menu-container {
    margin-top: 15vh;
    position: relative; }
    @media (max-width: 360px) {
      .mega-menu .mega-menu-container {
        margin-top: 25vh; } }
  .mega-menu .mega-menu-list {
    padding: 0;
    margin: 0;
    list-style: none; }
    .mega-menu .mega-menu-list li {
      margin-bottom: .6rem; }
      .mega-menu .mega-menu-list li a, .mega-menu .mega-menu-list li a:hover, .mega-menu .mega-menu-list li a:visited {
        color: white;
        text-decoration: none;
        font-size: 1.8rem; }
      .mega-menu .mega-menu-list li a:hover {
        font-weight: bold; }
  .mega-menu .mega-menu-content {
    position: absolute;
    top: 5vh;
    width: 65%;
    right: -75%;
    opacity: 0; }
    .mega-menu .mega-menu-content.active {
      right: 0;
      opacity: 1; }
    .mega-menu .mega-menu-content .left {
      position: relative;
      z-index: 2;
      min-height: 50vh;
      max-height: 75vh;
      overflow-y: auto;
    }
    .mega-menu .mega-menu-content .mega-menu-content-list {
      padding: 0;
      margin: 0;
      list-style: none; }
        .mega-menu .mega-menu-content .mega-menu-content-list li.title {
            color: #006CB8;
            padding: .5rem 1rem;
            font-weight: bold;
        }
      .mega-menu .mega-menu-content .mega-menu-content-list li a {
        padding: .5rem 1rem;
        display: block; }
      .mega-menu .mega-menu-content .mega-menu-content-list li a, .mega-menu .mega-menu-content .mega-menu-content-list li a:visited {
        color: black;
        text-decoration: none; }
      .mega-menu .mega-menu-content .mega-menu-content-list li a:hover {
        background-color: #99dcf5; }


        .mega-menu .mega-menu-content .mega-menu-content-list li ul {
            padding: 0;
            margin: 0;
            list-style: none;
        }
        .mega-menu .mega-menu-content .mega-menu-content-list li ul li a.subitem2 {
            padding: .5rem 3rem;
            display: block;
        }

        .mega-menu .mega-menu-content .mega-menu-content-list li ul li a.subitem2, .mega-menu .mega-menu-content .mega-menu-content-list li a.subitem2:visited {
            color: #3F99B9;
            text-decoration: none;
        }

        .mega-menu .mega-menu-content .mega-menu-content-list li ul li a.subitem2:hover {
            background-color: #006CB8;
        }
    .mega-menu .mega-menu-content .card-flex {
      display: flex;
      flex: 1;
      position: relative;
      padding: 1rem; }
    .mega-menu .mega-menu-content .mega-menu-content-image-container {
      width: 100%;
      height: 250px;
      display: block;
    }
        .mega-menu .mega-menu-content .mega-menu-content-image-container .mega-menu-content-image {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            bottom: 0;
            right: 0;
            width: 100%;
            position: absolute;
            top: -50px;
        }
        @media (max-width: 1250px) {
            .mega-menu .mega-menu-content .mega-menu-content-image-container .mega-menu-content-image {
                position: absolute;
                top: -50px;
            }
        }
      .mega-menu .mega-menu-content .mega-menu-content-image-container .icon-fly {
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        left: 0;
      }

.cursor-pointer {
  cursor: pointer; }

.transition {
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out; }

.show-md {
  display: none; }

@media (max-width: 1028px) {
  .hide-md {
    display: none; }

  .show-md {
    display: block; } }
.overflow-hidden {
  overflow: hidden; }

.mega-menu-mobile {
    display: none;
    position: fixed;
    top: 16vh;
    right: -100%;
    width: 80%;
    z-index: 1031;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 84vh;
    background-color: #404042;
}
  @media (max-width: 480px) {

    .submenu-item a {
        color: #CBD1D1;
    }
    .mega-menu-mobile {
        display: block;
    } }
  .mega-menu-mobile.active {
    right: 0; }
  .mega-menu-mobile .card {
    border-radius: 0px;
    border: none; }
  .mega-menu-mobile ul {
    border-radius: 0px; }
    .mega-menu-mobile ul li {
      background-color: #404042;
      color: white; }
  .mega-menu-mobile .header-title {
    cursor: pointer;
    color: #cbd1d1; }
    .mega-menu-mobile .header-title i {
      position: absolute;
      top: 15px;
      left: 15px; }
  .mega-menu-mobile .card > .list-group:first-child .list-group-item:first-child,
  .mega-menu-mobile .card > .list-group:last-child .list-group-item:last-child {
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
    border-bottom-right-radius: 0rem;
    border-bottom-left-radius: 0rem; }
  .mega-menu-mobile .list-item {
    padding-left: 0;
    padding-right: 0;
    cursor: pointer; }
    .mega-menu-mobile .list-item .row {
      margin: 0px; }
    .mega-menu-mobile .list-item .menu-mobile-content-container {
      height: 0;
      display: none;
      background-color: white;
      color: black;
      margin-top: 0px; }
      .mega-menu-mobile .list-item .menu-mobile-content-container.active {
        height: auto;
        display: block;
        margin-top: 15px; }
      .mega-menu-mobile .list-item .menu-mobile-content-container p {
        font-size: .8rem; }
      .mega-menu-mobile .list-item .menu-mobile-content-container .image-mobile-menu-content {
        width: 125px;
        height: 125px;
        position: absolute;
        right: 0;
        bottom: 0;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; }
        .mega-menu-mobile .list-item .menu-mobile-content-container .image-mobile-menu-content .icon-fly {
          width: 40px;
          height: 40px;
          position: absolute;
          top: 0;
          left: 0; }
    .mega-menu-mobile .list-item .menu-mobile-sub-menu {
      margin: 0;
      padding: 0;
      list-style: none;
      width: 100%; }
      .mega-menu-mobile .list-item .menu-mobile-sub-menu li {
        padding: 5px 10px;
        background-color: white; }
        .mega-menu-mobile .list-item .menu-mobile-sub-menu li.title {
            color: #006CB8;
            position: relative;
            font-weight:bold;
        }
            .mega-menu-mobile .list-item .menu-mobile-sub-menu li.title:before {
                position: absolute;
                width: 50px;
                height: 1px;
                background-color: #006CB8;
                bottom: 0px;
                left: 0px;
                content: "";
            }
        .mega-menu-mobile .list-item .menu-mobile-sub-menu li a, .mega-menu-mobile .list-item .menu-mobile-sub-menu li a:hover, .mega-menu-mobile .list-item .menu-mobile-sub-menu li a:visited {
          color: black; }

        .mega-menu-mobile .list-item .menu-mobile-sub-menu li ul {
            margin: 0;
            padding: 0;
            list-style: none;
            width: 100%;
        }
            .mega-menu-mobile .list-item .menu-mobile-sub-menu li ul li a, .mega-menu-mobile .list-item .menu-mobile-sub-menu li ul li a:hover, .mega-menu-mobile .list-item .menu-mobile-sub-menu li ul li a:visited {
                color: #3F99B9;
            }

.breadcrumb {
  background-color: transparent;
  color: white; }
  .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    color: white; }
  @media (max-width: 480px) {
    .breadcrumb {
      font-size: .8rem;
      padding: 0px; } }

/*# sourceMappingURL=styles.css.map */
.border-bottom {
    border-bottom: solid 1px black;
}


img.img-responsive {
    max-width: 100%;
    height: auto;
}

.text-black {
    color: black;
}

@media (max-width: 480px) {
    .page-link {
        padding: .3rem .4rem;
    }
}
@media (max-width: 300px) {
    .page-link {
        padding: .1rem .2rem;
    }
}

.imageCaptionPost {
    font-size:smaller;
}