@charset "UTF-8";
pre,
textarea {
  overflow: auto;
}
blockquote,
body,
dd,
dl,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
menu,
ol,
p,
pre,
ul {
  margin: 0;
}
button,
fieldset,
iframe,
img,
legend {
  border: 0;
}
button,
fieldset,
legend,
menu,
nav ol,
nav ul,
td,
th {
  padding: 0;
}
*,
.slick-slider {
  -webkit-tap-highlight-color: transparent;
}
.slick-dots,
nav ol,
nav ul {
  list-style: none;
}
.clearfix:after,
.container-fluid:after,
.container:after,
.row:after,
.slick-track:after {
  clear: both;
}
.hidden,
.invisible,
.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}
.default-button,
.mobile-app-buttons .title,
.site-footer-top,
.slick-dots,
.text-center {
  text-align: center;
}
.credit-card .container,
.hero-widget .weather .inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.hero-widget .ticket-buy-form .form-group-selectbox.passenger-count.isDisable,
.site-footer:after,
.slick-slide.dragging img {
  pointer-events: none;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block;
}
a {
  background-color: transparent;
}
a:active,
a:focus,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
.slick-dots li button:before,
.slick-next:before,
.slick-prev:before,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  resize: vertical;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
} /* formalize.css | MIT License | github.com/interacthings/formalize */
*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
}
body {
  overflow-x: hidden;
}
input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
  -webkit-text-fill-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 0 0 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}
.py25 {
  padding: 25px 0;
}
.slick-slider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  left: 0;
  top: 0;
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.slick-slide {
  float: left;
  height: 100%;
  outline: 0;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-dots,
.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  padding: 0;
}
.slick-loading .slick-list {
  background: url(../images/ajax-loader.gif) center center no-repeat #fff;
}
@font-face {
  font-family: slick;
  src: url(fonts/slick/slick.eot);
  src: url(fonts/slick/slick.eot?#iefix) format("embedded-opentype"),
    url(fonts/slick/slick.woff) format("woff"),
    url(fonts/slick/slick.ttf) format("truetype"),
    url(fonts/slick/slick.svg#slick) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.slick-next,
.slick-prev {
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: 0;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border: 0;
  outline: 0;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  outline: 0;
  background: 0;
  color: transparent;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.75;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
.slick-next:before,
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
.slick-dots {
  bottom: -25px;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.container,
.container-fluid {
  margin-right: auto;
  margin-left: auto;
}
.slick-dots li button {
  border: 0;
  background: 0;
  display: block;
  height: 20px;
  width: 20px;
  outline: 0;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.inline-block,
.zmdi {
  display: inline-block;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 0.25;
}
.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}
a,
html {
  color: #444;
}
@font-face {
  font-family: Material-Design-Iconic-Font;
  src: url(css/fonts/material-icon/Material-Design-Iconic-Font.eot);
  src: url(css/fonts/material-icon/Material-Design-Iconic-Font.eot#iefix)
      format("embedded-opentype"),
    url(css/fonts/material-icon/Material-Design-Iconic-Font.ttf)
      format("truetype"),
    url(css/fonts/material-icon/Material-Design-Iconic-Font.woff) format("woff"),
    url(css/fonts/material-icon/Material-Design-Iconic-Font.svg) format("svg");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
.zmdi {
  font: normal normal normal 14px/1 Material-Design-Iconic-Font;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.zmdi-3d-rotation:before {
  content: "\f101";
}
.zmdi-airplane-off:before {
  content: "\f102";
}
.zmdi-airplane:before {
  content: "\f103";
}
.zmdi-album:before {
  content: "\f104";
}
.zmdi-archive:before {
  content: "\f105";
}
.zmdi-assignment-account:before {
  content: "\f106";
}
.zmdi-assignment-alert:before {
  content: "\f107";
}
.zmdi-assignment-check:before {
  content: "\f108";
}
.zmdi-assignment-o:before {
  content: "\f109";
}
.zmdi-assignment-return:before {
  content: "\f10a";
}
.zmdi-assignment-returned:before {
  content: "\f10b";
}
.zmdi-assignment:before {
  content: "\f10c";
}
.zmdi-attachment-alt:before {
  content: "\f10d";
}
.zmdi-attachment:before {
  content: "\f10e";
}
.zmdi-audio:before {
  content: "\f10f";
}
.zmdi-badge-check:before {
  content: "\f110";
}
.zmdi-balance-wallet:before {
  content: "\f111";
}
.zmdi-balance:before {
  content: "\f112";
}
.zmdi-battery-alert:before {
  content: "\f113";
}
.zmdi-battery-flash:before {
  content: "\f114";
}
.zmdi-battery-unknown:before {
  content: "\f115";
}
.zmdi-battery:before {
  content: "\f116";
}
.zmdi-bike:before {
  content: "\f117";
}
.zmdi-block-alt:before {
  content: "\f118";
}
.zmdi-block:before {
  content: "\f119";
}
.zmdi-boat:before {
  content: "\f11a";
}
.zmdi-book-image:before {
  content: "\f11b";
}
.zmdi-book:before {
  content: "\f11c";
}
.zmdi-bookmark-outline:before {
  content: "\f11d";
}
.zmdi-bookmark:before {
  content: "\f11e";
}
.zmdi-brush:before {
  content: "\f11f";
}
.zmdi-bug:before {
  content: "\f120";
}
.zmdi-bus:before {
  content: "\f121";
}
.zmdi-cake:before {
  content: "\f122";
}
.zmdi-car-taxi:before {
  content: "\f123";
}
.zmdi-car-wash:before {
  content: "\f124";
}
.zmdi-car:before {
  content: "\f125";
}
.zmdi-card-giftcard:before {
  content: "\f126";
}
.zmdi-card-membership:before {
  content: "\f127";
}
.zmdi-card-travel:before {
  content: "\f128";
}
.zmdi-card:before {
  content: "\f129";
}
.zmdi-case-check:before {
  content: "\f12a";
}
.zmdi-case-download:before {
  content: "\f12b";
}
.zmdi-case-play:before {
  content: "\f12c";
}
.zmdi-case:before {
  content: "\f12d";
}
.zmdi-cast-connected:before {
  content: "\f12e";
}
.zmdi-cast:before {
  content: "\f12f";
}
.zmdi-chart-donut:before {
  content: "\f130";
}
.zmdi-chart:before {
  content: "\f131";
}
.zmdi-city-alt:before {
  content: "\f132";
}
.zmdi-city:before {
  content: "\f133";
}
.zmdi-close-circle-o:before {
  content: "\f134";
}
.zmdi-close-circle:before {
  content: "\f135";
}
.zmdi-close:before {
  content: "\f136";
}
.zmdi-cocktail:before {
  content: "\f137";
}
.zmdi-code-setting:before {
  content: "\f138";
}
.zmdi-code-smartphone:before {
  content: "\f139";
}
.zmdi-code:before {
  content: "\f13a";
}
.zmdi-coffee:before {
  content: "\f13b";
}
.zmdi-collection-bookmark:before {
  content: "\f13c";
}
.zmdi-collection-case-play:before {
  content: "\f13d";
}
.zmdi-collection-folder-image:before {
  content: "\f13e";
}
.zmdi-collection-image-o:before {
  content: "\f13f";
}
.zmdi-collection-image:before {
  content: "\f140";
}
.zmdi-collection-item-1:before {
  content: "\f141";
}
.zmdi-collection-item-2:before {
  content: "\f142";
}
.zmdi-collection-item-3:before {
  content: "\f143";
}
.zmdi-collection-item-4:before {
  content: "\f144";
}
.zmdi-collection-item-5:before {
  content: "\f145";
}
.zmdi-collection-item-6:before {
  content: "\f146";
}
.zmdi-collection-item-7:before {
  content: "\f147";
}
.zmdi-collection-item-8:before {
  content: "\f148";
}
.zmdi-collection-item-9-plus:before {
  content: "\f149";
}
.zmdi-collection-item-9:before {
  content: "\f14a";
}
.zmdi-collection-item:before {
  content: "\f14b";
}
.zmdi-collection-music:before {
  content: "\f14c";
}
.zmdi-collection-pdf:before {
  content: "\f14d";
}
.zmdi-collection-plus:before {
  content: "\f14e";
}
.zmdi-collection-speaker:before {
  content: "\f14f";
}
.zmdi-collection-text:before {
  content: "\f150";
}
.zmdi-collection-video:before {
  content: "\f151";
}
.zmdi-compass:before {
  content: "\f152";
}
.zmdi-cutlery:before {
  content: "\f153";
}
.zmdi-delete:before {
  content: "\f154";
}
.zmdi-dialpad:before {
  content: "\f155";
}
.zmdi-dns:before {
  content: "\f156";
}
.zmdi-drink:before {
  content: "\f157";
}
.zmdi-edit:before {
  content: "\f158";
}
.zmdi-email-open:before {
  content: "\f159";
}
.zmdi-email:before {
  content: "\f15a";
}
.zmdi-eye-off:before {
  content: "\f15b";
}
.zmdi-eye:before {
  content: "\f15c";
}
.zmdi-eyedropper:before {
  content: "\f15d";
}
.zmdi-favorite-outline:before {
  content: "\f15e";
}
.zmdi-favorite:before {
  content: "\f15f";
}
.zmdi-filter-list:before {
  content: "\f160";
}
.zmdi-fire:before {
  content: "\f161";
}
.zmdi-flag:before {
  content: "\f162";
}
.zmdi-flare:before {
  content: "\f163";
}
.zmdi-flash-auto:before {
  content: "\f164";
}
.zmdi-flash-off:before {
  content: "\f165";
}
.zmdi-flash:before {
  content: "\f166";
}
.zmdi-flip:before {
  content: "\f167";
}
.zmdi-flower-alt:before {
  content: "\f168";
}
.zmdi-flower:before {
  content: "\f169";
}
.zmdi-font:before {
  content: "\f16a";
}
.zmdi-fullscreen-alt:before {
  content: "\f16b";
}
.zmdi-fullscreen-exit:before {
  content: "\f16c";
}
.zmdi-fullscreen:before {
  content: "\f16d";
}
.zmdi-functions:before {
  content: "\f16e";
}
.zmdi-gas-station:before {
  content: "\f16f";
}
.zmdi-gesture:before {
  content: "\f170";
}
.zmdi-globe-alt:before {
  content: "\f171";
}
.zmdi-globe-lock:before {
  content: "\f172";
}
.zmdi-globe:before {
  content: "\f173";
}
.zmdi-graduation-cap:before {
  content: "\f174";
}
.zmdi-home:before {
  content: "\f175";
}
.zmdi-hospital-alt:before {
  content: "\f176";
}
.zmdi-hospital:before {
  content: "\f177";
}
.zmdi-hotel:before {
  content: "\f178";
}
.zmdi-hourglass-alt:before {
  content: "\f179";
}
.zmdi-hourglass-outline:before {
  content: "\f17a";
}
.zmdi-hourglass:before {
  content: "\f17b";
}
.zmdi-http:before {
  content: "\f17c";
}
.zmdi-image-alt:before {
  content: "\f17d";
}
.zmdi-image-o:before {
  content: "\f17e";
}
.zmdi-image:before {
  content: "\f17f";
}
.zmdi-inbox:before {
  content: "\f180";
}
.zmdi-invert-colors-off:before {
  content: "\f181";
}
.zmdi-invert-colors:before {
  content: "\f182";
}
.zmdi-key:before {
  content: "\f183";
}
.zmdi-label-alt-outline:before {
  content: "\f184";
}
.zmdi-label-alt:before {
  content: "\f185";
}
.zmdi-label-heart:before {
  content: "\f186";
}
.zmdi-label:before {
  content: "\f187";
}
.zmdi-labels:before {
  content: "\f188";
}
.zmdi-lamp:before {
  content: "\f189";
}
.zmdi-landscape:before {
  content: "\f18a";
}
.zmdi-layers-off:before {
  content: "\f18b";
}
.zmdi-layers:before {
  content: "\f18c";
}
.zmdi-library:before {
  content: "\f18d";
}
.zmdi-link:before {
  content: "\f18e";
}
.zmdi-lock-open:before {
  content: "\f18f";
}
.zmdi-lock-outline:before {
  content: "\f190";
}
.zmdi-lock:before {
  content: "\f191";
}
.zmdi-mail-reply-all:before {
  content: "\f192";
}
.zmdi-mail-reply:before {
  content: "\f193";
}
.zmdi-mail-send:before {
  content: "\f194";
}
.zmdi-mall:before {
  content: "\f195";
}
.zmdi-map:before {
  content: "\f196";
}
.zmdi-menu:before {
  content: "\f197";
}
.zmdi-money-box:before {
  content: "\f198";
}
.zmdi-money-off:before {
  content: "\f199";
}
.zmdi-money:before {
  content: "\f19a";
}
.zmdi-more-vert:before {
  content: "\f19b";
}
.zmdi-more:before {
  content: "\f19c";
}
.zmdi-movie-alt:before {
  content: "\f19d";
}
.zmdi-movie:before {
  content: "\f19e";
}
.zmdi-nature-people:before {
  content: "\f19f";
}
.zmdi-nature:before {
  content: "\f1a0";
}
.zmdi-navigation:before {
  content: "\f1a1";
}
.zmdi-open-in-browser:before {
  content: "\f1a2";
}
.zmdi-open-in-new:before {
  content: "\f1a3";
}
.zmdi-palette:before {
  content: "\f1a4";
}
.zmdi-parking:before {
  content: "\f1a5";
}
.zmdi-pin-account:before {
  content: "\f1a6";
}
.zmdi-pin-assistant:before {
  content: "\f1a7";
}
.zmdi-pin-drop:before {
  content: "\f1a8";
}
.zmdi-pin-help:before {
  content: "\f1a9";
}
.zmdi-pin-off:before {
  content: "\f1aa";
}
.zmdi-pin:before {
  content: "\f1ab";
}
.zmdi-pizza:before {
  content: "\f1ac";
}
.zmdi-plaster:before {
  content: "\f1ad";
}
.zmdi-power-setting:before {
  content: "\f1ae";
}
.zmdi-power:before {
  content: "\f1af";
}
.zmdi-print:before {
  content: "\f1b0";
}
.zmdi-puzzle-piece:before {
  content: "\f1b1";
}
.zmdi-quote:before {
  content: "\f1b2";
}
.zmdi-railway:before {
  content: "\f1b3";
}
.zmdi-receipt:before {
  content: "\f1b4";
}
.zmdi-refresh-alt:before {
  content: "\f1b5";
}
.zmdi-refresh-sync-alert:before {
  content: "\f1b6";
}
.zmdi-refresh-sync-off:before {
  content: "\f1b7";
}
.zmdi-refresh-sync:before {
  content: "\f1b8";
}
.zmdi-refresh:before {
  content: "\f1b9";
}
.zmdi-roller:before {
  content: "\f1ba";
}
.zmdi-ruler:before {
  content: "\f1bb";
}
.zmdi-scissors:before {
  content: "\f1bc";
}
.zmdi-screen-rotation-lock:before {
  content: "\f1bd";
}
.zmdi-screen-rotation:before {
  content: "\f1be";
}
.zmdi-search-for:before {
  content: "\f1bf";
}
.zmdi-search-in-file:before {
  content: "\f1c0";
}
.zmdi-search-in-page:before {
  content: "\f1c1";
}
.zmdi-search-replace:before {
  content: "\f1c2";
}
.zmdi-search:before {
  content: "\f1c3";
}
.zmdi-seat:before {
  content: "\f1c4";
}
.zmdi-settings-square:before {
  content: "\f1c5";
}
.zmdi-settings:before {
  content: "\f1c6";
}
.zmdi-shield-check:before {
  content: "\f1c7";
}
.zmdi-shield-security:before {
  content: "\f1c8";
}
.zmdi-shopping-basket:before {
  content: "\f1c9";
}
.zmdi-shopping-cart-plus:before {
  content: "\f1ca";
}
.zmdi-shopping-cart:before {
  content: "\f1cb";
}
.zmdi-sign-in:before {
  content: "\f1cc";
}
.zmdi-sort-amount-asc:before {
  content: "\f1cd";
}
.zmdi-sort-amount-desc:before {
  content: "\f1ce";
}
.zmdi-sort-asc:before {
  content: "\f1cf";
}
.zmdi-sort-desc:before {
  content: "\f1d0";
}
.zmdi-spellcheck:before {
  content: "\f1d1";
}
.zmdi-storage:before {
  content: "\f1d2";
}
.zmdi-store-24:before {
  content: "\f1d3";
}
.zmdi-store:before {
  content: "\f1d4";
}
.zmdi-subway:before {
  content: "\f1d5";
}
.zmdi-sun:before {
  content: "\f1d6";
}
.zmdi-tab-unselected:before {
  content: "\f1d7";
}
.zmdi-tab:before {
  content: "\f1d8";
}
.zmdi-tag-close:before {
  content: "\f1d9";
}
.zmdi-tag-more:before {
  content: "\f1da";
}
.zmdi-tag:before {
  content: "\f1db";
}
.zmdi-thumb-down:before {
  content: "\f1dc";
}
.zmdi-thumb-up-down:before {
  content: "\f1dd";
}
.zmdi-thumb-up:before {
  content: "\f1de";
}
.zmdi-ticket-star:before {
  content: "\f1df";
}
.zmdi-toll:before {
  content: "\f1e0";
}
.zmdi-toys:before {
  content: "\f1e1";
}
.zmdi-traffic:before {
  content: "\f1e2";
}
.zmdi-translate:before {
  content: "\f1e3";
}
.zmdi-triangle-down:before {
  content: "\f1e4";
}
.zmdi-triangle-up:before {
  content: "\f1e5";
}
.zmdi-truck:before {
  content: "\f1e6";
}
.zmdi-turning-sign:before {
  content: "\f1e7";
}
.zmdi-wallpaper:before {
  content: "\f1e8";
}
.zmdi-washing-machine:before {
  content: "\f1e9";
}
.zmdi-window-maximize:before {
  content: "\f1ea";
}
.zmdi-window-minimize:before {
  content: "\f1eb";
}
.zmdi-window-restore:before {
  content: "\f1ec";
}
.zmdi-wrench:before {
  content: "\f1ed";
}
.zmdi-zoom-in:before {
  content: "\f1ee";
}
.zmdi-zoom-out:before {
  content: "\f1ef";
}
.zmdi-alert-circle-o:before {
  content: "\f1f0";
}
.zmdi-alert-circle:before {
  content: "\f1f1";
}
.zmdi-alert-octagon:before {
  content: "\f1f2";
}
.zmdi-alert-polygon:before {
  content: "\f1f3";
}
.zmdi-alert-triangle:before {
  content: "\f1f4";
}
.zmdi-help-outline:before {
  content: "\f1f5";
}
.zmdi-help:before {
  content: "\f1f6";
}
.zmdi-info-outline:before {
  content: "\f1f7";
}
.zmdi-info:before {
  content: "\f1f8";
}
.zmdi-notifications-active:before {
  content: "\f1f9";
}
.zmdi-notifications-add:before {
  content: "\f1fa";
}
.zmdi-notifications-none:before {
  content: "\f1fb";
}
.zmdi-notifications-off:before {
  content: "\f1fc";
}
.zmdi-notifications-paused:before {
  content: "\f1fd";
}
.zmdi-notifications:before {
  content: "\f1fe";
}
.zmdi-account-add:before {
  content: "\f1ff";
}
.zmdi-account-box-mail:before {
  content: "\f200";
}
.zmdi-account-box-o:before {
  content: "\f201";
}
.zmdi-account-box-phone:before {
  content: "\f202";
}
.zmdi-account-box:before {
  content: "\f203";
}
.zmdi-account-calendar:before {
  content: "\f204";
}
.zmdi-account-circle:before {
  content: "\f205";
}
.zmdi-account-o:before {
  content: "\f206";
}
.zmdi-account:before {
  content: "\f207";
}
.zmdi-accounts-add:before {
  content: "\f208";
}
.zmdi-accounts-alt:before {
  content: "\f209";
}
.zmdi-accounts-list-alt:before {
  content: "\f20a";
}
.zmdi-accounts-list:before {
  content: "\f20b";
}
.zmdi-accounts-outline:before {
  content: "\f20c";
}
.zmdi-accounts:before {
  content: "\f20d";
}
.zmdi-face:before {
  content: "\f20e";
}
.zmdi-female:before {
  content: "\f20f";
}
.zmdi-male-alt:before {
  content: "\f210";
}
.zmdi-male-female:before {
  content: "\f211";
}
.zmdi-male:before {
  content: "\f212";
}
.zmdi-mood-bad:before {
  content: "\f213";
}
.zmdi-mood:before {
  content: "\f214";
}
.zmdi-run:before {
  content: "\f215";
}
.zmdi-walk:before {
  content: "\f216";
}
.zmdi-cloud-box:before {
  content: "\f217";
}
.zmdi-cloud-circle:before {
  content: "\f218";
}
.zmdi-cloud-done:before {
  content: "\f219";
}
.zmdi-cloud-download:before {
  content: "\f21a";
}
.zmdi-cloud-off:before {
  content: "\f21b";
}
.zmdi-cloud-outline-alt:before {
  content: "\f21c";
}
.zmdi-cloud-outline:before {
  content: "\f21d";
}
.zmdi-cloud-upload:before {
  content: "\f21e";
}
.zmdi-cloud:before {
  content: "\f21f";
}
.zmdi-download:before {
  content: "\f220";
}
.zmdi-file-plus:before {
  content: "\f221";
}
.zmdi-file-text:before {
  content: "\f222";
}
.zmdi-file:before {
  content: "\f223";
}
.zmdi-folder-outline:before {
  content: "\f224";
}
.zmdi-folder-person:before {
  content: "\f225";
}
.zmdi-folder-star-alt:before {
  content: "\f226";
}
.zmdi-folder-star:before {
  content: "\f227";
}
.zmdi-folder:before {
  content: "\f228";
}
.zmdi-gif:before {
  content: "\f229";
}
.zmdi-upload:before {
  content: "\f22a";
}
.zmdi-border-all:before {
  content: "\f22b";
}
.zmdi-border-bottom:before {
  content: "\f22c";
}
.zmdi-border-clear:before {
  content: "\f22d";
}
.zmdi-border-color:before {
  content: "\f22e";
}
.zmdi-border-horizontal:before {
  content: "\f22f";
}
.zmdi-border-inner:before {
  content: "\f230";
}
.zmdi-border-left:before {
  content: "\f231";
}
.zmdi-border-outer:before {
  content: "\f232";
}
.zmdi-border-right:before {
  content: "\f233";
}
.zmdi-border-style:before {
  content: "\f234";
}
.zmdi-border-top:before {
  content: "\f235";
}
.zmdi-border-vertical:before {
  content: "\f236";
}
.zmdi-copy:before {
  content: "\f237";
}
.zmdi-crop:before {
  content: "\f238";
}
.zmdi-format-align-center:before {
  content: "\f239";
}
.zmdi-format-align-justify:before {
  content: "\f23a";
}
.zmdi-format-align-left:before {
  content: "\f23b";
}
.zmdi-format-align-right:before {
  content: "\f23c";
}
.zmdi-format-bold:before {
  content: "\f23d";
}
.zmdi-format-clear-all:before {
  content: "\f23e";
}
.zmdi-format-clear:before {
  content: "\f23f";
}
.zmdi-format-color-fill:before {
  content: "\f240";
}
.zmdi-format-color-reset:before {
  content: "\f241";
}
.zmdi-format-color-text:before {
  content: "\f242";
}
.zmdi-format-indent-decrease:before {
  content: "\f243";
}
.zmdi-format-indent-increase:before {
  content: "\f244";
}
.zmdi-format-italic:before {
  content: "\f245";
}
.zmdi-format-line-spacing:before {
  content: "\f246";
}
.zmdi-format-list-bulleted:before {
  content: "\f247";
}
.zmdi-format-list-numbered:before {
  content: "\f248";
}
.zmdi-format-ltr:before {
  content: "\f249";
}
.zmdi-format-rtl:before {
  content: "\f24a";
}
.zmdi-format-size:before {
  content: "\f24b";
}
.zmdi-format-strikethrough-s:before {
  content: "\f24c";
}
.zmdi-format-strikethrough:before {
  content: "\f24d";
}
.zmdi-format-subject:before {
  content: "\f24e";
}
.zmdi-format-underlined:before {
  content: "\f24f";
}
.zmdi-format-valign-bottom:before {
  content: "\f250";
}
.zmdi-format-valign-center:before {
  content: "\f251";
}
.zmdi-format-valign-top:before {
  content: "\f252";
}
.zmdi-redo:before {
  content: "\f253";
}
.zmdi-select-all:before {
  content: "\f254";
}
.zmdi-space-bar:before {
  content: "\f255";
}
.zmdi-text-format:before {
  content: "\f256";
}
.zmdi-transform:before {
  content: "\f257";
}
.zmdi-undo:before {
  content: "\f258";
}
.zmdi-wrap-text:before {
  content: "\f259";
}
.zmdi-comment-alert:before {
  content: "\f25a";
}
.zmdi-comment-alt-text:before {
  content: "\f25b";
}
.zmdi-comment-alt:before {
  content: "\f25c";
}
.zmdi-comment-edit:before {
  content: "\f25d";
}
.zmdi-comment-image:before {
  content: "\f25e";
}
.zmdi-comment-list:before {
  content: "\f25f";
}
.zmdi-comment-more:before {
  content: "\f260";
}
.zmdi-comment-outline:before {
  content: "\f261";
}
.zmdi-comment-text-alt:before {
  content: "\f262";
}
.zmdi-comment-text:before {
  content: "\f263";
}
.zmdi-comment-video:before {
  content: "\f264";
}
.zmdi-comment:before {
  content: "\f265";
}
.zmdi-comments:before {
  content: "\f266";
}
.zmdi-check-all:before {
  content: "\f267";
}
.zmdi-check-circle-u:before {
  content: "\f268";
}
.zmdi-check-circle:before {
  content: "\f269";
}
.zmdi-check-square:before {
  content: "\f26a";
}
.zmdi-check:before {
  content: "\f26b";
}
.zmdi-circle-o:before {
  content: "\f26c";
}
.zmdi-circle:before {
  content: "\f26d";
}
.zmdi-dot-circle-alt:before {
  content: "\f26e";
}
.zmdi-dot-circle:before {
  content: "\f26f";
}
.zmdi-minus-circle-outline:before {
  content: "\f270";
}
.zmdi-minus-circle:before {
  content: "\f271";
}
.zmdi-minus-square:before {
  content: "\f272";
}
.zmdi-minus:before {
  content: "\f273";
}
.zmdi-plus-circle-o-duplicate:before {
  content: "\f274";
}
.zmdi-plus-circle-o:before {
  content: "\f275";
}
.zmdi-plus-circle:before {
  content: "\f276";
}
.zmdi-plus-square:before {
  content: "\f277";
}
.zmdi-plus:before {
  content: "\f278";
}
.zmdi-square-o:before {
  content: "\f279";
}
.zmdi-star-circle:before {
  content: "\f27a";
}
.zmdi-star-half:before {
  content: "\f27b";
}
.zmdi-star-outline:before {
  content: "\f27c";
}
.zmdi-star:before {
  content: "\f27d";
}
.zmdi-bluetooth-connected:before {
  content: "\f27e";
}
.zmdi-bluetooth-off:before {
  content: "\f27f";
}
.zmdi-bluetooth-search:before {
  content: "\f280";
}
.zmdi-bluetooth-setting:before {
  content: "\f281";
}
.zmdi-bluetooth:before {
  content: "\f282";
}
.zmdi-camera-add:before {
  content: "\f283";
}
.zmdi-camera-alt:before {
  content: "\f284";
}
.zmdi-camera-bw:before {
  content: "\f285";
}
.zmdi-camera-front:before {
  content: "\f286";
}
.zmdi-camera-mic:before {
  content: "\f287";
}
.zmdi-camera-party-mode:before {
  content: "\f288";
}
.zmdi-camera-rear:before {
  content: "\f289";
}
.zmdi-camera-roll:before {
  content: "\f28a";
}
.zmdi-camera-switch:before {
  content: "\f28b";
}
.zmdi-camera:before {
  content: "\f28c";
}
.zmdi-card-alert:before {
  content: "\f28d";
}
.zmdi-card-off:before {
  content: "\f28e";
}
.zmdi-card-sd:before {
  content: "\f28f";
}
.zmdi-card-sim:before {
  content: "\f290";
}
.zmdi-desktop-mac:before {
  content: "\f291";
}
.zmdi-desktop-windows:before {
  content: "\f292";
}
.zmdi-device-hub:before {
  content: "\f293";
}
.zmdi-devices-off:before {
  content: "\f294";
}
.zmdi-devices:before {
  content: "\f295";
}
.zmdi-dock:before {
  content: "\f296";
}
.zmdi-floppy:before {
  content: "\f297";
}
.zmdi-gamepad:before {
  content: "\f298";
}
.zmdi-gps-dot:before {
  content: "\f299";
}
.zmdi-gps-off:before {
  content: "\f29a";
}
.zmdi-gps:before {
  content: "\f29b";
}
.zmdi-headset-mic:before {
  content: "\f29c";
}
.zmdi-headset:before {
  content: "\f29d";
}
.zmdi-input-antenna:before {
  content: "\f29e";
}
.zmdi-input-composite:before {
  content: "\f29f";
}
.zmdi-input-hdmi:before {
  content: "\f2a0";
}
.zmdi-input-power:before {
  content: "\f2a1";
}
.zmdi-input-svideo:before {
  content: "\f2a2";
}
.zmdi-keyboard-hide:before {
  content: "\f2a3";
}
.zmdi-keyboard:before {
  content: "\f2a4";
}
.zmdi-laptop-chromebook:before {
  content: "\f2a5";
}
.zmdi-laptop-mac:before {
  content: "\f2a6";
}
.zmdi-laptop:before {
  content: "\f2a7";
}
.zmdi-mic-off:before {
  content: "\f2a8";
}
.zmdi-mic-outline:before {
  content: "\f2a9";
}
.zmdi-mic-setting:before {
  content: "\f2aa";
}
.zmdi-mic:before {
  content: "\f2ab";
}
.zmdi-mouse:before {
  content: "\f2ac";
}
.zmdi-network-alert:before {
  content: "\f2ad";
}
.zmdi-network-locked:before {
  content: "\f2ae";
}
.zmdi-network-off:before {
  content: "\f2af";
}
.zmdi-network-outline:before {
  content: "\f2b0";
}
.zmdi-network-setting:before {
  content: "\f2b1";
}
.zmdi-network:before {
  content: "\f2b2";
}
.zmdi-phone-bluetooth:before {
  content: "\f2b3";
}
.zmdi-phone-end:before {
  content: "\f2b4";
}
.zmdi-phone-forwarded:before {
  content: "\f2b5";
}
.zmdi-phone-in-talk:before {
  content: "\f2b6";
}
.zmdi-phone-locked:before {
  content: "\f2b7";
}
.zmdi-phone-missed:before {
  content: "\f2b8";
}
.zmdi-phone-msg:before {
  content: "\f2b9";
}
.zmdi-phone-paused:before {
  content: "\f2ba";
}
.zmdi-phone-ring:before {
  content: "\f2bb";
}
.zmdi-phone-setting:before {
  content: "\f2bc";
}
.zmdi-phone-sip:before {
  content: "\f2bd";
}
.zmdi-phone:before {
  content: "\f2be";
}
.zmdi-portable-wifi-changes:before {
  content: "\f2bf";
}
.zmdi-portable-wifi-off:before {
  content: "\f2c0";
}
.zmdi-portable-wifi:before {
  content: "\f2c1";
}
.zmdi-radio:before {
  content: "\f2c2";
}
.zmdi-reader:before {
  content: "\f2c3";
}
.zmdi-remote-control-alt:before {
  content: "\f2c4";
}
.zmdi-remote-control:before {
  content: "\f2c5";
}
.zmdi-router:before {
  content: "\f2c6";
}
.zmdi-scanner:before {
  content: "\f2c7";
}
.zmdi-smartphone-android:before {
  content: "\f2c8";
}
.zmdi-smartphone-download:before {
  content: "\f2c9";
}
.zmdi-smartphone-erase:before {
  content: "\f2ca";
}
.zmdi-smartphone-info:before {
  content: "\f2cb";
}
.zmdi-smartphone-iphone:before {
  content: "\f2cc";
}
.zmdi-smartphone-landscape-lock:before {
  content: "\f2cd";
}
.zmdi-smartphone-landscape:before {
  content: "\f2ce";
}
.zmdi-smartphone-lock:before {
  content: "\f2cf";
}
.zmdi-smartphone-portrait-lock:before {
  content: "\f2d0";
}
.zmdi-smartphone-ring:before {
  content: "\f2d1";
}
.zmdi-smartphone-setting:before {
  content: "\f2d2";
}
.zmdi-smartphone-setup:before {
  content: "\f2d3";
}
.zmdi-smartphone:before {
  content: "\f2d4";
}
.zmdi-speaker:before {
  content: "\f2d5";
}
.zmdi-tablet-android:before {
  content: "\f2d6";
}
.zmdi-tablet-mac:before {
  content: "\f2d7";
}
.zmdi-tablet:before {
  content: "\f2d8";
}
.zmdi-tv-alt-play:before {
  content: "\f2d9";
}
.zmdi-tv-list:before {
  content: "\f2da";
}
.zmdi-tv-play:before {
  content: "\f2db";
}
.zmdi-tv:before {
  content: "\f2dc";
}
.zmdi-usb:before {
  content: "\f2dd";
}
.zmdi-videocam-off:before {
  content: "\f2de";
}
.zmdi-videocam-switch:before {
  content: "\f2df";
}
.zmdi-videocam:before {
  content: "\f2e0";
}
.zmdi-watch:before {
  content: "\f2e1";
}
.zmdi-wifi-alt-2:before {
  content: "\f2e2";
}
.zmdi-wifi-alt:before {
  content: "\f2e3";
}
.zmdi-wifi-info:before {
  content: "\f2e4";
}
.zmdi-wifi-lock:before {
  content: "\f2e5";
}
.zmdi-wifi-off:before {
  content: "\f2e6";
}
.zmdi-wifi-outline:before {
  content: "\f2e7";
}
.zmdi-wifi:before {
  content: "\f2e8";
}
.zmdi-arrow-left-bottom:before {
  content: "\f2e9";
}
.zmdi-arrow-left:before {
  content: "\f2ea";
}
.zmdi-arrow-merge:before {
  content: "\f2eb";
}
.zmdi-arrow-missed:before {
  content: "\f2ec";
}
.zmdi-arrow-right-top:before {
  content: "\f2ed";
}
.zmdi-arrow-right:before {
  content: "\f2ee";
}
.zmdi-arrow-split:before {
  content: "\f2ef";
}
.zmdi-arrows:before {
  content: "\f2f0";
}
.zmdi-caret-down-circle:before {
  content: "\f2f1";
}
.zmdi-caret-down:before {
  content: "\f2f2";
}
.zmdi-caret-left-circle:before {
  content: "\f2f3";
}
.zmdi-caret-left:before {
  content: "\f2f4";
}
.zmdi-caret-right-circle:before {
  content: "\f2f5";
}
.zmdi-caret-right:before {
  content: "\f2f6";
}
.zmdi-caret-up-circle:before {
  content: "\f2f7";
}
.zmdi-caret-up:before {
  content: "\f2f8";
}
.zmdi-chevron-down:before {
  content: "\f2f9";
}
.zmdi-chevron-left:before {
  content: "\f2fa";
}
.zmdi-chevron-right:before {
  content: "\f2fb";
}
.zmdi-chevron-up:before {
  content: "\f2fc";
}
.zmdi-forward:before {
  content: "\f2fd";
}
.zmdi-long-arrow-down:before {
  content: "\f2fe";
}
.zmdi-long-arrow-left:before {
  content: "\f2ff";
}
.zmdi-long-arrow-return:before {
  content: "\f300";
}
.zmdi-long-arrow-right:before {
  content: "\f301";
}
.zmdi-long-arrow-tab:before {
  content: "\f302";
}
.zmdi-long-arrow-up:before {
  content: "\f303";
}
.zmdi-rotate-ccw:before {
  content: "\f304";
}
.zmdi-rotate-cw:before {
  content: "\f305";
}
.zmdi-rotate-left:before {
  content: "\f306";
}
.zmdi-rotate-right:before {
  content: "\f307";
}
.zmdi-square-down:before {
  content: "\f308";
}
.zmdi-square-right:before {
  content: "\f309";
}
.zmdi-swap-alt:before {
  content: "\f30a";
}
.zmdi-swap-vertical-circle:before {
  content: "\f30b";
}
.zmdi-swap-vertical:before {
  content: "\f30c";
}
.zmdi-swap:before {
  content: "\f30d";
}
.zmdi-trending-down:before {
  content: "\f30e";
}
.zmdi-trending-flat:before {
  content: "\f30f";
}
.zmdi-trending-up:before {
  content: "\f310";
}
.zmdi-unfold-less:before {
  content: "\f311";
}
.zmdi-unfold-more:before {
  content: "\f312";
}
.zmdi-apps:before {
  content: "\f313";
}
.zmdi-grid-off:before {
  content: "\f314";
}
.zmdi-grid:before {
  content: "\f315";
}
.zmdi-view-agenda:before {
  content: "\f316";
}
.zmdi-view-array:before {
  content: "\f317";
}
.zmdi-view-carousel:before {
  content: "\f318";
}
.zmdi-view-column:before {
  content: "\f319";
}
.zmdi-view-comfy:before {
  content: "\f31a";
}
.zmdi-view-compact:before {
  content: "\f31b";
}
.zmdi-view-dashboard:before {
  content: "\f31c";
}
.zmdi-view-day:before {
  content: "\f31d";
}
.zmdi-view-headline:before {
  content: "\f31e";
}
.zmdi-view-list-alt:before {
  content: "\f31f";
}
.zmdi-view-list:before {
  content: "\f320";
}
.zmdi-view-module:before {
  content: "\f321";
}
.zmdi-view-quilt:before {
  content: "\f322";
}
.zmdi-view-stream:before {
  content: "\f323";
}
.zmdi-view-subtitles:before {
  content: "\f324";
}
.zmdi-view-toc:before {
  content: "\f325";
}
.zmdi-view-web:before {
  content: "\f326";
}
.zmdi-view-week:before {
  content: "\f327";
}
.zmdi-widgets:before {
  content: "\f328";
}
.zmdi-alarm-check:before {
  content: "\f329";
}
.zmdi-alarm-off:before {
  content: "\f32a";
}
.zmdi-alarm-plus:before {
  content: "\f32b";
}
.zmdi-alarm-snooze:before {
  content: "\f32c";
}
.zmdi-alarm:before {
  content: "\f32d";
}
.zmdi-calendar-alt:before {
  content: "\f32e";
}
.zmdi-calendar-check:before {
  content: "\f32f";
}
.zmdi-calendar-close:before {
  content: "\f330";
}
.zmdi-calendar-note:before {
  content: "\f331";
}
.zmdi-calendar:before {
  content: "\f332";
}
.zmdi-time-countdown:before {
  content: "\f333";
}
.zmdi-time-interval:before {
  content: "\f334";
}
.zmdi-time-restore-setting:before {
  content: "\f335";
}
.zmdi-time-restore:before {
  content: "\f336";
}
.zmdi-time:before {
  content: "\f337";
}
.zmdi-timer-off:before {
  content: "\f338";
}
.zmdi-timer:before {
  content: "\f339";
}
.zmdi-android-alt:before {
  content: "\f33a";
}
.zmdi-android:before {
  content: "\f33b";
}
.zmdi-apple:before {
  content: "\f33c";
}
.zmdi-behance:before {
  content: "\f33d";
}
.zmdi-codepen:before {
  content: "\f33e";
}
.zmdi-dribbble:before {
  content: "\f33f";
}
.zmdi-dropbox:before {
  content: "\f340";
}
.zmdi-evernote:before {
  content: "\f341";
}
.zmdi-facebook-box:before {
  content: "\f342";
}
.zmdi-facebook:before {
  content: "\f343";
}
.zmdi-github-box:before {
  content: "\f344";
}
.zmdi-github:before {
  content: "\f345";
}
.zmdi-google-drive:before {
  content: "\f346";
}
.zmdi-google-earth:before {
  content: "\f347";
}
.zmdi-google-glass:before {
  content: "\f348";
}
.zmdi-google-maps:before {
  content: "\f349";
}
.zmdi-google-pages:before {
  content: "\f34a";
}
.zmdi-google-play:before {
  content: "\f34b";
}
.zmdi-google-plus-box:before {
  content: "\f34c";
}
.zmdi-google-plus:before {
  content: "\f34d";
}
.zmdi-google:before {
  content: "\f34e";
}
.zmdi-instagram:before {
  content: "\f34f";
}
.zmdi-language-css3:before {
  content: "\f350";
}
.zmdi-language-html5:before {
  content: "\f351";
}
.zmdi-language-javascript:before {
  content: "\f352";
}
.zmdi-language-python-alt:before {
  content: "\f353";
}
.zmdi-language-python:before {
  content: "\f354";
}
.zmdi-lastfm:before {
  content: "\f355";
}
.zmdi-linkedin-box:before {
  content: "\f356";
}
.zmdi-paypal:before {
  content: "\f357";
}
.zmdi-pinterest-box:before {
  content: "\f358";
}
.zmdi-pocket:before {
  content: "\f359";
}
.zmdi-polymer:before {
  content: "\f35a";
}
.zmdi-share:before {
  content: "\f35b";
}
.zmdi-stackoverflow:before {
  content: "\f35c";
}
.zmdi-steam-square:before {
  content: "\f35d";
}
.zmdi-steam:before {
  content: "\f35e";
}
.zmdi-twitter-box:before {
  content: "\f35f";
}
.zmdi-twitter:before {
  content: "\f360";
}
.zmdi-vk:before {
  content: "\f361";
}
.zmdi-wikipedia:before {
  content: "\f362";
}
.zmdi-windows:before {
  content: "\f363";
}
.zmdi-aspect-ratio-alt:before {
  content: "\f364";
}
.zmdi-aspect-ratio:before {
  content: "\f365";
}
.zmdi-blur-circular:before {
  content: "\f366";
}
.zmdi-blur-linear:before {
  content: "\f367";
}
.zmdi-blur-off:before {
  content: "\f368";
}
.zmdi-blur:before {
  content: "\f369";
}
.zmdi-brightness-2:before {
  content: "\f36a";
}
.zmdi-brightness-3:before {
  content: "\f36b";
}
.zmdi-brightness-4:before {
  content: "\f36c";
}
.zmdi-brightness-5:before {
  content: "\f36d";
}
.zmdi-brightness-6:before {
  content: "\f36e";
}
.zmdi-brightness-7:before {
  content: "\f36f";
}
.zmdi-brightness-auto:before {
  content: "\f370";
}
.zmdi-brightness-setting:before {
  content: "\f371";
}
.zmdi-broken-image:before {
  content: "\f372";
}
.zmdi-center-focus-strong:before {
  content: "\f373";
}
.zmdi-center-focus-weak:before {
  content: "\f374";
}
.zmdi-compare:before {
  content: "\f375";
}
.zmdi-crop-16-9:before {
  content: "\f376";
}
.zmdi-crop-3-2:before {
  content: "\f377";
}
.zmdi-crop-5-4:before {
  content: "\f378";
}
.zmdi-crop-7-5:before {
  content: "\f379";
}
.zmdi-crop-din:before {
  content: "\f37a";
}
.zmdi-crop-free:before {
  content: "\f37b";
}
.zmdi-crop-landscape:before {
  content: "\f37c";
}
.zmdi-crop-portrait:before {
  content: "\f37d";
}
.zmdi-crop-square:before {
  content: "\f37e";
}
.zmdi-exposure-alt:before {
  content: "\f37f";
}
.zmdi-exposure:before {
  content: "\f380";
}
.zmdi-filter-b-and-w:before {
  content: "\f381";
}
.zmdi-filter-center-focus:before {
  content: "\f382";
}
.zmdi-filter-frames:before {
  content: "\f383";
}
.zmdi-filter-tilt-shift:before {
  content: "\f384";
}
.zmdi-gradient:before {
  content: "\f385";
}
.zmdi-grain:before {
  content: "\f386";
}
.zmdi-graphic-eq:before {
  content: "\f387";
}
.zmdi-hdr-off:before {
  content: "\f388";
}
.zmdi-hdr-strong:before {
  content: "\f389";
}
.zmdi-hdr-weak:before {
  content: "\f38a";
}
.zmdi-hdr:before {
  content: "\f38b";
}
.zmdi-iridescent:before {
  content: "\f38c";
}
.zmdi-leak-off:before {
  content: "\f38d";
}
.zmdi-leak:before {
  content: "\f38e";
}
.zmdi-looks:before {
  content: "\f38f";
}
.zmdi-loupe:before {
  content: "\f390";
}
.zmdi-panorama-horizontal:before {
  content: "\f391";
}
.zmdi-panorama-vertical:before {
  content: "\f392";
}
.zmdi-panorama-wide-angle:before {
  content: "\f393";
}
.zmdi-photo-size-select-large:before {
  content: "\f394";
}
.zmdi-photo-size-select-small:before {
  content: "\f395";
}
.zmdi-picture-in-picture:before {
  content: "\f396";
}
.zmdi-slideshow:before {
  content: "\f397";
}
.zmdi-texture:before {
  content: "\f398";
}
.zmdi-tonality:before {
  content: "\f399";
}
.zmdi-vignette:before {
  content: "\f39a";
}
.zmdi-wb-auto:before {
  content: "\f39b";
}
.zmdi-eject-alt:before {
  content: "\f39c";
}
.zmdi-eject:before {
  content: "\f39d";
}
.zmdi-equalizer:before {
  content: "\f39e";
}
.zmdi-fast-forward:before {
  content: "\f39f";
}
.zmdi-fast-rewind:before {
  content: "\f3a0";
}
.zmdi-forward-10:before {
  content: "\f3a1";
}
.zmdi-forward-30:before {
  content: "\f3a2";
}
.zmdi-forward-5:before {
  content: "\f3a3";
}
.zmdi-hearing:before {
  content: "\f3a4";
}
.zmdi-pause-circle-outline:before {
  content: "\f3a5";
}
.zmdi-pause-circle:before {
  content: "\f3a6";
}
.zmdi-pause:before {
  content: "\f3a7";
}
.zmdi-play-circle-outline:before {
  content: "\f3a8";
}
.zmdi-play-circle:before {
  content: "\f3a9";
}
.zmdi-play:before {
  content: "\f3aa";
}
.zmdi-playlist-audio:before {
  content: "\f3ab";
}
.zmdi-playlist-plus:before {
  content: "\f3ac";
}
.zmdi-repeat-one:before {
  content: "\f3ad";
}
.zmdi-repeat:before {
  content: "\f3ae";
}
.zmdi-replay-10:before {
  content: "\f3af";
}
.zmdi-replay-30:before {
  content: "\f3b0";
}
.zmdi-replay-5:before {
  content: "\f3b1";
}
.zmdi-replay:before {
  content: "\f3b2";
}
.zmdi-shuffle:before {
  content: "\f3b3";
}
.zmdi-skip-next:before {
  content: "\f3b4";
}
.zmdi-skip-previous:before {
  content: "\f3b5";
}
.zmdi-stop:before {
  content: "\f3b6";
}
.zmdi-surround-sound:before {
  content: "\f3b7";
}
.zmdi-tune:before {
  content: "\f3b8";
}
.zmdi-volume-down:before {
  content: "\f3b9";
}
.zmdi-volume-mute:before {
  content: "\f3ba";
}
.zmdi-volume-off:before {
  content: "\f3bb";
}
.zmdi-volume-up:before {
  content: "\f3bc";
}
.zmdi-n-1-square:before {
  content: "\f3bd";
}
.zmdi-n-2-square:before {
  content: "\f3be";
}
.zmdi-n-3-square:before {
  content: "\f3bf";
}
.zmdi-n-4-square:before {
  content: "\f3c0";
}
.zmdi-n-5-square:before {
  content: "\f3c1";
}
.zmdi-n-6-square:before {
  content: "\f3c2";
}
.zmdi-neg-1:before {
  content: "\f3c3";
}
.zmdi-neg-2:before {
  content: "\f3c4";
}
.zmdi-plus-1:before {
  content: "\f3c5";
}
.zmdi-plus-2:before {
  content: "\f3c6";
}
.zmdi-sec-10:before {
  content: "\f3c7";
}
.zmdi-sec-3:before {
  content: "\f3c8";
}
.zmdi-zero:before {
  content: "\f3c9";
}
.zmdi-airline-seat-flat-angled:before {
  content: "\f3ca";
}
.zmdi-airline-seat-flat:before {
  content: "\f3cb";
}
.zmdi-airline-seat-individual-suite:before {
  content: "\f3cc";
}
.zmdi-airline-seat-legroom-extra:before {
  content: "\f3cd";
}
.zmdi-airline-seat-legroom-normal:before {
  content: "\f3ce";
}
.zmdi-airline-seat-legroom-reduced:before {
  content: "\f3cf";
}
.zmdi-airline-seat-recline-extra:before {
  content: "\f3d0";
}
.zmdi-airline-seat-recline-normal:before {
  content: "\f3d1";
}
.zmdi-airplay:before {
  content: "\f3d2";
}
.zmdi-closed-caption:before {
  content: "\f3d3";
}
.zmdi-confirmation-number:before {
  content: "\f3d4";
}
.zmdi-developer-board:before {
  content: "\f3d5";
}
.zmdi-disc-full:before {
  content: "\f3d6";
}
.zmdi-explicit:before {
  content: "\f3d7";
}
.zmdi-flight-land:before {
  content: "\f3d8";
}
.zmdi-flight-takeoff:before {
  content: "\f3d9";
}
.zmdi-flip-to-back:before {
  content: "\f3da";
}
.zmdi-flip-to-front:before {
  content: "\f3db";
}
.zmdi-group-work:before {
  content: "\f3dc";
}
.zmdi-hd:before {
  content: "\f3dd";
}
.zmdi-hq:before {
  content: "\f3de";
}
.zmdi-markunread-mailbox:before {
  content: "\f3df";
}
.zmdi-memory:before {
  content: "\f3e0";
}
.zmdi-nfc:before {
  content: "\f3e1";
}
.zmdi-play-for-work:before {
  content: "\f3e2";
}
.zmdi-power-input:before {
  content: "\f3e3";
}
.zmdi-present-to-all:before {
  content: "\f3e4";
}
.zmdi-satellite:before {
  content: "\f3e5";
}
.zmdi-tap-and-play:before {
  content: "\f3e6";
}
.zmdi-vibration:before {
  content: "\f3e7";
}
.zmdi-voicemail:before {
  content: "\f3e8";
}
.zmdi-group:before {
  content: "\f3e9";
}
.zmdi-rss:before {
  content: "\f3ea";
}
.zmdi-shape:before {
  content: "\f3eb";
}
.zmdi-spinner:before {
  content: "\f3ec";
}
.zmdi-ungroup:before {
  content: "\f3ed";
}
.zmdi-500px:before {
  content: "\f3ee";
}
.zmdi-8tracks:before {
  content: "\f3ef";
}
.zmdi-amazon:before {
  content: "\f3f0";
}
.zmdi-blogger:before {
  content: "\f3f1";
}
.zmdi-delicious:before {
  content: "\f3f2";
}
.zmdi-disqus:before {
  content: "\f3f3";
}
.zmdi-flattr:before {
  content: "\f3f4";
}
.zmdi-flickr:before {
  content: "\f3f5";
}
.zmdi-github-alt:before {
  content: "\f3f6";
}
.zmdi-google-old:before {
  content: "\f3f7";
}
.zmdi-linkedin:before {
  content: "\f3f8";
}
.zmdi-odnoklassniki:before {
  content: "\f3f9";
}
.zmdi-outlook:before {
  content: "\f3fa";
}
.zmdi-paypal-alt:before {
  content: "\f3fb";
}
.zmdi-pinterest:before {
  content: "\f3fc";
}
.zmdi-playstation:before {
  content: "\f3fd";
}
.zmdi-reddit:before {
  content: "\f3fe";
}
.zmdi-skype:before {
  content: "\f3ff";
}
.zmdi-slideshare:before {
  content: "\f400";
}
.zmdi-soundcloud:before {
  content: "\f401";
}
.zmdi-tumblr:before {
  content: "\f402";
}
.zmdi-twitch:before {
  content: "\f403";
}
.zmdi-vimeo:before {
  content: "\f404";
}
.zmdi-whatsapp:before {
  content: "\f405";
}
.zmdi-xbox:before {
  content: "\f406";
}
.zmdi-yahoo:before {
  content: "\f407";
}
.zmdi-youtube-play:before {
  content: "\f408";
}
.zmdi-youtube:before {
  content: "\f409";
}
.zmdi-import-export:before,
.zmdi-swap-vertical-:before {
  content: "\f30c";
}
.zmdi-airplanemode-inactive:before {
  content: "\f102";
}
.zmdi-airplanemode-active:before,
.zmdi-rate-review:before {
  content: "\f103";
}
.zmdi-comment-sign:before {
  content: "\f25a";
}
.zmdi-network-warning:before {
  content: "\f2ad";
}
.zmdi-shopping-cart-add:before {
  content: "\f1ca";
}
.zmdi-file-add:before {
  content: "\f221";
}
.zmdi-network-wifi-scan:before {
  content: "\f2e4";
}
.zmdi-collection-add:before {
  content: "\f14e";
}
.zmdi-format-playlist-add:before {
  content: "\f3ac";
}
.zmdi-format-queue-music:before {
  content: "\f3ab";
}
.zmdi-plus-box:before {
  content: "\f277";
}
.zmdi-tag-backspace:before {
  content: "\f1d9";
}
.zmdi-alarm-add:before {
  content: "\f32b";
}
.zmdi-battery-charging:before {
  content: "\f114";
}
.zmdi-daydream-setting:before {
  content: "\f217";
}
.zmdi-more-horiz:before {
  content: "\f19c";
}
.zmdi-book-photo:before {
  content: "\f11b";
}
.zmdi-incandescent:before {
  content: "\f189";
}
.zmdi-wb-iridescent:before {
  content: "\f38c";
}
.zmdi-calendar-remove:before {
  content: "\f330";
}
.zmdi-refresh-sync-disabled:before {
  content: "\f1b7";
}
.zmdi-refresh-sync-problem:before {
  content: "\f1b6";
}
.zmdi-crop-original:before {
  content: "\f17e";
}
.zmdi-power-off:before {
  content: "\f1af";
}
.zmdi-power-off-setting:before {
  content: "\f1ae";
}
.zmdi-leak-remove:before {
  content: "\f38d";
}
.zmdi-star-border:before {
  content: "\f27c";
}
.zmdi-brightness-low:before {
  content: "\f36d";
}
.zmdi-brightness-medium:before {
  content: "\f36e";
}
.zmdi-brightness-high:before {
  content: "\f36f";
}
.zmdi-smartphone-portrait:before {
  content: "\f2d4";
}
.zmdi-live-tv:before {
  content: "\f2d9";
}
.zmdi-format-textdirection-l-to-r:before {
  content: "\f249";
}
.zmdi-format-textdirection-r-to-l:before {
  content: "\f24a";
}
.zmdi-arrow-back:before {
  content: "\f2ea";
}
.zmdi-arrow-forward:before {
  content: "\f2ee";
}
.zmdi-arrow-in:before {
  content: "\f2e9";
}
.zmdi-arrow-out:before {
  content: "\f2ed";
}
.zmdi-rotate-90-degrees-ccw:before {
  content: "\f304";
}
.zmdi-adb:before {
  content: "\f33a";
}
.zmdi-network-wifi:before {
  content: "\f2e8";
}
.zmdi-network-wifi-alt:before {
  content: "\f2e3";
}
.zmdi-network-wifi-lock:before {
  content: "\f2e5";
}
.zmdi-network-wifi-off:before {
  content: "\f2e6";
}
.zmdi-network-wifi-outline:before {
  content: "\f2e7";
}
.zmdi-network-wifi-info:before {
  content: "\f2e4";
}
.zmdi-layers-clear:before {
  content: "\f18b";
}
.zmdi-colorize:before {
  content: "\f15d";
}
.zmdi-format-paint:before {
  content: "\f1ba";
}
.zmdi-format-quote:before {
  content: "\f1b2";
}
.zmdi-camera-monochrome-photos:before {
  content: "\f285";
}
.zmdi-sort-by-alpha:before {
  content: "\f1cf";
}
.zmdi-folder-shared:before {
  content: "\f225";
}
.zmdi-folder-special:before {
  content: "\f226";
}
.zmdi-comment-dots:before {
  content: "\f260";
}
.zmdi-reorder:before {
  content: "\f31e";
}
.zmdi-dehaze:before {
  content: "\f197";
}
.zmdi-sort:before {
  content: "\f1ce";
}
.zmdi-pages:before {
  content: "\f34a";
}
.zmdi-stack-overflow:before {
  content: "\f35c";
}
.zmdi-calendar-account:before {
  content: "\f204";
}
.zmdi-paste:before {
  content: "\f109";
}
.zmdi-cut:before {
  content: "\f1bc";
}
.zmdi-save:before {
  content: "\f297";
}
.zmdi-smartphone-code:before {
  content: "\f139";
}
.zmdi-directions-bike:before {
  content: "\f117";
}
.zmdi-directions-boat:before {
  content: "\f11a";
}
.zmdi-directions-bus:before {
  content: "\f121";
}
.zmdi-directions-car:before {
  content: "\f125";
}
.zmdi-directions-railway:before {
  content: "\f1b3";
}
.zmdi-directions-run:before {
  content: "\f215";
}
.zmdi-directions-subway:before {
  content: "\f1d5";
}
.zmdi-directions-walk:before {
  content: "\f216";
}
.zmdi-local-hotel:before {
  content: "\f178";
}
.zmdi-local-activity:before,
.zmdi-local-play:before {
  content: "\f1df";
}
.zmdi-local-airport:before {
  content: "\f103";
}
.zmdi-local-atm:before {
  content: "\f198";
}
.zmdi-local-bar:before {
  content: "\f137";
}
.zmdi-local-cafe:before {
  content: "\f13b";
}
.zmdi-local-car-wash:before {
  content: "\f124";
}
.zmdi-local-convenience-store:before {
  content: "\f1d3";
}
.zmdi-local-dining:before {
  content: "\f153";
}
.zmdi-local-drink:before {
  content: "\f157";
}
.zmdi-local-florist:before {
  content: "\f168";
}
.zmdi-local-gas-station:before {
  content: "\f16f";
}
.zmdi-local-grocery-store:before {
  content: "\f1cb";
}
.zmdi-local-hospital:before {
  content: "\f177";
}
.zmdi-local-laundry-service:before {
  content: "\f1e9";
}
.zmdi-local-library:before {
  content: "\f18d";
}
.zmdi-local-mall:before {
  content: "\f195";
}
.zmdi-local-movies:before {
  content: "\f19d";
}
.zmdi-local-offer:before {
  content: "\f187";
}
.zmdi-local-parking:before {
  content: "\f1a5";
}
.zmdi-local-pharmacy:before {
  content: "\f176";
}
.zmdi-local-phone:before {
  content: "\f2be";
}
.zmdi-local-pizza:before {
  content: "\f1ac";
}
.zmdi-local-post-office:before {
  content: "\f15a";
}
.zmdi-local-printshop:before {
  content: "\f1b0";
}
.zmdi-local-see:before {
  content: "\f28c";
}
.zmdi-local-shipping:before {
  content: "\f1e6";
}
.zmdi-local-store:before {
  content: "\f1d4";
}
.zmdi-local-taxi:before {
  content: "\f123";
}
.zmdi-local-wc:before {
  content: "\f211";
}
.zmdi-my-location:before {
  content: "\f299";
}
.zmdi-directions:before {
  content: "\f1e7";
}
@font-face {
  font-family: "Rubik Regular";
  src: url(css/fonts/rubik/Rubik-Regular.woff2) format("woff2"),
    url(css/fonts/rubik/Rubik-Regular.woff) format("woff");
  font-style: normal;
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: "Gilroy Bold";
  src: url(css/fonts/gilroy/Gilroy-Bold.woff2) format("woff2"),
    url(css/fonts/gilroy/Gilroy-Bold.woff) format("woff"),
    url(css/fonts/gilroy/Gilroy-Bold.ttf) format("truetype");
  font-style: normal;
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: "Gilroy SemiBold";
  src: url(css/fonts/gilroy/Gilroy-SemiBold.woff2) format("woff2"),
    url(css/fonts/gilroy/Gilroy-SemiBold.woff) format("woff"),
    url(css/fonts/gilroy/Gilroy-SemiBold.ttf) format("truetype");
  font-style: normal;
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: "Gilroy Black";
  src: url(css/fonts/gilroy/Gilroy-Black.woff2) format("woff2"),
    url(css/fonts/gilroy/Gilroy-Black.woff) format("woff"),
    url(css/fonts/gilroy/Gilroy-Black.ttf) format("truetype");
  font-style: normal;
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: weather;
  src: url(css/fonts/weather/weather.eot?zfoh1u);
  src: url(css/fonts/weather/weather.eot?zfoh1u#iefix)
      format("embedded-opentype"),
    url(css/fonts/weather/weather.ttf?zfoh1u) format("truetype"),
    url(css/fonts/weather/weather.woff?zfoh1u) format("woff"),
    url(css/fonts/weather/weather.svg?zfoh1u#icomoon) format("svg");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
html {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  font-family: Raleway, sans-serif;
  background: #fff;
}
@media (min-width: 320px) and (max-width: 991px) {
  html {
    font-size: 14px;
    line-height: 1.4;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
  font-weight: 400;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.2222222222222223em;
}
h5 {
  font-size: 0.83em;
}
a {
  text-decoration: none;
  -webkit-transition: 0.13s;
  transition: 0.13s;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
hr {
  border-width: 0 0 1px;
  border-color: #cdcdcd;
}
.no-padding {
  padding: 0;
}
.container,
.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
.no-border {
  border: 0;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-light {
  font-weight: 300;
}
.text-normal {
  font-weight: 400;
}
.text-bold {
  font-weight: 700;
}
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[class*=" wi-"],
[class^="wi-"] {
  font-family: weather;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wi-cok-bulutlu:before,
.wi-default:before,
.wi-kapali:before {
  content: "\e909";
}
.wi-karla-karisik-yagmurlu:before {
  content: "\e900";
}
.wi-toz-veya-kum-firtinasi:before {
  content: "\e901";
}
.wi-ruzgarli:before {
  content: "\e902";
}
.wi-parcali-az-bulutlu:before,
.wi-parcali-bulutlu:before {
  content: "\e903";
}
.wi-az-bulutlu:before {
  content: "\e904";
}
.wi-acik:before {
  content: "\e905";
}
.wi-hafif-sagnak-yagisli:before {
  content: "\e906";
}
.wi-dolu:before {
  content: "\e907";
}
.wi-yogun-kar-yagisli:before {
  content: "\e908";
}
.wi-12:before {
  content: "\e90a";
}
.wi-13:before,
.wi-orta-siddetli-yagmur {
  content: "\e90b";
}
.wi-15:before {
  content: "\e90c";
}
.wi-hafif-kar:before,
.wi-kar-olasiligi:before,
.wi-kar:before {
  content: "\e90d";
}
.wi-hafif-yagmur:before,
.wi-hafif-yagmurlu:before,
.wi-yagmur-olasiligi:before,
.wi-yagmur:before {
  content: "\e90e";
}
.wi-guneyli-kuvvetli-ruzgar:before {
  content: "\e90f";
}
.wi-kuzeyli-kuvvetli-ruzgar:before {
  content: "\e910";
}
.wi-soguk:before {
  content: "\e911";
}
.wi-sicak:before {
  content: "\e912";
}
.wi-pus:before {
  content: "\e913";
}
.wi-duman:before {
  content: "\e914";
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
  content: " ";
  display: table;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.hidden {
  display: none;
}
.affix {
  position: fixed;
}
.site-header,
.site-header .container,
.site-hero {
  position: relative;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.jc-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.jc-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.jc-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.ai-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.ai-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none;
}
@media (max-width: 991px) {
  .visible-xs {
    display: block;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row;
  }
  td.visible-xs,
  th.visible-xs {
    display: table-cell;
  }
  .visible-xs-block {
    display: block;
  }
  .visible-xs-inline {
    display: inline;
  }
  .visible-xs-inline-block {
    display: inline-block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row;
  }
  td.visible-md,
  th.visible-md {
    display: table-cell;
  }
  .visible-md-block {
    display: block;
  }
  .visible-md-inline {
    display: inline;
  }
  .visible-md-inline-block {
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row;
  }
  td.visible-lg,
  th.visible-lg {
    display: table-cell;
  }
  .visible-lg-block {
    display: block;
  }
  .visible-lg-inline {
    display: inline;
  }
  .visible-lg-inline-block {
    display: inline-block;
  }
  .hidden-lg {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 991px) {
  .hidden-xs {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .hidden-sm {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none;
  }
}
.visible-print {
  display: none;
}
@media print {
  .visible-print {
    display: block;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row;
  }
  td.visible-print,
  th.visible-print {
    display: table-cell;
  }
}
.visible-print-block {
  display: none;
}
@media print {
  .visible-print-block {
    display: block;
  }
}
.visible-print-inline {
  display: none;
}
@media print {
  .visible-print-inline {
    display: inline;
  }
}
.visible-print-inline-block {
  display: none;
}
@media print {
  .visible-print-inline-block {
    display: inline-block;
  }
  .hidden-print {
    display: none;
  }
}
.default-button {
  color: #fff;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  padding: 0 16px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-weight: 700;
  background: #cc7b9d;
}
.default-button .zmdi-chevron-right {
  font-size: 20px;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: -1px;
}
.default-button:hover {
  background: #c2618a;
}
.main-content {
  margin-top: 55px;
}
.site-header {
  z-index: 2;
  padding: 37px 50px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.site-header .mobile-menu-button {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  -webkit-transition: all 0.16s;
  transition: all 0.16s;
  color: #1974bb;
}
.site-header .mobile-menu-button i {
  font-size: 32px;
  color: #1974bb;
  padding: 0 9px;
}
.site-header .mobile-menu-button.isActive {
  color: #0ba9cf;
}
.site-header .mobile-menu-button.isActive .zmdi {
  color: inherit;
}
.site-header .mobile-menu-button.isActive .zmdi:before {
  content: "\f136";
}
@media (min-width: 992px) and (max-width: 1199px) {
  .site-header {
    padding: 20px;
  }
}
@media (min-width: 320px) and (max-width: 991px) {
  .main-content {
    margin-top: 35px;
  }
  .site-header {
    padding: 17px 10px 20px;
  }
  .site-header .mobile-menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .site-header .site-logo img {
    width: 80%;
  }
}
.hero-widget,
.site-hero .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.site-hero {
  height: 650px;
  z-index: 1;
  margin-top: -111px;
  overflow: hidden;
  -webkit-border-bottom-right-radius: 50px;
  border-bottom-right-radius: 50px;
  background: url(images/hero-bg-v2.jpg) center 0 repeat-x #dbeff6;
  background-size: 1490px;
}
.isDetail .site-hero {
  height: 410px;
}
.isDetail .site-hero .airplane {
  width: 174px;
}
.isDetail .site-hero .airplane-mini {
  top: 148px;
}
.isDetail .site-hero .bus {
  top: 29%;
  width: 430px;
}
.site-hero.no-widget {
  height: 265px;
  -webkit-box-shadow: 5px 6px 0 0 rgba(23, 75, 111, 0.18);
  box-shadow: 5px 6px 0 0 rgba(23, 75, 111, 0.18);
}
.site-hero.no-widget .airplane {
  width: 144px;
  top: 110px;
}
.site-hero.no-widget .bus {
  top: 49%;
  width: 370px;
}
.site-hero .container {
  height: inherit;
  position: inherit;
}
.site-hero .hero-img {
  position: absolute;
}
.site-hero .welcome-msg {
  top: 39%;
  left: -5%;
}
.site-hero .airplane {
  top: 23%;
  right: 55%;
  z-index: 2;
  opacity: 0.2;
  width: 314px;
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-animation: AirPlaneEffect 0.7s ease-in-out forwards;
  animation: AirPlaneEffect 0.7s ease-in-out forwards;
}
@-webkit-keyframes AirPlaneEffect {
  from {
    opacity: 0.5;
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
  to {
    opacity: 1;
    right: 42%;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes AirPlaneEffect {
  from {
    opacity: 0.5;
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
  to {
    opacity: 1;
    right: 42%;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.hero-widget .ticket-buy-form .form-group-item .change-route:hover,
.hero-widget-button:hover {
  opacity: 0.8;
}
.site-hero .airplane-mini {
  top: 183px;
  left: -16%;
  width: 60px;
  -webkit-animation: AirPlaneFloatEffect 6s ease-in-out infinite;
  animation: AirPlaneFloatEffect 6s ease-in-out infinite;
}
@-webkit-keyframes AirPlaneFloatEffect {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-30px, -20px);
    transform: translate(-30px, -20px);
  }
}
@keyframes AirPlaneFloatEffect {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-30px, -20px);
    transform: translate(-30px, -20px);
  }
}
.site-hero .bus {
  top: 40%;
  right: -55%;
  width: 720px;
  -webkit-animation: 1s BusEffect 0.4s cubic-bezier(0.02, 0.08, 0, 0.88)
    forwards;
  animation: 1s BusEffect 0.4s cubic-bezier(0.02, 0.08, 0, 0.88) forwards;
}
@-webkit-keyframes BusEffect {
  from {
    right: -55%;
  }
  to {
    right: 0;
  }
}
@keyframes BusEffect {
  from {
    right: -55%;
  }
  to {
    right: 0;
  }
}
.site-hero .title {
  display: flex;
  color: #174b6f;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 160px;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 2px;
}
.site-hero .title img {
  margin-right: 13px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .site-hero .welcome-msg {
    left: -2%;
  }
  .site-hero .bus {
    width: 630px;
  }
  .isDetail .site-hero.no-widget .bus {
    top: 48%;
  }
  .isDetail .site-hero .bus {
    top: 31%;
    width: 390px;
  }
}
@media (min-width: 320px) and (max-width: 991px) {
  .site-hero {
    height: 580px;
  }
  .site-hero .welcome-msg {
    top: 29%;
    left: 3%;
    width: 45%;
  }
  .site-hero .bus {
    top: 28%;
    width: 50%;
  }
  .site-hero .airplane {
    top: 20%;
    width: 27%;
  }
  .site-hero .airplane-mini {
    top: 24%;
    left: 5%;
    width: 7%;
  }
}
.hero-widget {
  display: flex;
  height: 128px;
  margin-top: -135px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.hero-widget .ticket-buy-form,
.hero-widget .weather .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.hero-widget .ticket-buy {
  width: -webkit-calc(100% - 236px);
  width: calc(100% - 236px);
  height: inherit;
  margin-left: -12px;
  -webkit-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  transform: skewX(-10deg);
  -webkit-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
  background-image: -webkit-linear-gradient(
    302deg,
    #0074bf 0,
    #00a9e0 100%,
    #dd6228 100%
  );
  background-image: linear-gradient(
    148deg,
    #0074bf 0,
    #00a9e0 100%,
    #dd6228 100%
  );
}
.hero-widget .ticket-buy > .inner {
  height: inherit;
  -webkit-transform: skewX(12deg);
  -ms-transform: skewX(12deg);
  transform: skewX(12deg);
  position: relative;
}
.hero-widget .ticket-buy > .inner:after {
  top: 0;
  right: 5px;
  width: 170px;
  height: 130px;
  content: "";
  position: absolute;
  background: url(images/destination-pattern@2x.png);
  background-size: 170px;
}
.hero-widget .ticket-buy-form {
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: inherit;
  margin-right: 212px;
}
.hero-widget .ticket-buy-form .form-group-item {
  height: 60px;
  z-index: 1;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  -webkit-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  transform: skewX(-10deg);
  background: #0dcdff;
  margin-bottom: initial;
}
.hero-widget .ticket-buy-form .form-group-item + div {
  margin-left: 6px;
}
.hero-widget .ticket-buy-form .form-group-item.chevron {
  z-index: 3;
}
.hero-widget .ticket-buy-form .form-group-item.chevron .inner:before {
  right: -12px;
  width: 17px;
  top: 18px;
  height: 25px;
  cursor: pointer;
  position: absolute;
  content: "";
  background: url(images/form-chevron-icon.svg) top center no-repeat;
  z-index: 2;
}
.hero-widget .ticket-buy-form .form-group-item.chevron.dark {
  z-index: 2;
}
.hero-widget .ticket-buy-form .form-group-item.chevron.dark .inner:before {
  background: url(images/form-chevron-dark-icon.svg) top center no-repeat;
}
.hero-widget .ticket-buy-form .form-group-item .inner {
  height: inherit;
  -webkit-transform: skewX(8deg);
  -ms-transform: skewX(8deg);
  transform: skewX(8deg);
  position: relative;
}
.hero-widget .ticket-buy-form .form-group-item.departure {
  z-index: 4;
  position: relative;
}
.hero-widget .ticket-buy-form .form-group-item .change-route {
  right: -17px;
  top: 16px;
  width: 30px;
  height: 32px;
  cursor: pointer;
  position: absolute;
  background: url(images/form-change-icon.svg) top center no-repeat;
}
.hero-widget .ticket-buy-form .form-group-selectbox {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
  display: block;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #00070b;
  max-width: 290px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 20px 20px 0 60px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  background: 0;
}
.hero-widget .ticket-buy-form .form-group-selectbox ~ label {
  top: 22px;
  left: 60px;
  z-index: 1;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #00070b;
  font-weight: 800;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  pointer-events: none;
  text-transform: uppercase;
}
.hero-widget .ticket-buy-form .form-group-selectbox:focus ~ label,
.hero-widget .ticket-buy-form .form-group-selectbox:valid ~ label {
  top: 15px;
  font-size: 11px;
  color: #07566f;
  font-weight: 700;
  letter-spacing: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hero-widget .ticket-buy-form .form-group-selectbox.departure {
  background: url(images/select-bus.svg) 16px 20px no-repeat;
}
.hero-widget .ticket-buy-form .form-group-selectbox.destination {
  text-align: right;
  padding: 20px 60px 0 20px;
  background: url(images/select-map.svg) top 20px right 19px no-repeat;
}
.hero-widget .ticket-buy-form .form-group-selectbox.destination ~ label {
  left: initial;
  right: 60px;
}
.hero-widget .ticket-buy-form .form-group-selectbox.passenger-count {
  padding-left: 60px;
  padding-right: 35px;
  background: url(images/select-passenger.svg) 20px 20px no-repeat;
}
.hero-widget .ticket-buy-form .form-group-selectbox.passenger-count ~ label {
  left: 60px;
}
.hero-widget .ticket-buy .total-price {
  min-width: 112px;
  height: 60px;
  z-index: 1;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  -webkit-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  transform: skewX(-10deg);
  border: 2px solid rgba(255, 255, 255, 0.47);
}
.hero-widget .ticket-buy .total-price .inner {
  height: inherit;
  -webkit-transform: skewX(8deg);
  -ms-transform: skewX(8deg);
  transform: skewX(8deg);
  position: relative;
  padding: 20px 20px 0 49px;
  background: url(images/select-info-lira.svg) 20px 20px no-repeat;
}
.hero-widget .ticket-buy .total-price-title {
  top: 11px;
  font-size: 11px;
  color: #bae3ff;
  font-weight: 700;
  letter-spacing: 3px;
  position: absolute;
}
.hero-widget .ticket-buy .total-price-amount {
  color: #fff;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: 0.75px;
}
.hero-widget .weather {
  color: #fff;
  width: 240px;
  height: inherit;
  -webkit-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  transform: skewX(-10deg);
  -webkit-border-radius: 6px 0 47px 6px;
  border-radius: 6px 0 47px 6px;
  background-image: -webkit-linear-gradient(302deg, #bd1d1d 0, #f24000 100%);
  background-image: linear-gradient(148deg, #bd1d1d 0, #f24000 100%);
}
.hero-widget-button,
.popup-content,
.post-intro {
  -webkit-border-radius: 6px;
}
.hero-widget .weather .inner {
  height: 100%;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: skewX(12deg);
  -ms-transform: skewX(12deg);
  transform: skewX(12deg);
}
.hero-widget-button .inner,
.main-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.hero-widget .weather-info-degree {
  font-size: 30px;
  letter-spacing: 2.5px;
  font-weight: 800;
}
.hero-widget .weather-info-icon {
  vertical-align: sub;
  font-size: 50px;
  margin-left: 28px;
}
.hero-widget .weather .date-info {
  font-size: 15px;
  letter-spacing: 1.25px;
  font-weight: 800;
}
.hero-widget-button {
  height: 60px;
  color: #174b6f;
  font-size: 14px;
  font-weight: 800;
  background: #fff;
  margin-left: 28px;
  border-radius: 6px;
  -webkit-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  transform: skewX(-10deg);
}
.hero-widget-button .inner {
  display: flex;
  height: inherit;
  -webkit-transform: skewX(8deg);
  -ms-transform: skewX(8deg);
  transform: skewX(8deg);
  position: relative;
  padding-left: 60px;
  padding-right: 25px;
  padding-top: 3px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(images/button-arrow-icon.svg) 20px 26px no-repeat;
}
.hero-widget-button.buy .inner {
  background: url(images/button-ticket-icon.svg) 20px 23px no-repeat;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-widget .ticket-buy-form {
    margin-right: 40px;
    margin-left: 40px;
  }
  .hero-widget .ticket-buy-form .form-group-selectbox {
    width: 160px;
  }
  .hero-widget-button {
    margin-left: 15px;
  }
}
@media (min-width: 320px) and (max-width: 991px) {
  .hero-widget .ticket-buy-form .form-group-item.destination .inner:before,
  .hero-widget .ticket-buy > .inner:after {
    display: none;
  }
  .hero-widget {
    height: auto;
    margin-top: -308px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-widget .ticket-buy {
    width: auto;
    margin-left: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
    padding: 12px 10px;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .hero-widget .ticket-buy > .inner {
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
  }
  .hero-widget .ticket-buy-form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    width: 100%;
    margin-right: initial;
  }
  .hero-widget .ticket-buy-form .form-group-item {
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
  }
  .hero-widget .ticket-buy-form .form-group-item.departure {
    width: 50%;
    margin-bottom: 10px;
  }
  .hero-widget .ticket-buy-form .form-group-item.destination {
    width: 48%;
    margin-bottom: 10px;
  }
  .hero-widget .ticket-buy-form .form-group-item.passenger-count {
    width: 50%;
    margin-left: 0;
  }
  .hero-widget .ticket-buy-form .form-group-item .inner {
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
  }
  .hero-widget .ticket-buy .total-price {
    width: 48%;
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
  }
  .hero-widget .ticket-buy .total-price .inner {
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
  }
  .hero-widget .weather {
    width: 100%;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 3px 0 6px;
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
  }
  .hero-widget .weather .inner {
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
  }
  .hero-widget-button {
    width: 100%;
    font-size: 15px;
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
    margin-left: 0;
    margin-top: 10px;
  }
  .hero-widget-button .inner {
    width: 100%;
    padding-left: initial;
    padding-right: initial;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
  }
}
.main-menu > a,
.right-menu .language,
.right-menu a {
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 800;
}
.main-menu {
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 6px;
}
.main-menu > a {
  color: #2c8aab;
  padding: 10px 10px 10px 36px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.main-menu > a + a {
  margin-left: 65px;
}
.main-menu > a:hover {
  color: #d8262a;
}
.main-menu > a:hover img {
  opacity: 0.29;
  left: 50%;
}
.main-menu > a img {
  top: 5px;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.main-menu.isActive {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.main-menu.isActive ~ .right-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.right-menu {
  padding-top: 6px;
}
.right-menu .language,
.right-menu a {
  color: #2c8aab;
  padding: 10px 0;
  position: relative;
}
.right-menu .language:hover,
.right-menu a:hover {
  color: #d8262a;
}
.right-menu a + span {
  margin-left: 52px;
}
.right-menu .language:before {
  top: -12px;
  left: -28px;
  width: 1px;
  height: 57px;
  opacity: 0.43;
  content: "";
  position: absolute;
  background: #b2cdd9;
}
.right-menu a img {
  margin-right: 12px;
}
.right-menu .language {
  cursor: pointer;
}
.right-menu .language img {
  margin-left: 12px;
}
.right-menu .language-dropdown {
  top: 110%;
  right: -13px;
  padding: 10px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #b1d7e5;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.right-menu .language-dropdown a {
  display: block;
  padding: 11px 22px;
}
.right-menu .language-dropdown a + a {
  border-top: 1px dashed #73bfd2;
}
.right-menu .language-dropdown a:hover {
  color: #2c8aab;
  background: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.right-menu .language:hover .language-dropdown {
  opacity: 1;
  visibility: visible;
}
.right-menu img {
  margin-top: -3px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-menu > a + a {
    margin-left: 10px;
  }
  .right-menu a + span {
    margin-left: 22px;
  }
  .right-menu .language:before {
    left: -15px;
  }
}
@media (min-width: 320px) and (max-width: 991px) {
  .right-menu,
  .right-menu .language:before {
    display: none;
  }
  .main-menu {
    opacity: 0;
    visibility: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    position: absolute;
    top: 78px;
    right: 0;
    background: #fff;
    width: 100%;
    padding: 52px 20px 20px;
  }
  .main-menu > a {
    padding: 22px 10px 10px 36px;
    width: 100%;
  }
  .main-menu > a img {
    top: 15px;
  }
  .main-menu > a + a {
    margin-left: 0;
    margin-top: 7px;
    padding-top: 20px;
    width: 100%;
    border-top: 1px dashed #d3d3d3;
  }
  .main-menu > a:hover img {
    left: 0;
  }
  .right-menu {
    position: absolute;
    top: 110%;
    right: 10px;
    left: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 3px solid #e2eef0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .right-menu .language-dropdown {
    top: 100%;
    right: -11px;
    padding: 10px;
  }
}
.mobile-app {
  height: 315px;
  background: url(images/mobile-app-bg.svg) top center no-repeat;
  background-size: 1170px;
}
.mobile-app .container {
  position: relative;
}
.mobile-app .left-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 52px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 173px;
}
.mobile-app-logo {
  width: 280px;
  height: 90px;
  background: url(images/havaist-app-logo.svg) center center no-repeat;
}
.mobile-app-buttons {
  margin-top: 10px;
  margin-left: 52px;
}
.mobile-app-buttons .title {
  color: #174b6f;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin-bottom: 12px;
  display: block;
}
.mobile-app-buttons .store-button {
  width: 160px;
  height: 57px;
  display: block;
  -webkit-border-radius: 31px;
  border-radius: 31px;
  background: url(images/store-logo.svg) center left 20px no-repeat #fff;
  overflow: hidden;
  text-indent: -999px;
}
.mobile-app-buttons .store-button-frame {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mobile-app-buttons .store-button.google-play {
  margin-left: 14px;
  background-position-x: -153px;
}
.mobile-app-buttons .store-button:hover {
  background-color: #e4faff;
}
.mobile-app-mockup {
  top: -32px;
  right: 52px;
  position: absolute;
  width: 296px;
  height: 384px;
  background: url(images/app-mockup@2x.png) top center no-repeat;
  background-size: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mobile-app .left-block {
    margin-left: 0;
  }
  .mobile-app-buttons {
    margin-left: 2px;
  }
  .mobile-app-mockup {
    right: 5px;
  }
}
@media (min-width: 320px) and (max-width: 991px) {
  .mobile-app {
    height: 320px;
    background-size: 1230px;
  }
  .mobile-app .left-block {
    padding-right: 200px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-left: initial;
  }
  .mobile-app-logo {
    display: none;
  }
  .mobile-app-buttons {
    margin-top: 10px;
    margin-left: initial;
  }
  .mobile-app-buttons .title {
    font-size: 12px;
    font-weight: 800;
    margin-top: 12px;
    margin-bottom: 10px;
    text-indent: 10px;
  }
  .mobile-app-buttons .store-button {
    margin-left: 10px;
    display: inline-block;
  }
  .mobile-app-buttons .store-button-frame {
    display: block;
  }
  .mobile-app-mockup {
    top: -8%;
    right: 10px;
    width: 196px;
    height: 255px;
  }
}
.isDetail .credit-card {
  margin-top: -130px;
  margin-left: 110px;
}
.isDetail .credit-card .container {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  border-top: 0;
}
.credit-card .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 54px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 2px solid #f0f0f0;
}
.credit-card .title {
  color: #9f9f9f;
  display: inherit;
  font-size: 21px;
  margin-bottom: 24px;
  letter-spacing: 0.9px;
}
.credit-card .title img {
  margin-right: 10px;
}
.credit-card .card {
  width: 66px;
  height: 46px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: url(images/credit-cards.svg) top left no-repeat;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  border: 0;
}
.credit-card .card-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.credit-card .card + div {
  margin-left: 20px;
}
.credit-card .card.master {
  background-position-x: -86px;
}
.credit-card .card.maestro {
  background-position-x: -172px;
}
.credit-card .card.ae {
  background-position-x: -248px;
}
.credit-card .card.troy {
  background-position-x: -334px;
}
.credit-card .card.diner {
  background-position-x: -420px;
}
.credit-card .card.discover {
  background-position-x: -506px;
}
.credit-card .card.jsb {
  background-position-x: -592px;
}
.credit-card .card:hover {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-box-shadow: 0 15px 8px -8px rgba(39, 50, 88, 0.11);
  box-shadow: 0 15px 8px -8px rgba(39, 50, 88, 0.11);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .isDetail .credit-card {
    margin-left: 67px;
  }
  .isDetail .credit-card .container {
    margin-left: initial;
    padding-left: initial;
  }
  .isDetail .credit-card .card + div {
    margin-left: 14px;
  }
}
@media (min-width: 320px) and (max-width: 991px) {
  .isDetail .credit-card {
    margin-top: -90px;
    margin-left: initial;
  }
  .credit-card .container {
    padding-top: 30px;
  }
  .credit-card .title {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 20px;
    text-align: center;
  }
  .credit-card .title img {
    margin-right: initial;
    margin-bottom: 10px;
  }
  .credit-card .card-logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .credit-card .card {
    margin: 7px 10px !important;
  }
  .credit-card .card + div {
    margin-left: initial;
  }
}
.site-footer {
  margin-top: 187px;
  position: relative;
}
.site-footer:after {
  bottom: 110px;
  width: 100%;
  height: 314px;
  content: "";
  position: absolute;
  background: url(images/footer-bg@2x.png) center center no-repeat;
  background-size: auto 100%;
}
.isHome .site-footer {
  margin-top: 520px;
}
.isHome .site-footer:before {
  filter: hue-rotate(318deg);
  left: 0;
  right: 0;
  height: 648px;
  z-index: -2;
  bottom: -webkit-calc(100% - 108px);
  bottom: calc(100% - 108px);
  content: "";
  position: absolute;
  background: url(images/footer-illustration@2x.png) bottom 67px center
      no-repeat,
    -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(18%, #f9f2ea), to(#f9f2e8));
  background: url(images/footer-illustration@2x.png) bottom 67px center
      no-repeat,
    -webkit-linear-gradient(top, #fff 0, #f9f2ea 18%, #f9f2e8 100%);
  background: url(images/footer-illustration@2x.png) bottom 67px center
      no-repeat,
    linear-gradient(180deg, #fff 0, #f9f2ea 18%, #f9f2e8 100%);
  background-size: 965px;
}
.site-footer .container {
  width: 1215px;
}
.site-footer .title {
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 3px;
  margin-bottom: 31px;
}
.site-footer .title .info {
  color: #c3e7ff;
  font-size: 22px;
  letter-spacing: 2px;
  font-weight: 700;
}
.site-footer-about {
  width: 43.6%;
  margin-right: 23px;
  padding-right: 0;
}
.site-footer-about .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.site-footer-about .content {
  color: #fff;
  opacity: 0.7;
  font-size: 16px;
  line-height: 26px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  cursor: default;
  font-weight: 500;
}
.site-footer-about .content p + p {
  margin-top: 33px;
}
.site-footer-about .content:hover {
  opacity: 1;
}
.site-footer-menu.center {
  width: 18.5%;
  padding-right: 0;
  margin-left: 10px;
  margin-right: 20px;
}
.site-footer-menu .links a {
  color: #b9e8ff;
  display: block;
  font-size: 15px;
  letter-spacing: 1px;
  -webkit-transition: all 0.13s;
  transition: all 0.13s;
  font-weight: 500;
}
.site-footer-menu .links a:hover {
  color: #fff;
  margin-left: -7px;
}
.site-footer-menu .links a + a {
  margin-top: 7px;
}
.site-footer-top {
  left: 55px;
  right: 55px;
  bottom: 96%;
  color: #fff;
  height: 125px;
  line-height: 115px;
  font-size: 25px;
  letter-spacing: 2px;
  font-weight: 500;
  -webkit-border-radius: 56px 56px 0 0;
  border-radius: 56px 56px 0 0;
  position: absolute;
  background-image: -webkit-linear-gradient(181deg, #920404 0, #c23f1b 100%);
  background-image: linear-gradient(269deg, #920404 0, #c23f1b 100%);
}
.site-footer-top a {
  color: inherit;
  margin-left: 25px;
  letter-spacing: 5px;
  -webkit-transition: all 0.13s;
  transition: all 0.13s;
  font-weight: 800;
}
.site-footer-top a:hover {
  opacity: 0.75;
}
.site-footer-content {
  margin-top: 114px;
  padding-top: 47px;
  padding-bottom: 90px;
  position: relative;
  -webkit-border-radius: 100px 100px 0 0;
  border-radius: 100px 100px 0 0;
  background-image: -webkit-linear-gradient(132deg, #172644 0, #0e1728 100%);
  background-image: linear-gradient(-42deg, #172644 0, #0e1728 100%);
}
.site-footer-bottom {
  background-color: #0f1b2e;
}
.site-footer-bottom-inner {
  height: 110px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.site-footer-bottom .logo:hover {
  -webkit-filter: brightness(1.5);
  filter: brightness(1.5);
}
.site-footer-bottom span {
  font-size: 15px;
  color: #485a72;
  letter-spacing: 3px;
  font-weight: 700;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .site-footer .container {
    width: 970px;
  }
  .site-footer-content {
    padding-bottom: 50px;
  }
  .site-footer-about {
    width: 40%;
  }
  .site-footer-about h4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start !important;
    -webkit-align-items: start !important;
    -ms-flex-align: start !important;
    align-items: start !important;
  }
}
@media (min-width: 320px) and (max-width: 991px) {
  .site-footer .container,
  .site-footer-about {
    width: auto;
  }
  .site-footer {
    margin-top: 220px !important;
  }
  .isDetail .site-footer {
    margin-top: 135px !important;
  }
  .site-footer-top {
    left: 25px;
    right: 25px;
    bottom: 99%;
    padding: 20px 22px 17px;
    font-size: 18px;
    line-height: 18px;
    height: auto;
    -webkit-border-radius: 46px 46px 0 0;
    border-radius: 46px 46px 0 0;
  }
  .site-footer-top a {
    display: block;
    margin-top: 10px;
    margin-left: initial;
  }
  .site-footer .title {
    text-align: left;
    font-size: 18px;
    margin-bottom: 11px;
    border-top: 2px dashed #2e3952;
    padding-top: 17px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .site-footer .title i {
    float: right;
    font-size: 25px;
    -webkit-transition: inherit;
    transition: inherit;
  }
  .site-footer .title.isActive {
    padding-left: 10px;
  }
  .site-footer .title.isActive i {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .site-footer .links {
    visibility: hidden;
    opacity: 0;
    height: 0;
    -webkit-transition: all 0.16s;
    transition: all 0.16s;
  }
  .site-footer .links.isActive {
    opacity: 1;
    visibility: visible;
    height: auto;
    margin-bottom: 20px;
  }
  .site-footer-content {
    padding-top: 17px;
    padding-bottom: 10px;
    -webkit-border-radius: 45px 45px 0 0;
    border-radius: 45px 45px 0 0;
  }
  .site-footer-about .title {
    border: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .site-footer-about .title .info {
    font-size: 19px;
  }
  .site-footer-bottom span {
    letter-spacing: 2px;
  }
  .site-footer-menu.center {
    width: auto;
    margin-left: initial;
    margin-right: 15px;
  }
  .isHome .site-footer:before {
    height: 278px;
    background: url(images/footer-illustration@2x.png) bottom 89px center
        no-repeat,
      -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(18%, #f9f2ea), to(#f9f2e8));
    background: url(images/footer-illustration@2x.png) bottom 89px center
        no-repeat,
      -webkit-linear-gradient(top, #fff 0, #f9f2ea 18%, #f9f2e8 100%);
    background: url(images/footer-illustration@2x.png) bottom 89px center
        no-repeat,
      linear-gradient(180deg, #fff 0, #f9f2ea 18%, #f9f2e8 100%);
    background-size: 281px;
    bottom: -webkit-calc(100% - 32px);
    bottom: calc(100% - 32px);
  }
}
.cookie-message {
  left: 50%;
  bottom: 15px;
  width: 335px;
  height: 75px;
  color: #555;
  z-index: 10;
  line-height: 18px;
  margin-left: -167px;
  padding: 11px 24px 4px 13px;
  display: none;
  position: fixed;
  font-size: 12px;
  font-weight: 700;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1);
}
.cookie-message a {
  text-decoration: underline;
}
.cookie-message-close {
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  outline: 0;
  font-size: 24px;
  background: 0;
  position: absolute;
}
.popup,
.login-popup,
.popup-content img,
.post-intro,
.post-item-image img {
  width: 100%;
}
.cookie-message.app-shortcut {
  background: url(images/favicons/apple-touch-icon-114x114.png) center left 12px
    no-repeat #fff;
  background-size: 55px;
  padding: 11px 24px 4px 81px;
}
.cookie-message.app-shortcut span i {
  margin: 0 5px;
  font-size: 16px;
  vertical-align: middle;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.popup,
.login-popup {
  top: 0;
  left: 0;
  position: fixed;
  height: 100%;
  background: rgba(0, 1, 30, 0.87);
  z-index: 14;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 10%;
  padding-right: 10%;
}
.istanbul-map-title,
.post-intro {
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.popup-content {
  min-width: 300px;
  background: #fff;
  padding: 25px 30px;
  border-radius: 6px;
  position: relative;
  max-width: 640px;
}
.popup-content h3 {
  border-bottom: 2px solid #ddd;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 21px;
  text-transform: uppercase;
  padding-bottom: 4px;
}
.popup-content h3 i {
  font-weight: 800;
  margin-right: 5px;
}
.popup-close {
  position: absolute;
  bottom: 99%;
  right: -7px;
  color: #fff;
  z-index: 99999;
  font-size: 33px;
  font-weight: bolder;
  cursor: pointer;
  padding: 0 20px;
}
@media (min-width: 320px) and (max-width: 991px) {
  .popup-content {
    padding: 11px 9px;
  }
  .popup-content h3 {
    text-align: center;
    font-size: 17px;
    margin-bottom: 10px;
  }
}
.announcement-posts,
.blog-posts {
  margin-bottom: 40px;
}
.announcement-posts .col-md-3:nth-child(2) .post-item-image:before,
.announcement-posts .col-md-3:nth-child(3) .post-item-image:before,
.announcement-posts .col-md-3:nth-child(4) .post-item-image:before,
.blog-posts .col-md-3:nth-child(2) .post-item-image:before,
.blog-posts .col-md-3:nth-child(3) .post-item-image:before,
.blog-posts .col-md-3:nth-child(4) .post-item-image:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 2;
  opacity: 0.7;
  position: absolute;
}
.announcement-posts .col-md-3:nth-child(2) .post-item-image:before,
.blog-posts .col-md-3:nth-child(2) .post-item-image:before {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(111, 204, 180, 0.36)),
    to(rgba(60, 74, 157, 0.47))
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(111, 204, 180, 0.36) 0,
    rgba(60, 74, 157, 0.47) 100%
  );
  background-image: linear-gradient(
    180deg,
    rgba(111, 204, 180, 0.36) 0,
    rgba(60, 74, 157, 0.47) 100%
  );
}
.announcement-posts .col-md-3:nth-child(3) .post-item-image:before,
.blog-posts .col-md-3:nth-child(3) .post-item-image:before {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(111, 204, 180, 0.36)),
    to(rgba(157, 60, 60, 0.47))
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(111, 204, 180, 0.36) 0,
    rgba(157, 60, 60, 0.47) 100%
  );
  background-image: linear-gradient(
    180deg,
    rgba(111, 204, 180, 0.36) 0,
    rgba(157, 60, 60, 0.47) 100%
  );
}
.announcement-posts .col-md-3:nth-child(4) .post-item-image:before,
.blog-posts .col-md-3:nth-child(4) .post-item-image:before {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(98, 230, 196, 0.36)),
    color-stop(99%, rgba(194, 154, 33, 0.47))
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(98, 230, 196, 0.36) 0,
    rgba(194, 154, 33, 0.47) 99%
  );
  background-image: linear-gradient(
    180deg,
    rgba(98, 230, 196, 0.36) 0,
    rgba(194, 154, 33, 0.47) 99%
  );
}
@media (min-width: 320px) and (max-width: 991px) {
  .announcement-posts,
  .blog-posts {
    margin-bottom: 30px !important;
  }
}
.post-intro {
  height: 300px;
  border-radius: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 27px;
  padding-bottom: 33px;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  color: #174b6f;
  font-size: 34px;
  line-height: 40px;
  letter-spacing: 2px;
  font-weight: 700;
  background-image: -webkit-linear-gradient(308deg, #e7f4f7 0, #b5eaf5 100%);
  background-image: linear-gradient(142deg, #e7f4f7 0, #b5eaf5 100%);
}
.post-intro span {
  display: block;
  color: #00add3;
  font-style: italic;
  font-weight: 800;
}
.post-intro.announcement {
  color: #452404;
  background-image: -webkit-linear-gradient(308deg, #f8e9e9 0, #f7bdbd 100%);
  background-image: linear-gradient(142deg, #f8e9e9 0, #f7bdbd 100%);
}
.post-intro.announcement span {
  color: #d8262a;
}
.post-item {
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.post-item-image {
  width: 100%;
  height: 148px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  background: url(images/havaist-footer-logo.svg) center center no-repeat #ddd;
}
.post-item-title {
  display: block;
  margin-top: 23px;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 18px;
  letter-spacing: 1.1px;
  color: #174b6f;
  padding-right: 10px;
  font-weight: 700;
  background: url(images/title-pattern.jpg) center center repeat-x;
  background-size: 46px;
  position: relative;
}
.post-item-title span {
  z-index: 1;
  position: relative;
}
.post-item-title span:before {
  top: 0;
  left: 0;
  width: -webkit-calc(100% + 10px);
  width: calc(100% + 10px);
  height: 100%;
  z-index: -1;
  content: "";
  background: #fff;
  position: absolute;
}
.post-item-content {
  color: #174b6f;
  display: block;
  line-height: 19px;
  letter-spacing: 0.9px;
  font-weight: 500;
}
.post-item-readmore {
  font-size: 12px;
  color: #00aacf;
  margin-top: 10px;
  letter-spacing: 2px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 700;
}
.post-item-readmore:after {
  top: 2px;
  left: 100%;
  width: 26px;
  height: 12px;
  content: "";
  position: absolute;
  margin-left: 7px;
  background: url(images/readmore-chevron.svg) center center no-repeat;
}
.post-item:hover {
  margin-top: -8px;
}
.post-item:hover .post-item-image {
  -webkit-box-shadow: 0 17px 8px -8px rgba(39, 50, 88, 0.23);
  box-shadow: 0 17px 8px -8px rgba(39, 50, 88, 0.23);
}
.post-item:hover .post-item-readmore {
  color: #d8262a;
}
.post-item:hover .post-item-readmore:after {
  background: url(images/readmore-chevron-hover.svg) center center no-repeat;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .post-intro {
    padding-left: 17px;
    padding-bottom: 23px;
  }
  .post-item-title {
    background: 0;
    line-height: 20px;
  }
  .post-item-image img {
    width: 125%;
    margin-left: -20px;
  }
}
@media (min-width: 320px) and (max-width: 991px) {
  .post-intro {
    height: auto;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: -6px;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .post-item {
    margin-bottom: 20px;
  }
}
.whatsapp-banner {
  width: 100%;
  height: 75px;
  display: block;
  margin-bottom: 40px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: url(images/whatsapp-banner.png) center center no-repeat;
  background-size: 100%;
}
.whatsapp-banner:hover {
  -webkit-transform: scale(1.015);
  -ms-transform: scale(1.015);
  transform: scale(1.015);
}
@media (min-width: 320px) and (max-width: 991px) {
  .whatsapp-banner {
    height: 109px;
    background: url(images/whatsapp-banner-mobile.png) center center no-repeat;
    background-size: contain;
    margin-top: -20px;
    margin-bottom: 30px;
  }
}
.blog-posts {
  margin-bottom: 80px;
}
.istanbul-map {
  color: #174b6f;
  margin-top: 100px;
  margin-bottom: 65px;
}
.istanbul-map-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 2.15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 24px;
}
.istanbul-map-title span {
  color: #00add3;
  font-style: italic;
  font-weight: 800;
}
.istanbul-map-summary {
  display: block;
  padding-right: 30px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 1px;
  margin-bottom: 14px;
}
.istanbul-map-info {
  color: #00add3;
  letter-spacing: 2px;
  font-size: 22px;
  font-weight: 800;
}
.istanbul-map-image {
  width: 667px;
  margin-top: -32px;
  margin-left: -92px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .istanbul-map {
    margin-top: 80px;
    margin-bottom: 45px;
  }
  .istanbul-map-image {
    width: 110%;
    margin-top: 0;
    margin-left: -25px;
  }
}
@media (min-width: 320px) and (max-width: 991px) {
  .istanbul-map {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .istanbul-map-image {
    width: 107%;
    margin-top: 5px;
    margin-left: -13px;
  }
}
.services {
  margin-bottom: 85px;
}
.services .container {
  position: relative;
}
.services-banner {
  color: #fff;
  width: 408px;
  height: 610px;
  font-size: 36px;
  letter-spacing: 2px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-left: 20px;
  line-height: 36px;
  font-weight: 700;
  background: url(images/services-banner@2x.png) top left no-repeat;
  background-size: 100%;
  position: absolute;
  z-index: 2;
  top: 50%;
  margin-top: -305px;
  left: -100px;
}
.services-banner .title-2 {
  font-size: 38px;
  font-style: italic;
  margin: 5px 0 7px;
  font-weight: 800;
  position: relative;
}
.services-banner .title-2 span {
  z-index: 2;
  position: relative;
}
.services-banner .title-2:after {
  top: 95%;
  left: -1px;
  z-index: 1;
  width: 100%;
  height: 4px;
  content: "";
  position: absolute;
  background: #d8262a;
}
.services-banner .description {
  font-size: 20px;
  line-height: 24px;
  margin-top: 13px;
  letter-spacing: 1px;
  display: block;
  font-weight: 500;
}
.faq-header,
.services-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
}
.services-content {
  height: 755px;
  position: relative;
  margin-left: 14%;
  padding-left: 21%;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.services-content:after {
  top: 0;
  left: 0;
  width: -webkit-calc(100% + 25% + 100px);
  width: calc(100% + 25% + 100px);
  height: 100%;
  content: "";
  position: absolute;
  background: #f7fbfc;
  -webkit-border-radius: 12px 0 0 12px;
  border-radius: 12px 0 0 12px;
  z-index: -1;
}
.services-content .left-block {
  width: 65%;
}
.services-content .right-block {
  width: 35%;
}
.services-item {
  cursor: default;
  color: #174b6f;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.services-item + div {
  margin-top: 50px;
}
.services-item-icon {
  -webkit-transition: all 0.16s;
  transition: all 0.16s;
  margin-bottom: 20px;
}
.services-item-title {
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 1.65px;
  margin-bottom: 20px;
  font-weight: 700;
}
.services-item-description {
  font-size: 17px;
  letter-spacing: 0.8px;
  line-height: 24px;
  font-weight: 500;
}
.services-item:hover {
  color: #e37c1a;
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
}
.services-item:hover .services-item-icon {
  -webkit-filter: hue-rotate(180deg) brightness(2);
  filter: hue-rotate(180deg) brightness(2);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .services-content {
    margin-left: 24%;
  }
  .services-content:after {
    width: -webkit-calc(100% + 6%);
    width: calc(100% + 6%);
  }
  .services-content .left-block {
    width: 55%;
  }
  .services-content .right-block {
    width: 45%;
  }
  .services-banner {
    left: -20px;
  }
}
@media (min-width: 320px) and (max-width: 991px) {
  .services,
  .services-banner {
    position: unset;
    padding-bottom: 60px;
    margin-top: initial;
    height: auto;
    width: 100%;
  }
  .services,
  .services-content:after {
    width: 100%;
  }
  .services {
    margin-bottom: 20px;
  }
  .services-content {
    height: auto;
    padding: 20px 5px;
    margin-left: initial;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .services-content .left-block,
  .services-content .right-block {
    width: 48%;
  }
  .services-item {
    width: auto;
  }
}
.faq {
  margin-top: -60px;
  margin-bottom: 80px;
}
.faq .container {
  padding: 0;
}
.faq-header {
  display: flex;
  color: #174b6f;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 700;
  background: url(images/title-pattern.jpg) center center repeat-x #fff;
  background-size: 46px;
  position: relative;
  margin-bottom: 38px;
}
.faq-header .link,
.faq-header .title {
  background: #fff;
}
.faq-header .title {
  font-size: 34px;
  line-height: 14px;
  letter-spacing: 2px;
  padding-right: 20px;
}
.faq-header .link {
  color: #174b6f;
  padding-left: 13px;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: 800;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.faq-header .link img {
  margin-left: 6px;
}
.faq-header .link:hover {
  opacity: 0.8;
}
.faq-content-item {
  cursor: pointer;
  padding: 20px 0 20px 40px;
  background: url(images/faq-arrow.svg) top 25px left no-repeat;
}
.faq-content-item + div {
  border-top: 2px solid #f0f0f0;
}
.faq-content-item .title {
  color: #00aacf;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 19px;
  font-weight: 600;
}
.faq-content-item .content {
  height: 0;
  opacity: 0;
  color: #174b6f;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  visibility: hidden;
  letter-spacing: 0.8px;
}
.faq-content-item.isActive,
.faq-content-item:hover {
  background-image: url(images/faq-arrow-hover.svg);
}
.faq-content-item:hover .title {
  color: #d8262a;
}
.faq-content-item.isActive .title {
  color: #d8262a;
  font-weight: 700;
  margin-bottom: 15px;
}
.faq-content-item.isActive .content {
  height: 100%;
  opacity: 1;
  visibility: visible;
}
@media (min-width: 320px) and (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq .container {
    padding-left: 15px;
    padding-right: 20px;
  }
  .faq-header {
    margin-bottom: 10px;
  }
  .faq-header .title {
    line-height: 34px;
  }
}
/* Inline CSS */
