﻿@charset "UTF-8";
/*--------------- MIXINS ------------------*/
/*------------- VARIABLES ------------*/
/*Headings Style   ||-----------*/
body {
  font-family: 'Fira Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 24px;
  color: #323232;
  font-size: 13px;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  overflow-x: hidden !important; }

h1, h2, h3, h4, h5, h6 {
  color: #095876;
  /* text-transform: uppercase; */
  font-family: 'Fira Sans', sans-serif;
  font-weight: 600; }

a, a:focus, a:active, a:link, img {
  outline: none; }

a {
  color: #f88f33;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s; }

.section h1, .section h2, .section h3, .section h4, .section h5, .section h6 {
  font-weight: 300;
  margin-top: 0; }

.section .title-bar {
  padding-bottom: 50px; }
  .section .title-bar h2 {
    float: left;
    font-weight: bold; }
  .section .title-bar .btn {
    float: right; }

.section .title-bar:after {
  content: "";
  clear: both;
  display: block; }

.zoom-image {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .zoom-image img {
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    transform-style: preserve-3d;
    width: 100%;
    height: auto;
    max-width: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0); }

.zoom-image:hover img {
  width: 105% !important; }

.news-section {
  padding: 50px 0; }
  .news-section .news-image {
    width: 100%;
    height: 200px;
    background-size: 100% auto;
    background-position: center center;
    overflow: hidden;
    transform-style: preserve-3d;
    transform: translate3d(0, 0, 0);
    position: relative; }
  @media screen and (max-width: 1199px) {
    .news-section .news-image {
      height: 160px; } }
  @media screen and (max-width: 991px) {
    .news-section .news-image {
      height: 120px; } }
  @media screen and (max-width: 767px) {
    .news-section .news-image {
      height: 250px; } }
  @media screen and (max-width: 500px) {
    .news-section .news-image {
      height: 170px; } }
  .news-section .news-title {
    margin-top: 20px;
    font-weight: bold;
    font-size: 17px;
    line-height: normal; }
  @media screen and (max-width: 767px) {
    .news-section .title-bar .btn {
      float: none;
      display: inline-block; }
    .news-section .title-bar h2 {
      float: none; } }
  @media screen and (max-width: 767px) {
    .news-section .title-bar {
      text-align: center; } }

h1, .h1 {
  font-size: 43px;
  line-height: 40px; }

@media (max-width: 767px) {
  h1.h1, h2.h2 {
    letter-spacing: 0px; } }

h2, .h2 {
  font-size: 27px;
  line-height: 37px;
  margin-bottom: 20px;
  padding-top: 10px; }

h3, .h3 {
  font-size: 21px;
  line-height: 32px; }

h4, .h4 {
  font-size: 17px;
  line-height: 28px; }

#contentCol h4 {
  margin: 0 0 10px; }

h5, .h5 {
  font-size: 15px;
  line-height: 23px;
  font-weight: 600; }

h6, .h6 {
  font-size: 13px;
  line-height: 17px;
  font-weight: 600; }

h1.large {
  font-size: 50px; }

.content-title {
  margin-bottom: 40px; }

/********---------- BUTTTONS ----------*********/
.btn {
  display: inline-block;
  padding: 15px 45px;
  border: 0;
  border-radius: 0;
  margin: 5px 0;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  font-weight: bold;
  font-family: 'Fira Sans', sans-serif;
  position: relative;
  font-size: 16px; }

.btn-orange {
  color: #fff;
  background: #f88f33; }

.btn-orange:hover {
  color: #fff; }

.btn-blue {
  color: #fff;
  background: #007297; }

.btn-transparent {
  color: #fff;
  border: 2px solid #fff;
  background: transparent; }

.btn-transparent:hover {
  color: #095876;
  border: 2px solid #fff;
  background: #fff; }

.arrow-left:before {
  content: "\f053";
  font-family: FontAwesome;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.arrow-left {
  padding-right: 30px; }

.arrow-right, .arrow-right-down {
  padding-left: 30px; }

.arrow-right:after {
  content: "\f054";
  font-family: FontAwesome;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.arrow-right-down:after {
  content: "\f078";
  font-family: FontAwesome;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.header {
  padding: 0px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.25s ease 0s;
  -webkit-transition-: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  width: 100%;
  z-index: 2000; }
  .header .header-container {
    display: table-row;
    width: 100%;
    vertical-align: top; }
    .header .header-container .logo-container {
      display: table-cell;
      background: #007297;
      vertical-align: middle; }
    .header .header-container .navigation-container {
      display: table-cell;
      vertical-align: top; }
    .header .header-container .logo a {
      position: relative;
      display: block;
      padding: 0 25px; }
      .header .header-container .logo a img {
        max-width: 100%;
        height: auto; }
      @media screen and (max-width: 400px) {
        .header .header-container .logo a {
          max-width: 180px; } }
      @media screen and (max-width: 350px) {
        .header .header-container .logo a {
          max-width: 130px; } }
    .header .header-container .navigation {
      float: left; }
      .header .header-container .navigation ul.main-nav {
        float: left;
        position: relative;
        z-index: 100; }
        .header .header-container .navigation ul.main-nav > li {
          background: #fff;
          display: inline-block;
          float: left;
          -webkit-transition: 0.2s all ease-in-out;
          -moz-transition: 0.2s all ease-in-out;
          -ms-transition: 0.2s all ease-in-out;
          -o-transition: 0.2s all ease-in-out;
          transition: 0.2s all ease-in-out; }
          .header .header-container .navigation ul.main-nav > li > a {
            display: block;
            padding: 20px 25px;
            color: #007297;
            font-weight: bold; }
          @media screen and (max-width: 1199px) {
            .header .header-container .navigation ul.main-nav > li > a {
              padding: 20px 10px; } }
          @media screen and (max-width: 1050px) {
            .header .header-container .navigation ul.main-nav > li > a {
              font-size: 12px; } }
          @media screen and (min-width: 992px) {
            .header .header-container .navigation ul.main-nav > li > ul {
              display: none;
              position: absolute;
              top: 100%;
              width: 184px; }
              .header .header-container .navigation ul.main-nav > li > ul > li {
                display: block;
                background: #e6eef1;
                position: relative;
                -webkit-transition: 0.2s all ease-in-out;
                -moz-transition: 0.2s all ease-in-out;
                -ms-transition: 0.2s all ease-in-out;
                -o-transition: 0.2s all ease-in-out;
                transition: 0.2s all ease-in-out; }
                .header .header-container .navigation ul.main-nav > li > ul > li > a {
                  display: block;
                  color: #007297;
                  padding: 10px 20px; }
                .header .header-container .navigation ul.main-nav > li > ul > li > ul {
                  display: none;
                  position: absolute;
                  left: 100%;
                  top: 0; }
                  .header .header-container .navigation ul.main-nav > li > ul > li > ul > li {
                    display: block;
                    background: #e6eef1;
                    min-width: 100px; }
                    .header .header-container .navigation ul.main-nav > li > ul > li > ul > li > a {
                      color: #007297;
                      padding: 10px 10px;
                      display: block; }
              .header .header-container .navigation ul.main-nav > li > ul > li:hover {
                background: #095876; }
                .header .header-container .navigation ul.main-nav > li > ul > li:hover > a {
                  color: #fff; }
                .header .header-container .navigation ul.main-nav > li > ul > li:hover > ul {
                  display: block; } }
        @media screen and (min-width: 992px) {
          .header .header-container .navigation ul.main-nav > li:hover {
            background: #e6eef1; }
            .header .header-container .navigation ul.main-nav > li:hover > ul {
              display: block; } }
        @media screen and (max-width: 1199px) {
          .header .header-container .navigation ul.main-nav > li:first-child > a {
            padding-left: 20px; }
          .header .header-container .navigation ul.main-nav > li:last-child > a {
            padding-right: 20px; } }
      .header .header-container .navigation .sub-nav-container {
        position: relative; }
      .header .header-container .navigation ul.sub-nav {
        position: relative;
        z-index: 50; }
        .header .header-container .navigation ul.sub-nav > li {
          display: inline-block;
          float: left; }
          .header .header-container .navigation ul.sub-nav > li > a {
            background: #f88f33;
            display: block;
            color: #fff;
            padding: 10px 40px;
            text-transform: uppercase;
            font-weight: 500;
            line-height: 100%;
            font-size: 14px; }
          .header .header-container .navigation ul.sub-nav > li a.active {
            background: #df7e28; }
          .header .header-container .navigation ul.sub-nav > li .departures-icon, .header .header-container .navigation ul.sub-nav > li .arrivals-icon {
            margin-left: 10px;
            width: 10px;
            height: 10px;
            background-size: cover;
            background-repeat: no-repeat;
            display: inline-block; }
          .header .header-container .navigation ul.sub-nav > li .departures-icon {
            background-image: url(/img/afgange.png); }
          .header .header-container .navigation ul.sub-nav > li .arrivals-icon {
            background-image: url(/img/ankomster.png); }
        .header .header-container .navigation ul.sub-nav > li:first-child {
          border-right: 1px solid #fff; }
          .header .header-container .navigation ul.sub-nav > li:first-child a {
            padding-left: 40px; }
        .header .header-container .navigation ul.sub-nav > li:last-child a {
          padding-right: 40px; }
    .header .header-container .sub-nav-modal {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
      width: 100%;
      background: #e6eef1;
      display: none;
      padding-top: 50px; }
      .header .header-container .sub-nav-modal .modal-title {
        padding-left: 10px;
        margin-bottom: 10px; }
      .header .header-container .sub-nav-modal .modal-close {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 100%;
        width: 30px;
        height: 30px;
        background: url(/img/icons/close.png);
        background-size: cover;
        cursor: pointer; }
      .header .header-container .sub-nav-modal .sub-nav-table {
        width: 100%; }
        .header .header-container .sub-nav-modal .sub-nav-table th {
          padding: 10px 20px;
          font-weight: 300;
          font-size: 15px;
          border-bottom: 1px solid #afc0ca; }
        .header .header-container .sub-nav-modal .sub-nav-table tbody tr {
          border-bottom: 1px solid #afc0ca; }
        .header .header-container .sub-nav-modal .sub-nav-table tbody td {
          padding: 10px 20px;
          vertical-align: top;
          line-height: 15px; }
        .header .header-container .sub-nav-modal .sub-nav-table tbody td.tbl-forventet {
          font-weight: bold;
          font-size: 14px;
          width: 20%; }
        .header .header-container .sub-nav-modal .sub-nav-table tbody td.tbl-til {
          font-size: 14px;
          width: 30%; }
        .header .header-container .sub-nav-modal .sub-nav-table tbody td.tbl-til .destination {
          font-weight: bold; }
        .header .header-container .sub-nav-modal .sub-nav-table tbody td.tbl-til .flight-number {
          color: #6d6d6d; }
        .header .header-container .sub-nav-modal .sub-nav-table tbody td.tbl-info {
          font-style: italic;
          color: #6d6d6d;
          font-size: 14px;
          width: 50%; }
      .header .header-container .sub-nav-modal .deparr-btn {
        display: block;
        padding: 10px 0;
        text-align: center;
        color: #095876;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase; }
        .header .header-container .sub-nav-modal .deparr-btn .deparr-arrow {
          margin-left: 10px; }
          .header .header-container .sub-nav-modal .deparr-btn .deparr-arrow img {
            vertical-align: middle; }
    .header .header-container #language-switcher {
      float: left;
      background: #72c3d8;
      padding: 20px 10px; }
      .header .header-container #language-switcher .separator {
        margin: 0 2px;
        color: #fff; }
      .header .header-container #language-switcher a {
        color: #fff; }
      .header .header-container #language-switcher a.active-lang {
        font-weight: bold; }

@media (max-width: 991px) {
  /* HEADER STYLE ------------ */
  .header .header-container .logo a, .header.sticky .logo a {
    margin-top: 15px;
    margin-left: 15px;
    padding: 0; }
  /* END HEADER STYLE ------------------ */ }

#search-btn {
  position: absolute;
  right: 20px;
  top: 15px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  color: #095876;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  font-size: 22px;
  z-index: 10; }

#mobile-menu-btn {
  display: none;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  color: #095876;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  font-size: 20px;
  z-index: 10; }

#mobile-menu-close {
  display: none; }

#pageInnerMenu {
  margin-top: 100px;
  margin-bottom: 100px; }
  #pageInnerMenu #contentCol {
    border-left: 1px solid #e6eef1; }
    #pageInnerMenu #contentCol .sectioncount1 h2, #pageInnerMenu #contentCol .sectioncount1 h3 {
      margin-top: 0;
      padding-top: 0;
      font-size: 35px; }
  @media screen and (max-width: 991px) {
    #pageInnerMenu #contentCol {
      border-left: 0; } }

.leftnavigation .left-nav > li {
  display: block; }

.leftnavigation .left-nav li {
  margin: 3px 0; }
  .leftnavigation .left-nav li a {
    color: #3d434f;
    font-size: 15px;
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out; }
  .leftnavigation .left-nav li a:hover {
    color: #095876; }

.leftnavigation .left-nav li.active a {
  color: #095876;
  font-weight: bold; }

.leftnavigation .left-nav .leftnavheader {
  margin-bottom: 40px; }
  .leftnavigation .left-nav .leftnavheader a {
    font-size: 28px;
    color: #095876;
    font-weight: bold; }

@media screen and (max-width: 991px) {
  .header .header-container .navigation {
    display: block !important;
    position: fixed;
    right: 0;
    height: 100%;
    background: #095876;
    overflow: auto;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    z-index: 1000;
    width: 100%;
    padding-top: 71px; }
    .header .header-container .navigation ul.main-nav {
      float: none;
      /*li.nav-has-sub > a:after{
				
				content:'\f054';
				font-family: FontAwesome;
				display:inline-block;
				float:right;
				//color:#fff;
				font-size:18px;
				transform-style: preserve-3d;
				@include transition(all);
			}*/
      /*
			li.nav-has-sub > a.child-open:after{
				
				transform:rotate3d(0,0,1,90deg);
				
			}
*/ }
      .header .header-container .navigation ul.main-nav li.active > a {
        font-weight: bold; }
      .header .header-container .navigation ul.main-nav li {
        display: block;
        float: none;
        background: #095876;
        border-bottom: 1px solid #fff;
        position: relative;
        color: #fff; }
        .header .header-container .navigation ul.main-nav li a {
          color: #fff;
          font-size: 18px;
          padding: 30px; }
        .header .header-container .navigation ul.main-nav li > ul {
          display: none; }
          .header .header-container .navigation ul.main-nav li > ul > li .expander {
            height: 74px; }
          .header .header-container .navigation ul.main-nav li > ul > li .expander:after {
            line-height: 74px; }
          .header .header-container .navigation ul.main-nav li > ul > li {
            color: #095876;
            background: #e6eef1; }
            .header .header-container .navigation ul.main-nav li > ul > li > a {
              padding: 25px 30px 25px 45px;
              color: #095876;
              display: block;
              font-size: 16px;
              font-weight: normal; }
            .header .header-container .navigation ul.main-nav li > ul > li > ul > li {
              color: #095876;
              background: #f9f9f9; }
              .header .header-container .navigation ul.main-nav li > ul > li > ul > li > a {
                padding: 20px 30px 20px 65px;
                display: block; }
      .header .header-container .navigation ul.main-nav li.active > ul {
        display: block; }
      .header .header-container .navigation ul.main-nav li:first-child {
        border-top: 1px solid #fff; }
      .header .header-container .navigation ul.main-nav li .expander {
        display: inline-block;
        width: 84px;
        height: 84px;
        position: absolute;
        right: 0px;
        top: 0;
        text-align: center;
        border-left: 1px solid #fff; }
      .header .header-container .navigation ul.main-nav li .expander:after {
        content: '\f054';
        display: inline-block;
        font-family: FontAwesome;
        font-size: 20px;
        line-height: 84px;
        color: inherit;
        transform-style: preserve-3d;
        -webkit-transition: 0.2s all ease-in-out;
        -moz-transition: 0.2s all ease-in-out;
        -ms-transition: 0.2s all ease-in-out;
        -o-transition: 0.2s all ease-in-out;
        transition: 0.2s all ease-in-out; }
      .header .header-container .navigation ul.main-nav li.child-open .expander:after {
        transform: rotate3d(0, 0, 1, 90deg); }
  .header .header-container .navigation ul.main-nav > li > ul {
    position: static; }
  .header .header-container .navigation ul.main-nav > li > a {
    padding: 30px; }
  .header .header-container .navigation ul.main-nav > li:first-child > a {
    padding-left: 30px; }
  .header .header-container .navigation.shown {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  #mobile-menu-btn {
    display: block !important;
    position: fixed;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 25px; }
  #search-btn {
    right: 90px;
    width: 60px;
    position: fixed;
    height: 60px;
    line-height: 60px;
    font-size: 25px; }
  #language-switcher {
    display: none !important; }
  .header .header-container .navigation .sub-nav-container {
    display: none; }
  #mobile-menu-close {
    width: 50px;
    height: 50px;
    display: block;
    font-size: 40px;
    cursor: pointer;
    color: #fff;
    position: absolute;
    right: 20px;
    top: 10px;
    background-image: url(/img/close-w.png);
    background-size: cover; }
  .header .header-container .logo-container {
    background: transparent; }
  body.pageHome .inner-intro .inner-intro-text {
    top: 25% !important; } }

@media screen and (max-width: 767px) {
  .header .header-container .navigation {
    width: 100%; }
  .full-intro .header {
    background: transparent;
    box-shadow: none;
    position: static; }
  .header .header-container .navigation ul.main-nav > li > a {
    padding: 15px 20px; }
  .header .header-container .navigation ul.main-nav > li:first-child > a {
    padding-left: 20px; }
  .header .header-container .navigation ul.main-nav li > ul > li > a {
    padding: 15px 30px 15px 45px; }
  .header .header-container .navigation ul.main-nav li .expander {
    height: 55px;
    width: 55px; }
  .header .header-container .navigation ul.main-nav li .expander:after {
    line-height: 55px; }
  .header .header-container .logo-container {
    position: absolute;
    z-index: 1; } }

/*======================== INTRO ================= */
.inner-intro {
  background-color: #f7f7f7;
  height: 530px;
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center; }

@media screen and (max-width: 991px) {
  .inner-intro:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 20%;
    width: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
    /* IE6-9 */ } }

.inner-intro.inner-intro-small {
  height: 380px; }

.inner-intro .container {
  position: relative;
  height: 100%;
  display: table; }

.inner-intro-text {
  text-align: center;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  .inner-intro-text .main-title {
    color: #3d434f;
    margin: 0 0 10px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5); }
  .inner-intro-text .sub-title {
    color: #3d434f;
    font-weight: lighter;
    padding: 0;
    margin: 0;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5); }
  .inner-intro-text .btn {
    margin-top: 30px; }

.inner-intro-text.light-color .main-title, .inner-intro-text.light-color .sub-title {
  color: #fff; }

.inner-intro .container .title {
  padding-bottom: 65px;
  padding-top: 65px;
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.full-intro .inner-intro .container .title h2 {
  margin-top: 65px; }

.inner-intro .container .title .separator {
  margin-right: auto;
  margin-left: auto; }

/*==============================================================================================*/
/* FOOTER         ||---------------------------- */
/*==============================================================================================*/
.footer {
  background-color: #e6eef1;
  color: #323232;
  position: relative;
  width: 100%;
  display: block; }

.footer hr {
  border-color: #eee; }

.footer .footer-info p {
  color: #323232; }

.footer-logo {
  max-width: 100%;
  display: inline-block;
  width: 100%; }

.footer .social, .contact .social {
  font-size: 20px; }

.footer ul {
  list-style: none;
  margin: 0px;
  padding: 0px; }

.footer ul.social li, .contact ul.social li {
  display: inline-block;
  margin: 0 10px 0 0; }

.footer .link a {
  font-size: 12px;
  font-weight: 600;
  /* text-transform: uppercase; */
  letter-spacing: 2px; }

.footer .link-small a {
  font-weight: 600;
  text-transform: none; }

.copyright-container {
  background: #095876;
  padding: 10px 0; }

.footer .copyright {
  text-align: left;
  color: #fff;
  margin: 0;
  font-size: 12px; }

@media screen and (max-width: 767px) {
  .footer .copyright {
    text-align: center; } }

.footer .footer-nav .top-level-item {
  color: #007297;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
  display: block; }

@media screen and (max-width: 767px) {
  .footer .footer-nav .top-level-item {
    margin: 30px 0 5px 0;
    font-size: 18px; } }

.footer .footer-nav .nav-dropdown a {
  font-weight: lighter;
  color: #6b6d6c;
  display: block; }

.footer .footer-nav .nav-dropdown a:hover {
  color: #095876; }

@media screen and (max-width: 767px) {
  .footer .footer-nav .nav-dropdown a {
    font-size: 16px; }
  .footer .footer-nav .nav-dropdown li {
    margin: 15px 0; } }

.newsletter {
  position: relative; }

.newsletter .newsletter-input, .newsletter .newsletter-input:focus {
  width: 100%;
  border-top: 0px none;
  border-left: 0px none;
  border-right: 0px none;
  padding-right: 40px !important;
  background: rgba(255, 255, 255, 0); }

.newsletter .newsletter-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 18px;
  background: rgba(255, 255, 255, 0); }

@media (max-width: 767px) {
  .footer {
    text-align: center; } }

/* ----------------------------------*/
/* Scroll Top Arrow */
/* ----------------------------------*/
.scroll-top {
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: center;
  font-size: 20px;
  background: #095876;
  color: #fff;
  z-index: 99999;
  display: none;
  transition: none;
  -o-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }

.scroll-top:hover {
  background: #fff;
  text-decoration: none;
  color: #095876; }

@media (max-width: 767px) {
  .scroll-top {
    opacity: 0;
    visibility: hidden; } }

/*-------------------------------------------------------------------------------------------*/
/*  Accordion Tab    ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
.accordion-section {
  margin-bottom: 3px; }

.accordion-title {
  cursor: pointer;
  display: block;
  position: relative;
  padding: 15px 25px;
  margin: 0px;
  background: #095876;
  color: #fff;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out; }

.accordion-title.active {
  /*background: #fafafa;*/
  color: #fff; }

.accordion-title:before {
  content: "\f105";
  display: block;
  font-family: "FontAwesome",sans-serif;
  position: absolute;
  right: 10px;
  font-weight: 400;
  color: #f88f33;
  font-size: 25px; }

.accordion-title.active:before {
  content: "\f107"; }

.accordion-content.defualt-hidden {
  display: none;
  margin: 0; }

.accordion-content {
  padding: 20px 20px; }

#pageBoxes {
  display: table;
  width: 100%; }
  #pageBoxes .pagebox {
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 100px 50px; }
    #pageBoxes .pagebox .pagebox-inner {
      vertical-align: middle;
      text-align: center;
      width: 600px;
      margin: 0 auto; }
    #pageBoxes .pagebox .pagebox-titles {
      margin-bottom: 50px; }
    #pageBoxes .pagebox .pagebox-title, #pageBoxes .pagebox .separator {
      font-size: 35px;
      font-weight: lighter; }
    #pageBoxes .pagebox .pagebox-title {
      line-height: normal; }
    #pageBoxes .pagebox .separator {
      margin: 0 10px; }
    #pageBoxes .pagebox .pagebox-title.active {
      color: #095876;
      font-weight: bold; }
    #pageBoxes .pagebox .box {
      float: left;
      -webkit-transition: 0.2s all ease-in-out;
      -moz-transition: 0.2s all ease-in-out;
      -ms-transition: 0.2s all ease-in-out;
      -o-transition: 0.2s all ease-in-out;
      transition: 0.2s all ease-in-out; }
      #pageBoxes .pagebox .box .box-inner {
        width: 200px;
        height: 200px;
        padding: 10px;
        box-sizing: border-box; }
      #pageBoxes .pagebox .box .box-icon {
        height: 115px;
        background-size: 64px;
        background-position: center center;
        background-repeat: no-repeat; }
      #pageBoxes .pagebox .box .box-text {
        color: #fff;
        font-size: 16px;
        height: 65px; }
    #pageBoxes .pagebox .box:hover {
      transform: scale(1.05);
      z-index: 100;
      position: relative; }
    #pageBoxes .pagebox .box.odd {
      background: #007297; }
    #pageBoxes .pagebox .box.even {
      background: #f88f33; }
    #pageBoxes .pagebox .newsletter-form {
      margin-top: 40px; }
      #pageBoxes .pagebox .newsletter-form input[type="email"] {
        width: 80%;
        margin: 0 auto 15px;
        display: block;
        color: #3d434f !important; }
    #pageBoxes .pagebox .pagebox-text {
      font-weight: normal; }
      #pageBoxes .pagebox .pagebox-text p {
        font-weight: normal; }

.col-2 .pagebox {
  width: 50%; }

.pagebox.light-blue {
  background: #e6eef1; }
  .pagebox.light-blue .pagebox-title, .pagebox.light-blue .separator {
    font-size: 35px;
    color: #afc0ca;
    font-weight: lighter; }

.pagebox.dark-blue {
  background: #095876; }
  .pagebox.dark-blue .pagebox-title, .pagebox.dark-blue .separator {
    font-size: 35px;
    color: #fff;
    font-weight: lighter; }
  .pagebox.dark-blue .pagebox-text {
    color: #fff; }
    .pagebox.dark-blue .pagebox-text p {
      color: #fff; }

@media screen and (max-width: 1450px) {
  #pageBoxes .pagebox .pagebox-inner {
    width: 525px; }
  #pageBoxes .pagebox .box .box-inner {
    width: 175px;
    height: 175px; }
  #pageBoxes .pagebox .box .box-icon {
    height: 95px; } }

@media screen and (max-width: 1300px) {
  #pageBoxes .pagebox .pagebox-inner {
    width: 450px; }
  #pageBoxes .pagebox .box .box-inner {
    width: 150px;
    height: 150px; }
  #pageBoxes .pagebox .box .box-icon {
    height: 70px;
    background-size: 50px; } }

@media screen and (max-width: 1150px) {
  #pageBoxes .pagebox {
    padding: 80px 25px; }
    #pageBoxes .pagebox .pagebox-title, #pageBoxes .pagebox .separator {
      font-size: 28px; }
    #pageBoxes .pagebox .pagebox-inner {
      width: 375px; }
    #pageBoxes .pagebox .box .box-inner {
      width: 125px;
      height: 125px; }
    #pageBoxes .pagebox .box .box-icon {
      height: 55px;
      background-size: 40px; }
    #pageBoxes .pagebox .box .box-text {
      font-size: 14px; } }

@media screen and (max-width: 890px) {
  #pageBoxes .pagebox {
    padding: 40px 10px; }
    #pageBoxes .pagebox .pagebox-title, #pageBoxes .pagebox .separator {
      font-size: 28px; }
    #pageBoxes .pagebox .pagebox-inner {
      width: 360px; }
    #pageBoxes .pagebox .box .box-inner {
      width: 120px;
      height: 120px; }
    #pageBoxes .pagebox .box .box-icon {
      height: 50px; }
    #pageBoxes .pagebox .box .box-text {
      font-size: 14px;
      height: 50px; } }

@media screen and (max-width: 800px) {
  #pageBoxes .pagebox {
    padding: 40px 10px; }
    #pageBoxes .pagebox .pagebox-title, #pageBoxes .pagebox .separator {
      font-size: 28px; }
    #pageBoxes .pagebox .pagebox-inner {
      width: 345px; }
    #pageBoxes .pagebox .box .box-inner {
      width: 115px;
      height: 115px; }
    #pageBoxes .pagebox .box .box-icon {
      height: 45px;
      background-size: 35px; }
    #pageBoxes .pagebox .box .box-text {
      font-size: 13px;
      height: 50px; } }

@media screen and (max-width: 767px) {
  .col-2 .pagebox {
    width: 100%; }
  #pageBoxes {
    display: block; }
    #pageBoxes .pagebox {
      display: block; }
      #pageBoxes .pagebox .pagebox-inner {
        width: 525px; }
      #pageBoxes .pagebox .box .box-inner {
        width: 175px;
        height: 175px; }
      #pageBoxes .pagebox .box .box-icon {
        height: 95px;
        background-size: 64px; }
      #pageBoxes .pagebox .box .box-text {
        font-size: 16px;
        height: 60px; } }

@media screen and (max-width: 580px) {
  #pageBoxes .pagebox {
    padding: 40px 25px; }
    #pageBoxes .pagebox .pagebox-title, #pageBoxes .pagebox .separator {
      font-size: 28px; }
    #pageBoxes .pagebox .pagebox-inner {
      width: 495px; }
    #pageBoxes .pagebox .box .box-inner {
      width: 165px;
      height: 165px; }
    #pageBoxes .pagebox .box .box-icon {
      height: 95px;
      background-size: 85px; }
    #pageBoxes .pagebox .box .box-text {
      font-size: 16px;
      height: 50px; } }

@media screen and (max-width: 560px) {
  #pageBoxes .pagebox {
    padding: 40px 25px; }
    #pageBoxes .pagebox .pagebox-title, #pageBoxes .pagebox .separator {
      font-size: 28px; }
    #pageBoxes .pagebox .pagebox-inner {
      width: 480px; }
    #pageBoxes .pagebox .box .box-inner {
      width: 160px;
      height: 160px; }
    #pageBoxes .pagebox .box .box-icon {
      height: 90px;
      background-size: 80px; }
    #pageBoxes .pagebox .box .box-text {
      font-size: 16px;
      height: 50px; } }

@media screen and (max-width: 550px) {
  #pageBoxes .pagebox {
    padding: 40px 25px; }
    #pageBoxes .pagebox .pagebox-title, #pageBoxes .pagebox .separator {
      font-size: 28px; }
    #pageBoxes .pagebox .pagebox-inner {
      width: 375px; }
    #pageBoxes .pagebox .box .box-inner {
      width: 125px;
      height: 125px; }
    #pageBoxes .pagebox .box .box-icon {
      height: 55px;
      background-size: 45px; }
    #pageBoxes .pagebox .box .box-text {
      font-size: 14px;
      height: 50px; } }

@media screen and (max-width: 450px) {
  #pageBoxes .pagebox {
    padding: 40px 25px; }
    #pageBoxes .pagebox .pagebox-title, #pageBoxes .pagebox .separator {
      font-size: 28px; }
    #pageBoxes .pagebox .pagebox-inner {
      width: 375px; }
    #pageBoxes .pagebox .box .box-inner {
      width: 125px;
      height: 125px; }
    #pageBoxes .pagebox .box .box-icon {
      height: 55px;
      background-size: 45px; }
    #pageBoxes .pagebox .box .box-text {
      font-size: 14px;
      height: 50px; }
  #pageBoxes .pagebox {
    padding: 40px 10px; } }

@media screen and (max-width: 420px) {
  #pageBoxes .pagebox .box {
    width: 50%; }
  #pageBoxes .pagebox .pagebox-inner {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box; }
  #pageBoxes .pagebox .box .box-inner {
    width: auto;
    height: auto; }
  #pageBoxes .pagebox .box:nth-child(2), #pageBoxes .pagebox .box:nth-child(3),  #pageBoxes .pagebox .box:nth-child(6) {
    background: #f88f33; }
  #pageBoxes .pagebox .box:nth-child(1), #pageBoxes .pagebox .box:nth-child(4), #pageBoxes .pagebox .box:nth-child(5) {
    background: #007297; } }

@media (min-width: 1500px) {
  .container {
    width: 1500px; } }

/*---------------------- NEWS LIST ----------------------*/
.newslist-item {
  margin-bottom: 40px; }
  .newslist-item .newslist-image {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center center; }
  .newslist-item .newslist-title {
    color: #000;
    font-size: 18px;
    margin: 15px 0 0; }
  .newslist-item .newslist-date {
    color: #5d5d5d;
    font-weight: lighter;
    font-size: 12px; }
  .newslist-item .newslist-summary {
    color: #323232;
    margin-top: 15px;
    min-height: 40px; }

@media screen and (min-width: 992px) {
  #newslist .newslist-item.col-md-4:nth-child(4n) {
    clear: left; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  #newslist .newslist-item.col-md-4:nth-child(3n) {
    clear: left; } }

/*------------ NEWS Article ----------------------*/
.article h1 {
  margin-bottom: 0; }

@media screen and (max-width: 991px) {
  .article h1 {
    font-size: 30px; } }

@media screen and (max-width: 767px) {
  .article h1 {
    font-size: 25px; } }

/*-------------------- COLUMN SECTIONS -------------*/
section.section-2-col {
  display: table; }
  section.section-2-col .col {
    display: table-cell;
    width: 50%;
    vertical-align: middle; }
  section.section-2-col .col-image .col-inner {
    padding: 0; }
    section.section-2-col .col-image .col-inner img {
      width: 100%;
      height: auto; }
  section.section-2-col .col-inner {
    padding: 0 100px; }

.col-info .info {
  margin: 15px 0; }

.col-info .col-inner {
  padding: 0 !important; }

.section-2-col.no-image .col-inner {
  padding: 150px 100px; }

section.section-fullwidth {
  width: 100%; }
  section.section-fullwidth .col-image .col-inner {
    padding: 0; }
  section.section-fullwidth .col-image img {
    width: 100%;
    height: auto; }

.light-blue {
  background: #e6eef1; }

.dark-blue {
  background: #095876; }
  .dark-blue * {
    color: #fff !important; }

@media screen and (max-width: 1400px) {
  section.section-2-col .col-inner {
    padding: 0 80px; }
  .section-2-col.no-image .col-inner {
    padding: 130px 50px; } }

@media screen and (max-width: 1300px) {
  section.section-2-col .col-inner {
    padding: 0 70px; }
  .section-2-col.no-image .col-inner {
    padding: 120px 50px; } }

@media screen and (max-width: 1200px) {
  section.section-2-col .col-inner {
    padding: 0 60px; }
  .section-2-col.no-image .col-inner {
    padding: 100px 50px; } }

@media screen and (max-width: 1100px) {
  section.section-2-col .col-inner {
    padding: 0 50px; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  section.section-2-col .col-inner {
    padding: 50px 25px; } }

@media screen and (max-width: 767px) {
  section.section-2-col {
    display: block; }
    section.section-2-col .col {
      display: block;
      width: 100%; }
    section.section-2-col .col-inner {
      padding: 50px 25px; }
  .col-inner {
    padding: 50px 25px; }
  .col-info .col-inner {
    padding: 30px 15px !important; }
  .section.booking-section .col {
    display: block;
    text-align: center;
    margin: 10px 0;
    float: none !important; } }

.col-image {
  background-size: cover;
  background-position: center center; }

.big-orange {
  font-size: 50px;
  font-weight: bold;
  color: #f88f33;
  line-height: 100%; }

.big-blue {
  font-size: 50px;
  font-weight: bold;
  color: #095876;
  line-height: 100%; }

.small-info {
  padding: 15px 0;
  color: #323232; }

.booking-section {
  padding-top: 25px;
  padding-bottom: 25px; }
  .booking-section .booking-title {
    line-height: 54px;
    margin: 0;
    font-weight: 600; }
  .booking-section .btn {
    margin: 0; }

.dark-bg {
  background: #095876;
  color: #fff; }
  .dark-bg .booking-title {
    color: #fff; }

.light-bg {
  background: #e6eef1;
  color: #095876; }
  .light-bg .booking-title {
    color: #095876; }

/*--------- FRONTPAGE STYLES -----------*/
body.pageHome #departures-mobile, body.pageHome #arrivals-mobile {
  display: none;
  float: left;
  width: 50%; }
  body.pageHome #departures-mobile a, body.pageHome #arrivals-mobile a {
    display: block;
    width: 100%;
    padding: 15px 5px;
    color: #fff;
    text-align: center;
    background: #f88f33;
    font-weight: bold;
    text-transform: uppercase; }
  body.pageHome #departures-mobile .departures-icon, body.pageHome #departures-mobile .arrivals-icon, body.pageHome #arrivals-mobile .departures-icon, body.pageHome #arrivals-mobile .arrivals-icon {
    margin-left: 10px;
    width: 10px;
    height: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block; }
  body.pageHome #departures-mobile .departures-icon, body.pageHome #arrivals-mobile .departures-icon {
    background-image: url(/img/afgange.png); }
  body.pageHome #departures-mobile .arrivals-icon, body.pageHome #arrivals-mobile .arrivals-icon {
    background-image: url(/img/ankomster.png); }

body.pageHome #departures-mobile {
  border-right: 1px solid #fff; }

@media screen and (max-width: 991px) {
  body.pageHome #departures-mobile, body.pageHome #arrivals-mobile {
    display: block; } }

body.pageHome .inner-intro .inner-intro-text {
  width: 100%;
  max-width: 1140px;
  left: 50%;
  top: 200px;
  text-align: left;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }
  body.pageHome .inner-intro .inner-intro-text .main-title {
    font-weight: lighter; }
  body.pageHome .inner-intro .inner-intro-text .sub-title {
    font-weight: bold;
    font-size: 50px;
    line-height: 50px; }
  body.pageHome .inner-intro .inner-intro-text .btn-orange {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
    margin-right: 10px; }
  @media screen and (max-width: 550px) {
    body.pageHome .inner-intro .inner-intro-text .main-title, body.pageHome .inner-intro .inner-intro-text .sub-title {
      font-size: 30px;
      line-height: normal;
      margin: 0; }
    body.pageHome .inner-intro .inner-intro-text .btn {
      margin-top: 15px; } }
  @media screen and (max-width: 400px) {
    body.pageHome .inner-intro .inner-intro-text .main-title, body.pageHome .inner-intro .inner-intro-text .sub-title {
      font-size: 25px;
      margin: 0; } }
  @media screen and (max-width: 350px) {
    body.pageHome .inner-intro .inner-intro-text .main-title, body.pageHome .inner-intro .inner-intro-text .sub-title {
      font-size: 20px;
      margin: 0; } }

@media screen and (max-width: 767px) {
  body.pageHome .inner-intro .inner-intro-text {
    top: 33% !important; } }

.frontpage-section {
  margin: 80px 0; }

.flight-icon, .charter-icon {
  width: 30px;
  height: 23px;
  display: inline-block;
  margin-right: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: middle; }

.flight-icon {
  background-image: url(/img/flight-icon.png); }

.charter-icon {
  background-image: url(/img/charter-ikon.png); }

.section.banner {
  margin: -40px 0 160px 0;
  position: relative; }

.destination-slider {
  margin-top: -100px;
  position: relative;
  margin-left: 100px; }
  .destination-slider #flight-toggle {
    background: #095876;
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    box-sizing: border-box;
    display: inline-block;
    cursor: pointer; }
  .destination-slider #flight-toggle:after {
    content: '\f078';
    display: inline-block;
    margin-left: 10px;
    font-family: FontAwesome;
    transform-style: preserve-3d;
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out; }
  .destination-slider #flight-toggle.shown:after {
    transform: rotate3d(0, 0, 1, 180deg);
    color: #f88f33; }
  .destination-slider #charter-toggle {
    background: #095876;
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    box-sizing: border-box;
    display: inline-block;
    cursor: pointer; }
  .destination-slider #charter-toggle:after {
    content: '\f078';
    display: inline-block;
    margin-left: 10px;
    font-family: FontAwesome;
    transform-style: preserve-3d;
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out; }
  .destination-slider #charter-toggle.shown:after {
    transform: rotate3d(0, 0, 1, 180deg);
    color: #f88f33; }
  @media screen and (max-width: 991px) {
    .destination-slider #charter-toggle, .destination-slider #flight-toggle {
      display: block;
      width: 100%;
      padding: 15px 20px;
      margin: 0px 0; }
    .destination-slider #flight-toggle:after, .destination-slider #charter-toggle:after {
      float: right; }
    .destination-slider #flight-toggle {
      border-bottom: 2px solid #fff; } }
  .destination-slider .slide-wrapper {
    width: 100%; }
  .destination-slider .slides li.slide:first-child {
    border: 4px solid #f88f33; }
    .destination-slider .slides li.slide:first-child .slide-title {
      color: #f88f33; }
  .destination-slider .slides .slide {
    position: relative;
    padding: 28px 36px;
    float: left;
    width: 33.333%;
    height: 430px;
    background-size: cover;
    background-repeat: no-repeat;
    box-sizing: border-box;
    background-position: center center;
    cursor: pointer; }
    .destination-slider .slides .slide .slide-content {
      position: absolute;
      bottom: 22px; }
      .destination-slider .slides .slide .slide-content p {
        color: #fff; }
    .destination-slider .slides .slide .slide-title {
      color: #fff;
      margin: 0;
      padding: 0;
      font-size: 40px;
      line-height: normal;
      position: relative;
      z-index: 10;
      text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
      text-overflow: ellipsis;
      overflow: hidden; }
    .destination-slider .slides .slide .slide-sub-title {
      color: #fff;
      font-weight: bold;
      margin: 0;
      text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
      text-overflow: ellipsis;
      overflow: hidden; }
    .destination-slider .slides .slide .slide-text {
      font-size: 17px;
      font-weight: 400;
      text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
      text-overflow: ellipsis;
      overflow: hidden; }
  .destination-slider .slides .slide:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 20%;
    width: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
    /* IE6-9 */ }

@media screen and (max-width: 1200px) {
  .destination-slider .slides .slide .slide-title {
    font-size: 30px;
    font-weight: 500; } }

@media screen and (max-width: 991px) {
  .destination-slider {
    margin-left: 0;
    margin-top: -44px; }
  .destination-slider .slides .slide .slide-title {
    font-size: 40px;
    font-weight: 300; } }

@media screen and (max-width: 767px) {
  .destination-slider {
    margin-left: 0;
    margin-top: -65px; }
  .section.banner {
    margin: 0px 0 100px 0;
    position: relative; } }

.destinations .destination-top-bar ul {
  float: left;
  padding: 0; }
  .destinations .destination-top-bar ul li {
    display: inline-block;
    line-height: 54px;
    color: #afc0c9;
    font-size: 25px;
    cursor: pointer;
    margin-right: 25px; }
  .destinations .destination-top-bar ul li.active {
    color: #095876;
    font-weight: bold; }
  .destinations .destination-top-bar ul li:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1200px) {
    .destinations .destination-top-bar ul li {
      font-size: 20px; } }
  @media screen and (max-width: 991px) {
    .destinations .destination-top-bar ul li {
      font-size: 22px; } }

.destinations .destination-top-bar .btn {
  float: right; }

@media screen and (max-width: 991px) {
  .destinations .destination-top-bar {
    text-align: center; }
    .destinations .destination-top-bar ul {
      float: none; }
    .destinations .destination-top-bar .btn {
      float: none; } }

.destinations .destinations-wrapper {
  margin-top: 30px; }

.destinations .destination {
  cursor: pointer;
  margin-right: 30px;
  margin-bottom: 30px;
  float: right;
  height: 150px;
  padding: 20px;
  background-size: cover;
  background-position: center center;
  position: relative;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out; }

.destinations .destination:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 20%;
  width: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */ }

.destinations .destination-title {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  z-index: 10;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5); }

.destinations .destination-subtitle {
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  font-size: 14px;
  position: relative;
  z-index: 10;
  font-style: italic; }

.destinations .destination-price {
  color: #fff;
  font-size: 15px;
  position: absolute;
  bottom: 20px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  font-weight: 400;
  line-height: normal; }
  .destinations .destination-price .price {
    font-weight: 600;
    font-size: 1.75em; }

.destinations .destination:nth-child(1) {
  float: right;
  height: 510px;
  margin-right: 0; }

.destinations .destination:nth-child(5) {
  float: right;
  height: 330px; }

@media screen and (min-width: 768px) and (max-width: 990px) {
  .destinations .destination {
    width: 223.33333px;
    margin-right: 15px;
    margin-bottom: 15px;
    height: 223.33333px; }
  .destinations .destination:nth-child(1) {
    width: 700px;
    height: 350px; }
  .destinations .destination:nth-child(5) {
    width: 223.33333px;
    height: 223.33333px; }
  .destinations .destination {
    float: left !important;
    display: inline-block; }
  .destinations .destination:nth-child(3n+1) {
    margin-right: 0;
    clear: right; }
  .destinations .destination:last-child {
    margin-right: 0; } }

@media screen and (min-width: 991px) and (max-width: 1199px) {
  .destinations .destination {
    width: 215px;
    margin-right: 20px;
    margin-bottom: 20px;
    height: 215px; }
  .destinations .destination {
    width: 215px;
    margin-right: 20px;
    margin-bottom: 20px;
    height: 210px; }
  .destinations .destination:nth-child(1) {
    width: 450px;
    height: 440px;
    margin-right: 0; }
  .destinations .destination:nth-child(5) {
    width: 215px;
    height: 210px; }
  .destination-slider .slides {
    width: 100% !important; }
  .destination-slider .slides .slide {
    padding: 30px;
    height: 360px;
    width: 33.33% !important; }
  .destination-slider .slides .slide .btn {
    font-size: 13px;
    padding: 15px 35px; }
  body.pageHome .inner-intro .inner-intro-text {
    max-width: 920px; }
  .pageHome .destination:nth-child(6), .pageHome .destination:nth-child(7) {
    display: none; }
  .destinations-wrapper .destination:nth-child(6) {
    clear: right;
    margin-right: 0 !important; }
  .destinations-wrapper .destination:nth-child(4n+6) {
    clear: right;
    margin-right: 0 !important; } }

@media screen and (max-width: 991px) {
  .destination-slider .slides .slide {
    padding: 40px 50px;
    height: 400px;
    width: 400px;
    border-right: 3px solid #fff; }
  .destination-slider .slides .slide:last-child {
    border: 0; }
  .destination-slider .slide-wrapper {
    overflow-x: scroll; }
  .destination-slider .slide-wrapper .slides {
    width: 1200px; }
  body.pageHome .inner-intro .inner-intro-text {
    max-width: 100%;
    padding: 0 25px;
    box-sizing: border-box; } }

@media screen and (max-width: 400px) {
  .destination-slider .slides .slide {
    padding: 25px;
    height: 320px; } }

@media screen and (min-width: 1200px) {
  .destinations .destination {
    width: 170.83333px;
    margin-right: 25px;
    margin-bottom: 25px;
    height: 170.83333px; }
  .destinations .destination {
    width: 170.83333px;
    margin-right: 25px;
    margin-bottom: 25px;
    height: 166.66667px; }
  .destinations .destination:nth-child(1) {
    width: 562.5px;
    height: 550px;
    margin-right: 0; }
  .destinations .destination:nth-child(5) {
    width: 366.66667px;
    height: 358.33333px; }
  .destination-slider .slides .slide {
    width: 33.33% !important; }
  .destination-slider .slides {
    width: 100% !important; }
  .destinations-wrapper .destination:nth-child(8) {
    clear: right;
    margin-right: 0 !important; }
  .destinations-wrapper .destination:nth-child(6n+8) {
    clear: right;
    margin-right: 0 !important; } }

@media screen and (min-width: 1500px) {
  body.pageHome .inner-intro .inner-intro-text {
    max-width: 1450px; }
  .destinations .destination {
    width: 216.66667px;
    margin-right: 30px;
    margin-bottom: 30px;
    height: 216.66667px; }
  .destinations .destination {
    width: 216.66667px;
    margin-right: 30px;
    margin-bottom: 30px;
    height: 211.66667px; }
  .destinations .destination:nth-child(1) {
    width: 710px;
    height: 695px;
    margin-right: 0; }
  .destinations .destination:nth-child(5) {
    width: 463.33333px;
    height: 453.33333px; } }

@media screen and (max-width: 767px) {
  .destinations {
    text-align: center; }
    .destinations .destination, .destinations .destination:nth-child(1), .destinations .destination:nth-child(5) {
      width: 48%;
      margin-bottom: 2%;
      margin-right: 0;
      float: left;
      height: 150px;
      padding: 0; }
    .destinations .destination:nth-child(1n) {
      margin-right: 1%; }
    .destinations .destination:nth-child(2n) {
      margin-left: 1%; }
    .destinations .destination-title {
      font-size: 18px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 100%;
      text-align: center; }
    .destinations .destination-subtitle {
      display: none; }
    .destinations .destination-price {
      display: none; }
    .destinations .destination:last-child {
      display: none; }
    .destinations .destination-top-bar ul li {
      display: block;
      text-align: center;
      line-height: 40px;
      font-size: 22px;
      margin: 0; } }

@media screen and (max-width: 350px) {
  .destinations .destination, .destinations .destination:nth-child(1), .destinations .destination:nth-child(5) {
    width: 100%;
    margin-bottom: 2%;
    margin-right: 0;
    float: none;
    height: 150px;
    padding: 0;
    line-height: 150px; } }

#charterextras {
  margin-top: 25px; }
  #charterextras .charterboxes {
    background: #e8eef1; }
    #charterextras .charterboxes h2 {
      text-align: center;
      margin: 0;
      padding: 10px 0 0 0; }
    #charterextras .charterboxes .charterbox-container {
      display: inline-block;
      box-sizing: border-box;
      width: 50%;
      padding: 10px 25px 25px 25px;
      position: relative;
      float: left; }
      #charterextras .charterboxes .charterbox-container .charterbox {
        width: 100%;
        height: 240px;
        box-sizing: border-box;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right bottom;
        text-align: center;
        position: relative; }
        #charterextras .charterboxes .charterbox-container .charterbox .charterbox-content {
          position: absolute;
          top: 45%;
          width: 100%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); }
        #charterextras .charterboxes .charterbox-container .charterbox .charterbox-title {
          color: #fff;
          font-size: 50px;
          font-weight: bold;
          margin-bottom: 10px;
          text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5); }
        #charterextras .charterboxes .charterbox-container .charterbox .charterbox-subtitle {
          color: #fff;
          text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5); }
      #charterextras .charterboxes .charterbox-container .charterbox:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 20%;
        width: 100%;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
        /* IE6-9 */ }
    #charterextras .charterboxes .charterbox-container:nth-child(1) {
      padding-right: 15px; }
    #charterextras .charterboxes .charterbox-container:nth-child(2) {
      padding-left: 15px; }
    @media screen and (max-width: 767px) {
      #charterextras .charterboxes .charterbox-container {
        width: 100%; }
      #charterextras .charterboxes .charterbox-container:nth-child(1) {
        padding-right: 25px;
        padding-bottom: 15px; }
      #charterextras .charterboxes .charterbox-container:nth-child(2) {
        padding-left: 25px;
        padding-top: 15px; }
      #charterextras .charterboxes h2 {
        font-size: 26px; } }
  #charterextras .chartertext {
    text-align: center;
    margin: 35px 0; }
    #charterextras .chartertext .chartertext-title {
      margin-bottom: 5px;
      font-size: 35px; }
    #charterextras .chartertext .chartertext-subtitle {
      font-weight: 400; }

/*=================== SEARCH FRAME ==================*/
#flight-frame, #charter-frame {
  position: absolute;
  left: 0;
  height: 430px;
  width: 1190px;
  overflow: hidden;
  z-index: 1000;
  height: 0;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out; }

#flight-frame.shown, #charter-frame.shown {
  height: 430px; }

@media screen and (max-width: 1250px) {
  #flight-frame, #charter-frame {
    width: auto; }
  #flight-frame-big, #charter-frame-big {
    display: none; }
  #flight-frame-small, #charter-frame-small {
    display: block; } }

/*================== TM SEARCH PAGE =============*/
body.TravelmarketResultPage {
  overflow-x: auto !important; }

@media screen and (max-width: 991px) {
  body.TravelmarketResultPage .inner-intro {
    display: none; }
  .TMheaderspace {
    min-height: 100px; } }

.TMheaderspace {
  height: 120px;
  position: relative; }

@media screen and (max-width: 991px) {
  .TMheaderspace:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
    /* IE6-9 */ } }

/*==================== SEARCH LAYER ================*/
#search-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: 3000;
  visibility: hidden;
  opacity: 0;
  overflow: auto;
  background: #fff;
  padding-top: 250px;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out; }
  #search-layer .search-title {
    font-weight: 300;
    margin-top: 0;
    padding-top: 0;
    color: #6d6d6d; }
  #search-layer #search-form {
    padding: 0;
    border-bottom: 2px solid #e6eef1;
    margin-bottom: 60px; }
  #search-layer #search-field {
    border: 0;
    font-size: 30px !important;
    color: #f88f33;
    margin: 0;
    line-height: 60px;
    font-size: 30px;
    width: 1440px; }
  @media screen and (max-width: 1499px) {
    #search-layer #search-field {
      width: 1090px; } }
  @media screen and (max-width: 1200px) {
    #search-layer #search-field {
      width: 860px; } }
  @media screen and (max-width: 991px) {
    #search-layer #search-field {
      width: 640px; } }
  @media screen and (max-width: 767px) {
    #search-layer #search-field {
      width: 360px; }
    #search-layer #search-form {
      padding: 0 15px; } }
  @media screen and (max-width: 500px) {
    #search-layer #search-field {
      width: 80%; } }
  @media screen and (max-width: 380px) {
    #search-layer #search-field {
      width: 70%; } }
  #search-layer #search-field::-webkit-input-placeholder {
    font-size: 30px !important;
    color: #b5c5cd !important; }
  #search-layer #search-field::-moz-placeholder {
    font-size: 30px !important;
    color: #b5c5cd !important; }
  #search-layer #search-field:-ms-input-placeholder {
    font-size: 30px !important;
    color: #b5c5cd !important; }
  #search-layer #search-field:-moz-placeholder {
    font-size: 30px !important;
    color: #b5c5cd !important; }
  #search-layer #search-submit {
    border: 0;
    background: #fff;
    color: #095876;
    line-height: 80px;
    padding: 0;
    height: 80px;
    width: 60px;
    text-align: center;
    font-size: 30px; }
  #search-layer #search-content {
    border-left: 2px solid #e6eef1; }
  #search-layer #search-menu ul {
    margin: 0;
    padding: 0; }
    #search-layer #search-menu ul li {
      display: block;
      border-bottom: 1px solid #e6eef1; }
      #search-layer #search-menu ul li a {
        color: #095876;
        font-weight: 500;
        font-size: 15px;
        padding: 10px 5px;
        display: block;
        -webkit-transition: 0.2s all ease-in-out;
        -moz-transition: 0.2s all ease-in-out;
        -ms-transition: 0.2s all ease-in-out;
        -o-transition: 0.2s all ease-in-out;
        transition: 0.2s all ease-in-out; }
      #search-layer #search-menu ul li a:hover {
        background: #095876;
        color: #fff; }
  #search-layer #search-destinations .row {
    margin-right: -10px;
    margin-left: -10px; }
  #search-layer #search-destinations .col-lg-3, #search-layer #search-destinations .col-md-3 {
    padding-left: 10px;
    padding-right: 10px; }
  #search-layer #search-destinations .destination {
    cursor: pointer;
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out; }
  #search-layer #search-destinations .destination-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover; }
  #search-layer #search-destinations .destination-bg:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 20%;
    width: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
    /* IE6-9 */ }
  #search-layer #search-destinations .destination-title {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    position: relative;
    z-index: 10; }
  @media screen and (min-width: 1500px) {
    #search-layer .destination {
      height: 253px; } }
  @media screen and (max-width: 1499px) {
    #search-layer .destination {
      height: 197px; } }
  @media screen and (max-width: 1199px) {
    #search-layer .destination {
      height: 185px; } }
  @media screen and (max-width: 991) {
    #search-layer .destination {
      height: 183px; } }
  @media screen and (max-width: 767px) {
    #search-layer .destination {
      height: 214px; }
    #search-layer #search-content {
      border: 0;
      margin-top: 60px; } }
  @media screen and (max-width: 400px) {
    #search-layer .destination-container {
      width: 100%; }
    #search-layer .destination {
      height: 350px; } }

@media screen and (max-width: 767px) {
  #search-layer {
    padding-top: 150px; } }

#search-layer.shown {
  opacity: 1;
  width: 100%;
  height: 100%;
  visibility: visible; }

body.search-layer-active {
  overflow: hidden; }

#close-search-layer {
  width: 45px;
  height: 45px;
  background-image: url(/img/icons/close.png);
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  top: 50px;
  right: 50px;
  z-index: 3001; }

@media screen and (max-width: 767px) {
  #close-search-layer {
    top: 25px;
    right: 25px; } }

/*************** TM SEARCH RESULT PAGE ************/
#TMresultContainer {
  width: 1140px;
  margin: 0 auto; }

@media screen and (max-width: 1160px) {
  #TMresultContainer {
    width: 628px;
    margin: 0 auto; } }

/**************** TEXTSECTION TABLE *************/
#contentCol table, .tbl-inf {
  width: 100%; }
  #contentCol table thead td, .tbl-inf thead td {
    background: #095876;
    color: #fff;
    font-weight: bold;
    padding: 10px 10px; }
  #contentCol table tbody td, .tbl-inf tbody td {
    padding: 10px; }
  #contentCol table tbody tr:nth-child(even), .tbl-inf tbody tr:nth-child(even) {
    background: #f4f4f4; }

/************** REJSEPLANEN SEARCH ***************/
#rejseplanen {
  background-color: #095876;
  position: relative;
  padding: 25px;
  color: #fff; }
  #rejseplanen p {
    margin: 10px 0;
    color: #fff; }
  @media screen and (max-width: 767px) {
    #rejseplanen #rejseplanen-logo {
      display: none; }
    #rejseplanen input[type=submit] {
      display: block;
      width: 100%;
      margin-top: 15px; } }
  #rejseplanen .rejseplanen-title {
    color: #fff;
    margin-top: 0; }
  #rejseplanen label {
    color: #fff;
    font-size: 16px; }
  #rejseplanen input.txt {
    display: block;
    width: 100%;
    line-height: 35px !important;
    font-size: 17px !important;
    color: #3d434f;
    margin-bottom: 10px; }

/********** TAB STYLES *********/
.tab-toggle {
  cursor: pointer; }

.toggle-container.toggle-style-1 ul {
  margin: 0;
  padding: 0; }
  .toggle-container.toggle-style-1 ul li.tab-toggle {
    display: block;
    float: left;
    padding: 10px 25px;
    text-decoration: none;
    outline: none;
    list-style: none;
    position: relative;
    top: 0;
    border-bottom-width: 0;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    /* background: #f7f7f7; */
    border: 1px solid #f88f33;
    cursor: pointer; }
  .toggle-container.toggle-style-1 ul li.tab-toggle.active {
    margin-bottom: -1px;
    background: #f88f33;
    color: #fff;
    border: 1px solid #f88f33; }
  .toggle-container.toggle-style-1 ul li:last-child:after {
    clear: right; }

.toggle-container.toggle-style-1 .tab {
  border: 1px solid #f1f1f1;
  margin-top: -1px;
  border-left: 0px none;
  border-right: 0px none;
  border-bottom: 0px none; }

/*================== FEEDBACK ==================*/
.feedback-question {
  background: #e6eef1;
  padding: 10px; }

.feedback-answer {
  background: #fff;
  padding: 10px;
  border-bottom: #e6eef1 solid 2px; }

/*================ SEARCH PAGE ===============*/
.pageSearch .search .item .item-content {
  border-bottom: 1px solid #ccc;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out; }
  .pageSearch .search .item .item-content a {
    display: block;
    padding: 40px 25px 40px; }

.pageSearch .search .item .heading {
  margin: 0 0 5px;
  font-size: 25px; }

.pageSearch .search .item .text {
  color: #3d434f; }

.pageSearch .search .item:hover .item-content {
  background: #e6eef1; }

/* ******************************** SHOWHIDE  ***************************************** */
@media screen and (min-width: 767px) {
  .mobile-only {
    display: none !important; } }

/* ******************************** PRINT  ***************************************** */
@media print {
  header, footer, footer ul.nav-dropdown, #pageBoxes, .inner-intro, #menuCol {
    display: none !important; }
  .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    width: 100% !important; }
  .col-lg-9 {
    width: 100% !important; }
  #pageInnerMenu #contentCol {
    border-width: 0px !important; }
  .destination-slider {
    margin-top: 0px; }
  .destination-slider .slides .slide {
    width: 100%;
    height: 220px; }
  .destinations-wrapper a {
    height: auto !important;
    float: left;
    margin-right: 30px !important; }
  .tab-toggle {
    display: none !important; }
  .tab-toggle.active {
    display: block !important; } }

/* ******************************** PRINT  ***************************************** */

