/* Typography */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,300italic,400italic,700&subset=latin,cyrillic-ext,cyrillic,latin-ext);
/* Dimensions */
/* Colors */
/* Transitions */
/* Common */
html {
  font-size: 14px;
  color: #0e2040;
  overflow-x: hidden; }

body[data-path="home"] {
  background-color: #eceff1; }

a {
  color: #386ab1;
  transition: 273ms;
  text-decoration: none;
  padding: 0.5rem 0; }
  a:hover {
    color: #3a476b; }

p {
  margin-bottom: 0;
  margin: 1rem 0;
  line-height: 1.5; }

p a {
  padding: 0; }

h1 {
  font-size: 2rem; }

h2 {
  font-size: 1.5rem; }

body {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  text-rendering: optimizeLegibility; }

.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0; }
  @media only screen and (max-width: 1280px) {
    .container {
      padding: 0 1rem;
      width: 100%; } }

button {
  border-radius: 0; }

sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  margin: 0 0.15rem;
  color: #c2002d;
  top: -.5rem; }

.imageContainer {
  text-align: center; }
  .imageContainer .imageItem {
    display: inline-block;
    margin: 1rem; }
    .imageContainer .imageItem a {
      font-size: 1rem;
      margin: 0;
      transition: 273ms; }
      .imageContainer .imageItem a h5 {
        font-size: 1rem;
        padding: 1rem 1rem 0 1rem;
        margin: 0; }
      .imageContainer .imageItem a:hover {
        text-decoration: none; }
    .imageContainer .imageItem img[src^='Data/Images/Elevate'] {
      height: 255px; }

div.gradient {
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0, #0e2040); }

nav#skip-links {
  display: none; }

/* Structure */
#background_fix {
  position: fixed;
  background-color: #ffffff;
  height: 57px;
  z-index: 5;
  width: 100%; }

#main-content-wrapper {
  padding-top: 57px; }

#top-nav-wrapper {
  background-color: #ffffff;
  color: #101010;
  font-size: 1rem;
  position: fixed;
  width: 100%;
  z-index: 6;
  border-bottom: 1px solid #d0d6db; }
  #top-nav-wrapper .navbar-header {
    display: flex;
    position: relative;
    width: 100%;
    flex-direction: row;
    height: 57px;
    z-index: 6;
    align-items: center; }
    @media only screen and (max-width: 960px) {
      #top-nav-wrapper .navbar-header {
        position: initial;
        margin-left: -1rem; } }
    #top-nav-wrapper .navbar-header > div {
      display: flex;
      align-items: center;
      /* Submenu */ }
      #top-nav-wrapper .navbar-header > div.submenu {
        width: 100%;
        align-items: flex-start;
        z-index: 9;
        background: #f6f6f6;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        min-height: 550px;
        position: absolute;
        top: 57px;
        opacity: 0;
        transition: 273ms; }
        @media only screen and (max-width: 960px) {
          #top-nav-wrapper .navbar-header > div.submenu.active {
            left: 0; } }
        #top-nav-wrapper .navbar-header > div.submenu#main_submenu {
          visibility: hidden; }
          @media only screen and (max-width: 960px) {
            #top-nav-wrapper .navbar-header > div.submenu#main_submenu.active {
              visibility: visible;
              opacity: 1; } }
        #top-nav-wrapper .navbar-header > div.submenu#information_submenu {
          visibility: hidden;
          height: 100%;
          overflow-x: hidden;
          overflow-y: scroll; }
          #top-nav-wrapper .navbar-header > div.submenu#information_submenu.active {
            visibility: visible;
            opacity: 1;
            left: 0; }
        #top-nav-wrapper .navbar-header > div.submenu#etihad_submenu {
          visibility: hidden;
          min-height: 169px; }
          #top-nav-wrapper .navbar-header > div.submenu#etihad_submenu.active {
            visibility: visible;
            opacity: 1;
            left: 0; }
          #top-nav-wrapper .navbar-header > div.submenu#etihad_submenu > .drop_wrap > div {
            position: relative; }
        #top-nav-wrapper .navbar-header > div.submenu > .drop_wrap {
          width: 100%;
          margin: 3rem;
          position: relative; }
          #top-nav-wrapper .navbar-header > div.submenu > .drop_wrap .icon-close {
            position: absolute;
            top: -30px;
            right: 0;
            cursor: pointer;
            z-index: 1;
            font-size: 1.5rem; }
          #top-nav-wrapper .navbar-header > div.submenu > .drop_wrap > div {
            /*column-count: 4;
            column-width: 12rem;
            column-gap: 3rem;*/
            position: relative; }
            #top-nav-wrapper .navbar-header > div.submenu > .drop_wrap > div div.subMenuGroupWrap {
              display: inline-block;
              vertical-align: top;
              width: 25%; }
              @media only screen and (max-width: 960px) {
                #top-nav-wrapper .navbar-header > div.submenu > .drop_wrap > div div.subMenuGroupWrap {
                  display: block;
                  width: 100%; } }
              #top-nav-wrapper .navbar-header > div.submenu > .drop_wrap > div div.subMenuGroupWrap > div.submenuGroup {
                width: 100%;
                padding: 1rem;
                display: inline-block;
                vertical-align: top;
                margin-bottom: 1.5rem;
                flex-flow: column;
                font-size: 1.2rem;
                text-transform: uppercase;
                font-weight: 500;
                padding-bottom: 6px;
                padding-top: 0; }
                #top-nav-wrapper .navbar-header > div.submenu > .drop_wrap > div div.subMenuGroupWrap > div.submenuGroup > a.menuCaption {
                  color: #0e2040; }
                #top-nav-wrapper .navbar-header > div.submenu > .drop_wrap > div div.subMenuGroupWrap > div.submenuGroup > ul {
                  list-style-type: none;
                  padding: 0;
                  margin: 6px 0 12px 0; }
                  #top-nav-wrapper .navbar-header > div.submenu > .drop_wrap > div div.subMenuGroupWrap > div.submenuGroup > ul li a {
                    text-transform: none;
                    font-size: 1rem;
                    padding: 6px 0;
                    border-top: 1px solid #c3c3c3;
                    display: block;
                    line-height: 1.2;
                    color: #386ab1;
                    font-weight: 400; }
                    #top-nav-wrapper .navbar-header > div.submenu > .drop_wrap > div div.subMenuGroupWrap > div.submenuGroup > ul li a:hover {
                      color: #15274a;
                      text-decoration: none; }
    @media only screen and (max-width: 960px) {
      #top-nav-wrapper .navbar-header #logo {
        display: block; } }
    @media only screen and (max-width: 960px) {
      #top-nav-wrapper .navbar-header #logo .logo-img {
        width: 154px;
        margin-left: 13px; } }
    #top-nav-wrapper .navbar-header .navbar-toggle-no-bootstrap {
      display: none;
      border: 0;
      background-color: transparent;
      background-image: url(../Images/bars.png);
      background-size: cover;
      background-position: center center;
      min-height: 30px;
      min-width: 30px;
      margin-left: 1rem; }
      #top-nav-wrapper .navbar-header .navbar-toggle-no-bootstrap:focus {
        outline: none; }
      @media only screen and (max-width: 960px) {
        #top-nav-wrapper .navbar-header .navbar-toggle-no-bootstrap {
          display: block; } }
      #top-nav-wrapper .navbar-header .navbar-toggle-no-bootstrap .mobile-menu-dropdown {
        background-color: white;
        position: absolute;
        padding: 4px 8px;
        width: 100%;
        transition-property: all;
        transition-duration: 273ms;
        transition-timing-function: ease;
        transition-delay: 0s; }
  #top-nav-wrapper #menu_main {
    background-color: #ffffff;
    flex: 1;
    display: flex;
    height: 100%;
    align-items: center; }
    @media only screen and (max-width: 960px) {
      #top-nav-wrapper #menu_main {
        display: none; } }
    #top-nav-wrapper #menu_main > ul {
      margin: 0;
      padding: 0;
      display: flex;
      flex-flow: row;
      list-style: none; }
      #top-nav-wrapper #menu_main > ul > li {
        flex-flow: row;
        color: #0e2040; }
        #top-nav-wrapper #menu_main > ul > li:hover {
          color: #386ab1; }
        #top-nav-wrapper #menu_main > ul > li > a {
          font-weight: 500;
          color: #0F2D53;
          padding: 1.4rem 0.75rem;
          white-space: nowrap; }
          #top-nav-wrapper #menu_main > ul > li > a.dropdown-toggle:after {
            position: absolute;
            width: 0;
            height: 0;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 5px solid #0e2040; }
          #top-nav-wrapper #menu_main > ul > li > a:hover {
            text-decoration: none;
            color: #386ab1; }
            #top-nav-wrapper #menu_main > ul > li > a:hover .caret {
              border-top: 4px solid #386ab1; }
          #top-nav-wrapper #menu_main > ul > li > a:active {
            background-color: #f6f6f6; }
          #top-nav-wrapper #menu_main > ul > li > a .caret {
            display: inline-block;
            width: 0;
            height: 0;
            vertical-align: middle;
            border-top: 4px solid #0e2040;
            border-right: 4px solid transparent;
            border-left: 4px solid transparent;
            margin-left: 4px;
            opacity: 1; }
  #top-nav-wrapper .menu_main_thin {
    position: relative; }
    @media only screen and (min-width: 960px) {
      #top-nav-wrapper .menu_main_thin {
        display: none; } }
    #top-nav-wrapper .menu_main_thin ul {
      list-style: none;
      padding: 0; }
      #top-nav-wrapper .menu_main_thin ul li a {
        text-transform: uppercase;
        font-size: 1rem;
        padding: 6px 0;
        border-top: 1px solid #c3c3c3;
        display: block;
        line-height: 1.2;
        color: #386ab1;
        font-weight: 400; }
  #top-nav-wrapper #menu_other {
    background-color: #ffffff;
    display: flex;
    align-items: center;
    margin-right: 2rem; }
    @media only screen and (max-width: 960px) {
      #top-nav-wrapper #menu_other {
        position: absolute;
        right: 2rem;
        margin-right: 0; } }
    #top-nav-wrapper #menu_other .menu_contact {
      position: relative;
      padding: 1rem;
      white-space: nowrap; }
      #top-nav-wrapper #menu_other .menu_contact a {
        font-weight: 500;
        color: #0F2D53; }
        #top-nav-wrapper #menu_other .menu_contact a:hover {
          text-decoration: none;
          color: #386ab1; }
      @media only screen and (max-width: 960px) {
        #top-nav-wrapper #menu_other .menu_contact {
          display: none; } }
    #top-nav-wrapper #menu_other .menu_languages {
      position: relative; }
      #top-nav-wrapper #menu_other .menu_languages .lang_menu_list {
        visibility: hidden;
        opacity: 0;
        transition: 273ms;
        position: absolute;
        top: 39px;
        right: 0;
        width: 320px;
        z-index: 9;
        display: flex;
        flex-flow: column;
        padding: 2rem;
        background-color: #ffffff;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
        #top-nav-wrapper #menu_other .menu_languages .lang_menu_list.active {
          visibility: visible;
          opacity: 1; }
        #top-nav-wrapper #menu_other .menu_languages .lang_menu_list h3 {
          font-size: 1rem;
          text-transform: uppercase;
          font-weight: 500;
          color: #0e2040;
          margin: 0;
          padding: 0; }
          #top-nav-wrapper #menu_other .menu_languages .lang_menu_list h3 i {
            float: right;
            cursor: pointer; }
      #top-nav-wrapper #menu_other .menu_languages ul.langs {
        margin: 1rem 0 0 0;
        list-style: none;
        padding-left: 0;
        display: flex;
        flex-flow: column; }
        #top-nav-wrapper #menu_other .menu_languages ul.langs li {
          padding: 0.5rem 0 0 0; }
          #top-nav-wrapper #menu_other .menu_languages ul.langs li a {
            display: flex; }
            #top-nav-wrapper #menu_other .menu_languages ul.langs li a .language_item {
              display: flex;
              justify-content: center;
              align-items: center;
              border: 1px solid #0e2040;
              color: #0e2040;
              font-size: 0.8rem;
              width: 1.5rem;
              height: 1.5rem;
              text-transform: uppercase;
              cursor: pointer;
              transition: 273ms;
              margin-right: 1rem; }
            #top-nav-wrapper #menu_other .menu_languages ul.langs li a .language_name {
              display: flex;
              justify-content: center;
              align-items: center;
              color: #0e2040; }
            #top-nav-wrapper #menu_other .menu_languages ul.langs li a:hover {
              text-decoration: none; }
              #top-nav-wrapper #menu_other .menu_languages ul.langs li a:hover .language_item {
                background-color: #b8cae3; }
      #top-nav-wrapper #menu_other .menu_languages .language_button {
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #0e2040;
        color: #0e2040;
        font-size: 0.8rem;
        width: 1.5rem;
        height: 1.5rem;
        text-transform: uppercase;
        cursor: pointer;
        transition: 273ms; }
        #top-nav-wrapper #menu_other .menu_languages .language_button:hover {
          background-color: #b8cae3; }

/* Log in box */
#dd-login {
  position: relative; }

#login_panel {
  visibility: hidden;
  opacity: 0;
  transition: 273ms;
  position: absolute;
  top: 38px;
  right: 0;
  width: 358px;
  z-index: 9;
  display: flex;
  flex-flow: column;
  padding: 2rem;
  background-color: #ffffff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
  #login_panel.active {
    visibility: visible;
    opacity: 1; }
  #login_panel.mobile_view {
    visibility: visible;
    opacity: 1; }
  #login_panel h3 {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 500;
    color: #0e2040;
    margin: 0;
    padding: 0; }
    #login_panel h3 i {
      float: right;
      cursor: pointer; }
  #login_panel #login_form_wrap .form-field {
    padding: 0.5rem 0; }
    #login_panel #login_form_wrap .form-field .login_button {
      padding: 0; }
  #login_panel #login_form_wrap .password_forgot, #login_panel #login_form_wrap .register_link {
    margin-top: 1rem;
    padding: 0; }
    #login_panel #login_form_wrap .password_forgot a, #login_panel #login_form_wrap .register_link a {
      color: #0e2040;
      transition: 273ms;
      font-weight: 700; }
      #login_panel #login_form_wrap .password_forgot a i, #login_panel #login_form_wrap .password_forgot a span, #login_panel #login_form_wrap .register_link a i, #login_panel #login_form_wrap .register_link a span {
        display: none; }
      #login_panel #login_form_wrap .password_forgot a:hover, #login_panel #login_form_wrap .register_link a:hover {
        color: #386ab1;
        text-decoration: none; }
  #login_panel #login_form_wrap .register_link {
    margin-top: 0.3rem; }
  #login_panel #login_form_wrap .login_button {
    float: right; }
    #login_panel #login_form_wrap .login_button button {
      background-color: #c2002d;
      color: #ffffff;
      font-size: 1.25rem;
      border: none;
      height: 3rem;
      transition: 273ms;
      width: 9rem;
      margin-top: 0.5rem; }
      #login_panel #login_form_wrap .login_button button:hover {
        background: #8f0021; }
  #login_panel .form-control {
    height: 40px;
    width: 300px; }

#login_panel_mobile {
  visibility: visible;
  opacity: 1;
  transition: 273ms;
  position: fixed;
  top: 245px;
  margin: 0 3rem;
  width: 300px;
  z-index: 9;
  display: flex;
  flex-flow: column;
  padding: 2rem;
  background-color: #ffffff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
  #login_panel_mobile h3 {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 500;
    color: #0e2040;
    margin: 0;
    padding: 0; }
    #login_panel_mobile h3 i {
      float: right;
      cursor: pointer; }
  #login_panel_mobile #login_form_wrap .form-field {
    padding: 0.5rem 0; }
    #login_panel_mobile #login_form_wrap .form-field .login_button {
      padding: 0; }
  #login_panel_mobile #login_form_wrap .password_forgot, #login_panel_mobile #login_form_wrap .register_link {
    margin-top: 1rem;
    padding: 0; }
    #login_panel_mobile #login_form_wrap .password_forgot a, #login_panel_mobile #login_form_wrap .register_link a {
      color: #0e2040;
      transition: 273ms;
      font-weight: 700; }
      #login_panel_mobile #login_form_wrap .password_forgot a i, #login_panel_mobile #login_form_wrap .password_forgot a span, #login_panel_mobile #login_form_wrap .register_link a i, #login_panel_mobile #login_form_wrap .register_link a span {
        display: none; }
      #login_panel_mobile #login_form_wrap .password_forgot a:hover, #login_panel_mobile #login_form_wrap .register_link a:hover {
        color: #386ab1;
        text-decoration: none; }
  #login_panel_mobile #login_form_wrap .register_link {
    margin-top: 0.3rem; }
  #login_panel_mobile #login_form_wrap .login_button {
    float: right; }
    #login_panel_mobile #login_form_wrap .login_button button {
      background-color: #c2002d;
      color: #ffffff;
      font-size: 1.25rem;
      border: none;
      height: 3rem;
      transition: 273ms;
      width: 9rem;
      margin-top: 0.5rem; }
      #login_panel_mobile #login_form_wrap .login_button button:hover {
        background: #8f0021; }
  #login_panel_mobile .form-control {
    height: 40px;
    width: 100%; }

#log-in #product_header {
  display: none; }

#logged_in {
  display: flex;
  flex-flow: column;
  margin: 0 1rem 1rem 1rem;
  position: relative; }
  #logged_in .closebut {
    position: absolute;
    right: 0; }
    #logged_in .closebut a:hover {
      text-decoration: none; }
    #logged_in .closebut a i#login_submenu_close:before {
      font-size: 1.5rem;
      color: #0e2040; }
  #logged_in h2 {
    font-size: 1.5rem;
    margin: 0;
    width: 100%;
    text-align: center;
    padding: 1rem 0.5rem 0.5rem 0.5rem; }
    #logged_in h2 a {
      text-decoration: none; }
  #logged_in #login-form-wrapper {
    display: flex;
    flex-flow: column;
    text-align: center; }
    #logged_in #login-form-wrapper > * {
      padding: 0.5rem 0; }
    #logged_in #login-form-wrapper .logged-in-user {
      font-weight: 700;
      font-size: 1.25rem; }
    #logged_in #login-form-wrapper .button {
      background: #386ab1;
      color: #ffffff;
      font-size: 1.25rem;
      border: none;
      height: 2.5rem;
      transition: 273ms;
      min-width: 10rem; }
      #logged_in #login-form-wrapper .button:hover {
        background: #5384c9; }

.workflows_mountpoint #product_header {
  display: none; }

/* Breadcrumbs */
#breadcrumbs .container {
  padding: 0; }
  @media only screen and (max-width: 1280px) {
    #breadcrumbs .container {
      padding: 0 1rem; } }
  #breadcrumbs .container ul.breadcrumbs {
    list-style: none;
    font-size: 0.85rem;
    border-bottom: 0;
    padding: 0;
    margin: 0;
    display: flex;
    height: 3rem;
    align-items: center;
    justify-content: left; }
    #breadcrumbs .container ul.breadcrumbs li.breadcrumb_item {
      display: inline-block;
      border-right: 1px solid #3a476b;
      line-height: 1;
      padding: 0 0.5rem;
      background-color: transparent; }
      #breadcrumbs .container ul.breadcrumbs li.breadcrumb_item:first-child {
        padding-left: 0; }
      #breadcrumbs .container ul.breadcrumbs li.breadcrumb_item:last-child {
        border-right: none; }
    #breadcrumbs .container ul.breadcrumbs li .breadcrumb_button {
      text-align: center;
      white-space: nowrap;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      border: 1px solid transparent;
      padding: 0;
      background-color: transparent; }
      #breadcrumbs .container ul.breadcrumbs li .breadcrumb_button .chevron {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 2px;
        vertical-align: middle;
        border-top: 4px solid;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent; }
    #breadcrumbs .container ul.breadcrumbs .dropdown {
      position: relative; }
      #breadcrumbs .container ul.breadcrumbs .dropdown .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 160px;
        padding: 0.25rem;
        margin: 2px 0 0;
        text-align: left;
        list-style: none;
        background-color: #ffffff;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 0;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
    #breadcrumbs .container ul.breadcrumbs .open > ul.dropdown-menu {
      display: block; }
      #breadcrumbs .container ul.breadcrumbs .open > ul.dropdown-menu > li > a {
        display: block;
        padding: 0.25rem;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
        font-size: 0.85rem; }
        #breadcrumbs .container ul.breadcrumbs .open > ul.dropdown-menu > li > a:hover {
          text-decoration: none;
          background-color: #f6f6f6; }

/* Booking */
#booking_wrap {
  background-image: url(../Images/backgrounds/airserbia_sky_02.jpg);
  background-size: cover;
  background-position: center center; }
  #booking_wrap #booking-panel {
    width: 100%;
    padding: 2rem 0; }
    #booking_wrap #booking-panel ul#booking-panel-options {
      background-color: #2F5079;
      border-bottom: 0;
      padding-left: 0;
      margin-bottom: 0;
      list-style: none;
      height: 40px;
      display: flex; }
      #booking_wrap #booking-panel ul#booking-panel-options li {
        text-transform: uppercase;
        font-size: 1rem;
        font-weight: 700;
        height: 40px;
        display: flex;
        position: initial;
        float: initial; }
        #booking_wrap #booking-panel ul#booking-panel-options li a i {
          font-size: 1.25rem;
          color: #b8cae3; }
          #booking_wrap #booking-panel ul#booking-panel-options li a i:before {
            margin-right: 1rem; }

/* Landing */
#main-wrapper.prepare.baggage.undefined #content-wrapper,
#main-wrapper.prepare.ancillaries_information.undefined #content-wrapper {
  background-color: #f6f6f6;
  padding-bottom: 2rem; }

#main-wrapper.undefined.special_offers {
  background-color: #ededed; }

.infoBlockGroup {
  padding-top: 3rem; }
  .infoBlockGroup .info_block_new {
    display: inline-block;
    width: 380px;
    margin: 8px; }
    @media only screen and (max-width: 500px) {
      .infoBlockGroup .info_block_new {
        display: block;
        width: 100%;
        margin: 0; } }
    .infoBlockGroup .info_block_new:hover {
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
      transition: 273ms; }
      .infoBlockGroup .info_block_new:hover .new_tumb a .caption {
        background: yellowgreen; }
    .infoBlockGroup .info_block_new .new_thumb {
      width: 100%;
      text-align: left; }
      .infoBlockGroup .info_block_new .new_thumb a {
        display: flex;
        flex-flow: column; }
        .infoBlockGroup .info_block_new .new_thumb a .thumb_img_wrap {
          width: 100%;
          height: 143px; }
        .infoBlockGroup .info_block_new .new_thumb a .caption {
          height: 143px;
          background-color: #ffffff;
          display: flex;
          flex-flow: column; }
          .infoBlockGroup .info_block_new .new_thumb a .caption h2 {
            font-size: 20px; }
          .infoBlockGroup .info_block_new .new_thumb a .caption p {
            margin: 0;
            color: #7a7a7a; }

/* Extras */
section.important-notice {
  background-color: #fcfad0;
  color: #7c7709; }
  section.important-notice #announcement-ticker {
    overflow: hidden;
    position: relative;
    height: 32px;
    padding: 0;
    margin: 0 auto;
    display: flex;
    align-content: center;
    justify-content: center; }
    section.important-notice #announcement-ticker .alert-warning {
      background-color: #fcfad0;
      color: #7c7709;
      border: none;
      padding: 0;
      display: flex; }
      section.important-notice #announcement-ticker .alert-warning .close {
        position: relative;
        top: 0;
        right: -1rem;
        height: 2.2rem;
        width: 2.2rem; }

/* Home page marketing */
.marketing h2 {
  font-weight: 100;
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 1.4rem;
  margin-top: 3rem; }
  .marketing h2:after {
    margin-left: auto;
    margin-right: auto;
    content: " ";
    display: block;
    margin-top: 1rem;
    border-bottom: 1px solid #c2002d;
    width: 2rem; }

#offers_wrap {
  text-align: center;
  background-color: #ffffff; }

#ancillaries_wrap {
  background-color: #eceff1; }
  #ancillaries_wrap .marketing .ancillaries_list {
    width: 90%;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      #ancillaries_wrap .marketing .ancillaries_list {
        width: 90%;
        margin: 0 auto; } }
    #ancillaries_wrap .marketing .ancillaries_list .ancillary_box {
      margin: 0 auto;
      width: 100%;
      display: inline-block;
      text-align: center;
      margin: 0.5rem; }
      #ancillaries_wrap .marketing .ancillaries_list .ancillary_box > div {
        padding: 0.5rem 0;
        display: flex;
        justify-content: center;
        align-items: center; }
      #ancillaries_wrap .marketing .ancillaries_list .ancillary_box h3 {
        font-size: 1.2rem;
        margin: 0 auto;
        text-transform: uppercase;
        height: 6rem;
        color: #386ab1;
        line-height: 1.2;
        max-width: 13rem; }
      #ancillaries_wrap .marketing .ancillaries_list .ancillary_box img.circle {
        width: 100px;
        height: 100px;
        border-radius: 50%; }
      #ancillaries_wrap .marketing .ancillaries_list .ancillary_box .description {
        color: #0e2040;
        font-size: 1rem;
        max-width: 13rem;
        margin: 0 auto;
        min-height: 10rem; }
      #ancillaries_wrap .marketing .ancillaries_list .ancillary_box .price {
        display: flex;
        flex-flow: column;
        padding-bottom: 1.2rem; }
        #ancillaries_wrap .marketing .ancillaries_list .ancillary_box .price span {
          padding: 0; }
          #ancillaries_wrap .marketing .ancillaries_list .ancillary_box .price span.currency {
            color: #7a7a7a; }
          #ancillaries_wrap .marketing .ancillaries_list .ancillary_box .price span.price {
            color: #386ab1;
            font-size: 1.2rem;
            font-weight: 700; }
          #ancillaries_wrap .marketing .ancillaries_list .ancillary_box .price span.per {
            color: #0e2040; }
      #ancillaries_wrap .marketing .ancillaries_list .ancillary_box .link {
        font-weight: 700;
        text-transform: uppercase;
        transition: 273ms;
        padding: 0; }
        #ancillaries_wrap .marketing .ancillaries_list .ancillary_box .link a {
          color: #386ab1;
          padding: 0; }
          #ancillaries_wrap .marketing .ancillaries_list .ancillary_box .link a:hover {
            color: #15274a;
            text-decoration: none; }
      #ancillaries_wrap .marketing .ancillaries_list .ancillary_box .add {
        background-color: #386ab1;
        color: #ffffff;
        padding: 0.2rem;
        margin: 0.5rem 2rem;
        cursor: pointer;
        transition: 273ms; }
        #ancillaries_wrap .marketing .ancillaries_list .ancillary_box .add.hidden {
          visibility: hidden; }
        #ancillaries_wrap .marketing .ancillaries_list .ancillary_box .add:hover {
          background-color: #5384c9;
          color: #ffffff; }

#destinations_wrap {
  background-color: #ffffff;
  text-align: center; }
  #destinations_wrap .destination_button {
    padding: 2rem; }
    #destinations_wrap .destination_button button {
      background-color: #386ab1;
      color: #ffffff;
      font-size: 1.25rem;
      border: none;
      height: 3rem;
      transition: 273ms;
      padding: 0 1rem; }
      #destinations_wrap .destination_button button:hover {
        background-color: #2c538a; }
  #destinations_wrap .ondListRedesigned2 {
    display: grid;
    grid-template-columns: repeat(5, 20%);
    grid-template-rows: repeat(6, 116px);
    grid-template-areas: ".     no_1  no_1  .    .    " "no_3  no_1  no_1  no_2 .    " "no_3  no_1  no_1  no_2 no_5 " "no_3  no_1  no_1  no_2 no_5 " "no_3  no_4  no_4  no_2 .    " ".     no_4  no_4  .    .    ";
    grid-gap: 7px;
    padding: 7px 7px 0 7px;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (max-width: 900px) {
      #destinations_wrap .ondListRedesigned2 {
        grid-template-columns: repeat(5, 50%);
        grid-template-rows: repeat(3, 232px);
        grid-template-areas: "no_1  no_1" "no_2  no_3" "no_4  no_5"; } }
    @media only screen and (max-width: 768px) {
      #destinations_wrap .ondListRedesigned2 {
        grid-template-columns: repeat(5, 100%);
        grid-template-rows: repeat(5, 300px);
        grid-template-areas: "no_1" "no_2" "no_3" "no_4" "no_5"; } }
    #destinations_wrap .ondListRedesigned2 .destinationBox {
      cursor: pointer;
      position: relative;
      background-size: cover;
      background-position: center center;
      transition: 273ms;
      box-sizing: content-box; }
      #destinations_wrap .ondListRedesigned2 .destinationBox:hover {
        opacity: 0.9; }
      #destinations_wrap .ondListRedesigned2 .destinationBox.no_1 {
        grid-area: no_1; }
      #destinations_wrap .ondListRedesigned2 .destinationBox.no_2 {
        grid-area: no_2; }
      #destinations_wrap .ondListRedesigned2 .destinationBox.no_3 {
        grid-area: no_3; }
      #destinations_wrap .ondListRedesigned2 .destinationBox.no_4 {
        grid-area: no_4; }
      #destinations_wrap .ondListRedesigned2 .destinationBox.no_5 {
        grid-area: no_5; }
      #destinations_wrap .ondListRedesigned2 .destinationBox.no_6 {
        grid-area: no_6; }
      #destinations_wrap .ondListRedesigned2 .destinationBox.no_7 {
        grid-area: no_7; }
      #destinations_wrap .ondListRedesigned2 .destinationBox.no_8 {
        grid-area: no_8; }
      #destinations_wrap .ondListRedesigned2 .destinationBox.no_9 {
        grid-area: no_9; }
      #destinations_wrap .ondListRedesigned2 .destinationBox.no_10 {
        grid-area: no_10; }
      #destinations_wrap .ondListRedesigned2 .destinationBox.no_11 {
        grid-area: no_11; }
      #destinations_wrap .ondListRedesigned2 .destinationBox.no_12 {
        grid-area: no_12; }
      #destinations_wrap .ondListRedesigned2 .destinationBox.no_13 {
        grid-area: no_13; }
      #destinations_wrap .ondListRedesigned2 .destinationBox .info {
        position: absolute;
        bottom: 1rem;
        left: 1rem;
        color: #ffffff;
        display: flex;
        flex-flow: column; }
        #destinations_wrap .ondListRedesigned2 .destinationBox .info .name {
          font-weight: 700;
          font-size: 1rem;
          text-transform: uppercase;
          text-align: left; }
        #destinations_wrap .ondListRedesigned2 .destinationBox .info .country_name {
          font-weight: 300;
          font-size: 1rem;
          text-align: left; }

#recommended_wrap {
  background-color: #eceff1;
  padding-bottom: 1rem; }
  #recommended_wrap .marketing .recommended_list {
    width: 100%;
    margin: 0 auto;
    text-align: center; }
    #recommended_wrap .marketing .recommended_list a {
      transition: 273ms; }
      #recommended_wrap .marketing .recommended_list a:hover {
        text-decoration: none; }
        #recommended_wrap .marketing .recommended_list a:hover .item .img_wrap img {
          transform: scale(1);
          width: 100%; }
        #recommended_wrap .marketing .recommended_list a:hover .item .recommend_box {
          border-bottom: 1px solid #386ab1; }
          #recommended_wrap .marketing .recommended_list a:hover .item .recommend_box h3 {
            color: #386ab1; }
      #recommended_wrap .marketing .recommended_list a .item {
        transition: 273ms;
        width: 277px;
        display: inline-block;
        margin: 0.5rem;
        text-align: left;
        vertical-align: top; }
        #recommended_wrap .marketing .recommended_list a .item > div {
          padding: 0.5rem 0;
          display: flex;
          justify-content: left;
          align-items: center; }
        #recommended_wrap .marketing .recommended_list a .item .img_wrap {
          width: 100%;
          height: 78%;
          overflow: hidden; }
          #recommended_wrap .marketing .recommended_list a .item .img_wrap img {
            transition: 273ms;
            transform: scale(1.03);
            width: 100%; }
        #recommended_wrap .marketing .recommended_list a .item .recommend_box {
          transition: 273ms;
          display: block;
          text-align: left;
          min-height: 12rem;
          border-bottom: 1px solid #d0d6db; }
          @media only screen and (max-width: 768px) {
            #recommended_wrap .marketing .recommended_list a .item .recommend_box {
              min-height: initial; } }
          #recommended_wrap .marketing .recommended_list a .item .recommend_box h3 {
            transition: 273ms;
            font-size: 1.5rem;
            margin-top: .5rem;
            margin-bottom: .5rem;
            color: #0e2040;
            font-weight: 600; }
          #recommended_wrap .marketing .recommended_list a .item .recommend_box .description {
            color: #7a7a7a;
            font-size: 1rem; }
            #recommended_wrap .marketing .recommended_list a .item .recommend_box .description p {
              margin: 0; }
        #recommended_wrap .marketing .recommended_list a .item .link {
          font-weight: 500;
          text-transform: uppercase;
          transition: 273ms;
          padding: 1rem 0; }
          @media only screen and (max-width: 768px) {
            #recommended_wrap .marketing .recommended_list a .item .link {
              padding: 1rem 0 3rem 0; } }

/* Destination */
#destination_header {
  height: 268px;
  background-size: cover;
  background-position: center center; }
  #destination_header h1, #destination_header h2 {
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    color: #ffffff; }
  #destination_header h1 {
    font-size: 3rem; }
  #destination_header h2 {
    font-size: 2rem; }

#destination_main {
  width: 100%;
  display: grid;
  min-height: 81rem;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  grid-template-areas: "intr intr vide vide vide" "intr intr vide vide vide" "prac prac qim2 qim2 qim1" "prac prac qim3 qim3 qim3";
  grid-gap: 6px;
  margin-bottom: 1rem; }
  @media only screen and (max-width: 1200px) {
    #destination_main {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 1fr 1fr 1fr 1fr;
      grid-template-areas: "intr prac" "intr prac" "qim3 qim3" "qim1 qim1"; } }
  @media only screen and (max-width: 768px) {
    #destination_main {
      grid-template-columns: 1fr;
      grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
      grid-template-areas: "intr" "intr" "intr" "prac" "prac" "prac" "qim1"; } }
  #destination_main .practical_info {
    grid-area: prac;
    padding: 2rem;
    min-height: calc(1fr*2 + 6px);
    color: #15274a;
    background-color: #5fc7bc; }
    #destination_main .practical_info > p {
      text-align: center;
      font-size: 1.1rem; }
    #destination_main .practical_info .pract_features {
      display: flex;
      flex-flow: wrap;
      justify-content: center; }
      #destination_main .practical_info .pract_features .feature {
        align-content: center;
        justify-content: center;
        width: 132px;
        text-align: center;
        margin: 1rem 0.25rem;
        display: flex;
        flex-flow: column; }
        #destination_main .practical_info .pract_features .feature span {
          display: flex;
          font-size: 1rem;
          height: 2rem;
          justify-content: center;
          align-items: center; }
          #destination_main .practical_info .pract_features .feature span:last-child {
            text-transform: uppercase;
            font-size: 0.9rem; }
        #destination_main .practical_info .pract_features .feature i {
          justify-content: center;
          align-items: start;
          display: flex; }
          #destination_main .practical_info .pract_features .feature i:before {
            font-size: 3rem; }

.main_video {
  grid-area: vide;
  background-size: cover; }

.q_image1 {
  grid-area: qim1;
  background-color: tomato; }

.q_image2 {
  grid-area: qim2;
  background-color: #0e2040; }

.q_image3 {
  grid-area: qim3; }

.offer {
  grid-area: offe;
  background-color: #386ab1;
  color: #ffffff;
  padding: 2rem; }
  .offer h1 {
    font-size: 2rem;
    margin: 0; }
  .offer h2 {
    font-size: 1.5rem; }

.quadrat {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.intro {
  grid-area: intr;
  background-color: #f6f6f6; }
  .intro .story {
    padding: 2rem;
    background-color: #f6f6f6;
    min-height: calc(1fr*2 + 6px);
    font-size: 1.5rem;
    font-weight: 300; }

.locationName {
  text-transform: uppercase; }

#content-wrapper {
  background-color: #ffffff;
  min-height: 43vh; }

/* Product page */
#product_header-wrapper {
  height: 300px;
  padding-top: 57px; }
  #product_header-wrapper #product_header {
    height: 100%; }
    #product_header-wrapper #product_header > h1 {
      height: 65px;
      display: flex;
      margin: 0;
      padding: 1rem 0 0 0;
      font-weight: 800;
      font-size: 1.7rem;
      line-height: 1;
      position: relative; }
      @media only screen and (max-width: 768px) {
        #product_header-wrapper #product_header > h1 {
          height: initial;
          padding-bottom: 1rem;
          font-size: 1.4rem; } }
      #product_header-wrapper #product_header > h1:before {
        content: ' ';
        height: 2px;
        width: 2rem;
        position: absolute;
        top: 54px;
        background-color: #101010; }
        @media only screen and (max-width: 960px) {
          #product_header-wrapper #product_header > h1:before {
            background: transparent; } }
    #product_header-wrapper #product_header > p {
      max-width: 50%;
      font-size: 1.1rem;
      line-height: 1.2;
      height: 94px;
      margin: 0;
      padding: 0;
      font-weight: 300; }
      #product_header-wrapper #product_header > p.info {
        line-height: 1.4; }
      @media only screen and (max-width: 768px) {
        #product_header-wrapper #product_header > p {
          max-width: 100%;
          display: none; } }
    #product_header-wrapper #product_header #tabular {
      height: 42px;
      display: flex;
      align-items: center;
      justify-content: left; }
      @media only screen and (max-width: 768px) {
        #product_header-wrapper #product_header #tabular {
          height: initial; } }
      #product_header-wrapper #product_header #tabular .tabs {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: left; }
        @media only screen and (max-width: 768px) {
          #product_header-wrapper #product_header #tabular .tabs {
            flex-flow: column;
            align-items: flex-start; } }
        #product_header-wrapper #product_header #tabular .tabs .tablink {
          padding: 1rem;
          font-size: 0.85rem;
          font-weight: 800;
          border-bottom: 2px transparent solid;
          color: #7a7a7a;
          cursor: pointer;
          transition: 273ms; }
          @media only screen and (max-width: 768px) {
            #product_header-wrapper #product_header #tabular .tabs .tablink {
              padding: 0.25rem 0;
              margin-left: 0.75rem;
              height: 2rem; } }
          #product_header-wrapper #product_header #tabular .tabs .tablink:hover {
            color: #101010; }
            #product_header-wrapper #product_header #tabular .tabs .tablink:hover:after {
              background-color: #7a7a7a; }
          #product_header-wrapper #product_header #tabular .tabs .tablink.active {
            color: #101010; }
            #product_header-wrapper #product_header #tabular .tabs .tablink.active:after {
              background-color: #101010; }
          #product_header-wrapper #product_header #tabular .tabs .tablink:after {
            content: '';
            height: 2.5px;
            width: 100%;
            position: relative;
            top: 14px;
            background-color: transparent;
            display: block;
            transition: 273ms; }
            @media only screen and (max-width: 768px) {
              #product_header-wrapper #product_header #tabular .tabs .tablink:after {
                height: 1rem;
                width: 3px;
                left: -0.5rem;
                top: -1rem; } }

.specialOffersSingle {
  padding-bottom: 2rem; }
  @media only screen and (max-width: 1280px) {
    .specialOffersSingle {
      flex-flow: column; } }
  .specialOffersSingle .single_offers {
    margin: 0 auto; }
    @media only screen and (max-width: 1280px) {
      .specialOffersSingle .single_offers img {
        width: 100%; } }
  @media only screen and (max-width: 1280px) {
    .specialOffersSingle .extra_promo {
      width: initial;
      padding-top: 2rem; }
      .specialOffersSingle .extra_promo .newsletter_box {
        height: 172px;
        width: 300px;
        margin: 0 auto; } }
  .specialOffersSingle .extra_promo .fares_promo_box {
    padding-top: 11px; }
    @media only screen and (max-width: 1280px) {
      .specialOffersSingle .extra_promo .fares_promo_box img.extraImage {
        height: 172px;
        width: 300px; } }
    @media only screen and (max-width: 1280px) {
      .specialOffersSingle .extra_promo .fares_promo_box {
        padding-top: 28px; } }

.promo_single_image {
  height: 379px;
  width: 163px;
  background-size: cover;
  background-position: center center;
  flex: auto;
  margin-right: 28px; }

.only_single_promo {
  margin-right: 28px;
  flex: auto; }

.singleCamp_data {
  width: 100%; }
  .singleCamp_data .promotions a:hover {
    text-decoration: none; }
    .singleCamp_data .promotions a:hover .promoRow {
      text-decoration: none;
      background-color: #fafafa; }
      .singleCamp_data .promotions a:hover .promoRow .city {
        color: #386ab1; }
  .singleCamp_data .promotions a .promoRow {
    width: 100%;
    flex-flow: row;
    display: flex; }
    .singleCamp_data .promotions a .promoRow .halved {
      width: 50%;
      display: flex;
      flex-flow: column;
      color: #5a5a5a;
      justify-content: center;
      height: 4rem; }
      .singleCamp_data .promotions a .promoRow .halved .city {
        font-weight: 700;
        font-size: 1.4rem; }
      .singleCamp_data .promotions a .promoRow .halved .rtOW {
        font-weight: lighter;
        font-size: 0.9em; }
      .singleCamp_data .promotions a .promoRow .halved.leftSide {
        text-align: left; }
      .singleCamp_data .promotions a .promoRow .halved.rightSide {
        text-align: right; }

#allLink.singleAll {
  width: 100%; }

.specialOffersHomeCity.singleCamp .specialOffersHomePromotion.singleCamp_left {
  flex: auto; }
  .specialOffersHomeCity.singleCamp .specialOffersHomePromotion.singleCamp_left .promoTitle {
    width: 320px;
    margin: 1rem auto; }
  .specialOffersHomeCity.singleCamp .specialOffersHomePromotion.singleCamp_left .promotions {
    width: 320px;
    margin: 0 auto; }
  .specialOffersHomeCity.singleCamp .specialOffersHomePromotion.singleCamp_left .promoRestrictions {
    width: 320px !important;
    margin: 0 auto !important; }
.specialOffersHomeCity.singleCamp .specialOffersHomePromotion.extra_promo.singleCamp {
  flex: 0 0 290px; }

.offers_banner {
  background-position: bottom right !important;
  background-repeat: no-repeat !important;
  background-color: #f2f2f2 !important;
  background-size: auto 242px !important; }
  @media only screen and (max-width: 960px) {
    .offers_banner {
      background-position: bottom center !important; } }

.extra_promo {
  width: 290px;
  display: flex;
  flex-flow: column;
  margin-right: 0 !important; }
  .extra_promo .baggage_promo_box {
    padding-top: 28px;
    transition: 273ms; }
    .extra_promo .baggage_promo_box:hover {
      opacity: 0.9; }
  .extra_promo a {
    padding: 0;
    color: unset;
    transition: 273ms; }
    .extra_promo a:hover {
      text-decoration: none; }
      .extra_promo a:hover .newsletter_box .newsletter_button .button {
        background-color: #dde5f1; }
      .extra_promo a:hover .newsletter_box .newsletter_button .aero .icon-airplane {
        right: 97px;
        top: 0; }
      .extra_promo a:hover .newsletter_box .newsletter_button .aero .aero_line {
        width: 88px; }
    .extra_promo a .newsletter_box {
      background: #eceff1;
      height: 172px;
      width: 100%;
      display: flex;
      flex-flow: column; }
      .extra_promo a .newsletter_box .newsletter_text {
        text-align: left;
        color: #0e2040;
        margin: 1.5rem 1.5rem 0 1.5rem;
        height: 55%; }
        .extra_promo a .newsletter_box .newsletter_text h3 {
          margin: 0 0 0.5rem 0;
          font-size: 1.2rem;
          font-weight: 500; }
        .extra_promo a .newsletter_box .newsletter_text p {
          margin: 0; }
      .extra_promo a .newsletter_box .newsletter_button {
        display: flex;
        flex-flow: row;
        margin: 1rem 0 1.5rem 1.5rem; }
        .extra_promo a .newsletter_box .newsletter_button .button {
          background: transparent;
          padding: 0.25rem;
          border: 1px solid #386ab1;
          display: flex;
          justify-content: center;
          align-items: center;
          flex: 1;
          transition: 273ms;
          color: #386ab1; }
        .extra_promo a .newsletter_box .newsletter_button .aero {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 142px;
          position: relative; }
          .extra_promo a .newsletter_box .newsletter_button .aero .icon-airplane {
            position: absolute;
            right: 86px;
            top: 0;
            transform: rotate(180deg);
            font-size: 2rem;
            transition: 273ms; }
            .extra_promo a .newsletter_box .newsletter_button .aero .icon-airplane:before {
              color: #386ab1; }
          .extra_promo a .newsletter_box .newsletter_button .aero .aero_line {
            position: absolute;
            right: 1px;
            background: #386ab1;
            vertical-align: middle;
            height: 2px;
            width: 77px;
            transition: 273ms; }

#main-container.product_page #tabular_content {
  padding: 2rem 0; }
  #main-container.product_page #tabular_content .tabcontent {
    display: none;
    /*   h2 {
      font-size: 1.15rem;
      font-weight: 700;
      color: $navy;
    }
    p, a {
      line-height: 1.4;
      margin: 0.75rem 0;
      font-size: 1.15rem;
    }*/ }
    #main-container.product_page #tabular_content .tabcontent.active {
      display: block; }
    #main-container.product_page #tabular_content .tabcontent ul, #main-container.product_page #tabular_content .tabcontent ol {
      margin-left: 2rem; }
      #main-container.product_page #tabular_content .tabcontent ul li, #main-container.product_page #tabular_content .tabcontent ol li {
        padding: 0.5rem 0; }

#main-container ul, #main-container ol {
  padding: 0;
  color: #0e2040; }
  #main-container ul li, #main-container ol li {
    padding: 0.5rem 0; }
  #main-container ul > ul, #main-container ul ol, #main-container ol > ul, #main-container ol ol {
    margin-bottom: 1rem;
    padding-left: 4px; }
  #main-container ul.checklist-btc, #main-container ol.checklist-btc {
    list-style-type: none;
    margin: 1rem 0; }
    #main-container ul.checklist-btc > li, #main-container ol.checklist-btc > li {
      margin-bottom: 1rem;
      padding-left: 4px; }
      #main-container ul.checklist-btc > li:before, #main-container ol.checklist-btc > li:before {
        content: '';
        display: inline-block;
        height: 19px;
        width: 19px;
        background-image: url(../Images/check-btc.svg);
        background-size: contain;
        margin-right: 0.5rem;
        background-position: 0px 3px;
        background-repeat: no-repeat;
        position: relative;
        top: 2px; }

div.napomene {
  margin: 0 1rem; }
  div.napomene p {
    color: #7a7a7a; }
  div.napomene > ul {
    margin: 0 !important;
    padding: 0 !important;
    color: #7a7a7a !important;
    list-style-type: none; }
    div.napomene > ul > li {
      margin-bottom: 0.5rem;
      color: #7a7a7a; }

.accord_wrap {
  background: #ffffff; }
  .accord_wrap h2 {
    font-size: 1rem;
    font-weight: 400;
    color: #0e2040; }
    .accord_wrap h2 span {
      margin-right: 3rem;
      display: block; }
  .accord_wrap .accord {
    background-color: #f6f6f6;
    background-color: #f6f6f6;
    padding: 1rem 1rem 1rem 1rem;
    margin: 0;
    background-image: url(../Images/accord_arrow_down.svg);
    background-repeat: no-repeat;
    background-position: top right;
    border-bottom: 2px solid #ffffff;
    cursor: pointer;
    background-size: 4rem 3rem; }
    .accord_wrap .accord.active {
      background-image: url(../Images/accord_arrow_up.svg); }
  .accord_wrap > div {
    padding: 1rem;
    display: none; }

/* News fixes */
.news_wrapper #news_list_container {
  display: inline-block;
  width: 65%;
  vertical-align: top;
  padding: 1rem; }
.news_wrapper #side_container {
  display: inline-block;
  width: 33%;
  vertical-align: top;
  padding: 1rem; }

#main-container ul#news_list {
  padding-top: 2rem; }

/* Footer */
footer {
  background-color: #0e2040;
  margin-top: 4rem; }
  footer .container.segmented {
    display: flex; }
    @media only screen and (max-width: 960px) {
      footer .container.segmented {
        width: 90%;
        flex-flow: column; } }
  footer .container h3, footer .container h3 a {
    font-size: 1.25rem;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.1;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem; }
  footer .container a {
    color: #ffffff;
    transition: 273ms; }
    footer .container a:hover {
      color: #b8cae3;
      text-decoration: none; }
  footer .container p {
    font-size: 1rem;
    color: #ffffff;
    margin: initial;
    margin: 0 0 0.75rem; }
  footer .container .foot_part {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 1rem 0; }
    @media only screen and (max-width: 960px) {
      footer .container .foot_part {
        margin: 0 auto;
        display: block;
        width: 100%; } }
    footer .container .foot_part > ul {
      padding: 1rem 1rem 1rem 0;
      font-size: 1rem;
      margin: 0;
      list-style: none;
      display: inline-block;
      vertical-align: top;
      width: 49%; }
      @media only screen and (max-width: 960px) {
        footer .container .foot_part > ul {
          text-align: center; } }
      footer .container .foot_part > ul li {
        display: block;
        margin-bottom: 0.5rem; }
        footer .container .foot_part > ul li a {
          color: #ffffff;
          transition: 273ms; }
          footer .container .foot_part > ul li a:hover {
            text-decoration: none;
            color: #b8cae3; }
    footer .container .foot_part .foot_wide {
      display: flex; }
      @media only screen and (max-width: 1200px) {
        footer .container .foot_part .foot_wide {
          flex-flow: column;
          text-align: center; } }
      footer .container .foot_part .foot_wide:last-child {
        margin-bottom: 2rem; }
      footer .container .foot_part .foot_wide .foot_wide_half {
        width: 50%;
        vertical-align: top; }
        @media only screen and (max-width: 1200px) {
          footer .container .foot_part .foot_wide .foot_wide_half {
            width: 100%;
            flex-flow: column;
            text-align: center; } }
        @media only screen and (max-width: 1200px) {
          footer .container .foot_part .foot_wide .foot_wide_half .social_icons {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-flow: column; } }
        footer .container .foot_part .foot_wide .foot_wide_half .social_icons ul.icons {
          padding-left: 0;
          list-style: none;
          display: flex; }
          footer .container .foot_part .foot_wide .foot_wide_half .social_icons ul.icons li {
            padding: 0 0.7rem 0 0; }
            footer .container .foot_part .foot_wide .foot_wide_half .social_icons ul.icons li a {
              text-decoration: none; }
              footer .container .foot_part .foot_wide .foot_wide_half .social_icons ul.icons li a i {
                font-size: 1.7rem; }
      footer .container .foot_part .foot_wide .payment_methods_wrapper img {
        height: 24px;
        display: inline-block;
        padding: 0 3px 0 0; }
        footer .container .foot_part .foot_wide .payment_methods_wrapper img.veci {
          height: 26px; }
      footer .container .foot_part .foot_wide .newsletter {
        width: 100%; }
        footer .container .foot_part .foot_wide .newsletter .newsletter_form {
          display: flex; }
          @media only screen and (max-width: 960px) {
            footer .container .foot_part .foot_wide .newsletter .newsletter_form {
              align-items: center;
              justify-content: center; } }
          footer .container .foot_part .foot_wide .newsletter .newsletter_form button {
            background: #c2002d;
            color: #ffffff;
            font-size: 1.25rem;
            border: none;
            height: 3rem;
            transition: 273ms;
            width: 20%; }
            footer .container .foot_part .foot_wide .newsletter .newsletter_form button:hover {
              background-color: #8f0021; }
            @media only screen and (max-width: 960px) {
              footer .container .foot_part .foot_wide .newsletter .newsletter_form button {
                width: 100px; } }
          footer .container .foot_part .foot_wide .newsletter .newsletter_form input {
            height: 3rem !important;
            width: 80% !important;
            background-color: #3a476b !important;
            border: none !important;
            border-radius: 0 !important;
            color: #ffffff !important; }
            @media only screen and (max-width: 960px) {
              footer .container .foot_part .foot_wide .newsletter .newsletter_form input {
                width: 200px !important; } }
            footer .container .foot_part .foot_wide .newsletter .newsletter_form input::placeholder {
              color: #ffffff !important;
              font-size: 1.25rem !important; }

#copy {
  background-color: #101010;
  padding: 0 1rem; }
  #copy .container.copy {
    display: flex;
    padding: 1rem 0; }
    @media only screen and (max-width: 768px) {
      #copy .container.copy {
        flex-flow: column; } }
    #copy .container.copy ul.footer_conditions {
      font-size: 1rem;
      margin: 0;
      display: flex;
      list-style: none;
      justify-content: right;
      width: 80%;
      padding: 0; }
      @media only screen and (max-width: 768px) {
        #copy .container.copy ul.footer_conditions {
          flex-flow: column;
          width: 100%;
          text-align: center;
          margin: 0 0 1rem 0; } }
      #copy .container.copy ul.footer_conditions li {
        margin: 0.5rem; }
        #copy .container.copy ul.footer_conditions li a {
          color: #ffffff;
          font-size: 1rem;
          transition: 273ms; }
          #copy .container.copy ul.footer_conditions li a:hover {
            text-decoration: none;
            color: #b8cae3; }
    #copy .container.copy div.footer_copyright {
      color: #ffffff;
      width: 20%;
      display: flex;
      align-items: center; }
      @media only screen and (max-width: 768px) {
        #copy .container.copy div.footer_copyright {
          width: 100%;
          text-align: center;
          margin: 1rem 0;
          justify-content: center; } }

/* tables */
table.table.responsive-table {
  display: block;
  font-size: 1rem; }
  table.table.responsive-table thead {
    background-color: #eceff1; }
    table.table.responsive-table thead tr td {
      font-weight: 700; }

.baggage_table_head {
  background: white;
  width: 63%;
  display: grid;
  grid-template-columns: 20% 10% 10% 10% 10% 10% 10% 10% 10%;
  grid-template-rows: 1fr 1fr;
  grid-template-areas: "orao klasE klasE klasE klasE klasB klasB klasB klasB" "orao tariW tariW tariB tariR tariS tariS tariS tariS";
  row-gap: 1px;
  padding: 1px;
  padding-bottom: 0;
  padding-right: 0; }
  .baggage_table_head div {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    border-right: 1px solid white; }
  .baggage_table_head .orao {
    background: #d1d2d4;
    grid-area: orao;
    background-image: url(../Images/logo/airserbia_orao.svg);
    background-size: 41%;
    background-position: center center;
    background-repeat: no-repeat; }
  .baggage_table_head .klasO {
    background: #386ab1;
    color: white;
    grid-area: klasE;
    font-weight: 700; }
  .baggage_table_head .klasE {
    background: #0e2d53;
    color: white;
    grid-area: klasE;
    font-weight: 700; }
  .baggage_table_head .klasB {
    background: #747579;
    color: white;
    grid-area: klasB;
    font-weight: 700; }
  .baggage_table_head .tariW {
    background: white;
    color: #0e2d53;
    grid-area: tariW;
    font-weight: 700; }
  .baggage_table_head .tariB {
    background: #2272b9;
    color: white;
    grid-area: tariB;
    font-weight: 700; }
  .baggage_table_head .tariR {
    background: #e91f2d;
    color: white;
    grid-area: tariR;
    font-weight: 700; }
  .baggage_table_head .tariS {
    background: #747579;
    color: white;
    grid-area: tariS;
    font-weight: 700; }

.baggage_table {
  background: silver;
  width: 63%;
  display: grid;
  grid-template-columns: 20% 10% 10% 10% 10% 10% 10% 10% 10%;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-areas: "uzr1 pr11 pr11 pr12 pr12 pr13 pr13 pr13 pr13" "uzr2 pr21 pr21 pr22 pr22 pr23 pr23 pr23 pr23" "zbiT zbir zbir zbir zbir zbir zbir zbir zbir";
  row-gap: 1px;
  padding: 1px;
  padding-right: 0; }
  .baggage_table div {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background-color: white;
    color: #0e2d53;
    font-weight: 700;
    font-size: 1rem;
    text-align: center;
    flex-flow: column;
    border-right: 1px solid silver; }
    .baggage_table div.hor {
      flex-flow: initial;
      display: block; }
      .baggage_table div.hor i {
        display: inline-block; }
    .baggage_table div.spoj {
      border-right: 1px solid transparent; }
    .baggage_table div i {
      font-size: 3rem; }
      .baggage_table div i.icon-baggage {
        font-size: 5rem;
        position: relative; }
        .baggage_table div i.icon-baggage.gray {
          font-size: 3rem;
          margin-bottom: 1rem; }
        .baggage_table div i.icon-baggage.gray:before {
          color: #7a7a7a; }
        .baggage_table div i.icon-baggage.gray:after {
          color: #0e2040;
          content: '\e681';
          position: absolute;
          left: -1rem;
          bottom: -1rem;
          font-size: 5rem; }
        .baggage_table div i.icon-baggage.kg23:after {
          content: '23 kg';
          color: #ffffff;
          position: absolute;
          bottom: 1.5rem;
          font-size: 1.25rem;
          font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
          font-weight: 700;
          width: 100%;
          right: 0; }
        .baggage_table div i.icon-baggage.kg32:after {
          content: '32 kg';
          color: #ffffff;
          position: absolute;
          bottom: 1.5rem;
          font-size: 1.25rem;
          font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
          font-weight: 700;
          width: 100%;
          right: 0; }
        .baggage_table div i.icon-baggage.kg4:after {
          content: '4 kg';
          color: #ffffff;
          position: absolute;
          bottom: 1.5rem;
          font-size: 1.25rem;
          font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
          font-weight: 700;
          width: 100%;
          right: 0; }
        .baggage_table div i.icon-baggage.kg8:after {
          content: '8 kg';
          color: #ffffff;
          position: absolute;
          bottom: 1.5rem;
          font-size: 1.25rem;
          font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
          font-weight: 700;
          width: 100%;
          right: 0; }
      .baggage_table div i.icon-stroller {
        font-size: 5rem; }
    .baggage_table div sub {
      position: relative;
      line-height: initial;
      vertical-align: initial;
      font-size: 1.25rem;
      bottom: 3rem;
      color: white; }
      .baggage_table div sub.block i {
        font-size: 5rem; }
  .baggage_table .uzr1 {
    grid-area: uzr1; }
  .baggage_table .uzr2 {
    grid-area: uzr2; }
  .baggage_table .pr11 {
    grid-area: pr11; }
  .baggage_table .pr12 {
    grid-area: pr12; }
  .baggage_table .pr13 {
    grid-area: pr13; }
  .baggage_table .pr21 {
    grid-area: pr21; }
  .baggage_table .pr22 {
    grid-area: pr22; }
  .baggage_table .pr23 {
    grid-area: pr23; }
  .baggage_table .zbiT {
    grid-area: zbiT; }
  .baggage_table .zbir {
    grid-area: zbir; }

/* Destinations table */
.ondList_wrap {
  display: flex;
  justify-content: center;
  align-items: center; }

.destinationsRedesigned {
  /*display: flex;
  align-content: center;
  justify-content: center;*/
  display: block; }

.ondListRedesigned {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(5, 232px);
  grid-template-rows: repeat(4, 232px);
  grid-template-areas: "no_1  no_1  no_2  no_2 no_3" "no_1  no_1  no_4  no_5 no_6" "no_7  no_8  no_9  no_9 no_10" "no_11 no_12 no_9  no_9 no_13";
  grid-gap: 7px;
  padding: 7px 7px 0 7px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (max-width: 1280px) {
    .ondListRedesigned {
      grid-template-columns: repeat(4, 232px);
      grid-template-rows: repeat(4, 232px);
      grid-template-areas: "no_1  no_1  no_2  no_3 " "no_4  no_5  no_6  no_6 " "no_7  no_8  no_9  no_10" "no_11 no_12 no_13 no_13"; } }
  @media only screen and (max-width: 980px) {
    .ondListRedesigned {
      grid-template-columns: repeat(3, 232px);
      grid-template-rows: repeat(5, 232px);
      grid-template-areas: "no_1  no_1  no_2 " "no_3  no_4  no_5 " "no_8  no_9  no_10" "no_11 no_12 no_13"; } }
  @media only screen and (max-width: 840px) {
    .ondListRedesigned {
      grid-template-columns: repeat(2, 232px);
      grid-template-rows: repeat(8, 232px);
      grid-template-areas: "no_1  no_1" "no_2  no_3" "no_4  no_5" "no_6  no_6" "no_7  no_8" "no_9  no_9" "no_11  no_10" "no_13  no_12"; } }
  @media only screen and (max-width: 600px) {
    .ondListRedesigned {
      grid-template-columns: 300px;
      grid-template-rows: repeat(13, 300px);
      grid-template-areas: "no_1" "no_2" "no_3" "no_4" "no_5" "no_6" "no_7" "no_8" "no_9" "no_10" "no_11" "no_12" "no_13"; } }
  .ondListRedesigned:first-child {
    margin-top: 1rem; }
  .ondListRedesigned:last-child {
    margin-bottom: 1rem; }
  .ondListRedesigned .destinationBox {
    cursor: pointer;
    position: relative;
    background-size: cover;
    background-position: center center;
    transition: 273ms;
    box-sizing: content-box; }
    .ondListRedesigned .destinationBox:hover {
      opacity: 0.9; }
    .ondListRedesigned .destinationBox.no_1 {
      grid-area: no_1; }
    .ondListRedesigned .destinationBox.no_2 {
      grid-area: no_2; }
    .ondListRedesigned .destinationBox.no_3 {
      grid-area: no_3; }
    .ondListRedesigned .destinationBox.no_4 {
      grid-area: no_4; }
    .ondListRedesigned .destinationBox.no_5 {
      grid-area: no_5; }
    .ondListRedesigned .destinationBox.no_6 {
      grid-area: no_6; }
    .ondListRedesigned .destinationBox.no_7 {
      grid-area: no_7; }
    .ondListRedesigned .destinationBox.no_8 {
      grid-area: no_8; }
    .ondListRedesigned .destinationBox.no_9 {
      grid-area: no_9; }
    .ondListRedesigned .destinationBox.no_10 {
      grid-area: no_10; }
    .ondListRedesigned .destinationBox.no_11 {
      grid-area: no_11; }
    .ondListRedesigned .destinationBox.no_12 {
      grid-area: no_12; }
    .ondListRedesigned .destinationBox.no_13 {
      grid-area: no_13; }
    .ondListRedesigned .destinationBox .info {
      position: absolute;
      bottom: 1rem;
      left: 1rem;
      color: #ffffff;
      display: flex;
      flex-flow: column; }
      .ondListRedesigned .destinationBox .info .name {
        font-weight: 700;
        font-size: 1rem;
        text-transform: uppercase; }
      .ondListRedesigned .destinationBox .info .country_name {
        font-weight: 300;
        font-size: 1rem; }

.btnMore {
  width: 100%;
  text-align: center;
  padding: 1rem; }
  .btnMore button {
    background: #c2002d;
    color: #ffffff;
    font-size: 1.25rem;
    border: none;
    height: 3rem;
    transition: 273ms; }

/* Fixes */
#site-switch {
  display: block; }

/* temporary */
#offers-wrapper {
  background-color: chartreuse; }

#product_header-wrapper {
  background: linear-gradient(0deg, #93d0dd 0px, #93d0dd 42px, #6cbfd1 42px); }

section.title {
  display: none; }

/* temporary */
#x_wrap {
  display: none; }

/* baggage tables fix */
.header-business {
  background: #7a7a7a; }

.header-tarifa {
  background: #7a7a7a; }

.dropdown-menu.dd-menu-submenu.dd-menu-top {
  top: 54px;
  width: 100%;
  background-color: #23436B; }
  .dropdown-menu.dd-menu-submenu.dd-menu-top div.site-edition-holder div.bottom-row ul li a {
    display: flex;
    padding-left: 1rem; }
    .dropdown-menu.dd-menu-submenu.dd-menu-top div.site-edition-holder div.bottom-row ul li a:hover {
      background-color: #253d64;
      text-decoration: none; }
    .dropdown-menu.dd-menu-submenu.dd-menu-top div.site-edition-holder div.bottom-row ul li a .country {
      color: white;
      margin-left: 0.5rem; }

.unstyled {
  list-style-type: none;
  list-style: none;
  padding: 1rem;
  margin: 0; }

.flag {
  width: 16px;
  height: 16px;
  display: block;
  background-image: url("../Images/flags/flags-sprites.png"); }

.dd-menu-title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 27px;
  margin-top: 16px; }

a span.value {
  display: none; }

.dd-menu-close {
  color: #ffffff; }

div#menu_other div#menu_versions {
  margin-left: 1rem; }

#versionMenuCloseButton {
  color: #ffffff; }
  #versionMenuCloseButton:hover {
    text-decoration: none;
    transition: none; }
  #versionMenuCloseButton:active {
    text-decoration: none;
    transition: none;
    outline: none; }
  #versionMenuCloseButton i.icon-close:hover {
    background-color: #2b5384; }

.padd-version-menu-close-button-and-title {
  padding: 0 2rem; }

/* IE exclusive */
.ondListRedesigned3 {
  display: none; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #destinations_wrap .ondListRedesigned2 {
    display: none; }
  #destinations_wrap .ondListRedesigned3 {
    display: block; }
    #destinations_wrap .ondListRedesigned3 .destinationBox {
      cursor: pointer;
      position: relative;
      background-size: cover;
      background-position: center center;
      transition: 273ms;
      box-sizing: content-box;
      display: inline-block;
      height: 320px;
      width: 30%;
      margin: 7px; }
      #destinations_wrap .ondListRedesigned3 .destinationBox:nth-child(4) {
        width: 40%; }
      #destinations_wrap .ondListRedesigned3 .destinationBox:nth-child(5) {
        width: 40%; }
      #destinations_wrap .ondListRedesigned3 .destinationBox:hover {
        opacity: 0.9; }
      #destinations_wrap .ondListRedesigned3 .destinationBox .info {
        position: absolute;
        bottom: 1rem;
        left: 1rem;
        color: #ffffff;
        display: flex;
        flex-flow: column; }
        #destinations_wrap .ondListRedesigned3 .destinationBox .info .name {
          font-weight: 700;
          font-size: 1rem;
          text-transform: uppercase;
          text-align: left; }
        #destinations_wrap .ondListRedesigned3 .destinationBox .info .country_name {
          font-weight: 300;
          font-size: 1rem;
          text-align: left; }

  .ondListHolder {
    text-align: center; }

  .ondListRedesigned {
    text-align: left;
    display: block;
    justify-content: initial;
    padding: 7px 7px 0 7px;
    margin-left: auto;
    margin-right: auto; }
    .ondListRedesigned:first-child {
      margin-top: 1rem; }
    .ondListRedesigned:last-child {
      margin-bottom: 1rem; }
    .ondListRedesigned .destinationBox {
      display: inline-block;
      margin: 1%;
      cursor: pointer;
      position: relative;
      background-size: cover;
      background-position: center center;
      transition: 273ms;
      box-sizing: content-box;
      height: 300px;
      width: 30%; } }
    @media only screen and (-ms-high-contrast: active) and (max-width: 768px) {
      .ondListRedesigned .destinationBox {
        border: 1px solid greenyellow !important; } }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .ondListRedesigned .destinationBox:nth-child(4) {
        width: 62%; }
      .ondListRedesigned .destinationBox:nth-child(9) {
        width: 62%; }
      .ondListRedesigned .destinationBox:hover {
        opacity: 0.9; }
      .ondListRedesigned .destinationBox .info {
        position: absolute;
        bottom: 1rem;
        left: 1rem;
        color: #ffffff;
        display: flex;
        flex-flow: column; }
        .ondListRedesigned .destinationBox .info .name {
          font-weight: 700;
          font-size: 1rem;
          text-transform: uppercase; }
        .ondListRedesigned .destinationBox .info .country_name {
          font-weight: 300;
          font-size: 1rem; } }
@media only screen and (max-width: 768px) {
  .ondListRedesigned3 .destinationBox {
    width: 100% !important; } }
@media only screen and (max-width: 768px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ondListRedesigned .destinationBox {
    width: 100% !important; } }
@media all and (-ms-high-contrast: none) {
  #destination_main {
    display: -ms-grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: 1fr 1fr 1fr 1fr; }

  .intro {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2; }

  .main_video {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3; }

  .practical_info {
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2; }

  .q_image2 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2; }

  .q_image3 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3; }

  .q_image1 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1; } }
/* group reservations */
.corporate.travel_agents #main-container ul,
.corporate.travel_agents #main-container ol {
  background-color: white !important; }

#group_reservation .select2-container {
  background-color: white !important; }

.corporate.travel_agents .select2-container-multi .select2-choices {
  background-image: none !important; }

footer .container .newsletter p a {
  color: #b8cae3;
  text-decoration: none; }

footer .container .newsletter p span.fon {
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold; }

footer .container .foot_part .foot_wide .newsletter p:nth-child(3) {
  display: none; }

span.nl_fix {
  display: block;
  padding-top: 4rem; }

.newsletter_subs #main-container {
  padding-top: 8rem; }

/*# sourceMappingURL=00redesign.css.map */
