@font-face {
  font-family: 'texgyreherosbold';
  src: url('../fonts/texgyreheros-bold-webfont.eot');
  src: url('../fonts/texgyreheros-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/texgyreheros-bold-webfont.woff') format('woff'), url('../fonts/texgyreheros-bold-webfont.ttf') format('truetype'), url('../fonts/texgyreheros-bold-webfont.svg#texgyreherosbold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'LatoWebBold';
  src: url('../fonts/Lato-Bold.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */ url('../fonts/Lato-Bold.woff2') format('woff2'),
    /* Modern Browsers */ url('../fonts/Lato-Bold.woff') format('woff'),
    /* Modern Browsers */ url('../fonts/Lato-Bold.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: 'LatoWebBoldItalic';
  src: url('../fonts/Lato-BoldItalic.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/Lato-BoldItalic.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */ url('../fonts/Lato-BoldItalic.woff2') format('woff2'),
    /* Modern Browsers */ url('../fonts/Lato-BoldItalic.woff') format('woff'),
    /* Modern Browsers */ url('../fonts/Lato-BoldItalic.ttf') format('truetype');
  font-style: italic;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: 'LatoWeb';
  src: url('../fonts/Lato-Regular.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */ url('../fonts/Lato-Regular.woff2') format('woff2'),
    /* Modern Browsers */ url('../fonts/Lato-Regular.woff') format('woff'),
    /* Modern Browsers */ url('../fonts/Lato-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: 'LatoWebItalic';
  src: url('../fonts/Lato-Italic.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/Lato-Italic.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */ url('../fonts/Lato-Italic.woff2') format('woff2'),
    /* Modern Browsers */ url('../fonts/Lato-Italic.woff') format('woff'),
    /* Modern Browsers */ url('../fonts/Lato-Italic.ttf') format('truetype');
  font-style: italic;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: 'CoreSansM35Light';
  src: url('../fonts/3669A6_0_0.eot');
  src: url('../fonts/3669A6_0_0.eot?#iefix') format('embedded-opentype'),
  url('../fonts/3669A6_0_0.woff2') format('woff2'),
  url('../fonts/3669A6_0_0.woff') format('woff'),
  url('../fonts/3669A6_0_0.ttf') format('truetype');
}

@font-face {
  font-family: 'CoreSansM45Regular';
  src: url('../fonts/3669A6_1_0.eot');
  src: url('../fonts/3669A6_1_0.eot?#iefix') format('embedded-opentype'),
  url('../fonts/3669A6_1_0.woff2') format('woff2'),
  url('../fonts/3669A6_1_0.woff') format('woff'),
  url('../fonts/3669A6_1_0.ttf') format('truetype');
}

@font-face {
  font-family: 'CoreSansM45Regular-Italic';
  src: url('../fonts/3669A6_2_0.eot');
  src: url('../fonts/3669A6_2_0.eot?#iefix') format('embedded-opentype'),
  url('../fonts/3669A6_2_0.woff2') format('woff2'),
  url('../fonts/3669A6_2_0.woff') format('woff'),
  url('../fonts/3669A6_2_0.ttf') format('truetype');
}

@font-face {
  font-family: 'CoreSansM65Bold';
  src: url('../fonts/3669A6_3_0.eot');
  src: url('../fonts/3669A6_3_0.eot?#iefix') format('embedded-opentype'),
  url('../fonts/3669A6_3_0.woff2') format('woff2'),
  url('../fonts/3669A6_3_0.woff') format('woff'),
  url('../fonts/3669A6_3_0.ttf') format('truetype');
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'LatoWeb', Arial, Helvetica, Sans-serif;
  font-size: 18px;
  color: #111;
  line-height: 1.47;
}

a,
a:hover,
a:focus,
a:active {
  color: #ff5800;
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: underline;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-weight: 400;
  font-family: 'CoreSansM45Regular', Arial, Helvetica, Sans-serif;
  line-height: 1.47;
}

.small,
.big {
  font-size: 100%;
}

b,
strong {
  font-family: 'LatoWebBold', Arial, Helvetica, Sans-serif;
}

[class*="col-md-"],
[class*="col-sm-"],
[class*="col-xs-"],
ul,
ol,
li,
p,
input,
select,
textarea,
button,
form,
fieldset {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

.container {
  width: 100%;
  max-width: 1570px;
  padding: 0;
}

.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.photo img {
  max-width: 100%;
  height: auto;
}

label[for] {
  cursor: pointer;
}

input,
select,
textarea,
button {
  font-family: 'LatoWeb', Arial, Helvetica, Sans-serif;
  font-size: 18px;
  color: #37424a;
  background-color: #fff;
  border: 1px #acbbc5 solid;
  outline: none;
}

input:hover,
select:hover,
textarea:hover,
input:focus,
select:focus,
textarea:focus {
  border-color: #37424a;
}

select {
  padding: 5px;
}

textarea {
  resize: vertical;
}

.btn-submit,
input[type="submit"],
button {
  font-family: 'LatoWebBold', Arial, Helvetica, Sans-serif;
  font-size: 20px;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  background-color: #37424a;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  text-decoration: none;
}

.btn-submit:hover,
.btn-submit:focus,
input[type="submit"]:hover,
button:hover,
input[type="submit"]:focus,
button:focus {
  color: #fff;
  background-color: #dd4814;
  box-shadow: none;
}

/* Link types */

.link-arrow {
  display: inline-block;
  padding-left: 24px;
  color: #37424a;
  font-family: 'CoreSansM65Bold', Arial, Helvetica, Sans-serif;
  background: url('../img/icon-arrow.png') no-repeat 0 50%;
  background-size: auto 12px;
}

/* Autocomplete */

.autocomplete-suggestions {
  text-align: left;
  cursor: default;
  border: 1px solid #97a1a8;
  border-top: 0;
  background: #fff;
  /* core styles should not be changed */
  position: absolute;
  display: none;
  z-index: 9999;
  max-height: 254px;
  overflow: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}

.autocomplete-suggestion {
  padding: 10px 12px;
  position: relative;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  color: #37424a;
}

.autocomplete-suggestion.selected {
  background: #f0f0f0;
  cursor: pointer;
}

/* UI datepicker */

.ui-widget {
  font-family: 'LatoWeb', Arial, Helvetica, Sans-serif;
  font-size: 18px;
}

.ui-widget-content {
  background: #242b30;
  border: 0;
  border-radius: 0;
}

.ui-widget-header {
  background: none;
  border: 0;
  border-radius: 0;
}

.ui-datepicker th {
  color: #a3b3bf;
  font-family: 'LatoWebBold', Arial, Helvetica, Sans-serif;
  border-top: 1px #4b5b66 solid;
  border-bottom: 1px #4b5b66 solid;
}

.ui-datepicker td span,
.ui-datepicker td a {
  text-align: center;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: none;
  border-color: #242b30;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  color: #fff;
  background: none;
  border: 2px #fff solid;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  background: none;
  border-color: #fff;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  font-family: 'LatoWebBold', Arial, Helvetica, Sans-serif;
  background: #ff5800;
  border-color: #ff5800;
}

.ui-widget-content .ui-datepicker-prev {
  top: 0;
  left: 0;
  cursor: pointer;
}

.ui-widget-content .ui-datepicker-next {
  top: 0;
  right: 0;
  cursor: pointer;
}

.ui-widget-content .ui-datepicker-prev-hover,
.ui-widget-content .ui-datepicker-next-hover {
  border: 0;
}

/* Ui autocomplete */

.ui-autocomplete {
  width: 100%;
  max-width: 290px;
  max-height: 300px;
  overflow-y: auto;
  border: 1px solid #97a1a8;
  border-top: 0;
  background: #fff;
  position: absolute;
  z-index: 1;
}

.ui-autocomplete .ui-menu-item {
  margin: 0;
  padding: 10px 12px;
  line-height: 1;
  color: #37424a;
  border: 0;
  cursor: pointer;
}

.ui-autocomplete .ui-menu-item:hover {
  background: #f0f0f0;
}

/* => Icons */

/* ------------------------------------------------------------------------------*/

@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?e6yn9m');
  src: url('../fonts/icomoon.eot?#iefixe6yn9m') format('embedded-opentype'), url('../fonts/icomoon.ttf?e6yn9m') format('truetype'), url('../fonts/icomoon.woff?e6yn9m') format('woff'), url('../fonts/icomoon.svg?e6yn9m#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

.link-info a:before,
.btn-open-panel:before,
.fancybox-nav span:before,
.flight-info .col-right .heading:before,
.breadcrumbs a:after,
.owl-prev:before,
.owl-next:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'lennujaam';
  src: url('../fonts/lennujaam.eot?6smi8t');
  src: url('../fonts/lennujaam.eot?#iefix6smi8t') format('embedded-opentype'), url('../fonts/lennujaam.ttf?6smi8t') format('truetype'), url('../fonts/lennujaam.woff?6smi8t') format('woff'), url('../fonts/lennujaam.svg?6smi8t#lennujaam') format('svg');
  font-weight: normal;
  font-style: normal;
}

.link-info:before,
.page-sidebar .link-back a:before,
.weather .icon:before,
.app-adv .m-close:before,
.form-flight-search .f-close:before,
.page-sidebar .block.location:before,
.page-sidebar .block.info:before,
.page-flight-info .tab-nav span:before,
.flights-info .tab-nav span:before,
.footer .block-info li:before,
.list-links .icon a:before,
.list-articles .info-open:before,
.list-articles .info-location:before,
.list-articles .info-contact:before,
.main-nav-wrap .main-nav .sub-list > .icon > a:before,
.destination-content .tab-nav span:before,
.flight-info .row-info h3 span:first-child:after,
.flight-info .row-info .start:before,
.flight-info .row-info .end:before,
.flight-info .row-info .duration:before,
.flight-info .col-left .heading span:first-child:after,
.link-sitemap:before,
.link-about:before,
.link-airport:before,
.main-nav-wrap .main-nav .home a:after,
.virtualtour-icon:before,
.page-note .m-content:before {
  font-family: 'lennujaam';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.virtualtour-icon:before {
  content: "\e90d";
  font-size: 56px;
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
}

.icon-x:before {
  content: "\e61c";
}

.icon-ruupor:before {
  content: "\e61a";
}

.footer .block-info .info:before,
.icon-info:before {
  content: "\e61b";
}

.icon-avaleht a:before {
  content: "\e600";
}

.footer .block-info .inva:before,
.icon-erivajadus a:before {
  content: "\e601";
}

.icon-ettevottest > a:before {
  content: "\e602";
}

.icon-kell > a:before {
  content: "\e603";
}

.icon-lapsed > a:before {
  content: "\e604";
}

.icon-lennuaeg > a:before {
  content: "\e605";
}

.icon-lennuk > a:before {
  content: "\e606";
}

.icon-lennuk45 > a:before {
  content: "\e607";
}

.icon-lounge > a:before {
  content: "\e608";
}

.icon-marker > a:before {
  content: "\e609";
}

.icon-meetandgreet > a:before {
  content: "\e60a";
}

.icon-nool_alla > a:before {
  content: "\e60b";
}

.icon-nool_parem > a:before {
  content: "\e60c";
}

.icon-nool_ules > a:before {
  content: "\e60d";
}

.icon-nool_vasak > a:before {
  content: "\e60e";
}

.footer .block-info .baggage:before,
.icon-pagas > a:before {
  content: "\e60f";
}

.icon-parkimine > a:before {
  content: "\e610";
}

.icon-reklaam > a:before {
  content: "\e611";
}

.icon-rendipinnad > a:before {
  content: "\e612";
}

.page-flight-info .tab-nav a[data-tab="1"] span:before,
.flights-info .tab-nav .icon-saabuvad span:before,
.icon-saabuvad > a:before {
  content: "\e613";
}

.flights-info .tab-nav .icon-sihtkohad span:before,
.icon-sihtkohad > a:before {
  content: "\e614";
}

.icon-sisukaart > a:before {
  content: "\e615";
}

.icon-statistika > a:before {
  content: "\e616";
}

.icon-terminaliplaan > a:before {
  content: "\e617";
}

.page-flight-info .tab-nav a[data-tab="2"] span:before,
.flights-info .tab-nav .icon-valjuvad span:before,
.icon-valjuvad > a:before {
  content: "\e618";
}

.icon-vip > a:before {
  content: "\e619";
}

.icon-aike:before {
  content: "\e901";
}

.icon-lorts:before {
  content: "\e902";
}

.icon-lumi:before {
  content: "\e903";
}

.icon-minlumi:before {
  content: "\e904";
}

.icon-minvihm:before {
  content: "\e905";
}

.icon-pilves:before {
  content: "\e906";
}

.icon-rahe:before {
  content: "\e907";
}

.icon-selge:before {
  content: "\e908";
}

.icon-selgelumi:before {
  content: "\e909";
}

.icon-selgevihm:before {
  content: "\e90a";
}

.icon-vahelduv:before {
  content: "\e90b";
}

.icon-vihm:before {
  content: "\e90c";
}

.ut-icon {
  background: url(../img/ut_icon.png) no-repeat 50%;
  height: 100%;
}

a.virtualtour {
  color: black;
  font-family: 'LatoWebBold', Arial, Helvetica, Sans-serif;
  transition: 0.3s;
  left: 20%;
  bottom: 0px;
  position: absolute;
  z-index: 1;
}

a.virtualtour:hover {
  text-decoration: none;
  color: #ff5800;
}

a.virtualtour .virtualtour-icon {
  color: #ff5800;
}

/* => Effects */

/* ------------------------------------------------------------------------------*/

#infinite_timeline .item .title,
.page-sidebar .cat-list a:hover,
.campaign-80 .row h2.title a,
.c-hero-area .owl-pagination .owl-page,
.hero-area .owl-pagination .owl-page,
.list-articles a h3,
.list-articles a .title,
.news-list .list a,
.list-destination.big a,
.list-destination.small a,
.flight-table-small-wrap + p .link-all,
.main-nav-wrap .main-nav ul > li > a,
.sitemap > li > a,
.top-nav .list a,
.select-airport .list a,
input[type="submit"],
button,
.fancybox-nav span:before,
.wp-paginate a,
.page-sidebar .hero .btn-action,
.tab-nav a,
.link-airport,
.link-about,
.link-sitemap,
.footer .link-app,
.footer .link-feedback,
.footer .link-all,
.list-links a,
.c-hero-area .owl-prev:before,
.c-hero-area .owl-next:before,
.hero-area .owl-prev:before,
.hero-area .owl-next:before,
.main-nav-wrap .main-nav > li > a {
  -webkit-transition: background-color 0.3s, color 0.3s;
  -moz-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.page-sidebar .block a {
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.c-hero-area .content,
.c-hero-area .content h2,
.c-hero-area .content p,
.hero-area .content h2,
.hero-area .content p {
  opacity: 0;
  webkit-transition: opacity 0.8s ease-in-out;
  -moz-transition: opacity 0.8s ease-in-out;
  -ms-transition: opacity 0.8s ease-in-out;
  -o-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.btn-open-search {
  -webkit-transition: height 0.3s, background-color 0.3s, color 0.3s;
  -moz-transition: height 0.3s, background-color 0.3s, color 0.3s;
  -o-transition: height 0.3s, background-color 0.3s, color 0.3s;
  transition: height 0.3s, background-color 0.3s, color 0.3s;
}

.main-nav-wrap .main-nav > .home > a,
.list-links a:after,
.list-articles a:before {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#infinite_timeline .item img,
.btn-open-panel,
.footer .link-app:after,
.fancybox-nav span,
.footer .social a:before {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.news-list .list a {
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  -o-transition: left 0.3s;
  transition: left 0.3s;
}

.page-wrap {
  -webkit-transition: right 0.3s;
  -moz-transition: right 0.3s;
  -o-transition: right 0.3s;
  transition: right 0.3s;
}

input,
select,
textarea,
button {
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

/* => App adv */

/* ------------------------------------------------------------------------------*/

.app-adv {
  display: none;
  padding: 25px 0;
  background-color: #f5f8fa;
}

.app-adv-wrap {
  display: table;
  margin: 0 auto;
}

.app-adv .m-close,
.app-adv .logo,
.app-adv-content,
.app-adv .link {
  display: table-cell;
  vertical-align: middle;
}

.app-adv .m-close {
  padding: 0 5px;
  cursor: pointer;
}

.app-adv .m-close:before {
  content: "\e61c";
  font-size: 30px;
  color: #8b969e;
}

.app-adv .logo {
  padding-right: 20px;
}

.app-adv .link {
  padding: 0 30px;
}

.app-adv-content {
  font-size: 16px;
}

.app-adv-content h2 {
  font-size: 30px;
}

/* => Header */

/* ------------------------------------------------------------------------------*/

.h-content {
  border-bottom: 1px #acbbc5 solid;
  position: relative;
}

.header .logo {
  float: left;
}

/*
.header .logo a {
	display: block;
	width: 452px;
	height: 132px;
	background: url('../img/logo.svg') no-repeat;
}
body[data-lang="en"] .header .logo a {
	background: url('../img/logo-en.svg') no-repeat;
}
*/

.header .logo a {
  display: block;
  width: 340px;
  height: 132px;
  background: url('../img/logo-2.svg') no-repeat 50%;
  background-size: auto 100px;
}

body[data-lang="en"] .header .logo a,
body[data-lang="ru"] .header .logo a {
  width: 340px;
  height: 132px;
  background: url('../img/logo-2-en.svg') no-repeat 50%;
  background-size: auto 100px;
}

/* Toolbar */

.h-toolbar {
  background-color: #e8eaeb;
}

.header .top-nav,
.header .select-airport {
  float: left;
  border-right: 1px #fff solid;
  position: relative;
  z-index: 2;
}

.header .top-nav {
  border: 0;
}

.header .top-nav .list,
.header .select-airport .list {
  display: none;
  padding: 10px 0;
  background-color: #f5f6f7;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .15);
  position: absolute;
  top: 34px;
  left: 0;
  right: 0;
}

.header .top-nav .list {
  right: auto;
  width: 300px;
}

.header .top-nav .list a,
.header .select-airport .list a {
  display: block;
  padding: 8px 30px 8px 55px;
  line-height: 1;
  font-size: 14px;
  color: #37424a;
  background: url('../img/icon-arrow.png') no-repeat 29px 50%;
  background-size: auto 12px;
}

.header .top-nav .list a:hover,
.header .select-airport .list a:hover {
  color: #dd4814;
  text-decoration: none;
}

.header .top-nav .list .current_page_item a,
.header .top-nav .list .current_page_item a:hover,
.header .top-nav .list .current_page_parent a,
.header .top-nav .list .current_page_parent a:hover,
.header .top-nav .list .current_page_ancestor a,
.header .top-nav .list .current_page_ancestor a:hover,
.header .select-airport .list .active a,
.header .select-airport .list .active a:hover {
  font-family: 'LatoWebBold', Arial, Helvetica, Sans-serif;
  background-image: url('../img/icon-arrow-2.png');
  left: 0;
}

.header .link-airport,
.header .link-about,
.header .link-sitemap {
  float: left;
  padding: 10px 30px 10px 55px;
  font-size: 14px;
  line-height: 1;
  color: #37424a;
  position: relative;
}

.header .link-sitemap {
  float: right;
}

.header .link-airport.active,
.header .link-about.active,
.header .link-sitemap.active,
.header .link-airport:hover,
.header .link-about:hover,
.header .link-sitemap:hover {
  text-decoration: none;
  color: #111;
  background-color: #f5f6f7;
}

.header .link-airport:before,
.header .link-about:before,
.header .link-sitemap:before {
  position: absolute;
  top: 7px;
  left: 30px;
}

.header .link-airport:before {
  content: "\e607";
  font-size: 20px;
}

.header .link-about:before {
  content: "\e602";
  font-size: 18px;
}

.header .link-sitemap:before {
  content: "\e615";
  font-size: 18px;
}

.header .link-airport.active:after,
.header .link-about.active:after,
.header .link-sitemap.active:after {
  content: "";
  height: 1px;
  background-color: #ff5800;
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
}

/* Lang */

.header .lang-list {
  float: right;
}

.header .lang-list li {
  float: left;
}

.header .lang-list a {
  display: block;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1;
  color: #37424a;
}

.header .lang-list .active a {
  color: #727e89;
  background-color: #fff;
}

/* Search */

.search-form {
  float: right;
  position: absolute;
  bottom: 0;
  right: 0;
}

.search-form .btn,
.search-form .search-field {
  float: left;
}

.search-form .search-field {
  width: 470px;
  height: 60px;
  position: relative;
  z-index: 1;
}

.search-form .placeholder {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0 20px 0 60px;
  font-size: 16px;
  color: #727e89;
  position: relative;
  z-index: 1;
}

.search-form .placeholder-texts {
  position: absolute;
  display: table;
  width: 100%;
  height: 100%;
}

.search-form .placeholder-text {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.search-form .field {
  display: block;
  width: 100%;
  padding: 18px 20px 18px 60px;
  font-size: 16px;
  line-height: 23px;
  color: #37424a;
  border-bottom: 0;
  border-right: 0;
  background: url('../img/icon-search.png') no-repeat 15px 50%;
  background-size: auto 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.search-form .btn {
  height: 61px;
  line-height: 61px;
  padding: 0 25px;
  position: relative;
  margin-bottom: -1px;
  z-index: 3;
}

/* Weather */

.weather {
  float: right;
  margin: 23px 30px 0 0;
  height: 28px;
  line-height: 28px;
  font-size: 16px;
  white-space: nowrap;
}

.weather a {
  color: #111;
  text-decoration: none;
}

.weather .icon {
  position: relative;
  padding-left: 60px;
}

.weather .icon:before {
  font-size: 38px;
  color: #ff5800;
  position: absolute;
  left: 15px;
  top: -8px;
}

.weather .aike .icon:before {
  content: "\e901";
}

.weather .lorts .icon:before {
  content: "\e902";
}

.weather .lumi .icon:before {
  content: "\e903";
}

.weather .minlumi .icon:before {
  content: "\e904";
}

.weather .minvihm .icon:before {
  content: "\e905";
}

.weather .pilves .icon:before {
  content: "\e906";
}

.weather .rahe .icon:before {
  content: "\e907";
}

.weather .selge .icon:before {
  content: "\e908";
}

.weather .selgelumi .icon:before {
  content: "\e909";
}

.weather .selgevihm .icon:before {
  content: "\e90a";
}

.weather .vahelduv .icon:before {
  content: "\e90b";
}

.weather .vihm .icon:before {
  content: "\e90c";
}

/* => Main navigation */

/* ------------------------------------------------------------------------------*/

.main-nav-wrap .main-nav {
  border-bottom: 5px #37424a solid;
  position: relative;
}

.main-nav-wrap .main-nav > li {
  float: left;
}

.main-nav-wrap .main-nav > li > a {
  display: block;
  padding: 22px 30px;
  font-size: 20px;
  color: #37424a;
  line-height: 1;
  position: relative;
}

.main-nav-wrap .main-nav > .current-menu-item > a,
.main-nav-wrap .main-nav > .current-menu-parent > a,
.main-nav-wrap .main-nav > .current-menu-ancestor > a,
.main-nav-wrap .main-nav > .current-page-ancestor > a,
.main-nav-wrap .main-nav > li > a:hover {
  color: #ff5800;
  text-decoration: none;
}

.main-nav-wrap .main-nav > .home > a {
  padding: 0;
  width: 86px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  font-size: 0;
  background-size: 0;
}

.main-nav-wrap .main-nav > .home > a:after {
  content: "\e600";
  line-height: 64px;
  font-size: 40px;
}

.main-nav-wrap .main-nav > .home.current-menu-item > a {
  color: #ff5800;
}

.main-nav-wrap .main-nav > .sub-menu-open > a:before {
  content: "";
  display: block;
  height: 5px;
  background-color: #f5f6f7;
  position: absolute;
  z-index: 2;
  bottom: -5px;
  left: 0;
  right: 0;
}

.main-nav-wrap .main-nav > .sub-menu-open > a {
  color: #37424a;
  background-color: #f5f6f7;
}

.main-nav-wrap .main-nav .sub-menu {
  display: none;
  padding: 40px 0;
  position: absolute;
  top: 69px;
  left: 0;
  right: 0;
  background-color: #f5f6f7;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .15);
}

.main-nav-wrap .main-nav .sub-menu > .col {
  float: left;
  width: 25%;
  padding: 0 30px;
}

.main-nav-wrap .main-nav .sub-menu > .col > a {
  display: none;
}

.main-nav-wrap .main-nav .sub-list > li > a {
  display: block;
  padding: 10px 0 10px 26px;
  color: #37424a;
  background: url('../img/icon-arrow.png') no-repeat 0 15px;
  background-size: auto 12px;
}

.main-nav-wrap .main-nav .sub-list > li > a:hover {
  color: #dd4814;
  text-decoration: none;
}

.main-nav-wrap .main-nav .sub-list > .current-menu-item > a,
.main-nav-wrap .main-nav .sub-list > .current-menu-parent > a,
.main-nav-wrap .main-nav .sub-list > .current-menu-ancestor > a,
.main-nav-wrap .main-nav .sub-list > .current-page-ancestor > a {
  color: #dd4814;
  font-weight: 700;
}

/* Icons */

.main-nav-wrap .main-nav .sub-list > .icon > a {
  padding: 25px 0 25px 60px;
  font-size: 16px;
  line-height: 1;
  font-family: 'LatoWebBold', Arial, Helvetica, Sans-serif;
  text-transform: uppercase;
  background: none;
  position: relative;
}

.main-nav-wrap .main-nav .sub-list > .icon > a:before {
  display: block;
  font-size: 40px;
  color: #ff5800;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -20px;
}

.main-nav-wrap .main-nav .marker {
  display: none;
  height: 5px;
  background-color: #ff5800;
  bottom: -5px;
  position: absolute;
  z-index: 1;
  -webkit-transition: width 0.4s, left 0.4s;
  -moz-transition: width 0.4s, left 0.4s;
  -ms-transition: width 0.4s, left 0.4s;
  -o-transition: width 0.4s, left 0.4s;
  transition: width 0.4s, left 0.4s;
}

/* => Sticky header */

/* ------------------------------------------------------------------------------*/

.sticky-header .header {
  margin-bottom: 69px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
  animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}

.sticky-header .m-panel {
  position: fixed;
  overflow-y: scroll;
  max-height: 100%;
  min-height: auto !important;
}

.m-panel-open .sticky-header .m-panel {
  z-index:999;
}

.sticky-header .main-nav-wrap {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

.main-nav-wrap .container {
  position: relative;
}

.sticky-header .main-nav-wrap .main-nav>.home>a:after {
  display: none;
}

.sticky-header .main-nav-wrap .main-nav>.home>a {
  background: url('../img/logo-icon.png') no-repeat 50%;
  background-size: auto 40px;
}

.btn-open-search {
  float: right;
  width: 70px;
  height: 0;
  background: #242b31 url('../img/icon-search2.png') no-repeat 50%;
  background-size: 23px;
  border: 0;
  position: absolute;
  bottom: 5px;
  right: 0;
  cursor: pointer;
  box-sizing: content-box;
}

.sticky-header .btn-open-search {
  height: 64px;
}

.btn-open-search.active,
.btn-open-search:hover {
  background-color: #ff5800;
}

.sticky-header .btn-open-search.active {
  bottom: 0;
  border-bottom: 5px #ff5800 solid;
}

.sticky-header .btn-open-search.active:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #ff5800;
  position: absolute;
  bottom: -13px;
  left: 50%;
  margin-left: -8px;
}

.sticky-header .search-form {
  display: none;
  padding: 25px 0 25px 25px;
  background-color: #fff;
  box-shadow: -2px 2px 2px rgba(0, 0, 0, .05);
  position: fixed;
  top: 69px;
  bottom: auto;
}

.sticky-header .search-form .field {
  border: 1px #37424a solid;
  border-right: 0;
}

.sticky-header .search-form .btn {
  margin-bottom: 0;
}

/* => Carousel */

/* ------------------------------------------------------------------------------*/

/*
=======
/*
>>>>>>> master
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */

.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* fix */

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: none;
  -o-transform: translate3d(0, 0, 0);
  transform: none;
}

/* => Hero area */

/* ------------------------------------------------------------------------------*/

.c-hero-area,
.c-hero-area .item,
.c-hero-area .owl-item,
.hero-area,
.hero-area .item,
.hero-area .owl-item {
  width: 100%;
  height: auto;
  max-height: 540px;
}

.c-hero-area,
.hero-area {
  overflow: hidden;
  position: relative;
}

.hero-area video {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}

.hero-area .content {
  width: 100%;
  color: #fff;
  position: absolute;
  top: 70px;
  z-index: 2;
}

.hero-area .content.left {
  left: 70px;
}

.hero-area .content.right {
  right: 70px;
}

.hero-area .content .t-white {
  color: #fff;
  text-shadow: 2px 2px 3px #000;
}

.hero-area .content .t-black {
  color: #000;
  text-shadow: 1px 1px 3px #fff;
}

.hero-area .content h2,
.hero-area .content p {
  opacity: 0;
}

.hero-area .content h2 {
  margin-bottom: 10px;
  font-family: 'CoreSansM65Bold', Arial, Helvetica, Sans-serif;
  font-size: 48px;
}

.hero-area .content p {
  font-size: 24px;
  line-height: 36px;
}

.c-hero-area .owl-controls,
.hero-area .owl-controls {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
}

.c-hero-area .owl-prev,
.c-hero-area .owl-next,
.hero-area .owl-prev,
.hero-area .owl-next {
  float: left;
  font-size: 0;
  cursor: pointer;
}

.c-hero-area .owl-prev:before,
.hero-area .owl-prev:before {
  content: "\f104";
}

.c-hero-area .owl-next:before,
.hero-area .owl-next:before {
  content: "\f105";
}

.c-hero-area .owl-prev:before,
.c-hero-area .owl-next:before,
.hero-area .owl-prev:before,
.hero-area .owl-next:before {
  display: block;
  width: 50px;
  text-align: center;
  padding: 4px 0 8px 0;
  font-size: 48px;
  color: #37424a;
  background-color: #fff;
}

.c-hero-area .owl-prev:hover:before,
.c-hero-area .owl-next:hover:before,
.hero-area .owl-prev:hover:before,
.hero-area .owl-next:hover:before {
  color: #ff5800;
}

.c-hero-area .owl-pagination,
.hero-area .owl-pagination {
  height: 20px;
  text-align: center;
}

.c-hero-area .owl-pagination .owl-page,
.hero-area .owl-pagination .owl-page {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 7px;
  background-color: #fff;
}

.c-hero-area .owl-pagination .owl-page:hover,
.hero-area .owl-pagination .owl-page:hover {
  background-color: #ff5800;
}

.c-hero-area .owl-pagination .owl-page.active,
.hero-area .owl-pagination .owl-page.active {
  width: 30px;
  height: 30px;
  margin-top: -5px;
  margin-bottom: -5px;
  background-color: #ff5800;
  position: relative;
}

/* => Flights info */

/* ------------------------------------------------------------------------------*/

.flights-info {
  margin-bottom: 60px;
}

.flights-info .tab-nav {
  float: left;
}

.flights-info .tab-nav a {
  display: block;
  width: 120px;
  height: 140px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  font-family: 'LatoWebBold', Arial, Helvetica, Sans-serif;
  line-height: 16px;
  text-transform: uppercase;
  background-color: #4e5a63;
  position: relative;
}

.flights-info .tab-nav .icon-valjuvad {
  background-color: #37424a;
}

.flights-info .tab-nav .active {
  background-color: #ff5800;
}

.flights-info .tab-nav .active:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #ff5800;
  position: absolute;
  top: 50%;
  right: -10px;
  margin-top: -10px;
}

.flights-info .tab-nav a:not(.active):hover {
  text-decoration: none;
  background-color: #242b30;
}

.flights-info .tab-nav span {
  display: block;
  padding-top: 46px;
  position: absolute;
  left: 0;
  right: 0;
}

.flights-info .tab-nav .icon span:before {
  text-align: center;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.flights-info .tab-nav .icon-saabuvad span:before {
  font-size: 38px;
}

.flights-info .tab-nav .icon-valjuvad span:before {
  font-size: 36px;
}

.flights-info .tab-nav .icon-sihtkohad span:before {
  font-size: 36px;
}

.flights-info .tab-content {
  display: none;
  overflow: hidden;
  padding: 20px 20px 0 30px;
  height: 420px;
  background-color: #242b30;
}

.flights-info .tab-content.active {
  display: block;
}

/* Flight table */

.flight-table-small-wrap {
  width: 100%;
  height: 340px;
  margin-bottom: 15px;
  overflow: hidden;
  overflow-y: auto;
}

.flight-table.small {
  width: 100%;
}

.flight-table.small .t-row {
  display: table;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px #37424e solid;
  background-color: #242b30;
}

.flight-table.small .t-head .t-row,
.flight-table.small .t-body .t-row:last-child {
  border-color: #727e89;
}

.flight-table.small .t-row > div {
  display: table-cell;
  height: 23px;
  line-height: 23px;
  padding: 8px 10px;
  font-size: 16px;
  color: #fff;
  vertical-align: top;
}

.flight-table.small .t-head .t-row > div {
  color: #b8c2cb;
  font-family: 'LatoWebBold', Arial, Helvetica, Sans-serif;
}

.flight-table.small .col-1 {
  width: 12%;
}

.flight-table.small .col-2 {
  width: 14%
}

.flight-table.small .col-3 {
  width: 26%
}

.flight-table.small .col-4 {
  width: 25%;
}

.flight-table.small .col-5 {
  width: 23%;
}

.flight-table-small-wrap + p .link-all {
  float: right;
  font-size: 16px;
  color: #b8c2cb;
  font-family: 'LatoWebBold', Arial, Helvetica, Sans-serif;
}

.flight-table-small-wrap + p .link-all span {
  display: inline-block;
  padding-left: 23px;
  background: url('../img/icon-arrow.png') no-repeat 0 50%;
  background-size: auto 12px;
}

.flight-table-small-wrap + p .link-all:hover {
  color: #ff5800;
  text-decoration: none;
}

/* Destination list */

.list-destination.small {
  width: 100%;
  padding: 20px 30px 40px 30px;
  display: flex;
  flex-wrap: wrap;
}

.list-destination.small ul {
  float: left;
  width: 25%;
}

.list-destination.small a {
  display: block;
  padding: 8px 25px;
  font-size: 16px;
  color: #fff;
  background: url('../img/icon-arrow.png') no-repeat 0 50%;
  background-size: auto 12px;
}

.list-destination.small a:hover {
  color: #ff5800;
  text-decoration: none;
}

/* => Fast links */

/* ------------------------------------------------------------------------------*/

.list-links {
  padding-left: 30px;
}

.list-links li {
  border-bottom: 1px #c0c7cc solid;
}

.list-links a {
  display: block;
  height: 104px;
  padding: 0 20px 0 75px;
  font-size: 16px;
  color: #37424a;
  font-family: 'LatoWebBold', Arial, Helvetica, Sans-serif;
  text-transform: uppercase;
  line-height: 16px;
  position: relative;
}

.list-links a:hover {
  text-decoration: none;
  color: #ff5800;
}

.list-links a:after {
  content: "";
  display: block;
  height: 1px;
  width: 0;
  background-color: #ff5800;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.list-links a:hover:after {
  width: 100%;
}

.list-links span {
  display: block;
  position: relative;
}

.list-links .icon a:before {
  font-size: 40px;
  margin-top: -20px;
  color: #ff5800;
  position: absolute;
  left: 20px;
  top: 50%;
}

/* => Adv positions */

/* ------------------------------------------------------------------------------*/

.adv-pos {
  clear: both;
  max-height: 215px;
  overflow: hidden;
  text-align: center;
}

.adv-pos-1 {
  margin-bottom: 60px;
}

.adv-pos-2 {
  margin-bottom: 40px;
}

.adv-pos-3 {
  margin-top: 60px;
}

.adv-pos img {
  max-width: 100%;
  height: auto;
}

/* => Article list */

/* ------------------------------------------------------------------------------*/

.list-articles {
  clear: both;
  margin: 0 -25px;
}

.list-articles li {
  float: left;
  margin-bottom: 60px;
  padding: 0 25px;
}

.list-articles.big li {
  opacity: 0;
  webkit-transition: opacity 0.8s ease-in-out;
  -moz-transition: opacity 0.8s ease-in-out;
  -ms-transition: opacity 0.8s ease-in-out;
  -o-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.list-articles .inner {
  display: block;
  padding-bottom: 25px;
  color: #111;
  position: relative;
}

.list-articles .photo {
  margin-bottom: 15px;
}

.list-articles h3,
.list-articles .title {
  margin-bottom: 15px;
  font-size: 18px;
  font-family: 'CoreSansM65Bold', Arial, Helvetica, Sans-serif;
}

.list-articles a h3,
.list-articles a .title {
  color: #dd4814;
}

.list-articles.big h3 {
  font-family: 'CoreSansM65Bold', Arial, Helvetica, Sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.list-articles a:hover {
  text-decoration: none;
}

.list-articles a:hover h3,
.list-articles a:hover .title {
  color: #ff5800;
}

.list-articles .inner:before {
  content: "";
  display: block;
  width: 70px;
  height: 5px;
  background-color: #d0d5d9;
  position: absolute;
  bottom: 0;
  left: 0;
}

.list-articles a:hover:before {
  background-color: #ff5800;
  width: 100%;
}

.list-articles .date {
  margin: -10px 0 10px 0;
}

.list-articles .info-open,
.list-articles .info-location,
.list-articles .info-contact {
  margin-top: 25px;
  padding: 5px 0 5px 45px;
  position: relative;
}

.list-articles .info-open,
.list-articles .info-contact {
  min-height: 32px;
}

.list-articles .info-location {
  min-height: 36px;
}

.list-articles .info-open:before,
.list-articles .info-location:before,
.list-articles .info-contact:before {
  color: #ff5800;
  position: absolute;
  left: 0;
  top: 8px;
}

.list-articles .info-open.s:before,
.list-articles .info-location.s:before,
.list-articles .info-contact.s:before {
  top: 0;
}

.list-articles .info-open:before {
  content: "\e603";
  font-size: 32px;
}

.list-articles .info-location:before {
  content: "\e609";
  font-size: 36px;
}

.list-articles .info-contact:before {
  content: "\e900";
  font-size: 36px;
}

/* => News list */

/* ------------------------------------------------------------------------------*/

.news-list,
.block-book.narrow {
  margin-bottom: 60px;
  padding: 30px;
  box-sizing: content-box;
}

.news-list {
  background-color: #f5f6f7;
}

.block-book.narrow {
  background-color: #e8eaeb;
}

.news-list > .title,
.block-book.narrow > .title {
  margin-bottom: 10px;
  font-family: 'CoreSansM65Bold', Arial, Helvetica, Sans-serif;
  font-size: 30px;
}

.block-book.narrow > .title {
  margin-bottom: 25px;
}

.news-list .list a {
  display: block;
  margin: 10px 0;
  padding: 10px 15px;
  color: #37424a;
  border-left: 5px #ff5800 solid;
  position: relative;
  left: 0;
}

.news-list .list a:hover {
  text-decoration: none;
  color: #dd4814;
  left: 5px;
}

.news-list .list a:hover .date {
  color: #37424a;
}

.news-list .list .title {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 400;
}

.news-list .list .date {
  font-size: 16px;
  font-style: italic;
}

.news-list .link-more {
  display: inline-block;
  margin-top: 15px;
  padding-left: 22px;
  color: #37424a;
  line-height: 1;
  font-family: 'LatoWebBold', Arial, Helvetica, Sans-serif;
  background: url('../img/icon-arrow.png') no-repeat 0 50%;
  background-size: auto 12px;
}

/* => Page note */

/* ------------------------------------------------------------------------------*/

.h-wrap {
  background-color: #fff;
  position: relative;
  z-index: 2;
}

.page-note {
  display: none;
  margin: 30px 0;
  position: relative;
  z-index: 1;
}

.page-note .btn-close {
  display: block;
  width: 24px;
  height: 24px;
  background: url('../img/icon-close.png') no-repeat 50%;
  background-size: 24px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.page-note .m-content {
  min-height: 120px;
  padding: 25px 70px 25px 150px;
  color: #fff;
  background-color: #242b30;
  position: relative;
}

.page-note .m-content span.bg {
  position: absolute;
  width: 120px;
  height: 120px;
  left: 0;
  top: 0;
  background-color: #e9eaec;
  display: block;
}

.page-note .m-content:before {
  content: "\e61b";
  z-index: 1000;
  display: block;
  font-size: 70px;
  line-height: 120px;
  color: #ff5800;
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page-note .m-content h2 {
  margin-bottom: 5px;
  font-family: 'CoreSansM65Bold', Arial, Helvetica, Sans-serif;
  font-size: 30px;
}

.page-note .m-content a {
  color: #ff5800;
  text-decoration: underline;
}

.page-note .m-content a:hover {
  text-decoration: none;
}

/* Modal */

.page-note.modal-wrap {
  margin: 0;
  position: static;
}

.page-note.modal-wrap .btn-close {
  background-image: url('../img/icon-close3.png');
}

.page-note.modal-wrap .overlay {
  background-color: rgba(0, 0, 0, .75);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 110;
}

.page-note.modal-wrap .m-content {
  width: 100%;
  max-width: 1170px;
  padding: 70px 200px;
  color: #111;
  background-color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 111;
}

.page-note.modal-wrap .m-content h2 {
  margin-bottom: 25px;
  font-size: 36px;
}

.page-note.modal-wrap .m-content p {
  margin-bottom: 20px;
}

.page-note.modal-wrap span.bg {
  height: 120px;
  top: 40px;
}

.page-note.modal-wrap .m-content:before {
  top: 100px;
}

/* => Page content */

/* ------------------------------------------------------------------------------*/

.page-content {
  margin-bottom: 30px;
  padding-bottom: 60px;
  border-bottom: 1px #ced9e0 solid;
}

.main-title {
  max-width: 880px;
  margin-bottom: 60px;
  padding-left: 95px;
  border-left: 5px #d0d5d9 solid;
}

.main-title h1 {
  margin-bottom: 25px;
  font-family: 'CoreSansM65Bold', Arial, Helvetica, Sans-serif;
  font-size: 36px;
}

.main-title .text {
  font-size: 20px;
  line-height: 35px;
}

.main-title a {
  text-decoration: underline;
}

.main-title a:hover {
  text-decoration: none;
}

/* Breadcrumbs */

.breadcrumbs {
  margin: 20px 100px 60px 100px;
  font-size: 16px;
  color: #899097;
}

.breadcrumbs a {
  text-decoration: underline;
  color: #899097;
  position: relative;
  padding-right: 26px;
}

.breadcrumbs a:hover {
  text-decoration: none;
}

.breadcrumbs a:after {
  content: "\f105";
  font-size: 15px;
  position: absolute;
  top: 3px;
  right: 10px;
}

/* Article */

.featured-photo {
  margin-bottom: 50px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: auto 100%;
}

.featured-photo img {
  max-width: 100%;
  height: auto;
}

.article-2,
.article,
.news-list-big {
  overflow: hidden;
  max-width: 760px;
  margin: 0 100px;
}

.article-2 {
  margin-left: 0;
}

.article-2 a,
.article a {
  text-decoration: underline;
}

.article-2 a:hover,
.article a:hover {
  text-decoration: none;
}

.article-2 p,
.article-2 table,
.article-2 ol,
.article-2 ul,
.article p,
.article table,
.article ol,
.article ul,
.desc ul,
.desc p,
.desc ol {
  margin-bottom: 20px;
}

.article h2,
.article h3 {
  margin: 40px 0 20px 0;
  font-family: 'CoreSansM65Bold', Arial, Helvetica, Sans-serif;
}

.article h2 {
  font-size: 24px;
}

.article h3 {
  font-size: 18px;
}

.gfield_html ol,
.article ol {
  margin-left: 45px;
  list-style: decimal;
}

.gfield_html ul,
.article-2 ul,
.article ul,
.desc ul {
  margin-left: 40px;
  list-style: disc;
}

.desc ol {
  margin-left: 40px !important;
  list-style: decimal;
}

.gfield_html li,
.article-2 li,
.article li,
.desc li,
.desc ol {
  margin: 10px 0;
}

.article-2 img,
.article img {
  max-width: 100%;
  height: auto;
}

.wp-caption {
  max-width: 100%;
  height: auto;
}

.article-2 iframe,
.article iframe {
  max-width: 100%;
}

.article .btn-submit {
  text-decoration: none;
}

/* Video */

.video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-wrap iframe,
.video-wrap object,
.video-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Gallery */

.article .gallery-list {
  overflow: hidden;
  margin: 0 -10px 20px -10px;
  padding: 0;
  list-style: none;
}

.article .gallery-list .item {
  float: left;
  margin: 0;
  padding: 10px;
}

/* Form */

.article .vfb-legend {
  display: none;
}

.article .vfb-section {
  margin: 0;
  padding: 0;
  list-style: none;
}

.article .vfb-section h4 {
  margin: 20px 0;
  font-family: 'CoreSansM65Bold', Arial, Helvetica, Sans-serif;
  font-size: 20px;
}

.article .vfb-item {
  margin: 0 0 15px 0;
  padding: 0;
}

.article .vfb-item > .vfb-desc {
  display: block;
  margin: 0 0 2px 0;
  padding: 0;
  font-weight: 400;
}

.article label.vfb-error {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #ff5800;
  font-weight: 400;
}

.article .vfb-choice {
  margin: 0;
  padding: 0 15px 0 5px;
  font-weight: 400;
  cursor: pointer;
}

.vfb-text,
.vfb-textarea,
.vfb-select {
  color: #37424a;
}

.article .vfb-text {
  width: 100%;
  max-width: 330px;
  padding: 5px;
}

.article .vfb-textarea {
  width: 100%;
  max-width: 500px;
  height: 180px;
  padding: 10px;
}

.article .vfb-submit {
  padding: 15px 25px;
}

.vfb-required-asterisk {
  color: red;
}

.vfb-text.vfb-error,
.vfb-textarea.vfb-error,
.vfb-select.vfb-error {
  border-color: #ff5800;
}

.vfb-item-time select {
  margin-right: 10px;
}

.vfb-item-time .vfb-time {
  margin-right: 20px;
}

.article .vfb-form-success {
  margin: 30px 0;
  padding: 15px;
  color: #3c763d;
  border: 1px #d6e9c6 solid;
  background-color: #dff0d8;
}

/* Info block */

.info-block {
  margin-top: 60px;
  padding: 20px 30px;
  background-color: #f5f6f7;
}

.info-block h2 {
  font-family: 'CoreSansM65Bold', Arial, Helvetica, Sans-serif;
  font-size: 24px;
}

.info-block p {
  margin: 15px 0;
}

.info-block a {
  text-decoration: underline;
}

.info-block a:hover {
  text-decoration: none;
}

/* Sidebar */

.page-sidebar {
  float: right;
  width: 100%;
  max-width: 355px;
  margin: 0 85px;
}

.page-sidebar .block {
  margin: 0 45px 45px 45px;
}

.page-sidebar .block a {
  text-decoration: underline;
}

.page-sidebar .block a:hover {
  text-decoration: none;
}

.page-sidebar .block.hero {
  margin-left: 0;
  margin-right: 0;
  padding: 20px 45px;
  color: #fff;
  background-color: #242b30;
}

.page-sidebar .block.hero.top {
  margin-top: -130px;
  position: relative;
  z-index: 1;
}

.page-sidebar .hero .t-48 {
  font-size: 48px;
  line-height: 40px;
  font-weight: 400;
}

.page-sidebar .hero .t-20 {
  font-size: 20px;
  line-height: 1.47;
}

.page-sidebar .hero p {
  margin: 20px 0
}

.page-sidebar .hero p span {
  display: inline-block;
}

.page-sidebar .hero p span + br + span {
  margin-top: 10px;
}

.page-sidebar .hero .btn-action {
  text-decoration: none;
  display: block;
  padding: 15px;
  font-family: 'CoreSansM65Bold', Arial, Helvetica, Sans-serif;
  font-size: 20px;
  color: #fff;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  background-color: #dd4814;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .2);
}

.page-sidebar .hero .btn-action:hover {
  background-color: #ff5800;
}

.page-sidebar .block.location,
.page-sidebar .block.info {
  position: relative;
}

.page-sidebar .block.location {
  padding-top: 60px;
}

.page-sidebar .block.info {
  padding-top: 55px;
}

.page-sidebar .block.location:before,
.page-sidebar .block.info:before {
  position: absolute;
  top: 0;
  left: 0;
}

.page-sidebar .block.location:before {
  content: "\e609";
  font-size: 48px;
  color: #ff5800;
}

.page-sidebar .block.info:before {
  content: "\e61b";
  font-size: 44px;
  color: #ff5800;
}

.page-sidebar .block-text li {
  margin-bottom: 50px;
}

.page-sidebar .block-text img {
  max-width: 100%;
  height: auto;
  margin: 15px 0;
}

.page-sidebar .block-text p {
  margin-bottom: 15px;
}

.page-sidebar .gform_wrapper {
  padding: 12px 12px;
}

.page-sidebar .gform_wrapper .gfield .g-recaptcha div,
.page-sidebar .gform_wrapper .gfield .g-recaptcha div iframe {
  width: 100% !important;
}

/* Link back */

.page-sidebar .link-back {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px #d0d5d9 solid;
}

.page-sidebar .link-back a {
  display: block;
  font-size: 14px;
}

.page-sidebar .link-back a:before {
  float: left;
  margin: 2px 5px 0 0;
  content: "\e60e";
}

/* Login form */

.page-sidebar .block.login h2 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
}

.page-sidebar .block.login label {
  display: block;
  font-weight: 400;
}

.page-sidebar .block.login input[type="text"],
.page-sidebar .block.login input[type="password"],
.page-sidebar .block.login textarea {
  padding: 10px;
  width: 100%;
  height: auto;
  line-height: normal;
}

.page-sidebar .block.login textarea {
  height: 80px;
}

.page-sidebar .block.login .button {
  display: inline-block;
  padding: 14px 20px;
  font-size: 16px;
  font-family: 'LatoWebBold', Arial, Helvetica, Sans-serif;
  text-transform: uppercase;
  background-color: #ff5800;
}

.page-sidebar .block.login .button:hover,
.page-sidebar .block.login .button:focus {
  color: #fff;
  background-color: #dd4814;
  box-shadow: none;
}

.page-sidebar .block.login .gfield {
  margin-bottom: 15px;
}

.page-sidebar .block.login .gfield_label {
  margin-bottom: 5px;
}

.page-sidebar .block.login .ginput_container {
  margin: 0;
}

.link-book-download,
.page-sidebar .block.login .gform_wrapper {
  display: none;
}

.link-book-download p {
  margin: 15px 0;
}

/* => Tab content */

/* ------------------------------------------------------------------------------*/

.page-content .tab-nav {
  margin-left: 100px;
  box-shadow: inset 0 -1px 0 #b6bbbf;
}

.page-content .tab-nav li {
  float: left;
}

.page-content .tab-nav a {
  display: block;
  padding: 23px 26px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  font-family: 'LatoWebBold', Arial, Helvetica, Sans-serif;
  text-align: center;
  text-transform: uppercase;
  background-color: #37424a;
  position: relative;
}

.page-content .tab-nav a:hover {
  text-decoration: none;
  background-color: #dd4814;
}

.page-content .tab-nav .active,
.page-content .tab-nav .active:hover {
  background-color: #ff5800;
}

.page-content .tab-nav .active:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ff5800;
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px;
}

.page-content .tab-content {
  display: none;
  margin: 40px 100px 0 100px;
}

.page-content .procurement-tab-content {
  display: none;
  margin: 40px 0px 40px 100px;
}

.page-content .tab-content.active {
  display: block;
}

/* => Flight search page */

/* ------------------------------------------------------------------------------*/

.page-flight-info .tab-nav a[data-tab="1"] span:before,
.page-flight-info .tab-nav a[data-tab="2"] span:before {
  display: block;
  font-size: 22px;
  position: absolute;
  top: -6px;
  left: 0;
}

/* Search form */

.form-flight-search {
  margin-bottom: 40px;
}

.form-flight-search fieldset {
  float: left;
}

.form-flight-search .link-up {
  float: right;
  line-height: 1;
  padding: 12px 0 12px 20px;
  color: #37424a;
  font-family: 'LatoWebBold', Arial, Helvetica, Sans-serif;
  background: url('../img/icon-arrowup.png') no-repeat 0 50%;
  background-size: auto 14px;
}

.form-flight-search .link-up.open {
  background-image: url('../img/icon-arrowdown.png');
}

.form-flight-search .field-wrap,
.form-flight-search label,
.form-flight-search input {
  float: left;
}

.form-flight-search label {
  margin: 0 15px 0 0;
  padding: 12px 0;
  line-height: 1;
}

.form-flight-search .field-wrap {
  margin-right: 15px;
  position: relative;
}

.form-flight-search .field-wrap.active .f-close:before {
  content: "\e61c";
  font-size: 34px;
  cursor: pointer;
  position: absolute;
  top: 3px;
  right: 2px;
}

.form-flight-search .field {
  width: 300px;
  padding: 6px 10px;
  box-shadow: inset 0 1px 0 #e8e9ea;
}

.form-flight-search .btn {
  padding: 13px 22px;
  font-size: 14px;
  box-shadow: 0 1px 0 #ccc;
}

.msg-not-found {
  margin: 40px 0;
}

/* Table */

.flight-table.big,
.procurement-table.big {
  width: 100%;
  border-top: 2px #b6bbbf solid;
}

.article table {
  width: 100%;
  border-bottom: 2px #b6bbbf solid;
  font-size: 16px;
}

.article table tbody td,
.flight-table.big .t-row,
.procurement-table.big .t-row {
  border-bottom: 1px #d0d5d9 solid;
}

.flight-table.big .t-row,
.procurement-table.big .t-row {
  display: table;
  width: 100%;
  overflow: hidden;
}

.flight-table.big .t-row > div,
.procurement-table.big .t-row > div {
  display: table-cell;
}

.article table tbody td,
.flight-table.big .t-body .t-row > div,
.procurement-table.big .t-body .t-row > div {
  padding: 12px 20px;
}

.flight-table.big .t-body .t-row:last-child,
.procurement-table.big .t-body .t-row:last-child {
  border-bottom: 2px #b6bbbf solid;
}

.article table tbody tr:last-child td {
  border: 0;
}

.article table thead td,
.flight-table.big .t-head .t-row > div,
.procurement-table.big .t-head .t-row > div {
  padding: 15px 20px;
  color: #37424a;
  font-family: 'LatoWebBold', Arial, Helvetica, Sans-serif;
  background-color: #f2f5f7;
}

.article table thead td,
.flight-table.big .t-head .t-row,
.procurement-table.big .t-head .t-row {
  border-bottom: 1px #b6bbbf solid;
}

.flight-table.big .col-1 {
  width: 14%;
}

.procurement-table.big .col-1 {
  width: 30%;
}

.procurement-table.big .col-1 .col-1-text p {
  margin-top: 10px;
}

.flight-table.big .col-2 {
  width: 20%
}

.procurement-table.big .col-2 {
  width: 15%
}

.flight-table.big .col-3 {
  width: 14%
}

.procurement-table.big .col-3 {
  width: 20%
}

.flight-table.big .col-4 {
  width: 26%;
}

.procurement-table.big .col-4 {
  width: 15%;
}

.flight-table.big .col-5 {
  width: 26%;
}

.flight-table.big .fluid-col {
  text-align: center;
  background: #f7f9fa;
  color: #6b6b6b;
  font-family: 'LatoWebBold', Arial, Helvetica, Sans-serif;
  padding: 15px 20px !important;
}

.procurement-table.big .col-5 {
  width: 20%;
}

.procurement-table.big .mobile-label {
  display: none;
}

.page-content .disclaimer {
  max-width: 880px;
  margin-bottom: 60px;
  padding-left: 95px;
}

/* Flip text */

.flip-text {
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.flip-text span {
  display: block;
  white-space: nowrap;
}

.flip-text a,
.link-airline {
  text-decoration: none;
  color: #37424a;
  border-bottom: 1px #37424a dotted;
}

.flip-text a:hover,
.link-airline:hover {
  color: #dd4814;
  text-decoration: none;
  border-color: transparent;
}

/* Map */

#destinations-map {
  width: 100%;
  height: 540px;
}

/* Airline item */

.card-item,
.airline-item {
  width: 100%;
  height: 100%;
  min-height: 260px;
  padding: 20px 30px;
  border: 1px #d0d5d9 solid;
  position: relative;
  opacity: 0;
  webkit-transition: opacity 0.8s ease-in-out;
  -moz-transition: opacity 0.8s ease-in-out;
  -ms-transition: opacity 0.8s ease-in-out;
  -o-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.airline-item.open {
  display: none;
  max-width: 570px;
  height: auto;
  background-color: #fff;
  box-shadow: 0 1px 35px rgba(0, 0, 0, .12);
  position: absolute;
  z-index: 101;
  opacity: 1;
}

.airline-item.open.up:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #d0d5d9;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
}

.airline-item.open.up:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #fff;
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin-left: -9px;
}

.airline-item.open.down:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #d0d5d9;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
}

.airline-item.open.down:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
  position: absolute;
  top: -9px;
  left: 50%;
  margin-left: -9px;
}

.airline-item .btn-close {
  display: block;
  width: 20px;
  height: 20px;
  background: url('../img/icon-close2.png') no-repeat;
  background-size: 20px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}

.card-item .logo,
.airline-item .logo {
  float: left;
  max-width: 230px;
  margin-right: 30px;
  text-align: center;
}

.card-item .logo img,
.airline-item .logo img {
  max-width: 100%;
  height: auto;
}

.card-item .text,
.airline-item .text {
  overflow: hidden;
}

.card-item .text p,
.airline-item .text p {
  margin: 12px 0;
}

.card-item .text a,
.airline-item .text a {
  text-decoration: underline;
}

.card-item .text a:hover,
.airline-item .text a:hover {
  text-decoration: none;
}

.list-block-cards,
.list-airlines {
  margin: -15px -15px 85px -15px;
}

.list-block-cards li,
.list-airlines li {
  padding: 15px;
}

/* => Destinations */

/* ------------------------------------------------------------------------------*/

/* Map */

.btn-open-map {
  display: none;
  margin: 0 15px;
  padding: 22px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  background-color: #242b31;
  cursor: pointer;
}

.mobile-device .btn-open-map {
  display: block;
}

.mobile-device #destinations-map {
  display: none;
}

.map-open {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.map-open #destinations-map {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.map-open .btn-open-map {
  margin: 0;
}

/* List */

.list-destination.big,
.map-wrap {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-in-out;
  -moz-transition: opacity 0.8s ease-in-out;
  -ms-transition: opacity 0.8s ease-in-out;
  -o-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.map-wrap {
  margin-bottom: 50px;
}

.list-destination.big {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px #ced9e0 solid;
  display: flex;
  flex-wrap: wrap;
}

.list-destination.big ul {
  float: left;
  width: 24%;
}

.list-destination.big .destination-item > a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 8px 25px;
  color: #37424a;
  font-family: 'LatoWebBold', Arial, Helvetica, sans-serif;
  line-height: 1.2;
  background: url('../img/icon-arrow.png') no-repeat 0 50%;
  background-size: auto 12px;
}

.list-destination.big .destination-item > a:hover {
  color: #ff5800;
  text-decoration: none;
}

.list-destination.big .destination-item.active > a {
  color: #ff5800;
  background: url('../img/icon-arrowdown.png') no-repeat 0 12px;
  background-size: auto 14px;
}

.list-destination.big .destination-item.active > a {
  color: #ff5800;
  background: url('../img/icon-arrowdown.png') no-repeat 0 12px;
  background-size: auto 14px;
}

.list-destination.big .destination-item > a .seasonal {
  font-size: 24px;
  color: #ff5800;
  margin-left: 5px;
}

/* Content */

.destination-content {
  display: none;
  clear: both;
  width: 100%;
  margin-top: -1px;
  margin-bottom: 20px;
  padding-top: 40px;
  background-color: #f5f6f7;
  border-top: 1px #78848c solid;
  border-bottom: 1px #78848c solid;
  position: relative;
}

.destination-content .btn-close {
  height: 24px;
  padding-right: 35px;
  color: #37424a;
  background: url('../img/icon-close3.png') no-repeat 100% 50%;
  background-size: 24px;
  cursor: pointer;
  position: absolute;
  top: 40px;
  right: 30px;
}

.destination-content .info-block {
  margin: 0;
  padding: 0;
  background: none;
}

.destination-article .info-block {
  display: none;
}

.destination-content .tab-nav {
  box-shadow: inset 0 -1px 0 #dcdde0;
}

.page-flight-info .tab-nav span,
.destination-content .tab-nav span {
  display: inline-block;
  padding-left: 30px;
  position: relative;
}

.destination-content .tab-nav span:before,
.destination-content .tab-nav span:before {
  display: block;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: -4px;
}

.destination-content .tab-nav a[data-tab="1"] span:before {
  content: "\e607";
}

.destination-content .tab-nav a[data-tab="2"] span:before {
  content: "\e61b";
}

.flight-info {
  overflow: hidden;
  padding: 30px 0;
}

.flight-info .col-left {
  float: left;
  margin-right: 30px;
}

.flight-info .col-right {
  overflow: hidden;
  padding-bottom: 80px;
}

.flight-info .heading {
  margin-bottom: 20px;
  font-family: 'CoreSansM65Bold', Arial, Helvetica, Sans-serif;
  font-size: 24px;
}

.flight-info .heading span {
  display: inline-block;
}

.flight-info .col-left .heading span:first-child:after {
  content: "\e606";
  margin: 0 17px;
  font-size: 22px;
  color: #ff5800;
}

.flight-info .col-right .heading {
  position: relative;
}

.flight-info .col-right .heading:before {
  content: "\f133";
  font-size: 22px;
  color: #ff5800;
  margin-right: 8px;
}

.flight-info .col-right .heading .nr {
  display: block;
  width: 16px;
  text-align: center;
  font-size: 12px;
  color: #ff5800;
  line-height: 1;
  position: absolute;
  top: 14px;
  left: 2px;
}

.msg-choose-date {
  padding-left: 30px;
  color: #666;
  background: url('../img/icon-arrow2.png') no-repeat 0 50%;
  background-size: auto 9px;
}

.calendar.forward .clear,
.calendar.back .clear {
  display: none !important;
}

/* Calendar */

.datepicker-inline {
  display: block !important;
}

.datepicker {
  width: 270px;
  padding: 5px 10px;
  color: #fff;
  background-color: #242b30;
}

.datepicker table {
  width: 100%;
}

.datepicker th,
.datepicker td {
  text-align: center;
}

.datepicker th {
  color: #a3b3bf;
  font-family: 'LatoWebBold', Arial, Helvetica, Sans-serif;
  border-bottom: 1px #4b5b66 solid;
}

.datepicker table thead tr:first-child th {
  color: #fff;
}

.datepicker .today {
  box-shadow: inset 2px 0 0 #fff, inset -2px 0 0 #fff, inset 0 2px 0 #fff, inset 0 -2px 0 #fff;
}

.datepicker .day {
  cursor: pointer;
}

.datepicker .new {
  cursor: default;
}

.datepicker .active {
  font-family: 'LatoWebBold', Arial, Helvetica, Sans-serif;
  background-color: #ff5800;
}

.datepicker .highlight {
  color: #ff5800;
}

.datepicker .highlight.active {
  color: #ffffff;
}

.datepicker-switch {
  cursor: pointer;
}

.datepicker td span {
  float: left;
  width: 25%;
  padding: 10px;
  cursor: pointer;
}

.datepicker td span:hover {
  background-color: #ff5800;
}

/* Info row */

.flight-info .row-info {
  /*overflow: hidden;*/
  margin-bottom: 10px;
  padding: 20px 20px 20px 0;
  background-color: #f5f6f7;
  border-left: 5px #d0d5d9 solid;
}

.flight-info .row-info .block-1 {
  display: table;
  float: left;
  margin: 0 25px 0 10px;
}

.flight-info .row-info .block-1 span {
  display: table-cell;
  padding: 0 10px;
  text-align: center;
  position: relative;
}

.flight-info .row-info .start:before,
.flight-info .row-info .end:before,
.flight-info .row-info .duration:before {
  display: block;
  margin-bottom: 4px;
  font-size: 26px;
  color: #ff5800;
}

.flight-info .row-info .start:before {
  content: "\e618";
}

.flight-info .row-info .end:before {
  content: "\e613";
}

.flight-info .row-info .duration:before {
  content: "\e605";
}

.flight-info .row-info .end.next-day:after {
  content: " ";
  display: block;
  width: 22px;
  height: 16px;
  background: transparent url('../img/icon-plus-one-day.png') no-repeat 50%;
  top: 0;
  right: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, .10);
  margin: 0 auto;
}

.flight-info .row-info .end.next-day .next-day-info {
  visibility: hidden;
  background-color: #fff;
  color: #000;
  text-align: center;
  width: 200px;
  top: 100%;
  left: 50%;
  margin-left: -100px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  margin-top: 8px;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .10);
  padding: 10px;
}

.flight-info .row-info .end .next-day-info {
  visibility: hidden;
  position: absolute;
}

.flight-info .row-info .end .next-day-info:after {
  content: " ";
  position: absolute;
  bottom: 100%;
  /* At the top of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}

.flight-info .row-info .end.next-day:hover .next-day-info {
  visibility: visible;
}

.flight-info .row-info .block-2 {
  overflow: hidden;
}

.flight-info .row-info h3 {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 400;
}

.flight-info .row-info h3 span {
  display: inline-block;
}

.flight-info .row-info h3 span:first-child:after {
  content: "\e606";
  margin: 0 10px;
  font-size: 16px;
  color: #ff5800;
}

.flight-info .row-info .block-2 td {
  padding-right: 5px;
  font-size: 16px;
}

.flight-info .row-info .block-2 td:nth-child(2) {
  padding-right: 18px;
}

.flight-info .row-info .block-2 .flip-text {
  height: 20px;
  line-height: 20px;
  font-weight: 400;
}

.flight-info .col-right .heading,
.flight-info .row-info {
  opacity: 0;
  webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flight-info .loading {
  background: url('../img/ajax-loader-big.gif') no-repeat 50%;
}

/* Booking form */

.block-book.wide {
  margin-top: 30px;
  padding: 30px 100px 15px 100px;
  background-color: #e8e9eb;
}

.block-book.wide .title {
  margin-bottom: 15px;
  font-family: 'CoreSansM65Bold', Arial, Helvetica, Sans-serif;
  font-size: 24px;
}

.form-book .f-col {
  float: left;
  margin: 0 40px 20px 0;
  position: relative;
}

.form-book label {
  display: block;
  margin: 0 0 2px 0;
  padding: 0;
  font-weight: 400;
}

.form-book input[type="text"] {
  width: 225px;
  padding: 6px 10px 6px 10px;
  border-color: #97a1a8;
  box-shadow: inset 0 1px 0 #e8e9ea;
}

.form-book input[type="text"]:hover,
.form-book input[type="text"]:focus {
  border-color: #37424a;
}

.block-book.narrow .form-book input[type="text"] {
  width: 290px;
}

.form-book input.date,
.block-book.narrow .form-book input.date {
  width: 160px;
  padding-left: 5px;
  padding-right: 30px;
  letter-spacing: -0.9px;
  background: #fff url('../img/icon-date.png') no-repeat 100% 50%;
  background-size: auto 28px;
}

.form-book input.people,
.block-book.narrow .form-book input.people {
  width: 80px;
  text-align: center;
}

.form-book .dropdown-people {
  display: none;
  width: 220px;
  padding: 15px;
  color: #fff;
  background-color: #242b30;
  position: absolute;
  right: 0;
  z-index: 2;
}

.form-book .dropdown-people:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #242b30;
  position: absolute;
  top: -7px;
  right: 23px;
}

.form-book .dropdown-people p {
  margin-bottom: 10px;
}

.form-book .dropdown-people select {
  width: 100%;
  padding: 2px 5px;
}

.form-book .dropdown-people .btn-select-people {
  float: right;
  margin: 5px 0 0 0;
  padding: 5px 20px;
  font-family: 'LatoWebBold', Arial, Helvetica, Sans-serif;
  color: #242b30;
  border-radius: 0;
}

.form-book .btn {
  margin-top: 28px;
  padding: 12px 18px;
  font-family: 'LatoWeb', Arial, Helvetica, Sans-serif;
  font-size: 16px;
}

.block-book.narrow .form-book .f-col {
  margin: 0 30px 25px 0;
}

.block-book.wide .form-book .f-row:nth-child(3) .f-col:last-child,
.block-book.narrow .form-book .f-row .f-col:last-child {
  margin-right: 0;
}

.block-book.narrow .form-book .f-row {
  clear: both;
}

.form-book .desc {
  clear: both;
  margin: -10px 0 10px 0;
  font-size: 16px;
  color: #737a80;
}

.block-book.narrow .form-book .desc {
  margin: 0;
  max-width: 610px;
}

.form-book.parking h3 {
  margin: 30px 0 15px 0;
}

.form-book.parking .f-col {
  margin-bottom: 0;
}

.form-book.parking p {
  margin: 0;
}

.form-book .alert {
  padding: 10px;
  font-size: 15px;
}

/* Destination article */

.destination-article {
  padding-top: 20px;
}

.article-2 h2,
.article-2 h3 {
  font-family: 'CoreSansM65Bold', Arial, Helvetica, Sans-serif;
}

.article-2 h2 {
  margin-bottom: 30px;
  font-size: 30px;
}

.article-2 h3 {
  margin: 45px 0 25px 0;
  font-size: 24px;
}

.article-2 > h3:first-child {
  margin-top: 0;
}

/* Seasonal */

.info-seasonal {
  margin-top: 20px;
  margin-bottom: 50px;
  padding-left: 30px;
}

.info-seasonal span {
  font-size: 24px;
  font-family: 'LatoWebBold', Arial, Helvetica, Sans-serif;
  color: #ff5800;
}

/* Flight plan pdf */

.flight-plan-pdf {
  padding-left: 15px;
  padding-right: 15px;
}

.flight-plan-pdf .link-arrow {
  margin: 5px 0;
}

.flight-plan-pdf .desc {
  margin-top: 15px;
}

/* => Search results */

/* ------------------------------------------------------------------------------*/

.page-content .search-results {
  margin: 0 100px 60px 100px;
}

.search-results .title {
  display: inline-block;
  font-family: 'CoreSansM65Bold', Arial, Helvetica, Sans-serif;
  font-size: 24px;
  line-height: 1;
}

.search-results .title span {
  float: right;
  margin: 1px 0 1px 14px;
  padding: 0 6px;
  min-width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  background-color: #ff5800;
  position: relative;
}

.search-results .title span:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #ff5800;
  position: absolute;
  left: -4px;
  top: 50%;
  margin-top: -4px;
}

/* Flights */

.search-results.flights .title {
  float: left;
  margin: 12px 30px 12px 0;
}

.search-results.flights .form {
  float: left;
  width: 100%;
  max-width: 316px;
  margin-right: 30px;
}

.search-results.flights .form .date {
  float: left;
  width: 100%;
  padding: 12px 50px 12px 15px;
  border-bottom: 0;
  background: #fff url('../img/icon-date.png') no-repeat 100% 50%;
  background-size: auto 36px;
}

.search-results.flights .link-more {
  display: inline-block;
  padding: 16px 22px;
  color: #37424a;
  line-height: 1;
  font-family: 'LatoWebBold', Arial, Helvetica, Sans-serif;
  background: url('../img/icon-arrow.png') no-repeat 0 50%;
  background-size: auto 12px;
}

/* Articles */

.search-results.list .list li {
  margin: 20px 0;
}

.search-results.list .list p {
  color: #4b5b66;
}

.search-results.list .list a {
  text-decoration: underline;
}

.search-results.list .list a:hover {
  text-decoration: none;
}

.search-results.list .wp-paginate {
  margin-top: 40px;
}

.search-word {
  font-family: 'LatoWebBold', Arial, Helvetica, Sans-serif;
}

/* => Page construction */

/* ------------------------------------------------------------------------------*/

/* Sub nav */

.c-sub-nav {
  margin: 0 100px -5px 100px;
  border-top: 1px #d0d5d9 solid;
  position: relative;
  z-index: 1;
}

.c-sub-nav .sub-menu {
  display: flex;
}

.c-sub-nav .menu-item {
  flex-grow: 1;
}

.c-sub-nav .menu-item a {
  display: block;
  padding: 40px 20px;
  font-size: 20px;
  color: #242b30;
  text-align: center;
  line-height: 1;
  border-bottom: 5px #37424a solid;
}

.c-sub-nav .menu-item a:hover {
  text-decoration: none;
  color: #ff5800;
}

.c-sub-nav .current-menu-item a {
  color: #ff5800;
  font-family: 'LatoWebBold', Arial, Helvetica, Sans-serif;
  border-color: #ff5800;
}

.c-sub-nav .col {
  display: none;
}

/* Page layout */

.c-page-layout .t-20 {
  font-size: 22px;
}

.c-page-layout .t-13 {
  font-size: 13px;
}

.c-page-layout .header-photo img,
.c-page-layout .footer-photo img {
  width: 100%;
  height: auto;
}

.c-page-text {
  padding: 70px 0 80px;
}

.c-page-text__left h2:first-child {
  margin-top: 0;
}

.c-page-text__right .c-block {
  padding-left: 25px;
  border-left: 5px #d0d5d9 solid;
}

.c-page-text__right .c-block p {
  margin: 15px 0;
}

.c-page-text__right .c-block .t-13 {
  display: block;
  line-height: 1.3;
}

.c-page-text__right .video-wrap {
  margin-bottom: 40px;
}

.c-page-cols__item ul,
.c-page-text ul {
  margin-top: 20px;
  margin-left: 20px;
}

.c-page-cols__item ul {
  margin-bottom: 0;
}

.c-page-cols__item li,
.c-page-text li {
  padding-left: 15px;
  position: relative;
  list-style-type: none;
}

.c-page-cols__item li:before,
.c-page-text li:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background-color: #ff5800;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}

/* Link info */

.c-page-text .link-info {
  display: inline-block;
  margin: 30px 0 0 0;
  line-height: 50px;
  padding-left: 70px;
  position: relative;
  cursor: pointer;
}

.c-page-text .link-info:before {
  content: "\e61b";
  display: block;
  font-size: 50px;
  color: #ff5800;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-page-text .link-info a {
  display: block;
  padding-right: 35px;
  font-family: 'LatoWebBold', Arial, Helvetica, Sans-serif;
  text-decoration: none;
  position: relative;
}

.c-page-text .link-info a:before {
  content: "\f078";
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 13px;
  color: #fff;
  background-color: #ff5800;
  border-radius: 3px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Text block columns */

.c-page-cols {
  display: flex;
  margin: 0 70px 80px 70px;
}

.c-page-cols .c-page-cols__item {
  width: 33.333333%;
  margin: 0;
  padding: 0 30px;
}

.c-page-cols__item p {
  margin: 0;
}

.c-page-cols__item img {
  width: 100%;
  height: auto;
}

.c-page-cols__item h3 {
  margin-top: 20px;
  font-size: 20px;
  font-family: 'CoreSansM65Bold', Arial, Helvetica, Sans-serif;
}

/* => Sitemap */

/* ------------------------------------------------------------------------------*/

.sitemap a:before,
.sitemap .col,
.sitemap .menu-item-home {
  display: none;
}

.sitemap > .hide {
  display: list-item !important;
}

.article .sitemap,
.article .sitemap ul,
.article .sitemap li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sitemap a {
  display: inline-block;
  color: #dd4814;
  font-family: 'LatoWebBold', Arial, Helvetica, Sans-serif;
}

.sitemap > li > a {
  padding: 10px 25px;
  font-size: 20px;
  color: #37424a;
  text-decoration: none;
  background: url('../img/icon-arrow.png') no-repeat 0 50%;
  background-size: auto 12px;
}

.sitemap > li > a:hover {
  text-decoration: underline;
}

.sitemap > li > ul > li > a {
  padding: 5px 25px 5px 55px;
  text-decoration: underline;
}

.sitemap > li > ul > li > ul > li > a {
  padding: 5px 25px 5px 85px;
  font-weight: 400;
  text-decoration: underline;
}

.sitemap > li > ul > li > ul > li > a:hover,
.sitemap > li > ul > li > a:hover {
  text-decoration: none;
}

.sitemap > li > .sub-menu {
  margin-bottom: 30px;
}

.sitemap > li > ul > li > .sub-menu {
  margin-bottom: 10px;
}

/* => News list */

/* ------------------------------------------------------------------------------*/

.news-list-big .item {
  margin-bottom: 40px;
}

.news-list-big .title,
.news-list-big .date {
  margin-bottom: 10px;
}

.news-list-big .title {
  font-size: 24px;
}

.news-list-big .wp-paginate {
  margin-top: 40px;
}

/* Sidebar */

.block.news,
.block.archive {
  margin: 0 0 45px 0;
  padding: 30px 40px;
  background-color: #f5f6f7;
}

.block.news h2,
.block.archive h2 {
  margin-bottom: 15px;
  font-weight: 400;
  line-height: 1.2;
}

.block.news a,
.block.archive a {
  text-decoration: none;
  color: #37424a;
}

.block.news a:hover,
.block.archive a:hover {
  color: #dd4814;
}

.block.news a:hover .date {
  color: #37424a;
}

.block.news li {
  margin: 20px 0;
}

.block.news h3 {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 400;
}

.block.news .date {
  font-size: 16px;
  font-style: italic;
}

.block.archive a {
  display: block;
  padding: 5px 0;
}

.block.archive .current-menu-item a {
  color: #dd4814;
  font-weight: 400;
}

/* => Pagination */

/* ------------------------------------------------------------------------------*/

.wp-paginate {
  overflow: hidden;
}

.wp-paginate li {
  float: left;
  margin: 0 8px 8px 0;
}

.wp-paginate .page,
.wp-paginate a {
  display: block;
  padding: 10px 18px;
  color: #37424a;
  background-color: #d0d5d9;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1), inset 0 -1px 0 rgba(0, 0, 0, .1);
}

.wp-paginate .current,
.wp-paginate a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #37424a;
}

.wp-paginate .current {
  font-family: 'LatoWebBold', Arial, Helvetica, Sans-serif;
}

/* => Footer */

/* ------------------------------------------------------------------------------*/

.footer .f-bottom {
  position: relative;
}

.footer .f-bottom:before,
.footer .f-bottom:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
}

.footer .f-bottom:before {
  background-color: #242b30;
  left: 0;
  right: 50%;
}

.footer .f-bottom:after {
  background-color: #4e5a63;
  right: 0;
  left: 50%;
}

.footer .f-bottom .container {
  position: relative;
  z-index: 1;
}

.footer .block-info,
.footer .block-right {
  margin-bottom: 40px;
  padding: 20px 0;
  box-sizing: content-box;
}

.footer .block-right {
  padding-left: 30px;
  border-left: 1px #ced9e0 solid;
}

.footer .block-info li {
  float: left;
  width: 33%;
  padding: 0 30px 0 80px;
  line-height: 24px;
  position: relative;
}

.footer .block-info .info:before,
.footer .block-info .baggage:before,
.footer .block-info .inva:before {
  font-size: 50px;
  color: #ff5800;
  position: absolute;
  left: 0;
  top: 0;
}

.footer .block-info h3 {
  font-size: 16px;
  font-family: 'CoreSansM65Bold', Arial, Helvetica, Sans-serif;
}

.footer .block-info a {
  text-decoration: underline;
}

.footer .block-info a:hover {
  text-decoration: none;
}

.footer .link-all {
  display: block;
  padding-left: 24px;
  color: #37424a;
  font-family: 'LatoWebBold', Arial, Helvetica, Sans-serif;
  background: url('../img/icon-arrow.png') no-repeat 0 50%;
  background-size: auto 12px;
  position: relative;
}

.footer .link-all:hover {
  text-decoration: none;
  color: #dd4814;
}

/* Social links */

.footer .social,
.footer .app,
.footer .feedback {
  padding: 66px 30px;
  text-align: center;
}

.footer .social {
  background-color: #242b30;
}

.footer .app {
  background-color: #37424a;
}

.footer .feedback {
  background-color: #4e5a63;
  position: relative;
}

.footer .social ul {
  overflow: hidden;
  display: inline-block;
}

.footer .social li {
  float: left;
  margin-right: 20px;
}

.footer .social a {
  display: block;
  width: 48px;
  height: 48px;
  text-indent: -9999px;
  background: url('../img/icon-social.png') no-repeat 48px 0;
  background-size: auto 48px;
  position: relative;
}

.footer .social a:before {
  content: "";
  display: block;
  background-color: #fff;
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer .social a:hover:before {
  opacity: .2;
}

.footer .social .facebook {
  background-position: 0 0;
}

.footer .social .youtube {
  background-position: -48px 0;
}

.footer .social .instagram {
  background-position: -96px 0;
}

.footer .social .twitter {
  background-position: -144px 0;
}

/* App link */

.footer .link-feedback {
  display: inline-block;
  min-height: 48px;
  padding-left: 68px;
  color: #fff;
  text-align: left;
  position: relative;
}

.footer .link-feedback strong {
  display: block;
  margin-bottom: 2px;
}

.footer .link-app:before,
.footer .link-feedback:before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  left: 0;
}

.footer .link-app:before {
  margin: 8px 0;
  background: url('../img/icon-app.png') no-repeat;
  background-size: auto 48px;
}

.footer .link-feedback:before {
  height: 59px;
  background: url('../img/icon-feedback.png') no-repeat;
  background-size: auto 118px;
}

.footer .link-app:hover,
.footer .link-feedback:hover {
  text-decoration: none;
  color: #ff5800;
}

.footer .link-feedback:hover:before {
  background-position: 0 -59px;
}

.footer .link-app:after {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background-color: #fff;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.footer .link-app:hover:after {
  opacity: 0.2;
}

/* Feedback */

.form-feedback {
  display: none;
  padding: 50px 30px 25px 30px;
  color: #fff;
  text-align: left;
  background-color: #242b30;
  position: absolute;
  right: 0;
  bottom: 186px;
}

.form-feedback:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 26px solid transparent;
  border-right: 26px solid transparent;
  border-top: 26px solid #242b30;
  position: absolute;
  bottom: -26px;
  right: 160px;
}

.gfield.gdpr .gfield_required {
  display: none;
}

.form-feedback .btn-close {
  display: block;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
  background: url('../img/icon-close.png') no-repeat;
  background-size: 24px;
  position: absolute;
  top: 20px;
  right: 30px;
}

.form-feedback .vfb-desc {
  display: block;
  margin: 0 0 8px 0;
  padding: 0;
  font-weight: 400;
}

.form-feedback textarea,
.form-feedback input {
  border: 0;
}

.form-feedback textarea {
  width: 520px;
  height: 220px;
  padding: 15px;
}

.form-feedback .vfb-item-captcha {
  margin-top: 30px;
}

.form-feedback .vfb-item-text {
  margin-top: 25px;
}

.form-feedback .g-recaptcha {
  margin-top: 25px;
}

.form-feedback .vfb-item-submit {
  clear: both;
  float: right;
  position: relative;
  margin-top: -62px;
}

.form-feedback .vfb-item-text input {
  display: block;
  width: 100%;
  padding: 9px 10px;
}

.form-feedback .vfb-item-submit input {
  display: block;
  padding: 14px 20px;
  font-size: 16px;
  font-family: 'LatoWebBold', Arial, Helvetica, Sans-serif;
  text-transform: uppercase;
  background-color: #ff5800;
}

.form-feedback label.vfb-error {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  color: #ff5800;
}

.form-feedback .vfb-text.vfb-error,
.form-feedback .vfb-textarea.vfb-error,
.form-feedback .vfb-select.vfb-error {
  border: 1px #ff5800 solid;
}

.form-feedback .vfb-legend {
  display: none;
}

.form-feedback .g-recaptcha-response-li,
.article .g-recaptcha-response-li {
  height: 0;
  margin: 0;
  overflow: hidden;
}

/* => Fancybox */

/* ------------------------------------------------------------------------------*/

.fancybox-overlay {
  background: rgba(55, 66, 74, .75);
}

.fancybox-skin {
  background: #37424a;
  border-radius: 0;
}

.fancybox-opened .fancybox-skin {
  box-shadow: 0 0 20px rgba(0, 0, 0, .3);
}

.fancybox-nav span {
  width: 60px;
  height: 90px;
  margin-top: -45px;
  font-size: 0;
  line-height: 1;
  text-align: center;
  background: none;
  visibility: visible;
  opacity: 0;
}

.fancybox-nav:hover span {
  opacity: 1;
}

.fancybox-nav span:before {
  display: block;
  width: 60px;
  text-align: center;
  padding: 14px 0 18px 0;
  font-size: 58px;
  color: #37424a;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .10);
}

.fancybox-nav span:hover:before {
  color: #ff5800;
}

.fancybox-prev span {
  left: 0;
}

.fancybox-prev span:before {
  content: "\f104";
}

.fancybox-next span {
  right: 0;
}

.fancybox-next span:before {
  content: "\f105";
}

.fancybox-close {
  width: 60px;
  height: 60px;
  background: #fff url('../img/icon-close3.png') no-repeat 50%;
  background-size: 24px;
  top: 0;
  right: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, .10);
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer {
  overflow: hidden;
  position: relative;
}

.jspPane {
  position: absolute;
}

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 100%;
}

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
}

.jspCap {
  display: none;
}

.jspHorizontalBar .jspCap {
  float: left;
}

.jspTrack {
  background: #242b30;
  position: relative;
}

.jspDrag {
  background: #4e5a63;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}

.jspVerticalBar .jspArrow {
  height: 10px;
}

.jspHorizontalBar .jspArrow {
  width: 10px;
  float: left;
  height: 100%;
}

.jspVerticalBar .jspArrow:focus {
  outline: none;
}

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}

/* => Lennujaam 80 */

/* ------------------------------------------------------------------------------*/

.campaign-80 .c-hero-area {
  margin-bottom: 70px;
}

.c-hero-area .content {
  width: 100%;
  max-width: 580px;
  padding: 30px;
  color: #fff;
  text-align: center;
  background-color: rgba(28, 43, 57, 0.8);
  position: absolute;
  top: 65px;
}

.c-hero-area .content.left {
  left: 0;
}

.c-hero-area .content.right {
  right: 0;
}

.c-hero-area .content h2,
.c-hero-area .content p {
  opacity: 1;
}

.c-hero-area .content h2 {
  margin-bottom: 10px;
  font-family: 'CoreSansM65Bold', Arial, Helvetica, Sans-serif;
  font-size: 40px;
}

.c-hero-area .content p {
  font-size: 20px;
}

.campaign-80 .row {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 10px;
}

.campaign-80 .row h2.title {
  margin-bottom: 30px;
  padding-left: 40px;
  font-family: 'CoreSansM65Bold', Arial, Helvetica, Sans-serif;
  font-size: 36px;
  background: url('../img/icon-arrow.png') no-repeat 0 50%;
}

.campaign-80 .row h2.title a {
  color: #1c2b39;
}

.campaign-80 .row h2.title a:hover {
  text-decoration: none;
  color: #ff5800;
}

.campaign-80 .featured-photo {
  /*margin-bottom: 0;*/
}

.campaign-80 .article,
.campaign-80 .page-sidebar {
  margin-bottom: 60px;
  /*padding-top: 50px;*/
  padding-bottom: 50px;
}

.campaign-80 .page-sidebar {
  margin-left: 0;
  margin-right: 0;
  padding-left: 85px;
  padding-right: 85px;
  max-width: 525px;
  border-left: 1px #d0d5d9 solid;
}

.campaign-80 .page-sidebar .title {
  margin-bottom: 10px;
  font-family: 'CoreSansM65Bold', Arial, Helvetica, Sans-serif;
  font-size: 24px;
}

.page-sidebar .post-list {
  margin-bottom: 40px;
}

.page-sidebar .post-list li {
  margin: 10px 0;
}

.page-sidebar .post-list a {
  display: block;
  text-decoration: underline;
  font-size: 16px;
}

.page-sidebar .post-list a:hover {
  text-decoration: none;
}

.page-sidebar .cat-list li {
  margin: 15px 0;
}

.page-sidebar .cat-list a {
  display: block;
  padding-left: 24px;
  font-family: 'CoreSansM65Bold', Arial, Helvetica, Sans-serif;
  font-size: 20px;
  color: #37424a;
  background: url('../img/icon-arrow.png') no-repeat 0 50%;
  background-size: auto 12px;
}

.page-sidebar .cat-list a:hover {
  text-decoration: none;
  color: #ff5800;
}

/* => VIP form */

/* ------------------------------------------------------------------------------*/

.f-check-block-1,
.f-check-block-2 {
  display: block !important;
}

.f-check-block-1 .gsection_title,
.f-check-block-2 .gsection_title {
  padding-left: 35px;
  position: relative;
  cursor: pointer;
}

.f-check-block-1 .gsection_title:before,
.f-check-block-2 .gsection_title:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 2px #ddd solid;
  position: absolute;
  left: 0;
  top: 8px;
}

.f-check-block-1.active .gsection_title:after,
.f-check-block-2.active .gsection_title:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #ff5800;
  position: absolute;
  left: 5px;
  top: 13px;
}

.f-check-block {
  position: absolute;
  left: -9999px;
}

/* => Mobile */

/* ------------------------------------------------------------------------------*/

html,
body {
  width: 100%;
  overflow-x: hidden;
}

.btn-open-panel {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 10px;
}

.btn-open-panel:before {
  content: "\f0c9";
  display: block;
  padding: 9px 7px 11px 13px;
  font-size: 30px;
  color: #fff;
  background-color: #ff5800;
}

/*  mobile panel */

.m-panel {
  display: none;
  width: 75%;
  background-color: #eee;
  position: absolute;
  top: 0;
  right: 0;
}

.m-panel .btn-close {
  width: 50px;
  height: 50px;
  display: block;
  background: url('../img/icon-close3.png') no-repeat 50%;
  background-size: 24px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.m-panel .main-nav {
  clear: both;
}

.m-panel .main-nav .home,
.m-panel .main-nav .icon a:before,
.m-panel .main-nav .col > a {
  display: none;
}

.m-panel .link-about,
.m-panel .link-airport,
.m-panel .main-nav li {
  position: relative;
}

.m-panel .link-about,
.m-panel .link-airport,
.m-panel .top-nav .list a,
.m-panel .select-airport .list a,
.m-panel .main-nav a {
  display: block;
  padding: 12px 20px;
  border-bottom: 1px #fff solid;
}

.m-panel .link-about,
.m-panel .link-airport,
.m-panel .main-nav > li > a {
  font-size: 18px;
  color: #fff;
  background-color: #37424a;
}

.m-panel .main-nav > .current-menu-item > a,
.m-panel .main-nav > .current-menu-parent > a,
.m-panel .main-nav > .current-menu-ancestor > a,
.m-panel .main-nav > .current-page-ancestor > a {
  background-color: #ff5800;
}

.m-panel .top-nav .list,
.m-panel .select-airport .list,
.m-panel .sub-menu {
  display: none;
}

.m-panel .current-menu-item .sub-menu,
.m-panel .current-menu-paren .sub-menu,
.m-panel .current-menu-ancestor .sub-menu {
  display: block;
}

.m-panel .top-nav .list a,
.m-panel .select-airport .list a,
.m-panel .sub-menu a {
  padding: 10px 20px;
  font-size: 16px;
  color: #37424a;
}

.m-panel .top-nav .current-menu-item a,
.m-panel .select-airport .current-menu-item a,
.m-panel .sub-menu .current-menu-item a {
  background-color: #ccc;
}

.m-panel .link-about:before,
.m-panel .link-airport:before,
.m-panel .m-open-subnav {
  content: "";
  display: block;
  width: 45px;
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, .6);
  background-image: url('../img/plus.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 14px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.m-panel .link-about.active:before,
.m-panel .link-airport.active:before,
.m-panel .m-open-subnav.m-close {
  background-image: url('../img/minus.png');
}

.m-panel .lang-list {
  margin-right: 50px;
  border-left: 1px #eee solid;
}

.m-panel .lang-list li {
  float: left;
  width: 33.333333%;
}

.m-panel .lang-list a {
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  color: #37424a;
}

.m-panel .lang-list .active a {
  background-color: #fff;
}

.m-panel .weather {
  float: none;
  margin: 20px 0;
  text-align: center;
}

.no-overflow {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.no-modal .m-content {
  position: relative !important;
  top: 0 !important;
  margin: 0 !important;
}

/* => Feedback popup */

.feedback-popup {
  position: relative;
  background: #fff;
  position: fixed;
  right: -100%;
  top: 50%;
  max-width: 500px;
  padding: 45px 75px 50px 40px;
  z-index: 2;
  transition: all 0.8s;
  -webkit-box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.75);
}

.feedback-popup.visible {
  right: 5%;
}

.feedback-popup .btn-forward {
  text-decoration: none;
  display: inline-block;
  padding: 15px;
  font-family: 'CoreSansM65Bold', Arial, Helvetica, Sans-serif;
  font-size: 20px;
  color: #fff;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  background-color: #ff5800;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .2);
  transition: all 0.3s;
}

.feedback-popup .btn-forward:hover {
  background-color: #dd4814;
}

.feedback-popup .btn-forward span {
  background: url(../img/icon-arrowright-white.png) no-repeat 100% 50%;
  background-size: auto 12px;
  display: inline-block;
  height: 12px;
  width: 20px;
  transition: all .3s;
}

.feedback-popup-title {
  font-size: 24px;
  margin-bottom: 20px;
}

.feedback-popup-content {
  font-size: 16px;
  margin-bottom: 30px;
}

.feedback-popup .close {
  height: 24px;
  width: 24px;
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
  background: url(../img/icon-close3.png) no-repeat 98% 50%;
  background-size: auto 24px;
}

.column-left {
  width: 50%;
  float: left;
}

.column-right {
  width: 50%;
  float: right;
}

/* => Responsive */

/* ------------------------------------------------------------------------------*/

@media only screen and (max-width: 1919px) {
  .container {
    max-width: 1400px;
  }

  .page-sidebar {
    max-width: 320px;
  }

  .article-2,
  .article,
  .news-list-big {
    max-width: 890px;
  }

  .main-title {
    max-width: 830px;
  }

  body,
  input,
  select,
  textarea,
  button {
    font-size: 16px;
  }

  .form-book .btn,
  .main-nav-wrap .main-nav .sub-list > .icon > a,
  .list-links a,
  .flight-table.small .t-row > div,
  .flight-table.small + p .link-all,
  .list-destination.small a,
  .news-list .list .date,
  .breadcrumbs,
  .article label.vfb-error,
  .flight-info .row-info h3,
  .flight-info .row-info h3 span:first-child:after,
  .flight-info .row-info .block-2 td,
  .block-book.narrow .form-book .desc,
  .footer .block-info h3,
  .form-feedback label.vfb-error {
    font-size: 14px;
  }

  .block-book.narrow .form-book input[type="text"] {
    width: 270px;
    padding-top: 8px;
    padding-bottom: 7px;
  }

  .block-book.narrow .form-book input.date {
    width: 140px;
  }

  .block-book.narrow .form-book input.people {
    width: 89px;
  }

  .block-book.narrow .form-book .btn {
    margin-top: 25px;
    padding: 13px 20px;
  }

  .block-book.wide .form-book .f-row:nth-child(3) .f-col:last-child,
  .block-book.narrow .form-book .f-row .f-col:last-child {
    margin-right: 0;
  }

  .main-nav-wrap .main-nav > li > a {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-nav-wrap .main-nav > .home > a {
    width: 66px;
  }

  .footer .block-info li {
    padding: 65px 30px 0 30px;
  }

  .footer .block-info .info:before,
  .footer .block-info .baggage:before,
  .footer .block-info .inva:before {
    left: 30px;
  }

  .footer .social,
  .footer .app,
  .footer .feedback {
    text-align: left;
  }

  .footer .link-app,
  .footer .link-feedback,
  .footer .social ul {
    display: block;
  }

  .list-articles {
    margin: 0 -15px;
  }

  .list-articles li {
    padding: 0 15px;
  }

  .block.news,
  .block.archive {
    padding: 30px;
  }

  .block.news h2,
  .block.archive h2 {
    font-size: 28px;
  }

  .form-flight-search .field {
    padding: 7px 10px 8px 10px;
  }

  .form-feedback {
    bottom: 180px;
  }

  .form-feedback .vfb-item-submit {
    margin-top: -61px;
  }

  .form-feedback .vfb-item-submit input {
    font-size: 14px;
  }

  .campaign-80 .page-sidebar {
    padding-right: 0;
    margin-left: 85px;
    max-width: 440px;
  }
}

@media only screen and (max-width: 1599px) {
  .container {
    max-width: 1170px;
  }

  .page-sidebar {
    max-width: 300px;
  }

  .article-2,
  .article,
  .news-list-big {
    max-width: 770px;
  }

  .block-book.narrow .form-book .f-row:nth-child(2) .f-col {
    margin-right: 20px;
  }

  .block-book.narrow .form-book .f-row:nth-child(2) .f-col:last-child {
    margin-right: 0;
  }

  .block-book.narrow .form-book input[type="text"] {
    width: 245px;
  }

  .block-book.narrow .form-book input.date {
    width: 140px;
  }

  .block-book.narrow .form-book input.people {
    width: 70px;
  }

  .main-nav-wrap .main-nav > li > a {
    padding: 20px 15px;
    font-size: 18px;
  }

  .main-nav-wrap .main-nav > .home > a {
    height: 58px;
  }

  .sticky-header .search-form,
  .main-nav-wrap .main-nav .sub-menu {
    top: 63px;
  }

  .campaign-80 .page-sidebar {
    margin-left: 50px;
    padding-left: 50px;
    max-width: 350px;
  }
}

@media only screen and (max-width: 1180px) {

  .c-page-cols,
  .c-sub-nav,
  .list-block-cards,
  .list-airlines,
  .list-articles {
    margin-left: 0;
    margin-right: 0;
  }

  .page-content .search-results,
  .list-destination.big,
  .article-2,
  .article,
  .news-list-big,
  .main-title,
  .page-content .tab-content,
  .breadcrumbs {
    padding-left: 0;
    padding-right: 0;
    margin-left: 30px;
    margin-right: 30px;
  }

  .block-book.wide,
  .page-content .tab-nav {
    margin-left: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .destination-content .tab-nav,
  .destination-content .tab-content {
    margin: 0;
    padding: 0;
  }

  .page-sidebar {
    margin: 0 30px 0 60px;
  }

  .main-title {
    border-left: 0;
  }

  .block-book.narrow .form-book .f-row .f-col:last-child,
  .block-book.narrow .form-book .desc,
  .block-book.narrow .form-book .f-row {
    clear: both;
  }

  .block-book.narrow .form-book .desc {
    max-width: inherit;
  }

  .block-book.narrow .form-book .f-row:nth-child(1) .f-col {
    float: none;
    margin-right: 0;
  }

  .block-book.narrow .form-book .f-col {
    margin-bottom: 20px;
  }

  .block-book.narrow .form-book .f-row:nth-child(1) input[type="text"] {
    width: 100%;
  }

  .block-book.narrow .form-book .btn {
    margin: 0;
  }

  .campaign-80 .page-sidebar {
    max-width: 300px;
  }

  .campaign-80 #infinite_timeline,
  .campaign-80 .row h2.title {
    margin-left: 15px;
    margin-right: 15px;
  }

  .destination-content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .page-content .disclaimer {
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 1024px) {

  .main-nav-wrap .main-nav > li > a,
  .search-form .field,
  .header .logo a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  /*
	.header .logo a {
		background-position: -30px 0;
	}
	*/
  .search-form .search-field {
    width: 350px;
  }

  .list-links {
    padding-left: 0;
  }

  .footer .social li {
    margin-right: 10px;
  }

  .block-book.narrow .form-book .f-row:nth-child(2) .f-col {
    margin-right: 0;
  }

  .block-book.narrow .form-book .f-row:nth-child(2) .f-col:nth-child(1),
  .block-book.narrow .form-book .f-row:nth-child(2) .f-col:nth-child(2) {
    width: 50%;
  }

  .block-book.narrow .form-book .f-row:nth-child(2) .f-col:nth-child(1) {
    padding-right: 10px;
  }

  .block-book.narrow .form-book .f-row:nth-child(2) .f-col:nth-child(2) {
    padding-left: 10px;
  }

  .block-book.narrow .form-book .f-row:nth-child(2) .f-col:nth-child(3) {
    clear: both;
  }

  .block-book.narrow .form-book input.date {
    width: 100%;
  }

  .block-book.narrow .form-book input.people {
    width: 80px;
  }

  .c-page-cols {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .c-page-cols .c-page-cols__item {
    width: 50%;
    margin: 0 0 40px 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  a.virtualtour {
    left: 30px;
  }
}

@media only screen and (max-width: 900px) {
  .search-form .search-field {
    width: 280px;
  }

  .main-nav-wrap .main-nav > li > a {
    padding: 20px 10px;
    font-size: 16px;
  }

  .main-nav-wrap .main-nav > .home > a {
    height: 56px;
  }

  .main-nav-wrap .main-nav .sub-menu {
    top: 61px;
  }

  .page-sidebar {
    margin-left: 30px;
  }

  .feedback-popup {
    padding: 45px 30px;
    width: 90%;
    transform: translateX(50%) translateY(-50%);
  }

  .feedback-popup-title {
    padding-right: 20px;
  }

  .feedback-popup.visible {
    right: 50%;
  }

}

@media only screen and (max-width: 800px) {

  .header .weather,
  .block.news,
  .c-hero-area,
  .hero-area,
  .main-nav-wrap,
  .link-sitemap {
    display: none !important;
  }

  .front-page .col-sm-12,
  .front-page .col-sm-6,
  .front-page .col-sm-9,
  .front-page .col-sm-3 {
    clear: both;
    float: none;
    width: auto;
  }

  .list-articles .col-xs-6 {
    clear: none;
    float: left;
    width: 50%;
  }

  .btn-open-panel {
    display: block;
    opacity: 1;
    top: 25px;
  }

  .m-panel {
    display: block;
    padding-top: 50px;
  }

  .page-wrap {
    background-color: #fff;
    position: relative;
    right: 0;
    z-index: 1;
  }

  .m-panel-open .btn-open-panel {
    opacity: 0;
  }

  .m-panel-open .page-wrap {
    right: 75%;
    padding-right: 10px;
  }

  .page-content .search-results,
  .list-destination.big,
  .page-content .tab-content,
  .breadcrumbs,
  .article-2,
  .article,
  .news-list-big,
  .main-title {
    margin-left: 15px;
    margin-right: 15px;
  }

  .page-content .tab-nav {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .breadcrumbs {
    margin-bottom: 40px;
  }

  .page-content .tab-content {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .header .logo {
    float: none;
    height: 100px;
    overflow: hidden;
  }

  /*
	.header .logo a {
		width: 100%;
		height: 100px;
		background-position: 50%;
	}
	*/
  body[data-lang="en"] .header .logo a,
  body[data-lang="ru"] .header .logo a,
  .header .logo a {
    width: 100%;
    height: 80px;
    margin: 10px 0;
    background-position: 50%;
  }

  .header .logo img {
    max-width: 100%;
    height: auto;
  }

  .search-form {
    float: none;
    position: relative;
  }

  .search-form .search-field {
    width: 100%;
  }

  .search-form .placeholder,
  .search-form .field {
    padding-right: 110px;
  }

  .search-form .field {
    border-left: 0;
  }

  .search-form .btn {
    margin: 0;
    position: absolute;
    right: 0;
  }

  body.home .search-form .btn {
    height: 61px;
    line-height: 61px;
  }

  body.home .h-content,
  body.home .header {
    border-bottom: 0;
  }

  .list-articles .photo img {
    width: 100%;
    height: auto;
  }

  .footer .col-xs-10,
  .footer .col-xs-2 {
    clear: both;
    float: none;
    width: auto;
    overflow: hidden;
  }

  .footer .social,
  .footer .app,
  .footer .feedback {
    clear: both;
    display: block;
    float: none;
    width: 100%;
    padding: 30px;
    text-align: center;
  }

  .footer .social ul {
    display: inline-block;
  }

  .footer .link-app,
  .footer .link-feedback {
    display: inline-block;
    text-align: left;
  }

  .news-list {
    margin-bottom: 0;
  }

  .block-book.narrow .form-book .f-row:nth-child(1) .f-col {
    margin-right: 0;
    clear: none;
    float: left;
    width: 50%;
  }

  .block-book.narrow .form-book .f-row:nth-child(1) .f-col:nth-child(1) {
    padding-right: 10px;
  }

  .block-book.narrow .form-book .f-row:nth-child(1) .f-col:nth-child(2) {
    padding-left: 10px;
  }

  .block-book.narrow .form-book .f-row:nth-child(1) input[type="text"] {
    width: 100%;
  }

  .flights-info {
    margin-bottom: 0;
  }

  .list-links {
    margin-bottom: 30px;
    text-align: center;
  }

  .list-links a {
    display: block;
    height: 80px;
    text-align: left;
  }

  .card-item .logo,
  .airline-item .logo {
    float: none;
    width: auto;
    max-width: inherit;
    margin: 20px 0;
    text-align: center;
  }

  .card-item .text,
  .airline-item .text {
    margin: 0;
  }

  .flights-info .tab-nav {
    float: none;
    width: 100%;
  }

  .flights-info .tab-nav li {
    float: left;
    width: 33.333333333%;
  }

  .flights-info .tab-nav a {
    width: 100%;
    height: 110px;
  }

  .flights-info .tab-nav .active:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ff5800;
    border-bottom: 0;
    margin-top: 0;
    top: auto;
    right: auto;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
  }

  .flights-info .tab-content {
    clear: both;
    width: 100%;
    height: auto;
    padding: 15px 0 0 0;
  }

  .flight-table.small + p .link-all {
    float: none;
    display: block;
    padding: 15px;
    text-align: center;
  }

  .flight-table.small {
    margin-bottom: 0;
  }

  .list-destination.small ul {
    width: 50%;
  }

  .list-destination.small ul:nth-child(1) {
    order: 1;
  }

  .list-destination.small ul:nth-child(3) {
    order: 2;
  }

  .list-destination.small ul:nth-child(2) {
    order: 3;
  }

  .list-destination.small ul:nth-child(4) {
    order: 4;
  }

  .list-destination.small ul:nth-child(5) {
    order: 5;
  }

  .list-destination.small ul:nth-child(6) {
    order: 6;
  }

  .list-destination.small a {
    padding-left: 60px;
    background-position: 35px 50%;
  }

  .form-flight-search {
    margin-bottom: 20px;
  }

  .form-flight-search fieldset,
  .form-flight-search .link-up {
    float: none;
    display: block;
  }

  .form-flight-search fieldset {
    margin-bottom: 20px;
  }

  .list-destination.big .destination-content {
    padding-top: 20px;
  }

  .destination-content .tab-nav,
  .destination-content .tab-content {
    margin: 0;
    padding: 0;
  }

  .block-book.wide {
    padding: 20px;
  }

  .list-destination.big ul {
    width: 50%;
  }

  .list-destination.big ul:nth-child(1) {
    order: 1;
  }

  .list-destination.big ul:nth-child(3) {
    order: 2;
  }

  .list-destination.big ul:nth-child(2) {
    order: 3;
  }

  .list-destination.big ul:nth-child(4) {
    order: 4;
  }

  .procurement-table.big {
    border-top: 0px;
  }

  .procurement-table.big .t-row {
    border-bottom: 0px;
  }

  .article table tbody td,
  .flight-table.big .t-head .t-row > div,
  .flight-table.big .t-body .t-row > div,
  .procurement-table.big .t-head .t-row > div,
  .procurement-table.big .t-body .t-row > div {
    padding: 10px;
  }

  .procurement-table.big .t-head {
    display: none;
  }

  .procurement-table.big .t-body .t-row .col-5 {
    border-bottom: 2px #b6bbbf solid;
  }

  .procurement-table.big .t-body .t-row .col-1 {
    border-top: 2px #b6bbbf solid;
  }

  .procurement-table.big .t-body .t-row {
    margin-bottom: 65px;
  }

  .procurement-table.big .t-body .t-row > div {
    display: block;
    width: 100%;
    padding: 0px;
  }

  .procurement-table.big .t-body .t-row > div > div {
    padding: 10px;
  }

  .procurement-table.big .t-body .t-row > div .mobile-label {
    border-bottom: 1px #b6bbbf solid;
    background-color: #f2f5f7;
    font-family: 'LatoWebBold', Arial, Helvetica, Sans-serif;
    color: #37424a;
  }

  .procurement-table.big .mobile-label {
    display: block;
  }

  .flight-info .row-info {
    padding: 10px 0;
  }

  .flight-info .row-info .block-1,
  .flight-info .row-info .block-2 {
    float: none;
    /*overflow: hidden;*/
    margin: 15px;
  }

  .flight-info .row-info .end.next-day .next-day-info {
    z-index: 2;
  }

  .page-sidebar {
    float: none;
    margin: 0 15px;
  }

  .page-sidebar .block {
    margin: 0 0 45px 0;
  }

  .page-note {
    margin-top: 0;
  }

  .page-note .m-content {
    padding-left: 90px;
  }

  .page-note .m-content span.bg {
    width: 60px;
  }

  .page-note .m-content:before {
    left: -5px;
  }

  .page-note .m-content h2 {
    font-size: 24px;
  }

  .block-book.narrow {
    margin-bottom: 30px;
  }

  .adv-pos {
    padding: 0 15px;
  }

  .adv-pos-1 {
    margin-bottom: 30px;
  }

  .form-feedback {
    margin: 30px -30px -30px -30px;
    position: relative;
    bottom: auto;
    right: auto;
  }

  .form-feedback:before {
    display: none;
  }

  .form-feedback textarea {
    width: 100%;
  }

  .form-feedback .vfb-item-submit,
  .form-feedback .vfb-item-text {
    float: none;
    width: auto;
  }

  .form-feedback .vfb-item-submit {
    margin: 25px 0 0 0;
  }

  .page-note.modal-wrap .m-content {
    top: 50%;
    left: 0;
    margin-left: 0 !important;
    padding: 25px 70px 25px 90px;
  }

  .campaign-80 .article {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .campaign-80 .page-sidebar {
    display: none;
  }

  .c-sub-nav {
    border-top: 0;
  }

  .c-sub-nav .sub-menu {
    flex-direction: column;
  }

  .c-sub-nav .menu-item a {
    padding: 20px 15px;
    color: #fff;
    background-color: #37424a;
    border-bottom: 1px #fff solid;
  }

  .c-sub-nav .menu-item a:hover,
  .c-sub-nav .current-menu-item a {
    color: #fff;
    font-weight: 400;
    background-color: #ff5800;
  }

  .c-page-text {
    display: flex;
    flex-direction: column;
  }

  .c-page-text__left {
    order: 0;
    margin-bottom: 80px;
  }

  .c-page-text__right {
    order: 1;
  }

  .c-page-cols {
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .c-page-cols .c-page-cols__item {
    width: 100%;
  }

  .c-page-cols__item img {
    width: auto;
  }

  .flight-table-small-wrap + p .link-all {
    margin: -10px 20px 20px 0;
  }

  .page-content .disclaimer {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media only screen and (max-width: 700px) {

  .flight-info .col-left,
  .flight-info .col-right {
    float: none;
    margin: 0;
    min-height: 32px !important
  }

  .flight-info .col-left {
    margin-bottom: 30px;
  }

  .msg-choose-date {
    margin-top: 0 !important;
  }

  .flight-info .row-info .block-1 {
    float: left;
  }
}

@media only screen and (max-width: 600px) {
  .m-panel {
    padding-top: 0;
  }

  #destinations-map,
  .header .h-toolbar {
    display: none;
  }

  .flight-table.small .t-row > div {
    padding: 5px 10px;
  }

  .flight-table.big .t-row .col-2,
  .flight-table.big .t-row .col-4,
  .flight-table.small .t-row .col-3,
  .flight-table.small .t-row .col-5 {
    display: none;
  }

  .flight-table.big .t-row .col-1,
  .flight-table.small .col-1 {
    width: 30%;
  }

  .flight-table.big .t-row .col-3,
  .flight-table.big .t-row .col-5,
  .flight-table.small .col-2,
  .flight-table.small .col-4 {
    width: 35%;
  }

  .flight-info .row-info .block-1 {
    float: none;
  }

  .featured-photo {
    height: 200px;
  }

  .campaign-80 #infinite_timeline .year_posts {
    background: none;
  }

  .campaign-80 #infinite_timeline .item.right,
  .campaign-80 #infinite_timeline .item.left {
    float: none;
    width: auto;
  }

  .campaign-80 #infinite_timeline .item.right:before,
  .campaign-80 #infinite_timeline .item.left:after {
    display: none;
  }

  .column-left {
    width: 100%;
  }

  .column-right {
    width: 100%;
  }
}

@media only screen and (max-width: 500px) {
  .app-adv .m-close {
    padding: 0;
  }

  .app-adv .logo {
    margin-right: 10px;
  }

  .app-adv .link {
    padding: 0 10px;
  }

  .app-adv .logo img {
    width: 50px;
    height: auto;
  }

  .app-adv .link,
  .app-adv-content {
    font-size: 14px;
  }

  .app-adv-content h2 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 480px) {
  .breadcrumbs {
    display: none;
  }

  .block-book.narrow .form-book .f-col,
  .list-articles .col-xs-6,
  .footer .block-info li,
  .list-articles li,
  .list-block-cards li,
  .list-airlines li {
    float: none;
    width: auto;
  }

  body.home .header,
  .footer .block-right,
  .news-list {
    margin: 0;
  }

  .header {
    margin-bottom: 30px;
  }

  .m-panel {
    width: 85%;
  }

  .m-panel-open .page-wrap {
    right: 85%;
  }

  /*
	.header .logo a {
		margin-left: -30px;
		padding-right: 70px;
		background-size: 100% auto;
		background-position: 50%;
	}
	*/
  body[data-lang="en"] .header .logo a,
  body[data-lang="ru"] .header .logo a,
  .header .logo a {
    width: auto;
    margin-right: 70px;
    background-size: auto 100%;
  }

  .search-form .search-field {
    height: 50px;
  }

  .search-form .placeholder {
    padding: 0 75px 0 15px;
  }

  .search-form .field {
    background: none;
    padding: 13px 75px 13px 15px;
  }

  .search-form .btn {
    width: 60px;
    height: 51px;
    line-height: 51px;
    padding: 0;
    font-size: 0;
    background-image: url('../img/icon-search2.png');
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 23px;
  }

  body.home .search-form .btn {
    height: 50px;
    line-height: 50px;
  }

  .flight-table.small .flip-text {
    max-width: 110px;
  }

  .list-destination.small {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
  }

  .list-destination.small a {
    padding-left: 60px;
    background-position: 35px 50%;
  }

  .footer .block-info {
    margin: 0;
    padding: 0;
  }

  .footer .block-info .info:before,
  .footer .block-info .baggage:before,
  .footer .block-info .inva:before {
    left: 20px;
  }

  .footer .block-info li {
    margin: 30px 0;
    padding: 0 20px 0 90px;
  }

  .footer .block-right {
    padding: 20px;
    text-align: center;
    border: 0;
    border-top: 1px #eee solid;
  }

  .footer .link-all {
    display: inline-block;
  }

  .news-list,
  .block-book.narrow {
    padding: 20px 15px;
  }

  .block-book.narrow .form-book .f-row:nth-child(1) .f-col:nth-child(1),
  .block-book.narrow .form-book .f-row:nth-child(1) .f-col:nth-child(2),
  .block-book.narrow .form-book .f-row:nth-child(2) .f-col:nth-child(1),
  .block-book.narrow .form-book .f-row:nth-child(2) .f-col:nth-child(2),
  .block-book.narrow .form-book .f-row:nth-child(2) .f-col:nth-child(3),
  .block-book.narrow .form-book .f-row .f-col {
    clear: both;
    float: none;
    width: auto;
    margin: 0 0 15px 0;
    padding: 0;
  }

  .block-book.narrow .form-book .btn,
  .block-book.narrow .form-book input.people {
    width: 100%;
  }

  .block-book.narrow .form-book .btn {
    margin-top: 5px;
  }

  .form-book .dropdown-people {
    width: 100%;
    position: relative;
  }

  .form-book .dropdown-people .btn-select-people {
    float: none;
    display: block;
    width: 100%;
  }

  .list-destination.big .destination-content {
    padding-top: 60px;
  }

  .destination-content .btn-close {
    top: 18px;
    right: 15px;
  }

  .page-note.modal-wrap .m-content,
  .page-note .m-content {
    padding: 65px 15px 15px 15px;
  }

  .page-note .m-content span.bg {
    height: 60px;
  }

  .page-note.modal-wrap .m-content span.bg {
    top: 0;
  }

  .page-note.modal-wrap .m-content:before,
  .page-note .m-content:before {
    font-size: 36px;
    top: 30px;
    left: 12px;
  }

  .page-note.modal-wrap .m-content h2 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 1.3;
  }

  .page-note .btn-close {
    width: 60px;
    height: 50px;
    background-image: url('../img/icon-close.png');
    top: 0;
    right: 0;
  }

  .page-note.modal-wrap .btn-close {
    width: 60px;
    height: 50px;
    top: 0;
    right: 0;
  }

  .page-content .tab-nav {
    box-shadow: none;
  }

  .page-content .tab-nav li {
    float: none;
    width: auto;
  }

  .page-content .tab-nav .active:before {
    display: none;
  }

  .form-flight-search .field-wrap,
  .form-flight-search label,
  .form-flight-search input {
    float: none;
    margin: 0;
  }

  .form-flight-search .field,
  .form-flight-search .btn {
    width: 100%;
  }

  .form-feedback textarea {
    height: 120px;
  }

  .destination-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 60px;
  }
}

/* => Crisis version */

/* ------------------------------------------------------------------------------*/

.crisis-version .front-page .list-articles,
.crisis-version .adv-pos,
.crisis-version .hero-area {
  display: none !important;
}

.crisis-version {
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.browser-ie.crisis-version .fancybox-nav span:hover:before,
.browser-ie.crisis-version .form-feedback label.vfb-error,
.browser-ie.crisis-version .footer .link-app:hover,
.browser-ie.crisis-version .footer .link-feedback:hover,
.browser-ie.crisis-version .footer .block-info .info:before,
.browser-ie.crisis-version .footer .block-info .baggage:before,
.browser-ie.crisis-version .footer .block-info .inva:before,
.browser-ie.crisis-version .info-seasonal span,
.browser-ie.crisis-version .flight-info .row-info h3 span:first-child:after,
.browser-ie.crisis-version .flight-info .row-info .start:before,
.browser-ie.crisis-version .flight-info .row-info .end:before,
.browser-ie.crisis-version .flight-info .row-info .duration:before,
.browser-ie.crisis-version .flight-info .col-right .heading .nr,
.browser-ie.crisis-version .flight-info .col-right .heading:before,
.browser-ie.crisis-version .flight-info .col-left .heading span:first-child:after,
.browser-ie.crisis-version .list-destination.big .destination-item > a .seasonal,
.browser-ie.crisis-version .list-destination.big .destination-item.active > a,
.browser-ie.crisis-version .list-destination.big .destination-item > a:hover,
.browser-ie.crisis-version .page-sidebar .block.info:before,
.browser-ie.crisis-version .page-sidebar .block.location:before,
.browser-ie.crisis-version .article label.vfb-error,
.browser-ie.crisis-version .page-note .m-content a,
.browser-ie.crisis-version .list-articles .info-open:before,
.browser-ie.crisis-version .list-articles .info-location:before,
.browser-ie.crisis-version .list-articles .info-contact:before,
.browser-ie.crisis-version .list-articles a:hover h3,
.browser-ie.crisis-version .list-articles a:hover .title,
.browser-ie.crisis-version .list-links .icon a:before,
.browser-ie.crisis-version .list-links a:hover,
.browser-ie.crisis-version .list-destination.small a:hover,
.browser-ie.crisis-version .flight-table-small-wrap + p .link-all:hover,
.browser-ie.crisis-version .hero-area .owl-prev:hover:before,
.browser-ie.crisis-version .hero-area .owl-next:hover:before,
.browser-ie.crisis-version .main-nav-wrap .main-nav .sub-list > .icon > a:before,
.browser-ie.crisis-version .main-nav-wrap .main-nav > .home.current-menu-item > a,
.browser-ie.crisis-version .main-nav-wrap .main-nav > .current-menu-item > a,
.browser-ie.crisis-version .main-nav-wrap .main-nav > .current-menu-parent > a,
.browser-ie.crisis-version .main-nav-wrap .main-nav > .current-menu-ancestor > a,
.browser-ie.crisis-version .main-nav-wrap .main-nav > .current-page-ancestor > a,
.browser-ie.crisis-version .main-nav-wrap .main-nav > li > a:hover,
.browser-ie.crisis-version .main-nav-wrap .main-nav .sub-list a:hover,
.browser-ie.crisis-version .main-nav-wrap .main-nav .sub-list > .current-menu-item > a,
.browser-ie.crisis-version .main-nav-wrap .main-nav .sub-list > .current-menu-parent > a,
.browser-ie.crisis-version .main-nav-wrap .main-nav .sub-list > .current-menu-ancestor > a,
.browser-ie.crisis-version .main-nav-wrap .main-nav .sub-list > .current-page-ancestor > a,
.browser-ie.crisis-version .weather .icon:before,
.browser-ie.crisis-version a,
.browser-ie.crisis-version a:hover,
.browser-ie.crisis-version a:focus,
.browser-ie.crisis-version a:active {
  color: #757575;
}

.browser-ie.crisis-version .news-list .list a,
.browser-ie.crisis-version .search-results .title span:before,
.browser-ie.crisis-version .vfb-text.vfb-error,
.browser-ie.crisis-version .vfb-textarea.vfb-error,
.browser-ie.crisis-version .vfb-select.vfb-error,
.browser-ie.crisis-version.sticky-header .btn-open-search.active:before,
.browser-ie.crisis-version .ui-state-active,
.browser-ie.crisis-version .ui-widget-content .ui-state-active,
.browser-ie.crisis-version .ui-widget-header .ui-state-active {
  border-color: #757575;
}

.browser-ie.crisis-version .flights-info .tab-nav .active:before {
  border-left-color: #757575;
}

.browser-ie.crisis-version .page-content .tab-nav .active:before {
  border-top-color: #757575;
}

.browser-ie.crisis-version .btn-submit:hover,
.browser-ie.crisis-version .btn-submit:focus,
.browser-ie.crisis-version input[type="submit"]:hover,
.browser-ie.crisis-version button:hover,
.browser-ie.crisis-version input[type="submit"]:focus,
.browser-ie.crisis-version button:focus,
.browser-ie.crisis-version .page-content .tab-nav a:hover,
.browser-ie.crisis-version .page-note .m-content:before,
.browser-ie.crisis-version .m-panel .main-nav > .current-menu-item > a,
.browser-ie.crisis-version .m-panel .main-nav > .current-menu-parent > a,
.browser-ie.crisis-version .m-panel .main-nav > .current-menu-ancestor > a,
.browser-ie.crisis-version .m-panel .main-nav > .current-page-ancestor > a,
.browser-ie.crisis-version .btn-open-panel:before,
.browser-ie.crisis-version .form-feedback .vfb-item-submit input,
.browser-ie.crisis-version .search-results .title span,
.browser-ie.crisis-version .datepicker td span:hover,
.browser-ie.crisis-version .datepicker .active,
.browser-ie.crisis-version .list-destination.big .destination-item.active > a:before,
.browser-ie.crisis-version .page-content .tab-nav .active,
.browser-ie.crisis-version .page-content .tab-nav .active:hover,
.browser-ie.crisis-version .page-sidebar .hero .btn-action:hover,
.browser-ie.crisis-version .list-articles a:hover:before,
.browser-ie.crisis-version .list-links a:after,
.browser-ie.crisis-version .flights-info .tab-nav .active,
.browser-ie.crisis-version .hero-area .owl-pagination .owl-page.active,
.browser-ie.crisis-version .hero-area .owl-pagination .owl-page:hover,
.browser-ie.crisis-version .ui-state-active,
.browser-ie.crisis-version .ui-widget-content .ui-state-active,
.browser-ie.crisis-version .ui-widget-header .ui-state-active,
.browser-ie.crisis-version .btn-open-search.active,
.browser-ie.crisis-version .btn-open-search:hover,
.browser-ie.crisis-version .main-nav-wrap .main-nav .marker,
.browser-ie.crisis-version .header .link-airport.active:after,
.browser-ie.crisis-version .header .link-about.active:after,
.browser-ie.crisis-version .header .link-sitemap.active:after {
  background-color: #757575;
}

.browser-ie.crisis-version .page-content .tab-nav a,
.browser-ie.crisis-version .flight-table.small .t-row > div,
.browser-ie.crisis-version .flights-info .tab-nav a {
  color: #fff;
}

.browser-ie.crisis-version .link-arrow,
.browser-ie.crisis-version .header .top-nav .list a,
.browser-ie.crisis-version .header .select-airport .list a,
.browser-ie.crisis-version .main-nav-wrap .main-nav .sub-list > li > a,
.browser-ie.crisis-version .flight-table-small-wrap + p .link-all span,
.browser-ie.crisis-version .list-destination.small a,
.browser-ie.crisis-version .news-list .link-more,
.browser-ie.crisis-version .list-destination.big .destination-item > a,
.browser-ie.crisis-version .search-results.flights .link-more,
.browser-ie.crisis-version .sitemap > li > a,
.browser-ie.crisis-version .footer .link-all {
  background-image: url('../img/icon-arrow-bw.png');
}

.browser-ie.crisis-version .main-nav-wrap .main-nav .sub-list > .icon > a {
  background-image: none;
}

.browser-ie.crisis-version .form-flight-search .link-up.open,
.browser-ie.crisis-version .list-destination.big .destination-item.active > a {
  background-image: url('../img/icon-arrowdown-bw.png');
}

.browser-ie.crisis-version .form-flight-search .link-up {
  background-image: url('../img/icon-arrowup-bw.png');
}

.browser-ie.crisis-version .footer .link-feedback:before {
  background-image: url('../img/icon-feedback-bw.png');
}

.browser-ie.crisis-version .footer .social a {
  background-image: url('../img/icon-social-bw.png');
}

.browser-ie.crisis-version.sticky-header .main-nav-wrap .main-nav > .home > a {
  background-image: url('../img/logo-icon-bw.png');
}

.browser-ie.crisis-version .header .logo a {
  background-image: url('../img/logo-80-bw.svg');
}

.browser-ie.crisis-version[data-lang="en"] .header .logo a {
  background-image: url('../img/logo-80-en-bw.svg');
}

.browser-ie.crisis-version .footer .link-app:before {
  background-image: url('../img/icon-app-bw.png');
}

select.medium {
  padding: 4px 12px;
}

select.medium::-ms-expand {
  background: none;
  border: none;
}

.c-cookie-consent {
  box-sizing: border-box;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 30px 15px;
  z-index: 1001;
  background-color: rgba(232, 234, 235, .9);
  color: #37424a;
  font-size: 14px;
  text-align: center;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.c-cookie-consent.hide {
  display: none;
}

.c-cookie-consent__container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}

.c-cookie-consent.accepted {
  transform: translateY(-100%);
  opacity: 0;
}

.c-cookie-consent p {
  margin: 0;
}

.c-cookie-consent a {
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: underline;
}

.c-cookie-consent a:hover,
.c-cookie-consent a:focus {
  text-decoration: none;
}

.c-cookie-consent .c-cookie-consent__accept {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background: url(../img/icon-close3.png) no-repeat center center;
  background-size: contain;
}

@media screen and (max-width: 991px) {
  .c-cookie-consent p a {
    display: block;
  }

  .c-cookie-consent__container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-cookie-consent .c-cookie-consent__accept {
    right: 10px;
  }
}

.flight-table.big .t-head .t-row .col-1,
.flight-table.big .t-body .t-row .col-1 {
  position: relative;
  padding-left: 60px;
}

.flight-table.small .t-head .t-row .col-1,
.flight-table.small .t-body .t-row .col-1 {
  position: relative;
  padding-left: 30px;
}

.flight-table.big .t-body .t-row .col-1::before,
.flight-table.small .t-body .t-row .col-1::before {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: 20px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpolyline fill='none' stroke='%23ffffff' stroke-width='28' stroke-linejoin='miter' stroke-linecap='round' points='28,184 128,72 240,184' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.flight-table.small .t-body .t-row .col-1::before {
  left: 7px;
  width: 14px;
  height: 14px;
  margin-top: -7px;
}

.flight-table.big .t-body .t-row.collapsed .col-1::before,
.flight-table.small .t-body .t-row.collapsed .col-1::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpolyline fill='none' stroke='%23ff5800' stroke-width='28' stroke-linejoin='miter' stroke-linecap='round' points='28,72 128,184 240,72' /%3E%3C/svg%3E");
}

.flight-table.big .t-body .t-row.tracked.collapsed .col-1::before,
.flight-table.small .t-body .t-row.tracked.collapsed .col-1::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpolyline fill='none' stroke='%23ffffff' stroke-width='28' stroke-linejoin='miter' stroke-linecap='round' points='28,72 128,184 240,72' /%3E%3C/svg%3E");
}

@media screen and (max-width: 800px) {
  .flight-table {
    font-size: 14px;
  }

  .flight-table.big .t-head .t-row .col-1,
  .flight-table.big .t-body .t-row .col-1 {
    padding-left: 30px;
  }

  .flight-table.big .t-body .t-row .col-1::before {
    left: 7px;
    width: 14px;
    height: 14px;
    margin-top: -7px;
  }
}

.flight-table .t-row,
.flight-table.big .t-row,
.flight-table.small .t-row {
  cursor: pointer;
  background-color: #37424a;
  color: #fff;
  border-bottom: 1px solid #37424a;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.flight-table .t-row.collapsed .link-airline {
  color: #37424a;
  border-bottom: 1px #37424a dotted;
}

.flight-table .t-row .link-airline,
.flight-table .t-row.tracked .link-airline,
.flight-table .t-row.tracked.collapsed .link-airline {
  color: #fff;
  border-bottom: 1px #fff dotted;
}

.flight-table.big .t-row.collapsed {
  background-color: #fff;
  color: #111;
  border-bottom: 1px solid #d0d5d9;
}

.flight-table.small .t-row.collapsed {
  background-color: #242b30;
  color: #fff;
}

.track-flight__row {
  background-color: #37424a;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.track-flight__row > div {
  padding: 20px 20px 40px 20px;
}

.flight-table.small .track-flight__row > div {
  padding: 10px 10px 20px 10px;
}

.btn--outline {
  border-radius: 0;
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  margin: 0 10px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.btn--outline:hover {
  background-color: #fff;
  color: #37424a;
}

.more-info {
  color: #b8c2cb;
  text-decoration: underline;
}

.more-info:hover,
.more-info:focus {
  text-decoration: none;
  color: #b8c2cb;
}

.more-info::before {
  content: "i";
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 11px;
  text-align: center;
  color: #838e97;
  vertical-align: middle;
  border: 1px solid #838e97;
  border-radius: 50%;
  margin-right: 5px;
}

.flight-table.small .more-info {
  font-size: 14px;
}

.flight-table .t-row.tracked.collapsed {
  color: #fff;
}

.flight-table .t-row.tracked,
.flight-table .t-row.tracked.collapsed,
.flight-table .t-row.tracked + .track-flight__row {
  background-color: #ff5800;
}

.flight-table .t-row.tracked {
  border-bottom: 1px solid #ff5800;
}

.flight-table .t-row.tracked + .track-flight__row .more-info,
.flight-table .t-row.tracked + .track-flight__row .more-info::before {
  color: #fff;
}

.flight-table .t-row.tracked + .track-flight__row .more-info::before {
  border-color: #fff;
}

.popover {
  border-radius: 0;
  border-color: #fff;
}

.popover.top .arrow {
  border-top-color: #fff;
}

.flight-tracking-bar {
  display: none;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 40px;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0 10px 10px rgba(0, 0, 0, .07);
  font-size: 16px;
}

.sticky-header .flight-tracking-bar {
  display: block;
  visibility: visible;
}

.flight-tracking-bar span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2.5vw;
}

.flight-tracking-bar span:last-child {
  margin-right: 0;
}

.flight-tracking__time::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background: url('../img/icon-bell.svg') no-repeat center center;
  background-size: contain;
  margin-right: 10px;
}

.btn--link {
  text-decoration: underline;
}

.btn--link:hover,
.btn--link:focus {
  text-decoration: none;
  color: #ff5800;
}

@media screen and (max-width: 767px) {
  .flight-tracking-bar {
    text-align: center;
  }

  .flight-tracking-bar span {
    margin-right: 30px;
  }
}

@media screen and (max-width: 480px) {
  .btn--link {
    font-size: 12px;
  }

  .flight-tracking-bar {
    padding: 7px 15px;
  }

  .flight-tracking-bar hr {
    margin-top: 7px;
    margin-bottom: 5px;
  }

  .flight-tracking-bar span {
    margin-right: 15px;
  }
}

.news-blocks {
  padding: 50px;
  margin-top: 60px;
  margin-bottom: 60px;
  background-color: #f5f6f7;
}

.news-blocks .column {
  padding: 20px 50px;
}

.news-blocks .title {
  font-family: 'CoreSansM65Bold', Arial, Helvetica, Sans-serif;
  font-size: 30px;
}

.news-blocks .date {
  font-size: 16px;
  font-style: italic;
  margin-top: 10px;
  margin-bottom: 10px;
}

.article__footer {
  margin-top: 80px;
  margin-bottom: 40px;
  font-size: 18px;
}

.article--text-lg {
  font-size: 18px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .news-blocks {
    padding: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .news-blocks .column {
    padding: 15px;
  }

  .article__footer {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.button {
  display: inline-block;
  color: #fff;
  padding: 14px 25px;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #ff5800;
  background-size: container;
  background-repeat: no-repeat;
  background-position: center center;
}

.button:hover {
  color: #fff;
  text-decoration: none;
}

.button.button--arrow::after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 12px;
  margin-left: 10px;
  background-image: url('../img/icon-arrowright-white.png');
}

.job-offer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #cfd5d9;
  font-size: 18px;
}

.job-offer:first-child {
  border-top: 1px solid #cfd5d9;
  margin-top: 10px;
}

.job-offer__title {
  max-width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

.job-offer__actions {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.job-offer__actions .link-all {
  display: block;
  padding-left: 25px;
  color: #ff5800;
  text-decoration: none;
  font-family: 'LatoWebBold', Arial, Helvetica, Sans-serif;
  background: url('../img/icon-arrow.png') no-repeat 0 50%;
  background-size: auto 12px;
}

.job-offer__actions .link-pdf,
.job-offer__actions .link-youtube {
  display: block;
  padding: 10px 0 10px 35px;
  color: #ff5800;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: left center;
}

.job-offer__actions .link-pdf {
  background-image: url('../img/icon-pdf.png');
  background-size: 20px auto;
}

.job-offer__actions .link-youtube {
  background-image: url('../img/icon-video.png');
  background-size: 24px auto;
}

@media screen and (max-width: 767px) {

  .job-offer__title,
  .job-offer__actions {
    max-width: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .job-offer__actions {
    margin-top: 10px;
  }
}

/* Gravity form */

.gform_wrapper {
  font-size: 18px;
}

.gform_wrapper .gform_heading {
  margin-top: 0;
  margin-bottom: 25px;
}

.gform_wrapper .gform_title {
  font-size: 24px;
  margin-top: 0;
}

.gform_wrapper .gfield_label {
  font-family: 'LatoWebBold', Arial, Helvetica, Sans-serif;
}

.gform_wrapper input {
  height: 40px;
}

.gform_wrapper .gform_button {
  font-size: 18px;
  font-family: 'LatoWeb', Arial, Helvetica, Sans-serif;
  font-weight: normal;
  background-color: #34424b;
  height: auto;
  padding: 12px 28px;
}

.gform_wrapper ul.gfield_checkbox {
  margin-top: 10px;
  margin-bottom: 10px;
}

.gform_wrapper .gfield_checkbox input {
  display: none;
}

.gform_wrapper .gfield_checkbox label {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
}

.gform_wrapper .gfield_checkbox label::after {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 2px;
  left: 0;
  background: #fff;
  border: 1px solid #a8bcc6;
}

.gform_wrapper .gfield_checkbox label::before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 8px;
  left: 6px;
  z-index: 1;
}

.gform_wrapper .gfield_checkbox input:checked + label::before {
  background: #34424b;
}

.gform_wrapper .gfield[class*="col-md-"],
.gform_wrapper .gfield[class*="col-sm-"],
.gform_wrapper .gfield[class*="col-xs-"] {
  clear: none;
}

.gform_wrapper .gform_drop_area {
  border-color: #a8bcc6;
  padding: 40px 25px;
}

.gform_wrapper .gfield--full input {
  width: 100%;
  text-align: left;
}

.gform_wrapper .gform_drop_instructions {
  color: #000;
  margin-right: 2px;
  font-size: 18px;
}

.gform_wrapper .gform_button_select_files {
  vertical-align: baseline;
  font-size: 18px;
  color: #000;
  padding: 0;
  text-transform: lowercase;
  border: none;
  outline: none;
  font-weight: normal;
  text-decoration: underline;
}

.gform_wrapper .gform_button_select_files:hover {
  color: #000;
  text-decoration: none;
}

.pl-2 {
  padding-left: 20px;
}


.ad2hs-prompt {
  z-index: 1;
  border: none;
  display: none;
  color: white;
  text-align: center;
  text-decoration: none;
  position: fixed;
  margin: 0 1rem 1rem;
  left: 0;
  right: 0;
  bottom: 0;
}

.ios-prompt {
  z-index: 1;
  background-color: rgb(245, 127, 32);
  display: none;
  text-decoration: none;
  font-size: 16px;
  color: #fbf9f3;
  position: fixed;
  margin: 0 auto 1rem;
  left: 1rem;
  right: 1rem;
  bottom: 0;
}

.ad2hs-prompt {
  background-color: rgb(245, 127, 32) !important;
  width: calc(100% - 20px) !important;
  padding: 15px 15px 15px 60px !important;
  font-size: 15px;
}

@media only screen and (max-width: 800px) {
  .footer .f-bottom .feedback {
    padding-bottom: 80px;
  }
  .page-wrap .footer .link-app:after {
    opacity: 0;
  }
  .page-wrap .footer .link-app:before {
    left: 10px;
  }
  .ios-prompt {
    padding: 0.8rem 1.4rem 0.8rem 0 !important;
    border: none !important;
  }

  .ios-prompt > span {
    margin-top: -10px !important;
    margin-right: -8px !important;
    font-size: 2.5rem !important;
    color: #fff !important;
  }

  .ios-prompt > img {
    height: 50px !important;
    margin-top: -3px !important;
    margin-right: 2px !important;
    margin-left: 2px !important;
  }

  .ios-prompt > p {
    display: table;
  }

  .ios-prompt > p > img {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
