/* =============================================================================
    4. HEADERS
    ========================================================================= */
/*  
    4.1. HEADER TRANSPARENT - GLOBAL HEADER STYLES (+ TOURISM & FINANCE HEADER)
    ========================================================================= */
    .header-wrapper {
        width: 100%;
        z-index: 1000; }
        .header-wrapper.header-transparent {
          position: fixed;
          top: 0;
          background-color: transparent;
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none; }
          .header-wrapper.header-transparent.solid-color {
            background-color: #071740;
            -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
            -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
      
      #header {
        position: relative;
        z-index: 1000; }
      
      #logo {
        padding-right: 30px; }
      
      /*  4.1.1. TOP BAR QUICK LINKS
          ------------------------------------------------------------------------- */
      .top-bar-wrapper {
        width: 100%;
        margin-bottom: 20px;
        padding: 25px 0 8px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
      
      #quick-links > li {
        list-style: none;
        float: left;
        padding-right: 30px; }
        #quick-links > li > span {
          font-size: 12px;
          color: #c5dadc; }
        #quick-links > li > a {
          font-size: 12px; }
          #quick-links > li > a::before {
            display: block;
            position: absolute;
            content: "";
            width: 100%;
            height: 2px;
            left: 0;
            bottom: 0px;
            background-color: #fff;
            -webkit-transform-origin: right top;
            -moz-transform-origin: right top;
            -ms-transform-origin: right top;
            -o-transform-origin: right top;
            transform-origin: right top;
            -webkit-transform: scale(0, 1);
            -moz-transform: scale(0, 1);
            -ms-transform: scale(0, 1);
            -o-transform: scale(0, 1);
            transform: scale(0, 1);
            -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
            -moz-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
            -o-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
            transition: transform 0.4s cubic-bezier(1, 0, 0, 1); }
          #quick-links > li > a:hover::before {
            -webkit-transform-origin: left top;
            -moz-transform-origin: left top;
            -ms-transform-origin: left top;
            -o-transform-origin: left top;
            transform-origin: left top;
            -webkit-transform: scale(1, 1);
            -moz-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1); }
        #quick-links > li > i {
          color: #c5dadc; }
      
      /*  4.1.2. TOP BAR WPML - LANGUAGE SWITCHER
          ------------------------------------------------------------------------- */
          .wpml-languages {
            display: block;
            position: relative;
            float: left;
            font-weight: 300;
            text-transform: uppercase;
            font-size: 12px;
            line-height: 17px;
            margin-top: -10px;
            width: 30px;
        }
        .wpml-languages::before {
          display: block;
          position: absolute;
          top: 0px;
          left: 0;
          color: #c5dadc;
          font-family: "lynny";
          font-size: 12px;
          line-height: 17px; }
        .wpml-languages::after {
          display: block;
          position: absolute;
          top: 0;
          left: -30px;
          content: "";
          width: 1px;
          height: 100%;
          background-color: rgba(255, 255, 255, 0.3); }
        .wpml-languages > a.active span {
          color: #c5dadc; }
          .wpml-languages > a.active i {
            position: relative;
            top: -18px;
            padding-left: 25px;
            color: #c5dadc;
            font-size: 7px;
        }
        .wpml-languages:hover ul.wpml-lang-dropdown {
          -webkit-transform: scale(1, 1);
          -moz-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
          -o-transform: scale(1, 1);
          transform: scale(1, 1); }
        .wpml-languages.on-click-wpml-dropdown ul.wpml-lang-dropdown {
          -webkit-transform: scale(1, 1);
          -moz-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
          -o-transform: scale(1, 1);
          transform: scale(1, 1); }
        .wpml-languages.close-wpml-dropdown ul.wpml-lang-dropdown {
          -webkit-transform: scale(1, 0);
          -moz-transform: scale(1, 0);
          -ms-transform: scale(1, 0);
          -o-transform: scale(1, 0);
          transform: scale(1, 0); }
      
      .wpml-lang-dropdown {
        padding: 0px;
        overflow: hidden;
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        /* width: 100%; */
        z-index: 10001;
        background-color: rgba(7, 23, 64, 0.8);
        -webkit-transform-origin: right top;
        -moz-transform-origin: right top;
        -ms-transform-origin: right top;
        -o-transform-origin: right top;
        transform-origin: right top;
        -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
        -moz-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
        -o-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
        transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
        -webkit-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0); }
        .wpml-lang-dropdown > li {
          list-style: none; }
          .wpml-lang-dropdown > li > a {
            display: block;
            width: 100%;
            padding: 5px 5px;
            color: #c5dadc;
            text-align: center;
            transition: all 0.3s ease-in-out 0s; }
            .wpml-lang-dropdown > li > a:hover {
              color: #fff; }
      
      /*  4.1.3. TOP BAR SOCIAL LINKS
          ------------------------------------------------------------------------- */
      #social-links {
        display: block;
        position: relative;
        float: right;
        font-weight: 300;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 17px; }
        #social-links > li {
          float: left;
          list-style: none;
          padding-left: 20px; }
        #social-links a {
          color: #c5dadc; }
      
      /*  
          4.2. MAIN NAVIGATION
          ========================================================================= */
      .navbar-default {
        background-color: transparent;
        border: none; }
        .navbar-default .navbar-nav > .open > a {
          background-color: transparent; }
          .navbar-default .navbar-nav > .open > a:focus {
            background-color: transparent; }
          .navbar-default .navbar-nav > .open > a:hover {
            background-color: transparent; }
        .navbar-default .navbar-nav > li {
          padding-bottom: 0; }
          .navbar-default .navbar-nav > li.current-menu-item > a {
            color: #fff; }
          .navbar-default .navbar-nav > li > a {
            color: #c5dadc;
            font-size: 13px;
            font-weight: 500; }
            .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
              color: #fff; }
          .navbar-default .navbar-nav > li.menu-item-has-children > a {
            margin-right: 14px; }
            /*.navbar-default .navbar-nav > li.menu-item-has-children > a::after {
              display: block;
              position: absolute;
              top: 14px;
              right: 0px;
              content: "\f078";
              font-family: "FontAwesome";
              font-size: 7px; }*/
      
      .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
        background-color: transparent;
        border: none; }
      
      .navbar-collapse {
        float: right;
        padding-right: 0; }
      
      .navbar-nav {
        margin: 0; }
        .navbar-nav > li.dropdown.hover:hover > .dropdown-menu {
          -webkit-transform: scale(1, 1);
          -moz-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
          -o-transform: scale(1, 1);
          transform: scale(1, 1); }
        .navbar-nav > li.dropdown.hover > .dropdown-menu {
          display: block;
          -webkit-transform-origin: right top;
          -moz-transform-origin: right top;
          -ms-transform-origin: right top;
          -o-transform-origin: right top;
          transform-origin: right top;
          -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
          -moz-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
          -o-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
          transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
          -webkit-transform: scale(1, 0);
          -moz-transform: scale(1, 0);
          -ms-transform: scale(1, 0);
          -o-transform: scale(1, 0);
          transform: scale(1, 0); }
          .navbar-nav > li.dropdown.hover > .dropdown-menu > .current-menu-item > a {
            color: #fff; }
          .navbar-nav > li.dropdown.hover > .dropdown-menu > .dropdown-submenu > .dropdown-menu {
            display: block;
            left: 100%;
            top: -50%;
            -webkit-transform-origin: right top;
            -moz-transform-origin: right top;
            -ms-transform-origin: right top;
            -o-transform-origin: right top;
            transform-origin: right top;
            -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
            -moz-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
            -o-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
            transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
            -webkit-transform: scale(1, 0);
            -moz-transform: scale(1, 0);
            -ms-transform: scale(1, 0);
            -o-transform: scale(1, 0);
            transform: scale(1, 0); }
          .navbar-nav > li.dropdown.hover > .dropdown-menu > .dropdown-submenu:hover > .dropdown-menu {
            -webkit-transform: scale(1, 1);
            -moz-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1); }
      
      .dropdown-menu {
        min-width: 230px;
        padding: 15px 0 10px 0;
        background-color: rgba(7, 23, 64, 0.8);
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: none; }
        .dropdown-menu li a {
          padding: 5px 25px;
          text-transform: uppercase;
          font-size: 12px;
          color: #c5dadc;
          font-weight: 500;
          letter-spacing: 1px; }
          .dropdown-menu li a:focus, .dropdown-menu li a:hover {
            background-color: transparent;
            color: #fff; }
        .dropdown-menu li.current-menu-item > a {
          color: #fff; }
        .dropdown-menu > .dropdown-submenu.menu-item-has-children > a::after {
          display: block;
          position: absolute;
          top: 9px;
          right: 10px;
          content: "\f054";
          font-family: "FontAwesome";
          color: #c5dadc;
          font-size: 7px; }
      
      /*  4.2.1. MAIN NAVIGATION - MEGA MENU SPECIFIC STYLES
          ------------------------------------------------------------------------- */
      .pi-mega .pi-mega-fw {
        position: static; }
        .pi-mega .pi-mega-fw .dropdown-menu {
          left: 0;
          right: 0;
          padding-top: 30px;
          padding-bottom: 20px; }
          .pi-mega .pi-mega-fw .dropdown-menu .pi-mega-content li {
            list-style: none; }
            .pi-mega .pi-mega-fw .dropdown-menu .pi-mega-content li > a {
              padding-left: 0; }
      .pi-mega h3 {
        color: #fff;
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 15px;
        font-weight: 500; }
      
      /*  4.2.2. SEARCH
          ------------------------------------------------------------------------- */
      #search {
        position: relative;
        top: 10px;
        float: right;
        width: 34px;
        min-height: 20px;
        margin-left: 10px;
        padding-left: 20px;
        border-left: 1px solid rgba(255, 255, 255, 0.3);
        background-color: transparent;
        z-index: 1005; }
        #search .search-submit {
          position: relative;
          top: 0;
          width: 20px;
          min-height: 20px;
          border: none;
          background-color: transparent;
          background-image: url("../svg/search-white.svg");
          background-size: 13px;
          background-repeat: no-repeat;
          background-position: 0 center;
          text-indent: -9999px; }
      
      #m_search {
        position: absolute;
        display: none;
        top: 180%;
        right: -20px;
        padding: 10px 15px;
        font-size: 13px;
        color: #c5dadc;
        background-color: rgba(7, 23, 64, 0.8);
        border: none; }
      
      /*  
          4.3. HEDAER STYLE 02
          ========================================================================= */
      .header-style-02 {
        position: fixed;
        top: 0; }
        /*.header-style-02 .top-bar-wrapper {
          margin-bottom: 0;
          padding: 25px 0 15px 0; }*/
          .header-style-02 .top-bar-wrapper {
            margin-bottom: 0;
            padding: 18px 0 0px 0;
           }
        /*.header-style-02.solid-color {
          background-color: #fff;
          -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }*/
          .header-style-02 .header-info-widgets {
            float: right;
            padding-top: 15px;
          }
        .header-style-02 .header-info-widgets {
          float: right; }
          .header-style-02 .header-info-widgets > ul > li {
            float: left;
            list-style: none;
            padding-left: 30px;
            margin-left: 30px;
            padding-bottom: 0;
            border-left: 1px solid #eee; }
            .header-style-02 .header-info-widgets > ul > li .icon-container {
              float: left;
              padding-right: 10px; }
              .header-style-02 .header-info-widgets > ul > li .icon-container i {
                font-size: 30px;
                color: #999; }
            .header-style-02 .header-info-widgets > ul > li .text-container {
              float: right; }
              .header-style-02 .header-info-widgets > ul > li .text-container span {
                display: block;
                width: 100%;
                font-size: 12px;
                font-weight: 600;
                text-transform: uppercase;
                color: #071740;text-align: left; }
              .header-style-02 .header-info-widgets > ul > li .text-container p, .header-style-02 .header-info-widgets > ul > li .text-container a {
                font-size: 12px;
                color: #acb4b5;
               /*  padding-bottom: 0; */ }
        .header-style-02 .navbar-collapse {
          float: left;
          padding-left: 0; }
        .header-style-02 .navbar-default .navbar-nav > li > a {
          padding-left: 0;
          margin-right: 30px;
          color: #748182; }
        .header-style-02 .navbar {
          margin-bottom: 0; }
        .header-style-02 .wpml-languages {
          top: 15px; }
          .header-style-02 .wpml-languages::before {
            color: #acb4b5; }
          .header-style-02 .wpml-languages::after {
            display: none; }
          .header-style-02 .wpml-languages a.active i {
            color: #acb4b5; }
          .header-style-02 .wpml-languages a.active span {
            color: #acb4b5; }
        .header-style-02 #search {
          border-left: 1px solid #eee;
          margin-left: 20px; }
          .header-style-02 #search .search-submit {
            background-image: url("../svg/search-dark.svg");
            background-size: 13px; }
        .header-style-02 .header-cart {
          margin-left: 0;
          top: 15px; }
          .header-style-02 .header-cart > .cart-container > a {
            color: #acb4b5; }
          .header-style-02 .header-cart > .cart-container.icon-cart-3::before {
            color: #748182; }
        .header-style-02 .dropdown-menu {
          background-color: rgba(3, 13, 38, 0.8); }
      
      /*  
          4.4. HEADER STYLE 03 - DARK NAVIGATION BAR
          ========================================================================= */
      .header-style-02.header-negative-bottom.solid-color {
        background-color: #333643;
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
      .header-style-02.header-negative-bottom .main-navigation {
            background-color: #333643;
        width: 100%;
        float: left; }

        .nav-social-network li a {
      margin-left: 6px!important;
  }
      .header-style-02.header-negative-bottom .navbar-default {
        float: left;
        width: 100%; }
        .header-style-02.header-negative-bottom .navbar-default .navbar-nav > li > a {
          margin-left: 30px;
          margin-right: 0;
          padding-top: 18px;
          padding-bottom: 15px;
          color: #fff;
          text-transform: uppercase;
        text-align: left !important; }
          .header-style-02.header-negative-bottom .navbar-default .navbar-nav > li > a:hover {
            color: #c5dadc; }
        .header-style-02.header-negative-bottom .navbar-default .navbar-nav > li.menu-item-has-children > a::after {
          top: 16px; }
        .header-style-02.header-negative-bottom .navbar-default .navbar-nav > li.current-menu-item > a {
          color: #fff; }
      .header-style-02.header-negative-bottom .nav-additional-links {
        float: right; }
        .header-style-02.header-negative-bottom .nav-additional-links .nav-plugins {
          float: left; }
      .header-style-02.header-negative-bottom #social-links {
        padding-top: 18px; }
      .header-style-02.header-negative-bottom .wpml-languages {
        top: 18px; }
        .header-style-02.header-negative-bottom .wpml-languages::after {
          background-color: rgba(255, 255, 255, 0.3); }
      .header-style-02.header-negative-bottom #search {
        float: right;
        top: 0;
        right: 0;
        margin-left: 20px;
        width: 53px;
        height: 53px;
        padding-left: 0;
        border-left: none; background-color: #0f71b8;
        color: #fff;}
        .header-style-02.header-negative-bottom #search .search-submit {
          width: 53px;
          height: 53px;
          background-image: url("../svg/search-white.svg");
          background-size: 13px;
          background-position: center; }
        .header-style-02.header-negative-bottom #search #m_search {
          top: 100%;
          right: 0; }
      .header-style-02.header-negative-bottom .header-cart {
        top: 18px; }
        .header-style-02.header-negative-bottom .header-cart > .cart-container.icon-cart-3::before {
          color: #c5dadc; }
  
          button.navbar-toggle.collapsed {
            position: relative;
        }
        
        button.navbar-toggle.collapsed:after {
       
            position: absolute;
            top: 5px;
            left: 0;
            right: 0;
            margin: 0 auto;
        } 

/* =========================================================================
      HEADERS - RESPONSIVO
  ========================================================================= */
  @media only screen and (min-width: 0) and (max-width: 479px) {
  .header-wrapper.header-transparent {
    position: initial;
    background-color: #030d26; }
    .header-wrapper.header-transparent .top-bar-wrapper > .row > .col-md-6:last-child {
      display: table;
      margin: 0 auto !important; }
    .header-wrapper.header-transparent .navbar-toggle {
      margin-right: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      background-color: #fff;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }

  .header-style-02 {
    z-index: 1005; }
    .header-style-02.header-negative-bottom .header-inner {
      background-color: #333643; }
    .header-style-02.header-negative-bottom .navbar-default .navbar-nav > li > a {
      margin-left: 0; text-align: left !important;}
    .header-style-02.header-negative-bottom #search {
      width: 100%;
      padding-left: 0;
      border-left: none;
      right: 0;
      height: auto;
      background-color: transparent; }
      .header-style-02.header-negative-bottom #search .search-submit {
        width: auto;
        height: auto; }
      .header-style-02.header-negative-bottom #search #m_search {
        background-color: rgba(255, 255, 255, 0.1); }
    .header-style-02.header-negative-bottom .header-cart {
      top: auto; }
    .header-style-02.header-negative-bottom .wpml-languages {
      top: auto; }
    .header-style-02.header-negative-bottom .nav-additional-links .nav-plugins {
      float: none; }
    .header-style-02 .main-navigation {
      padding: 15px 0; }
      .header-style-02 .main-navigation #main-nav {
        padding-left: 15px; }
    .header-style-02 #logo {
      display: table;
      margin: 0 auto 10px;
      float: none;
      padding: 0; }
    .header-style-02 .header-info-widgets {
      float: none;
      display: table;
      margin: 0 auto; }
      .header-style-02 .header-info-widgets > ul > li {
        display: table;
        border-left: none;
        padding: 0;
        margin: 0 auto;
        float: none; }
        .header-style-02 .header-info-widgets > ul > li > .text-container span {
          display: none; }
        .header-style-02 .header-info-widgets > ul > li > .icon-container > i {
          font-size: 13px; }
    .header-style-02 .navbar-default .navbar-toggle {
      width: 100%;
      background-color: #fff;
      border: 1p solid #e3e3e3;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      margin-right: 0; }
    .header-style-02 #search {
      width: 100%;
      padding-left: 0;
      margin-bottom: 15px;
      border-left: none;
      right: 0;
      height: auto;
      top: auto;
      background-color: transparent; }
      .header-style-02 #search .search-submit {
        position: absolute;
        width: auto;
        height: auto;
        right: 10px;
        top: 7px;
        z-index: 1000; }
      .header-style-02 #search #m_search {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        right: initial;
        display: block !important;
        background-color: #030d26; }
    .header-style-02 .nav-additional-links .nav-plugins {
      float: none;
      display: table;
      margin: 0 auto; }
    .header-style-02 .wpml-languages {
      top: auto; }
    .header-style-02 .header-cart {
      top: auto;
      border-left: none; }

  /*  TOP BAR
  ------------------------------------------------------------------------- */
  .top-bar-wrapper #quick-links {
    display: table;
    margin: 0 auto 10px; }
    .top-bar-wrapper #quick-links > li:last-child {
      padding-right: 0; }
  .top-bar-wrapper .header-cart {
    padding-left: 20px;
    border-left: none; }

  /*  WPML - LANGUAGE SWITCHER
  ------------------------------------------------------------------------- */
  .wpml-languages {
    margin-left: 20px; }
    .wpml-languages::after {
      display: none; }

  /*  LOGO
  ------------------------------------------------------------------------- */
  #logo {
    float: left; }

  /*  SEARCH
  ------------------------------------------------------------------------- */
  #search {
    width: 100%;
    padding-left: 0;
    border-left: none; }
    #search .search-submit {
      position: absolute;
      right: 10px;
      top: 7px;
      z-index: 1000; }

  #m_search {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    right: initial;
    display: block !important; }

  /*  MAIN NAVIGATION
  ------------------------------------------------------------------------- */
  #main-nav {
    background-color: #333643;
    width: 100%;
    border: none;
    padding-top: 15px; }

  .navbar {
    margin-bottom: 30px; }

  .navbar-default .navbar-nav > li.menu-item-has-children > a::after {
    top: 7px; }
  .navbar-default .navbar-nav > .open .dropdown-menu > li > a {
    color: #c5dadc; }
    .navbar-default .navbar-nav > .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav > .open .dropdown-menu > li > a:hover {
      color: #fff; }
  .navbar-default .navbar-nav > .open .dropdown-menu > li.current-menu-item > a {
    color: #fff; }
  .navbar-default .navbar-nav > .open > a {
    color: #fff; }
    .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
      color: #fff; }

  .dropdown-menu > .dropdown-submenu.menu-item-has-children > a::after {
    top: 3px;
    content: "\f078"; }

  .pi-mega-content .row {
    width: 100%; }
  .pi-mega-content *[class*="col-"] {
    margin-bottom: 20px; }
}
@media only screen and (max-width: 800px) and (min-width: 300px){
    .dropdown-menu {
      min-width: 100%;
      position: relative;
      display: block;
      margin-bottom: 20px;
    }
}