@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
a {
  outline: none !important;
}

a:active {
  outline: none !important;
}

a:focus {
  outline: none !important;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

ul li {
  font-family: "Exo 2";
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
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;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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 {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

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] {
  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-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "Exo 2";
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
button:active,
input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus {
  color: #111;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search] {
  padding: 3px;
}

textarea {
  padding-left: 3px;
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*
a {
  color: royalblue;
}

a:hover,
a:focus,
a:active {
  color: midnightblue;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.single .oldbtn {
  margin: 0 auto;
}

.single .reszletes-men {
  margin: 0 21px 0 auto;
}

.single .reszletes-men.back {
  margin: 0;
}

.xmap-wrapper {
  margin-top: 10px;
}

@media (max-width: 1024px) {
  .single .reszletes-men {
    margin: 0 auto 15px auto !important;
    max-height: none;
  }
  .single .oldbtn {
    margin: 0 auto;
  }
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.row {
  max-width: 1280px;
  margin: 0 auto;
}

.more {
  background-color: #1f5b93;
  color: white;
  font-family: "Exo 2";
  font-size: 14px;
  position: absolute;
  bottom: 0;
  max-width: 80px;
  width: 100%;
  padding-left: 10px;
  line-height: 24px;
}
.more:hover {
  color: white;
  background-color: #3B73A7;
}
.more:focus {
  color: white;
}
.more:after {
  content: "";
  background: url(../images/more-after.png);
  height: 11px;
  width: 7px;
  display: inline-block;
  position: absolute;
  right: 7px;
  top: 7px;
}

.date-format {
  color: #6a6a6a;
  font-family: "Roboto";
  font-size: 13px;
}

.ptitle {
  color: black;
  font-family: "Exo 2";
  font-size: 22px;
  margin-bottom: 0;
}

.fa.menu-icon, .fa.fa-bars {
  display: none;
  position: absolute;
  top: 16px;
  right: 28px;
}
@media screen and (max-width: 1140px) {
  .fa.menu-icon, .fa.fa-bars {
    display: block;
    font-size: 34px;
    color: #000082;
  }
}
@media screen and (max-width: 1140px) {
  .fa.menu-icon:after {
    display: none;
  }
}

.main-title {
  padding-top: 24px;
  color: #000000;
  font-family: "Exo 2";
  font-size: 22px;
}
.main-title:before {
  content: "";
  height: 16px;
  width: 5px;
  display: inline-block;
  background-color: #092249;
  margin-right: 9px;
}

.hotline {
  background-color: #ffc410;
  font-family: "Exo 2";
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  /*    max-width:13%;*/
  width: 100%;
  display: inline-block;
  line-height: 41px;
  float: left;
  /*    margin-left:33px;*/
  cursor: pointer;
  text-align: left;
  background-color: #E9E9E9;
  color: #000000;
  padding-right: 9px;
  border: 1px solid #ededed;
}
.hotline:before {
  content: "";
  background-image: url(../images/park-icon-header.png);
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
  margin-left: 9px;
  background-size: 24px 24px;
  position: relative;
  bottom: 2px;
}
.hotline:hover {
  background-color: #F3F3F3;
}

.airport-header {
  background-color: #ffc410;
  font-family: "Exo 2";
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  /*    max-width:13%;*/
  width: 100%;
  display: inline-block;
  line-height: 41px;
  float: left;
  margin-left: 1px;
  cursor: pointer;
  text-align: left;
  background-color: #E9E9E9;
  color: #000000;
  border: 1px solid #ededed;
  padding-right: 9px;
}
.airport-header:hover {
  background-color: #F3F3F3;
}

.talalt-wrap {
  margin-right: 2px;
}
.talalt-wrap .airport-header.talalt {
  padding-left: 14px;
  background-color: #ffc410;
  color: #000088;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.talalt-wrap .airport-header.talalt:hover {
  background-color: #FFD34F;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.talalt-wrap .airport-header.talalt:before {
  display: none;
}

.airport-header:before {
  content: "";
  background-image: url(../images/airport-icon.png);
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
  margin-left: 9px;
  background-size: 24px 24px;
  position: relative;
  bottom: 2px;
}

.interactions-right {
  float: right;
}
.interactions-right .other-sites {
  float: left;
}

.site-branding .row {
  /*background-color:grey;*/
}
.site-branding .row .columns {
  padding: 0;
}
.site-branding .logo {
  background: url(../images/logo_new.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  min-height: 68px;
  margin-top: 18px;
  background-size: contain;
}
@media screen and (max-width: 1140px) {
  .site-branding .logo {
    float: none;
    margin-top: 14px;
    margin-bottom: 12px;
  }
}
.site-branding .up {
  float: right;
  /*    max-width: 381px;*/
}
.site-branding .searchbox {
  max-width: 222px;
  background-image: url(../images/search-arrow.png);
  background-position: 97% center;
  background-repeat: no-repeat;
  height: 31px;
  line-height: 31px;
  border-radius: 0;
  margin-bottom: 0;
  margin-right: 0;
  border: 0;
  font-family: "Roboto";
  color: #8f8f8f;
  font-size: 14px;
  padding-left: 17px;
  padding-top: 7px;
}
.site-branding .searchbox::-webkit-input-placeholder, .site-branding .searchbox:-moz-placeholder, .site-branding .searchbox:-ms-input-placeholder, .site-branding .searchbox::-moz-placeholder {
  font-family: "Roboto";
  color: #8f8f8f;
  font-size: 14px;
}
.site-branding .input-wrapper {
  width: 235px;
  background-color: #e9e9e9;
  padding: 6px 4px;
  float: left;
  margin-left: 5px;
}
.site-branding .blind {
  width: 45px;
  height: 43px;
  float: left;
  background-color: #e9e9e9;
  padding-top: 8px;
  padding-bottom: 0;
  padding-left: 9px;
  padding-right: 8px;
  margin-left: 1px;
}
.site-branding .blind a {
  background-image: url(../images/blind.png);
  height: 28px;
  width: 28px;
  display: inline-block;
}

.off-canvas.position-right .blind {
  width: 45px;
  height: 43px;
  float: none;
  background-color: #e9e9e9;
  padding-top: 7px;
  padding-bottom: 0;
  padding-left: 9px;
  display: block;
  float: none;
  clear: both;
  margin-top: 50px;
}
.off-canvas.position-right .blind a {
  background-image: url(../images/blind.png);
  height: 28px;
  width: 28px;
  display: inline-block;
}

.site-branding .facebook {
  width: 45px;
  margin-left: 1px;
  height: 43px;
  float: left;
  background-color: #e9e9e9;
}
.site-branding .facebook a {
  background-image: url(../images/facebook-logo.png);
  height: 43px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 45px;
  display: inline-block;
}
.site-branding .instagram {
  width: 45px;
  margin-left: 1px;
  height: 43px;
  float: left;
  background-color: #e9e9e9;
}
.site-branding .instagram a {
  background-image: url(../images/instagram-logo.png);
  height: 43px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 45px;
  display: inline-block;
}
.site-branding .languages {
  float: left;
}
.site-branding .languages .nice-select {
  width: 45px;
  margin-left: 1px;
  height: 43px;
  float: left;
  background-color: #e9e9e9;
  border-radius: 0;
  padding-left: 0;
}
.site-branding .nice-select li {
  font-family: "Roboto";
  color: #0d2675;
  font-size: 14px;
  font-weight: normal;
}
.site-branding .nice-select span {
  font-family: "Roboto";
  color: #0d2675;
  font-size: 14px;
  font-weight: normal;
  padding-left: 11px;
  position: relative;
  bottom: 3px;
}
.site-branding .nice-select:after {
  background-image: url(../images/languages-selector.png);
  background-repeat: no-repeat;
  border: 0;
  height: 43px;
  width: 45px;
  -ms-transform: inherit;
  transform: inherit;
  -webkit-transform: inherit;
  right: 0;
  top: 0;
  background-position: center 80%;
}

.nice-select .list {
  margin-left: 0;
}

.site-branding nav {
  max-width: 1066px;
  margin-top: 22px;
  padding-left: 61px;
  width: 100%;
}
.site-branding nav a {
  font-family: "Exo 2";
  color: #000000;
  font-size: 15px;
  text-transform: uppercase;
  border-right: 2px solid #e6e8e6;
  padding: 0;
}

.site-header .menu-item a {
  padding-left: 10px;
  padding-right: 10px;
}

#primary-menu li:last-child a {
  border-right: 0;
}

.site-header .menu-item:last-child a {
  padding-right: 0;
}

.site-branding .menus {
  position: relative;
}
.site-branding .menus li {
  position: relative;
}

.menu li:hover a:after,
.current-menu-ancestor a:after {
  content: "";
  position: absolute;
  height: 5px;
  width: 80%;
  background-color: #1f5b93;
  left: 0;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.menu li:hover .sub-menu {
  visibility: visible;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.menu li:last-child a:after {
  right: 0;
  left: 59%;
}
.menu .sub-menu {
  margin-left: 0;
  visibility: hidden;
  position: absolute;
  z-index: 50;
  background-color: #e6e6e6;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  width: 254px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 27px;
  -webkit-transition: 0.2s 1s;
  transition: 0.09s 0.09s;
  padding-bottom: 16px;
  box-shadow: 3px 3px 6px 0px;
  -webkit-box-shadow: 3px 3px 6px 0px;
}
.menu .sub-menu li {
  line-height: 30px;
  color: #08203c;
  font-size: 15px;
  font-family: "Exo 2";
  font-weight: 300;
  text-align: center;
  border-bottom: 1px solid #d2d2d2;
}
.menu .sub-menu li a {
  border-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}
.menu .sub-menu li:last-child {
  border-bottom: 0;
}
.menu .sub-menu li a:after {
  background: none;
}
.menu .sub-menu:before {
  content: "";
  background: url(../images/submenu.png);
  width: 13px;
  height: 7px;
  display: block;
  margin: 12px auto 8px auto;
}
.menu .sub-menu li:hover {
  background-color: #d2d2d2;
}

/* Almenü */
@media (max-width: 1300px) {
  .site-branding {
    padding-left: 12px;
  }
  .site-branding nav {
    padding-left: 0;
  }
}
@media (max-width: 1200px) {
  #page .site-branding nav li a {
    padding-left: 9px;
    padding-right: 9px;
  }
}
@media (max-width: 1126px) {
  .site-branding .up {
    width: 384px;
  }
}
@media (max-width: 1126px) {
  #page .site-branding .menus {
    width: 100%;
    float: left;
  }
}
@media (max-width: 1140px) {
  .site-branding .large-10 {
    /*        display: none;*/
  }
  .site-branding .input-wrapper,
  .site-branding .blind,
  .site-branding .facebook,
  .site-branding .languages {
    display: none;
  }
  #primary-menu {
    display: none;
  }
  .large-10.columns.hide-inmobile {
    height: 0;
    display: none;
  }
  .site-branding .center-mobile {
    width: 50%;
  }
  .center-mobile {
    display: block;
    margin: 40px auto 0 auto;
    float: none;
  }
  .site-branding .logo {
    /*        margin-left:-43px;*/
    background-position: center center;
    margin-top: 57px;
  }
  .site-branding h1#title {
    margin-top: 0;
    margin-bottom: 0;
  }
  .interactions-right .other-sites {
    position: absolute;
    top: 0;
    left: 15px;
    display: none;
  }
  .interactions-right .other-sites:first-child {
    display: block;
  }
  .interactions-right .other-sites:nth-child(2) {
    left: 141px;
  }
}
@media (max-width: 639px) {
  .site-branding .logo {
    margin-left: 0;
  }
  .site-branding h1#title {
    max-width: 80px;
  }
  .interactions-right .other-sites:first-child .airport-header {
    font-size: 12px;
  }
  .site-branding .center-mobile {
    width: 100%;
  }
}
.infos-div {
  margin-top: 7px;
}
.infos-div .columns {
  padding: 0;
}
.infos-div .slider-wrapper {
  padding-right: 1px;
  position: relative;
}
.infos-div .unslider-nav {
  display: none;
}
@media screen and (min-width: 1025px) {
  .infos-div .my-slider {
    height: 404px !important;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1176px) {
  .infos-div .my-slider {
    height: 454px !important;
  }
}
.infos-div .my-slider .unslider-wrap {
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .infos-div .my-slider .unslider-wrap > li {
    height: 404px !important;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1176px) {
  .infos-div .my-slider .unslider-wrap > li {
    height: 454px !important;
    background-size: 100% 100% !important;
  }
}
.infos-div .my-slider .unslider-wrap .subtitle {
  max-width: 320px;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  right: 29px;
  bottom: 66px;
  width: 100%;
}
@media screen and (max-width: 540px) {
  .infos-div .my-slider .unslider-wrap .subtitle {
    max-width: 280px;
    bottom: 45px;
  }
}
.infos-div .my-slider .unslider-wrap .subtitle p {
  font-family: "Exo 2";
  font-weight: 200;
  color: #000081;
  font-size: 28px;
  margin-bottom: 0;
  padding-left: 15px;
  padding-bottom: 28px;
  line-height: 33px;
  padding-top: 25px;
}
@media screen and (max-width: 540px) {
  .infos-div .my-slider .unslider-wrap .subtitle p {
    padding: 3%;
    font-size: 5.2vw;
  }
}
.infos-div .my-slider .unslider-wrap .subtitle p strong {
  font-weight: 400;
  letter-spacing: -0.7px;
}
.infos-div .my-slider .unslider-wrap .info {
  max-width: 269px;
  width: 100%;
  background-color: #0b233e;
  position: absolute;
  right: 56px;
  bottom: 29px;
  padding-top: 2px;
  text-align: center;
}
@media screen and (max-width: 540px) {
  .infos-div .my-slider .unslider-wrap .info {
    bottom: 15px;
  }
}
.infos-div .my-slider .unslider-wrap .info p {
  color: #619cd3;
  font-size: 14px;
  font-family: "Exo 2";
  font-weight: 200;
  margin-bottom: 0;
}
.infos-div .my-slider .unslider-wrap .info p strong {
  font-weight: 700;
}
.infos-div .my-slider .unslider-wrap a.prev,
.infos-div .my-slider .unslider-wrap a.next {
  background-color: #0b233e;
  height: 24px;
  width: 24px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  bottom: 29px;
}
.infos-div .my-slider .unslider-wrap a.prev:hover,
.infos-div .my-slider .unslider-wrap a.next:hover {
  background-color: #2E5075;
}
@media screen and (max-width: 620px) {
  .infos-div .my-slider .unslider-wrap a.prev,
  .infos-div .my-slider .unslider-wrap a.next {
    display: none;
  }
}
.infos-div .my-slider .unslider-wrap a.prev {
  background-image: url(../images/slider-prev.png);
  right: 326px;
}
.infos-div .my-slider .unslider-wrap a.next {
  background-image: url(../images/slider-next.png);
  right: 31px;
}

.statement-slider .date {
  display: inline-block;
  max-width: 103px;
  width: 100%;
  float: left;
  color: #ffffff;
  font-size: 16px;
  font-family: "Exo 2";
  font-weight: normal;
  text-align: center;
  height: 149px;
}
.statement-slider .date span {
  max-width: 50px;
  width: 100%;
  line-height: 16px;
  display: inline-block;
  padding-top: 9px;
  padding-left: 3px;
}
.statement-slider .date:before {
  content: "";
  background-image: url("../images/newsicons/icon-base.png");
  background-repeat: no-repeat;
  background-position: center center;
  height: 40px;
  width: 40px;
  display: block;
  margin: 0 auto;
  margin-top: 32px;
  position: relative;
  left: 1px;
}
.statement-slider .date.warning:before {
  background-image: url("../images/newsicons/icon-base.png");
}
.statement-slider .date.sos:before {
  background-image: url("../images/newsicons/icon-soshir.png");
}
.statement-slider .date.ticket:before {
  background-image: url("../images/newsicons/icon-jegyinformacio.png");
}
.statement-slider .date.event:before {
  background-image: url("../images/newsicons/icon-esemeny.png");
}
.statement-slider .date.traffic:before {
  background-image: url("../images/newsicons/icon-forgalmivaltozas.png");
}
.statement-slider .date.schedule:before {
  background-image: url("../images/newsicons/icon-menetrendvaltozas.png");
}

.city-infos {
  background-color: #061f47;
  width: 100%;
  display: block;
  float: left;
}
.city-infos div {
  float: left;
}
.city-infos .city {
  max-width: 101px;
  width: 100%;
  text-align: right;
  line-height: 49px;
  float: left;
  display: block;
}
.city-infos .city span {
  color: #73b2ee;
  font-family: "Exo 2";
  font-weight: 400;
  font-size: 21px;
}
.city-infos .city span:before {
  content: "";
  background: url(../images/pointer.png);
  width: 12px;
  height: 20px;
  display: inline-block;
  position: relative;
  right: 8px;
  top: 3px;
}
.city-infos .celsius {
  max-width: 91px;
  width: 100%;
  text-align: right;
  line-height: 49px;
}
.city-infos .celsius span {
  color: #73b2ee;
  font-family: "Exo 2";
  font-weight: 400;
  font-size: 22px;
}
.city-infos .celsius span:before {
  content: "";
  background: url(../images/weather.png);
  width: 22px;
  height: 23px;
  display: inline-block;
  position: relative;
  right: 6px;
  top: 4px;
}
.city-infos .celsius span:after {
  content: "";
  background: url(../images/degree.png);
  height: 7px;
  width: 7px;
  display: inline-block;
  vertical-align: text-top;
  position: relative;
  top: 2px;
}
.city-infos .time {
  max-width: 99px;
  width: 100%;
  text-align: right;
  line-height: 49px;
}
.city-infos .time span {
  color: #73b2ee;
  font-family: "Exo 2";
  font-weight: 400;
  font-size: 22px;
}
.city-infos .time span:before {
  content: "";
  background: url(../images/time.png);
  width: 16px;
  height: 18px;
  display: inline-block;
  position: relative;
  right: 8px;
  top: 2px;
}

/*Index Villamos */
.custome-3 .electrical {
  background: url(../images/electrical-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 1px;
  height: 175px;
  position: relative;
  display: block;
  float: left;
}
.custome-3 .electrical .text {
  width: 71%;
  background: url(../images/electrical-icon.png);
  background-repeat: no-repeat;
  background-position: 20px 43px;
  padding-left: 94px;
  padding-top: 11px;
  display: inline-block;
}
.custome-3 .electrical h2 {
  font-family: "Exo 2";
  font-weight: 300;
  font-size: 32px;
  color: #000088;
  margin-bottom: 0;
  display: inline-block;
  padding-top: 31px;
  line-height: 41px;
}
.custome-3 .electrical p {
  font-family: "Roboto";
  font-size: 18px;
  font-weight: normal;
  color: #000088;
  margin-bottom: 0;
  display: inline-block;
  line-height: 22px;
  float: left;
}
.custome-3 .electrical p.last {
  color: #a28412;
  font-size: 14px;
}
.custome-3 .electrical i {
  content: "";
  background: url(../images/link_icon.png);
  height: 44px;
  width: 44px;
  display: inline-block;
  position: absolute;
  right: 45px;
  top: 56px;
}
.custome-3 .trolley {
  background: url(../images/trolley-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 1px;
  height: 175px;
  position: relative;
  display: block;
  float: left;
}
.custome-3 .trolley .text {
  width: 71%;
  background: url(../images/trolley-icon.png);
  background-repeat: no-repeat;
  background-position: 20px 43px;
  padding-left: 94px;
  padding-top: 11px;
  display: inline-block;
  padding-bottom: 6px;
}
.custome-3 .trolley h2 {
  font-family: "Exo 2";
  font-weight: 300;
  font-size: 32px;
  color: #beefbe;
  margin-bottom: 0;
  display: inline-block;
  padding-top: 24px;
  line-height: 41px;
}
.custome-3 .trolley p {
  font-family: "Roboto";
  font-size: 18px;
  font-weight: normal;
  color: #beefbe;
  margin-bottom: 0;
  display: inline-block;
  line-height: 22px;
  float: left;
}
.custome-3 .trolley p.last {
  color: #beefbe;
  font-size: 14px;
}
.custome-3 .trolley i {
  content: "";
  background: url(../images/trolley_link_icon.png);
  height: 44px;
  width: 44px;
  display: inline-block;
  position: absolute;
  right: 45px;
  top: 56px;
}

/* Index Troli */
@media (max-width: 1025px) {
  .custome-3 .trolley {
    height: 178px;
  }
}
.hide-large,
.hideindesktop {
  display: none;
}

@media (max-width: 1268px) {
  .custome-3 .electrical a,
  .custome-3 .trolley a {
    right: 25px;
    top: 70px;
  }
  .block-02 .custome-3 .ticket a {
    right: 25px;
  }
}
@media (max-width: 1190px) {
  .city-infos .time {
    max-width: 98px;
    text-align: center;
  }
  .city-infos .celsius,
  .city-infos .city {
    text-align: center;
  }
}
@media (max-width: 1176px) {
  .city-infos .city,
  .city-infos .celsius {
    max-width: 50%;
  }
  .city-infos .time {
    max-width: 100%;
  }
}
@media (max-width: 1175px) {
  .custome-3 .electrical a,
  .custome-3 .trolley a {
    right: 2%;
    top: 70px;
  }
  .block-02 .custome-3 .ticket a {
    right: 2%;
  }
}
@media (max-width: 1025px) {
  .city-infos .city,
  .city-infos .celsius,
  .city-infos .time {
    max-width: 33.33%;
  }
  .custome-3 .hideindesktop.ticketholder {
    border-left: 1px solid white;
  }
  .row .custome-3 .ticket {
    background-repeat: repeat;
  }
  .custome-3 .electrical .text *,
  .custome-3 .trolley .text *,
  .custome-3 .hideindesktop .ticket .text *,
  .custome-3 .trolley i {
    display: none;
  }
  .custome-3 .electrical .text,
  .custome-3 .trolley .text,
  .custome-3 .hideindesktop .ticket .text {
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
  }
  .hide-large.custome-3 .ticket {
    width: 100%;
    background-repeat: repeat;
    background-size: cover;
    height: 173px;
  }
  .custome-3 .electrical p,
  .custome-3 .trolley p {
    float: inherit;
    display: block;
  }
  .hide-large.custome-3 .ticket p {
    float: inherit;
    display: block;
  }
  .custome-3 .electrical a,
  .custome-3 .trolley a {
    top: 69px;
    right: 2%;
  }
  .hide-large {
    display: block;
  }
  .hide-large.custome-3 .ticket a {
    top: 69px;
    right: 2%;
  }
  .show-large {
    display: none;
  }
}
@media (max-width: 1025px) {
  .hideindesktop {
    display: inline-block;
  }
  .custome-3 .hideindesktop .ticket {
    height: 178px;
  }
}
@media (max-width: 620px) {
  .custome-3 .electrical,
  .custome-3 .trolley {
    width: 33.3%;
  }
  .hide-large.half {
    width: 33.3%;
  }
  .custome-3 .electrical .text * {
    display: none;
  }
  .custome-3 .trolley .text *,
  .custome-3 .trolley i {
    display: none;
  }
}
/* Gray */
.gray {
  background-color: #ededed;
  padding-bottom: 58px;
}

.block-02 .columns {
  padding: 0;
}
.block-02 .announcement {
  padding-right: 1px;
}

/*.block-02 .custome-3{
    width: 29.2%;
}

.block-02 .custome-9{
    width: 70.7%;
} */
/* jegyek */
.custome-3 .ticket {
  background: url(../images/ticket-bg.png);
  background-repeat: no-repeat;
  margin-top: 1px;
  height: 149px;
  position: relative;
}
.custome-3 .ticket .text {
  width: 71%;
  background: url(../images/ticket-icon.png);
  background-repeat: no-repeat;
  background-position: 17px 40px;
  padding-left: 93px;
  display: inline-block;
  padding-bottom: 6px;
}
.custome-3 .ticket h2 {
  font-family: "Exo 2";
  font-weight: 300;
  font-size: 32px;
  color: #96b5d3;
  margin-bottom: 0;
  display: inline-block;
  padding-top: 24px;
  line-height: 41px;
}
.custome-3 .ticket p {
  font-family: "Roboto";
  font-size: 18px;
  font-weight: normal;
  color: #96b5d3;
  margin-bottom: 0;
  display: inline-block;
  line-height: 22px;
  float: left;
}
.custome-3 .ticket p.last {
  font-size: 14px;
}
.custome-3 .ticket i {
  content: "";
  background: url(../images/ticket_link_icon.png);
  height: 44px;
  width: 44px;
  display: inline-block;
  position: absolute;
  right: 46px;
  top: 60px;
}

/* Statemens */
.statement {
  margin-top: 1px;
  position: relative;
  background-color: #061f47;
}
.statement .unslider-nav {
  display: block;
  position: absolute;
  bottom: 0;
  color: white;
  right: 256px;
}
.statement .unslider-nav ol {
  margin: 0;
  background-color: #1f5b93;
  max-width: 133px;
  width: 100%;
  height: 24px;
}
.statement .unslider-nav ol li {
  background-color: #08203c;
  height: 4px;
  width: 4px;
  color: transparent;
  display: inline-block;
  margin-left: 10px;
  margin-right: 8px;
  cursor: pointer;
  margin-top: 10px;
  position: relative;
  z-index: 22222222;
  top: -3px;
  min-height: 1px;
}

#primary .statement .prev {
  height: 24px;
  width: 24px;
  background-color: #1f5b93;
  display: block;
  background-image: url(../images/slider-prev.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  bottom: 0;
  left: inherit;
  right: 389px;
  cursor: pointer;
  z-index: 2222;
}

.statement .prev:hover,
.statement .next:hover {
  background-color: #3B73A7;
}

#primary .statement .next {
  height: 24px;
  width: 24px;
  background-color: #1f5b93;
  display: block;
  background-image: url(../images/slider-next.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 231px;
  bottom: 0;
  cursor: pointer;
  z-index: 2222;
}

.statement .unslider-nav ol li.unslider-active {
  background-color: white;
}
.statement .unslider,
.statement .statement-slider,
.statement .unslider-wrap {
  height: 149px;
  margin-left: 0;
  margin-bottom: 0;
}
.statement .unslider li {
  height: 149px;
}
.statement .unslider-nav li {
  display: inline-block;
  height: 35px;
}
.statement .content {
  display: block;
  width: 100%;
  max-width: 906px;
  position: relative;
  height: 124px;
}
.statement .content .title {
  font-family: "Exo 2";
  color: #abc7e1;
  font-weight: 400;
  font-size: 22px;
  margin-top: 25px;
}
.statement .content p {
  font-family: "Roboto";
  color: #abc7e1;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 0;
}
.statement .more {
  left: 101px;
}
.statement .more.all {
  max-width: 162px;
  right: 42px;
  left: initial;
}

#page.site.en .custome-3 .ticket h2 {
  padding-top: 19px;
  line-height: 25px;
  font-size: 24px;
}
#page.site.en .custome-3 .trolley h2 {
  line-height: 25px;
}

@media (max-width: 1035px) {
  .statement .content p {
    font-size: 14px;
  }
}
@media (max-width: 1025px) {
  .statement .content {
    width: 100%;
    height: auto;
  }
  .statement .unslider,
  .statement .statement-slider,
  .statement .unslider-wrap,
  .statement .unslider li {
    min-height: 149px;
    /*  height: 100%;*/
    display: block;
  }
}
@media (max-width: 1251px) {
  html:lang(hu-HU) .custome-3 .trolley i,
  html:lang(hu-HU) .custome-3 .electrical i,
  html:lang(hu-HU) .custome-3 .ticket i {
    right: 25px;
  }
}
@media (max-width: 1168px) {
  html:lang(hu-HU) .custome-3 .trolley i,
  html:lang(hu-HU) .custome-3 .electrical i,
  html:lang(hu-HU) .custome-3 .ticket i {
    right: 15px;
  }
}
@media (max-width: 1119px) {
  html:lang(hu-HU) .subpagedivs .same.electrical i, html:lang(hu-HU) .subpagedivs .same.trolley i, html:lang(hu-HU) .subpagedivs .same.ticket i {
    right: 23px;
  }
}
@media (max-width: 1100px) {
  html:lang(hu-HU) .custome-3 .trolley i,
  html:lang(hu-HU) .custome-3 .electrical i,
  html:lang(hu-HU) .custome-3 .ticket i {
    right: 0;
  }
}
@media (max-width: 1025px) {
  html:lang(hu-HU) .custome-3 .trolley i,
  html:lang(hu-HU) .custome-3 .electrical i,
  html:lang(hu-HU) .custome-3 .ticket i {
    right: 25px;
  }
}
@media (max-width: 1025px) {
  .custome-3 .electrical,
  .custome-3 .trolley,
  .custome-3 .hideindesktop.ticketholder {
    width: 33.3%;
    max-width: 100%;
    margin-right: 0;
    border-right: 1px solid white;
  }
  .subpagedivs .same {
    width: 33.3%;
    max-width: 100%;
    margin-right: 0;
    border-right: 1px solid white;
  }
  .custome-3 .electrical,
  .subpagedivs .same.electrical {
    border-left: 1px solid white;
  }
  .custome-3 .hideindesktop .ticket {
    border-right: 1px solid white;
  }
  .subpagedivs .same {
    border-bottom: 1px solid white;
  }
  .subpagedivs .same.ticket {
    border-right: 1px solid white;
  }
  .custome-3 .hideindesktop.ticketholder {
    border: none;
  }
  .infos-div .custome-3 {
    font-size: 0;
    border-bottom: 1px solid white;
  }
  .subpagedivs .same.ticket .text *, .subpagedivs .same.electrical .text *, .subpagedivs .same.trolley .text *, .subpagedivs .same.ticket i, .subpagedivs .same.electrical i, .subpagedivs .same.trolley i {
    display: none;
  }
  .subpagedivs .same.electrical .text, .subpagedivs .same.trolley .text, .subpagedivs .same.ticket .text {
    width: 100%;
    height: 100%;
    padding: 0;
    background-position: center center;
  }
}
@media (max-width: 733px) {
  .statement .unslider,
  .statement .statement-slider,
  .statement .unslider-wrap,
  .statement .unslider li {
    min-height: 167px;
  }
}
@media (max-width: 641px) {
  .statement .unslider,
  .statement .statement-slider,
  .statement .unslider-wrap,
  .statement .unslider li {
    min-height: 268px;
  }
  .statement .date {
    display: block;
    max-width: 100%;
    height: 121px;
  }
  .statement .content {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
  .statement .more {
    left: 20px;
  }
}
@media (max-width: 577px) {
  .statement .unslider,
  .statement .statement-slider,
  .statement .unslider-wrap,
  .statement .unslider li {
    min-height: 311px;
  }
}
@media (max-width: 503px) {
  .statement .more.all {
    right: 32px;
  }
  .statement .unslider-nav {
    right: 215px;
  }
}
@media (max-width: 600px) {
  .statement .unslider-nav {
    display: none;
  }
  #primary .statement .next,
  #primary .statement .prev {
    display: none;
  }
}
@media (max-width: 391px) {
  .statement .content .title {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .statement .content p {
    font-size: 13px;
  }
}
@media (max-width: 341px) {
  .statement .unslider,
  .statement .statement-slider,
  .statement .unslider-wrap,
  .statement .unslider li {
    min-height: 334px;
  }
}
.ss {
  float: left;
}

.custome-3 .electrical a.empty,
.custome-3 .trolley a.empty,
.custome-3 .ticket a.empty {
  background-image: none;
  background: none;
  height: initial;
  width: initial;
  position: relative;
  right: 0;
  top: 0;
}

@media (max-width: 1176px) {
  .custome-3 .electrical h2 {
    font-size: 28px;
  }
  .custome-3 .trolley p.last {
    font-size: 13px;
  }
  .jarmureklam .custome-3 .megalloreklam h2 {
    font-size: 28px;
  }
  .jarmureklam .custome-3 .electrical a {
    top: 58px;
  }
  .jarmureklam .custome-3 .trolley .text {
    background-position: 17px 60px;
    padding-left: 68px;
  }
}
@media (max-width: 1072px) {
  .jarmureklam .custome-3 .trolley .text {
    background: none;
    padding-left: 15px;
  }
}
@media (max-width: 1143px) {
  .jarmureklam .custome-3 .megalloreklam h2,
  .jarmureklam .custome-3 .electrical h2 {
    font-size: 24px;
  }
}
.off-canvas {
  height: 100%;
  background-color: white;
}

#mobil-menu {
  overflow: hidden;
  margin-left: 0;
}
#mobil-menu li {
  display: block;
  background-color: white;
}
#mobil-menu li a {
  color: #08203c;
  font-family: "Exo 2";
  font-size: 16px;
  text-align: left;
  border-bottom: 1px solid #ededed;
  border-left: 1px solid #ededed;
}
#mobil-menu li:hover {
  background-color: #ededed;
}
#mobil-menu li:hover a {
  color: #6A6A6A;
}
#mobil-menu li .sub-menu {
  display: block;
  position: relative;
  width: auto;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  top: 0;
  visibility: visible;
  border: 0;
  border-radius: 0;
  background-color: white;
  box-shadow: none;
}
#mobil-menu li .sub-menu li {
  text-align: left;
  padding-left: 12px;
  background-color: #ededed;
}
#mobil-menu li .sub-menu li:hover {
  background-color: #E6E6E6;
}
#mobil-menu li .sub-menu li:hover a:after {
  display: none;
}
#mobil-menu li .sub-menu:before {
  content: "";
  background: none;
  display: none;
}
#mobil-menu li.top .sub-menu {
  -webkit-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
  overflow-y: hidden;
  display: none;
}
#mobil-menu li.top .sub-menu.fadein {
  opacity: 1;
  display: block;
}

.tarsasag .tartalom [class*=huge_it_slideshow_image_wrap_] {
  width: 100% !important;
  background-color: #ededed;
  margin-bottom: 39px;
}
.tarsasag .tartalom [class*=huge_it_slideshow_image_container_] {
  margin: 0 auto;
}

.jarreklam .tartalom [class*=huge_it_slideshow_image] {
  width: 100%;
}

[id*=huge_it_slideshow_left_] {
  background: url(../images/tarsasag-prev.png) !important;
  height: 34px !important;
  width: 35px !important;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  left: 8px !important;
}

[id*=huge_it_slideshow_right_] {
  background: url(../images/tarsasag-next.png) !important;
  height: 34px !important;
  width: 35px !important;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  right: 8px !important;
}

/*
.videos-page [class*="huge_it_slideshow_image_wrap_"],
.videos-page [class*="huge_it_slideshow_image_"],
.videos-page [class*="huge_it_slideshow_image_container_"] {
    width: 100%!important;
}
*/
.route {
  margin: 31px 0;
}
.route .row {
  background-color: white;
}
.route .row .columns {
  padding: 0;
}
.route h3 {
  font-family: "Exo 2";
  color: black;
  font-size: 22px;
  margin-top: 22px;
}
.route h3:before {
  content: "";
  width: 5px;
  height: 16px;
  background-color: #092249;
  display: inline-block;
  margin-right: 9px;
}
.route .row .routes {
  padding-left: 54px;
  padding-right: 60px;
  position: relative;
}
.route .row .cc {
  position: relative;
}

.page .route .row .routes .num {
  margin-top: 43px;
  padding-bottom: 22px;
}

.route .row .routes .num a {
  margin-left: 2%;
}

.single .route .row .routes span {
  opacity: 0.4;
}

.route .row .routes span {
  font-family: "Exo 2";
  color: black;
  font-size: 24px;
  text-align: center;
  max-width: 87px;
  width: 100%;
  line-height: 46px;
  background-color: #fed265;
  display: inline-block;
  height: 46px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  margin-bottom: 2%;
}
.route .row .routes .active span {
  opacity: 1;
}
.route .row .routes span:hover {
  background-color: #ffc410;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  opacity: 1;
}
.route .row .routes span.green {
  background-color: #0ba90b;
  color: white;
  margin-bottom: 2%;
  background-color: #2ba22c;
}
.route .row .routes span.green:hover {
  background-color: #1CBB1C;
}
.route .row .routes .bus span.green {
  background-color: #1f5b93;
  color: white;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.route .row .routes .bus span.green:hover {
  background-color: #4C8ECC;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.route .row .block-01 {
  margin-top: 45px;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-right: 50px;
  margin-left: 50px;
  position: relative;
}
.route .row .block-01 h4 {
  color: black;
  font-family: "Exo 2";
  font-size: 22px;
  padding-left: 5px;
}
.route .row .block-01 .stations {
  width: auto;
  display: block;
  margin-top: 25px;
  margin-bottom: 50px;
  font-family: "Roboto";
  color: #000000;
  font-size: 16px;
  padding: 0;
}
.route .row .block-01 .stations img.scrollleft {
  position: absolute;
  bottom: 32%;
  left: 0;
}
.route .row .block-01 .stations img.scrollright {
  position: absolute;
  bottom: 32%;
  right: 0;
}
.route .row .block-01 .stations.backward {
  margin-top: 25px;
}
.route .row .block-01 .stations .line {
  background: #ffd215;
  margin: 50px 0;
  height: 9px;
  display: block;
}
.route .row .block-01.bus .stations .line {
  background: #1f5b93;
}
.route .row .block-01.trol .stations .line {
  background-color: #0ba90b;
}
.route .row .block-01 .stations .top {
  /*display: flex;
  flex-direction: row;*/
  display: block;
}
.route .row .block-01 .stations .bottom {
  /*display: flex;
  flex-direction: row;*/
  display: block;
  padding-left: 81px;
}
.route .row .block-01 .stations .top .top-element span {
  padding-right: 0;
  line-height: 18px;
  max-width: 145px;
  position: relative;
}
.route .row .block-01 .stations .top .top-element a {
  color: black;
}
.route .stations .bottom .bottom-element a {
  color: black;
}
.route .row .block-01 .stations .top a.abs {
  height: 26px;
  width: 26px;
  border-radius: 20px;
  display: inline-block;
  position: absolute;
  bottom: -67px;
  left: 3px;
  opacity: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px 0 20px;
  cursor: pointer;
}
.route .row .block-01 .stations .bottom a.abs {
  height: 26px;
  width: 26px;
  border-radius: 20px;
  display: inline-block;
  position: absolute;
  bottom: -67px;
  left: 3px;
  opacity: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px 0 20px;
  cursor: pointer;
  height: 26px;
  width: 26px;
  border-radius: 20px;
  display: inline-block;
  position: absolute;
  bottom: 59px;
  left: 3px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  border-color: white;
  opacity: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px 0 20px;
}
.route .row .block-01 .stations .bottom .bottom-element span {
  /*padding-right: 74px;*/
  position: absolute;
  max-width: 145px;
  top: -22px;
  opacity: 1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.route .row .block-01 .stations .top .top-element,
.route .row .block-01 .stations .bottom .bottom-element {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 25px;
  position: relative;
  width: 100%;
  max-width: 160px;
  /*max-width:13.8%;*/
  display: inline-block;
  line-height: 18px;
}
.route .row .block-01 .stations .bottom-element.active a.abs,
.route .row .block-01 .stations .top-element.active a.abs {
  background-color: #ffc410;
  height: 110px;
  width: 110px;
  border-radius: 80px;
  border: 6px solid white;
  bottom: 23px;
  left: -37px;
  opacity: 1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.route .row .block-01.bus .stations .bottom-element.active a.abs,
.route .row .block-01.bus .stations .top-element.active a.abs {
  background-color: #1f5b93;
  color: white;
}
.route .row .block-01.trol .stations .bottom-element.active a.abs,
.route .row .block-01.trol .stations .top-element.active a.abs {
  background-color: #2ba22c;
  color: white;
}
.route .row .block-01 .stations .top-element.active a.abs {
  bottom: -109px;
}
.route .row .block-01 .stations .bottom-element.active span, .route .row .block-01 .stations .bottom-element.active:after {
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.route .row .block-01 .stations .top-element.active span, .route .row .block-01 .stations .top-element.active:after {
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.route .row .block-01.trol .stations .top-element:before,
.route .row .block-01.trol .stations .bottom-element:before {
  content: "";
  height: 32px;
  width: 32px;
  line-height: 20px;
  background: url(../images/route-icon.png);
  border-radius: 50%;
  position: absolute;
  left: 0;
}
.route .row .block-01 .stations .top-element:before,
.route .row .block-01 .stations .bottom-element:before {
  content: "";
  height: 32px;
  width: 32px;
  line-height: 20px;
  background: url(../images/route-icon.png);
  border-radius: 50%;
  position: absolute;
  left: 0;
}
.route .row .block-01 .stations .top-element.empty:after {
  bottom: -44px;
  height: 60px;
}
.route .row .block-01 .stations .top-element:before {
  bottom: -70px;
}
.route .row .block-01 .stations .bottom-element:before {
  top: -92px;
}
.route .row .block-01 .stations .top-element:after,
.route .row .block-01 .stations .bottom-element:after {
  content: "";
  height: 50px;
  width: 1px;
  background: #999999;
  position: absolute;
  opacity: 1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.route .row .block-01 .stations .top-element:after {
  left: 15px;
  bottom: -38px;
}
.route .row .block-01 .stations .bottom-element:after {
  left: 15px;
  top: -56px;
}

@media (max-width: 1214px) {
  .route .row .routes .num a {
    margin-left: 10%;
  }
  .route .row .routes .num a:nth-child(n+6) {
    margin-top: 30px;
    display: inline-block;
    width: 74px;
  }
  .route .row .routes span.first:after {
    display: none;
  }
}
@media (max-width: 443px) {
  .route .row .routes .num a {
    display: inline-block;
    width: 74px;
    margin-top: 30px;
    margin-left: 9%;
  }
}
@media (max-width: 443px) {
  .route .row .routes .num a {
    margin-left: 5%;
  }
}
@media (max-width: 385px) {
  .route .row .routes {
    padding-left: 20px;
    padding-right: 20px;
  }
  .route .row .routes .num a {
    margin-left: 2%;
  }
}
.buszjaratok a {
  background-color: #1f5b93;
  color: white;
  font-family: "Exo 2";
  font-size: 24px;
  text-align: center;
  max-width: 87px;
  width: 100%;
  line-height: 46px;
  display: inline-block;
  height: 46px;
  margin-left: 2%;
  margin-bottom: 2%;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.buszjaratok a:hover {
  background-color: #4C8ECC;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.buszjaratok + .route {
  margin-top: 20px;
}

.home .routes h3 {
  margin-bottom: 22px;
}

.stations h3 {
  margin-bottom: 40px;
  margin-top: 0;
}

.force-content {
  font-family: "Roboto";
}
.force-content h4 {
  color: black;
  font-family: "Exo 2";
  font-size: 22px;
  padding-left: 5px;
}
.force-content h4.title {
  margin-bottom: 20px;
  padding-left: 0;
}
.force-content .reszletes-men {
  margin-top: 26px;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
  margin-left: 50px;
}

.buszjaratok a.active {
  background-color: #D40431;
}

.home .routes .oldbtn {
  margin-left: 5%;
}
.home .routes a.googleplay {
  margin-top: 18px;
  max-width: 233px;
  width: 100%;
}
.home .routes a.mavstart {
  margin-top: 23px;
  width: 85%;
}

@media (max-width: 1227px) {
  .home .routes .home-links {
    width: 100%;
  }
  .home .routes .oldbtn {
    margin: 22px auto 0 auto;
  }
  .home .routes a.mavstart {
    margin-bottom: 45px;
  }
}
a.mavstart {
  background: url(../images/mav-start.jpg);
  background-repeat: no-repeat;
  max-width: 233px;
  height: 50px;
  width: 100%;
  background-position: center center;
  background-size: 100%;
  display: block;
  margin: 34px auto 12px auto;
}

a.googleplay {
  background: url(../images/store-badge-googleplay.png);
  max-width: 100%;
  width: 165px;
  height: 50px;
  display: block;
  background-position: center center;
  background-size: 100%;
  margin: 24px auto 7px auto;
}

@media (max-width: 879px) {
  .force-content .reszletes-men {
    margin-left: 0;
    display: block;
  }
}
.oldbtn.vonalhalozat {
  clear: both;
  position: relative;
  top: 35px;
}

#page .oldbtn.vonalhalozat .upper,
#page .oldbtn.vonalhalozat .lower {
  margin-top: 0;
}

@media (max-width: 500px) {
  #page .oldbtn.vonalhalozat .lower {
    font-size: 15px;
  }
}
@media (max-width: 1245px) {
  .route .row .routes .num a {
    margin-left: 1.7%;
  }
}
.szkt-route__section h3 {
  font-family: "Exo 2";
  color: black;
  font-size: 22px;
  margin-top: 22px;
  margin-bottom: 22px;
}
.szkt-route__section h3:before {
  content: "";
  width: 5px;
  height: 16px;
  background-color: #092249;
  display: inline-block;
  margin-right: 9px;
}

.szkt-timetable {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-template-rows: 1fr;
  gap: 25px;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .szkt-timetable {
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
  }
}
@media screen and (max-width: 576px) {
  .szkt-timetable {
    grid-template-columns: repeat(4, 1fr);
  }
}
.szkt-timetable a {
  padding: 0;
  flex: 0 0 85px;
  line-height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  /*    @media screen and (max-width: 576px){
        flex: 0 0 calc(33% - 15px);
      }*/
}
.szkt-timetable--type-0 a {
  background-color: #fed265;
  color: #000;
}
.szkt-timetable--type-800 a {
  background-color: #2ba22c;
  color: #fff;
}
.szkt-timetable--type-1 a {
  background-color: #003b73;
  color: #fac65c;
}
.szkt-timetable--type-3 a {
  background-color: #1f5b93;
  color: #fff;
}

/* Menetrendek */
#gettimes .row {
  transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease;
}
#gettimes.times {
  opacity: 0;
  visibility: hidden;
  height: 0;
  width: 100%;
  transition: all 1.5s ease;
  float: left;
  -webkit-transition: all 1.5s ease;
  position: relative;
}
#gettimes.times.active {
  opacity: 1;
  visibility: visible;
  height: auto;
  transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease;
}
#gettimes.times .row .middle .nice-select {
  border: 1px solid #ffcb2e;
  margin: 0 auto;
  display: inline-block;
  float: none;
  max-width: 370px;
  width: 100%;
  padding-left: 19px;
  letter-spacing: 0px;
}
#gettimes.times .row .middle .nice-select.open .list {
  max-width: 370px;
  width: 100%;
  z-index: 9999;
}
#gettimes.times .row .left {
  text-align: right;
  margin-left: -21px;
}
#gettimes.times .row.watch .kovetkezo {
  background-color: #ffc410;
  max-width: 370px;
  width: 100%;
  color: black;
  display: block;
  text-align: center;
  line-height: 42px;
  font-weight: bold;
  font-size: 12px;
  border-radius: 5px;
  float: none;
  padding-left: 0;
  letter-spacing: 0.4px;
}
#gettimes.times .row .right {
  text-align: left;
  margin-right: 2px;
}
#gettimes.times .watch {
  margin-top: 20px;
}
#gettimes.times .watch .watch {
  max-width: 159px;
  width: 100%;
  display: inline-block;
  background: url(../images/menetrend/watch.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 209px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  float: right;
  margin: 0 20px 0 0;
  padding-bottom: 6px;
  padding-left: 23px;
}
#gettimes.times .watch .watch .hours {
  text-align: center;
  color: #ffc410;
  font-weight: 300;
  font-size: 59px;
}
#gettimes.times .watch .watch .arrow {
  content: "";
  width: 15px;
  height: 15px;
  border-right: 3px solid #ffc410;
  border-bottom: 3px solid #ffc410;
  display: block;
  position: relative;
  cursor: pointer;
  margin: 0 auto;
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  top: 49px;
  left: 48%;
  position: absolute;
}
#gettimes.times .watch .watch .arrow.after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  bottom: 49px;
  top: inherit;
}
#gettimes.times .watch .watch .hours small {
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  position: relative;
  left: -10px;
}
#gettimes.times .watch .wrapper {
  max-width: 389px;
  width: 100%;
  float: right;
}
#gettimes.times .watch .wrapper.times {
  float: left;
  width: 63.39%;
  margin-top: 32px;
}
#gettimes.times .watch .soon {
  max-width: 186px;
  width: 100%;
  float: left;
  margin-top: 0;
}
#gettimes.times .watch .soon p {
  margin-bottom: 0;
  color: #ffc410;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
}
#gettimes.times .watch .soon .timeline {
  width: 100%;
  height: 4px;
  background-color: #dadfe2;
  position: relative;
  overflow: hidden;
  margin-top: -3px;
}
#gettimes.times .watch .soon .timeline + p {
  line-height: 41px;
}
#gettimes.times .watch .soon .timeline span {
  width: 100%;
  background-color: #ffc410;
  height: 4px;
  display: block;
  transition: all 1s ease-in;
  -webkit-transition: all 1s ease-in;
}
#gettimes.times .watch .soon p.minutes-left {
  font-weight: 300;
  font-size: 44px;
}
#gettimes.times .watch .wrapper.times .minutes {
  line-height: 38px;
  border-radius: 5px;
  margin-bottom: 4px;
  color: #ffc410;
  border: 1px solid #dbdbdb;
  padding: 20px 9px 8px 9px;
  opacity: 0.4;
  transition: 0.4s all ease-in;
  -webkit-transition: 0.4s all ease-in;
}
#gettimes.times .watch .wrapper.times .minutes.active {
  opacity: 1;
}
#gettimes.times .watch .wrapper.times .minutes:hover {
  opacity: 1;
  transition: 0.4s all ease-in;
  -webkit-transition: 0.4s all ease-in;
}
#gettimes.times .watch .wrapper.times .minutes p {
  font-size: 15px;
  margin-bottom: 0;
  line-height: 12px;
  text-transform: uppercase;
}
#gettimes.times .watch .wrapper.times .minutes p strong {
  font-size: 30px;
  line-height: 0;
}
#gettimes.times .watch .wrapper.times .minutes p span {
  font-weight: bold;
  font-size: 15px;
  text-align: right;
  line-height: inherit;
  text-transform: initial;
  float: right;
}
#gettimes.times .watch .wrapper.times .minutes .type path {
  fill: #fcc317;
}
#gettimes.times .watch .wrapper.times .minutes.bright {
  background-color: #fed265;
  color: white;
}
#gettimes.times .watch .wrapper.times .minutes.bright .type path {
  fill: white;
}
#gettimes.times .watch .wrapper.times .minutes.special {
  background-color: #fcc317;
  color: black;
}
#gettimes.times .watch .wrapper.times .minutes.special .type path {
  fill: black;
}
#gettimes.times.trol .row.watch .kovetkezo,
#gettimes.times.trol .watch .wrapper.times .minutes.special {
  background-color: #2ba22c;
  color: white;
}
#gettimes.times.trol .row .middle .nice-select {
  border: 1px solid #2ba22c;
}
#gettimes.times.trol .watch .soon p,
#gettimes.times.trol .watch .watch .hours {
  color: #2ba22c;
}
#gettimes.times.trol .watch .wrapper.times .minutes {
  color: #2ba22c;
}
#gettimes.times.trol .watch .wrapper.times .minutes p strong {
  color: #2ba22c;
}
#gettimes.times.trol .watch .wrapper.times .minutes .type path {
  fill: #2ba22c;
}
#gettimes.times.trol .watch .wrapper.times .minutes.bright {
  background-color: #2ba22c;
  color: white;
}
#gettimes.times.trol .watch .wrapper.times .minutes.bright strong {
  color: white;
}
#gettimes.times.trol .watch .wrapper.times .minutes.special {
  color: white;
}
#gettimes.times.trol .watch .soon .timeline span {
  background-color: #2ba22c;
}
#gettimes.times.trol .watch .watch {
  background: url(../images/menetrend/watch-trolley.png);
}
#gettimes.times.trol .watch .watch .arrow {
  border-right: 3px solid #2ba22c;
  border-bottom: 3px solid #2ba22c;
}
#gettimes.times.bus .row.watch .kovetkezo {
  background-color: #1f5b93;
  color: white;
}
#gettimes.times.bus .watch .wrapper.times .minutes {
  color: #1f5b93;
}
#gettimes.times.bus .watch .wrapper.times .minutes.bright {
  color: white;
  background-color: #3b7dbb;
}
#gettimes.times.bus .row .middle .nice-select {
  border: 1px solid #1f5b93;
}
#gettimes.times.bus .watch .soon p,
#gettimes.times.bus .watch .hours {
  color: #1f5b93;
}
#gettimes.times.bus .watch .soon .timeline span {
  background-color: #1f5b93;
}
#gettimes.times.bus .watch .watch {
  background: url(../images/menetrend/watch-bus.png);
}
#gettimes.times.bus .watch .watch .arrow {
  border-right: 3px solid #1f5b93;
  border-bottom: 3px solid #1f5b93;
}

@media (max-width: 1024px) {
  #gettimes.times .row .left {
    margin: 0 0 21px 0;
  }
  #gettimes.times .row.watch .kovetkezo,
  #gettimes.times .row .middle .nice-select {
    float: none;
    margin: 0 auto;
    display: block;
    max-width: 580px;
  }
  #gettimes.times .watch .wrapper {
    float: none;
    max-width: 580px;
    margin: 0 auto;
  }
  #gettimes.times .watch .soon {
    max-width: 289px;
  }
  #gettimes.times .watch .wrapper.times {
    float: none;
    width: 100%;
  }
  #gettimes.times .watch .wrapper.times .minutes {
    max-width: 580px;
    margin: 0 auto;
  }
  #gettimes.times .row .right {
    margin-right: 0;
  }
}
@media (max-width: 544px) {
  #gettimes.times .watch .soon {
    max-width: 100%;
  }
  #gettimes.times .watch .watch {
    float: none;
    margin: 0 auto;
  }
}
.tabs-content {
  border: none;
  margin-bottom: -42px;
}

ul.tabs a {
  color: black;
  font-size: 16px;
  font-weight: bold;
}

.tabs-panel.is-active {
  padding-left: 32px;
  overflow-x: hidden;
}
@media screen and (max-width: 992px) {
  .tabs-panel.is-active {
    overflow-x: scroll;
  }
}
.tabs-panel.is-active::-webkit-scrollbar {
  width: 0px;
  /* remove scrollbar space */
  background: transparent;
  /* optional: just make scrollbar invisible */
}

@media (max-width: 500px) {
  .tabs-title {
    display: block;
    float: none;
  }
}
/* Nem elérhető ma */
.block-01 .nottoday {
  background-color: #ffc410;
  width: 100%;
  color: black;
  display: none;
  text-align: left;
}
.block-01 .nottoday.trol {
  background-color: #2ba22c;
  color: white;
}
.block-01 .nottoday.bus {
  background-color: #1f5b93;
  color: white;
}
.block-01 .nottoday p {
  line-height: 40px;
  padding-left: 24px;
  letter-spacing: 0.4px;
  font-weight: bold;
  font-size: 12px;
}

.pdf-flex-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.pdf-flex-row .reszletes-men {
  margin: 0 auto;
  width: 100%;
}

.advice .row {
  background-color: white;
  margin-top: 31px;
}
.advice .row .columns {
  padding: 0;
}
.advice .row .safety {
  padding-top: 24px;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #1f5b93;
  position: relative;
}
.advice .row .safety h3 {
  color: #000000;
  font-family: "Exo 2";
  font-size: 22px;
  padding-left: 0;
}
@media (max-width: 1025px) {
  .advice .row .safety h3 {
    padding-left: 30px;
  }
}
.advice .row .safety h3:before {
  content: "";
  height: 16px;
  width: 5px;
  display: inline-block;
  background-color: #092249;
  margin-right: 9px;
}
.advice .row .safety .safety-slider {
  height: 223px;
}
.advice .row .safety .safety-slider .title {
  font-family: "Exo 2";
  font-size: 22px;
  color: #252525;
  margin-bottom: 0;
}
.advice .row .safety .safety-slider .title p {
  margin-bottom: 0;
}
.advice .row .safety .safety-slider .content {
  font-family: "Roboto";
  font-size: 15px;
  color: #252525;
  margin-bottom: 0;
  display: inline-block;
  float: left;
  position: relative;
  /*max-width:264px;*/
  max-width: 68%;
  width: 100%;
  margin-top: 20px;
  height: 140px;
}
.advice .row .safety .safety-slider .post-thumbnail {
  max-width: 29%;
  width: 100%;
  display: inline-block;
  float: left;
  padding-right: 15px;
  max-height: 150px;
  overflow: hidden;
}
.advice .row .safety .safety-slider .post-thumbnail img {
  padding-top: 10px;
}
.advice .row .safety .unslider-nav {
  position: absolute;
  bottom: 0;
  right: 144px;
  background-color: #1f5b93;
}
.advice .row .safety .unslider-nav ol {
  margin: 0;
  height: 23px;
}
.advice .row .safety .unslider-nav ol li {
  background-color: #08203c;
  height: 4px;
  width: 4px;
  color: transparent;
  display: inline-block;
  margin-left: 10px;
  margin-right: 8px;
  cursor: pointer;
  margin-top: 10px;
  position: relative;
  z-index: 22222222;
  top: -3px;
}
.advice .row .safety .unslider-nav ol li.unslider-active {
  background-color: white;
}
.advice .row .safety .prev,
.advice .row .safety .next {
  height: 23px;
  width: 24px;
  background-color: #1f5b93;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  bottom: 0;
  cursor: pointer;
  z-index: 2222;
}
.advice .row .safety .prev:hover,
.advice .row .safety .next:hover {
  background-color: #3B73A7;
}
.advice .row .safety .prev {
  background-image: url("../images/slider-prev.png");
  right: 233px;
}
.advice .row .safety .next {
  background-image: url("../images/slider-next.png");
  right: 119px;
}
.advice .row .safety .more {
  right: 21px;
  bottom: 0;
}
.advice .ad {
  border-right: 1px solid #ededed;
}
.advice .ad .vehicle {
  height: 84px;
  background: url("../images/vantages.png");
  border-bottom: 1px solid #ededed;
  position: relative;
}
.advice .ad .vehicle .text {
  background: url("../images/vehicle-icon.png");
  background-repeat: no-repeat;
  margin-top: 28px;
  padding-left: 126px;
  background-position: 26px 4px;
}
@media (max-width: 1249px) {
  .advice .ad .vehicle .text {
    padding-left: 97px;
  }
}
@media (max-width: 1159px) {
  .advice .ad .vehicle .text {
    background-position: 14px 4px;
    padding-left: 85px;
  }
}
@media (max-width: 1026px) {
  .advice .ad .vehicle .text {
    padding-left: 86px;
  }
}
.advice .ad .stops {
  height: 84px;
  background: url("../images/vantages.png");
  position: relative;
}
@media (max-width: 640px) {
  .advice .ad .stops {
    border-bottom: 1px solid #ededed;
  }
}
.advice .ad .stops .text {
  background: url("../images/stops-icon.png");
  background-repeat: no-repeat;
  margin-top: 28px;
  padding-left: 126px;
  background-position: 37px 8px;
}
@media (max-width: 1249px) {
  .advice .ad .stops .text {
    padding-left: 97px;
  }
}
@media (max-width: 1159px) {
  .advice .ad .stops .text {
    background-position: 14px 4px;
    padding-left: 85px;
  }
}
@media (max-width: 1026px) {
  .advice .ad .stops .text {
    padding-left: 86px;
  }
}
.advice .ad .park {
  height: 84px;
  background: url("../images/vantages.png");
  border-bottom: 1px solid #ededed;
  position: relative;
}
.advice .ad .park .text {
  background: url("../images/park-icon.png");
  background-repeat: no-repeat;
  margin-top: 28px;
  padding-left: 93px;
  background-position: 37px 8px;
}
@media (max-width: 1159px) {
  .advice .ad .park .text {
    background-position: 19px 8px;
    padding-left: 72px;
  }
}
.advice .ad .airport {
  height: 84px;
  background: url("../images/vantages.png");
  position: relative;
}
.advice .ad .airport .text {
  background: url("../images/airport-icon.png");
  background-repeat: no-repeat;
  margin-top: 28px;
  padding-left: 93px;
  background-position: 25px 8px;
}
@media (max-width: 1159px) {
  .advice .ad .airport .text {
    background-position: 19px 8px;
    padding-left: 72px;
  }
}
.advice .ad h4 {
  font-family: "Exo 2";
  font-size: 28px;
  font-weight: 300;
  color: black;
  margin-bottom: 0;
  text-transform: uppercase;
  line-height: 27px;
  padding-top: 18px;
  padding-bottom: 18px;
}
@media (max-width: 1159px) {
  .advice .ad h4 {
    font-size: 23px;
  }
}
.advice .ad p {
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 300;
  color: black;
}
@media (max-width: 1055px) {
  .advice .ad p {
    font-size: 16px;
  }
}
.advice .ad a {
  background: url("../images/ds-link.png");
  height: 44px;
  width: 44px;
  display: inline-block;
  position: absolute;
  right: 16px;
  top: 10px;
  background-position: 0 -1px;
}
.advice .ad a:hover {
  background-position: 0 -55px;
}

@media (max-width: 1007px) {
  .advice .custome-5.ad .vehicle,
  .advice .custome-5.ad .stops,
  .advice .custome-2 .park,
  .advice .custome-2 .airport {
    height: auto;
    background: none;
  }
  .advice .custome-5.ad .vehicle .text,
  .advice .custome-5.ad .stops .text,
  .advice .custome-2 .park .text,
  .advice .custome-2 .airport .text {
    background-position: center 0px;
    padding-left: 0;
    text-align: center;
    padding-top: 53px;
  }
  .advice .ad p {
    margin-bottom: 0;
  }
  .advice .ad a {
    display: block;
    top: 0;
    right: 0;
    margin: 8px auto;
    position: relative;
  }
  .advice .row .safety .unslider {
    height: 100%;
  }
  .advice .row .safety .safety-slider {
    height: 100%;
  }
  .unslider-fade .unslider-wrap {
    margin-left: 0;
  }
  .advice .row .safety .safety-slider .post-thumbnail,
  .advice .row .safety .safety-slider .content {
    max-width: 100%;
    text-align: center;
  }
  .advice .row .safety .safety-slider .content p {
    margin-bottom: 0;
  }
}
.news {
  margin-top: 27px;
}
.news .row {
  background-color: white;
}
.news .row .columns {
  padding: 0;
}
.news .row h4 {
  font-family: "Exo 2";
  font-size: 22px;
  color: black;
  margin-top: 21px;
  padding-left: 31px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 18px;
  margin-bottom: 0;
}
.news .row h4:before {
  content: "";
  background-color: #092249;
  width: 5px;
  height: 16px;
  display: inline-block;
  margin-right: 10px;
}
.news .row .custome-9 {
  /* width:71%;*/
  border-right: 1px solid #ededed;
  position: relative;
}
.news .row .custome-9 .link {
  color: #092249;
  font-family: "Exo 2";
  font-size: 14px;
  background-color: #ededed;
  line-height: 24px;
  position: absolute;
  right: 30px;
  top: 25px;
  width: 102px;
  padding-left: 11px;
}
.news .row .custome-9 .link:hover {
  background-color: #F4F0F0;
}
.news .row .custome-9 .link:after {
  content: "";
  background: url(../images/grey-bg-link.png);
  height: 11px;
  width: 7px;
  display: inline-block;
  margin-left: 10px;
}
.news .row .custome-3 {
  /*width:29%; */
  position: relative;
}
.news .row .custome-3 .all-video {
  color: #092249;
  font-family: "Exo 2";
  font-size: 14px;
  background-color: #ededed;
  line-height: 24px;
  position: absolute;
  right: 30px;
  top: 25px;
  width: 126px;
  padding-left: 11px;
}
.news .row .custome-3 .all-video:after {
  content: "";
  background: url(../images/grey-bg-link.png);
  height: 11px;
  width: 7px;
  display: inline-block;
  margin-left: 10px;
}
.news .row .custome-3 .all-video:hover {
  background-color: #F4F0F0;
}
.news .feed {
  float: left;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #225d94;
  margin-top: 7px;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}
.news .feed .txt {
  float: left;
  position: relative;
  padding-right: 15px;
}
.news .feed .picture {
  float: left;
  margin-top: 4px;
  padding-right: 15px;
  padding-left: 15px;
}
.news .feed .picture img {
  max-width: 100%;
  width: 100%;
}
.news .feed .date {
  color: #6a6a6a;
  font-family: "Roboto";
  font-size: 13px;
  padding-top: 3px;
}
.news .feed .ttl {
  color: black;
  font-family: "Exo 2";
  font-size: 22px;
  margin-bottom: 0;
  padding-top: 6px;
}
.news .feed .text {
  font-family: "Roboto";
  font-size: 15px;
  color: black;
  margin-bottom: 36px;
  text-align: justify;
}
.news .feed .text p {
  margin-bottom: 0;
}
.news .video-feed {
  /* padding-left: 31px;
    padding-right: 31px;*/
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid #225d94;
  padding-bottom: 9px;
  position: relative;
}
.news .video-feed .ttl {
  padding-top: 10px;
  line-height: 24px;
}
.news .video-feed .date {
  padding-top: 11px;
}
.news .video-feed .text {
  margin-top: 15px;
}
.news .video-feed .text iframe {
  height: auto;
  max-width: 265px;
  width: 100%;
  border: 0;
}
.news .fleft {
  float: left;
}
@media (max-width: 1025px) {
  .news .fleft {
    width: 100%;
  }
}

@media (max-width: 641px) {
  .news .feed.row {
    padding-left: 12px;
    padding-right: 12px;
  }
  .news .feed .picture {
    padding-right: 0;
    padding-left: 0;
  }
  .news .feed .picture img {
    width: 100%;
  }
}
@media (max-width: 1314px) {
  .route .row,
  .advice .row,
  .news .row {
    margin-left: 15px;
    margin-right: 15px;
  }
  .news .feed.row {
    margin-left: 0;
    margin-right: 0;
  }
}
.search .pagination {
  display: inline-block;
  float: right;
  margin-top: 35px;
  margin-bottom: 0;
}
.search .pagination .page-numbers {
  color: #0a0a0a;
  font-weight: 700;
  background-color: #ededed;
  width: 25px;
  height: 25px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  line-height: 25px;
  padding: 0;
}
.search .pagination .page-numbers.current {
  color: #ffffff;
  background-color: #1f5b93;
}
.search .pagination .page-numbers.prev, .search .pagination .page-numbers.next {
  background-color: #fff;
  color: #1f5b93;
}
.search .searchtext {
  font-size: 15px;
  color: #717171;
  font-weight: 300;
  margin-bottom: 20px;
  padding-left: 5px;
}
.search .searchtext .s-keyword {
  font-size: 17px;
  color: #1f5b93;
  display: inline-block;
  padding: 0 5px;
}
.search .searchtext .s-count {
  font-size: 17px;
  color: #1f5b93;
  display: inline-block;
  padding: 0 5px;
}

.inner-videos {
  background-color: white;
  margin-top: 23px;
  padding-left: 57px;
}
.inner-videos h3 {
  margin-bottom: 58px;
}
.inner-videos .columns {
  padding: 0;
}
.inner-videos .columns:last-child:not(:first-child), .inner-videos .columns:last-child:not(:first-child) {
  float: left;
}
.inner-videos .youtube-video {
  /*max-width: 246px;*/
  max-width: 25%;
  width: 100%;
  margin-bottom: 83px;
  padding-right: 52px;
}
.inner-videos .youtube-video img {
  max-width: 246px;
  width: 100%;
  max-height: 157px;
}
.inner-videos .youtube-video.first {
  padding: 0;
  margin: 0;
}
.inner-videos .youtube-video .in {
  max-width: 246px;
  border-bottom: 1px solid #1f5b93;
}
.inner-videos .youtube-video .in h3 {
  color: #000000;
  font-family: "Exo 2";
  font-size: 18px;
  font-weight: normal;
  margin-top: 21px;
  margin-bottom: 29px;
}
.inner-videos .youtube-video .in .date {
  margin-bottom: 0;
  display: inline-block;
  font-family: "Exo 2";
  color: #1f5b93;
  font-size: 14px;
}
.inner-videos .youtube-video .in .read-more {
  color: white;
  font-family: "Exo 2";
  font-size: 14px;
  background-color: #1f5b93;
  line-height: 24px;
  display: inline-block;
  float: right;
  max-width: 112px;
  width: 100%;
  padding-left: 11px;
}
.inner-videos .youtube-video .in .read-more:after {
  content: "";
  background: url(../images/more-after.png);
  width: 7px;
  height: 11px;
  display: inline-block;
  margin-left: 11px;
  vertical-align: middle;
}
@media (max-width: 1058px) {
  .inner-videos .youtube-video {
    max-width: 33.33%;
  }
}
@media (max-width: 820px) {
  .inner-videos .youtube-video {
    max-width: 50%;
  }
}
@media (max-width: 621px) {
  .inner-videos .youtube-video {
    max-width: 100%;
  }
  .inner-videos .youtube-video .in {
    margin: 0 auto;
  }
}

.row.back {
  background-color: white;
}
.row.back .backto {
  color: #092249;
  font-family: "Exo 2";
  font-size: 14px;
  background-color: #ededed;
  height: 24px;
  line-height: 24px;
  float: right;
  width: 187px;
  margin-bottom: 70px;
  margin-right: 45px;
}
.row.back .backto:before {
  content: "";
  background: url(../images/grey-bg-link-back.png);
  height: 11px;
  width: 7px;
  display: inline-block;
  margin-left: 8px;
  margin-right: 13px;
}

.videos-page {
  background-color: white;
  padding-left: 57px;
  margin-top: 23px;
  padding-right: 57px;
  padding-bottom: 46px;
}
.videos-page .columns {
  padding: 0;
}
.videos-page .columns iframe {
  width: 100%;
  max-height: 688px;
  height: 688px;
  height: 37vw;
}
.videos-page .youtube {
  margin-top: 26px;
  border-bottom: 1px solid #8f8f8f;
  padding-bottom: 26px;
}
.videos-page .youtube strong {
  font-family: "Exo 2";
  font-size: 22px;
  display: block;
}
.videos-page .youtube p {
  font-family: "Roboto";
  font-size: 15px;
  margin-bottom: 0;
  text-align: justify;
}
.videos-page .youtube img {
  margin: 0 auto;
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 1314px) {
  .videos-page {
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (max-width: 640px) {
  .videos-page {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1314px) {
  .row.inner-videos,
  .row.breadcrumb,
  .row.back {
    margin-right: 15px;
    margin-left: 15px;
  }
}
.szkt-section {
  padding-top: 25px;
  padding-bottom: 25px;
}
.szkt-section > .row {
  padding: 25px 55px;
}
.szkt-section > .row > .main-title {
  padding-top: 0;
}
.szkt-section.bg-white > .row {
  background-color: #ffffff;
}
.szkt-section + .szkt-section {
  padding-top: 0;
}
.footer-text {
  font-family: "Open Sans";
  font-size: 14px;
  color: #93a8c7;
  font-weight: 400;
}
.footer-text.under {
  line-height: 21px;
  margin-bottom: 0;
}

footer {
  background-color: #062048;
  border-bottom: 1px solid #1b2e44;
}
footer > .row {
  padding-top: 57px;
}
@media screen and (min-width: 1026px) {
  footer > .row .columns {
    padding: 0;
  }
}
@media (max-width: 1314px) {
  footer > .row {
    margin-left: 15px;
    margin-right: 15px;
  }
}
footer h5 {
  font-family: "Exo 2";
  font-weight: 300;
  font-size: 24px;
  color: #93a8c7;
  letter-spacing: 0.1px;
  padding-left: 3px;
}
@media (max-width: 1179px) {
  footer h5 {
    font-size: 22px;
  }
}
footer .left-s {
  position: relative;
}
footer .left-s p {
  padding-top: 4px;
  padding-left: 1px;
  letter-spacing: 0.1px;
}
footer .left-s .more {
  max-width: 137px;
  right: inherit;
}
@media (max-width: 1025px) {
  footer .left-s .more {
    right: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding-left: 0;
  }
}
footer .contact {
  position: relative;
  float: left;
  display: block;
  width: 100%;
  padding-bottom: 47px;
}
@media (max-width: 1025px) {
  footer .contact {
    text-align: center;
    margin-bottom: 23px;
  }
}
footer .tarsasag h5 {
  padding-bottom: 11px;
}
@media (max-width: 683px) {
  footer .tarsasag h5 {
    padding: 40px 0 0 0;
  }
}
footer .tarsasag ul {
  margin-left: 0;
}
footer .tarsasag ul li {
  display: block;
  color: #93a8c7;
  font-size: 14px;
  font-family: "Open Sans";
  padding-left: 3px;
  line-height: 27px;
}
@media (max-width: 683px) {
  footer .tarsasag ul li {
    padding-left: 0;
  }
}
footer .tarsasag ul li a {
  display: inline-block;
  color: #93a8c7;
  padding-left: 3px;
  line-height: 29px;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 683px) {
  footer .tarsasag ul li a {
    padding-left: 0;
    padding-right: 0;
  }
}
footer .tarsasag ul li a:hover {
  color: #C1CAD7;
}
@media (max-width: 1179px) {
  footer .tarsasag ul li {
    font-size: 13px;
  }
}
footer .tarsasag ul li:hover a:after {
  background-color: transparent;
}
@media (max-width: 683px) {
  footer .tarsasag {
    text-align: center;
  }
}
footer nav {
  position: relative;
}
footer .newsletter {
  float: left;
  display: block;
  max-width: 493px;
  width: 100%;
  border-radius: 0;
  background-image: url(../images/newsletter.png);
  background-repeat: no-repeat;
  background-position: 2% center;
  padding-left: 45px;
  font-family: "Exo 2";
  color: #1f5b93;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0;
}
footer .newsletter:focus {
  background-image: url(../images/newsletter.png);
  background-repeat: no-repeat;
  background-position: 2% center;
}
@media (max-width: 1025px) {
  footer .newsletter {
    float: none;
    margin: 0 auto;
  }
}
footer .row .row {
  margin: 0;
}

.u-footer {
  background-color: #071b33;
}
.u-footer .infos {
  padding: 0;
}
.u-footer .infos > span {
  color: #869bb9;
  font-family: "Exo 2";
  font-size: 16px;
  line-height: 103px;
  padding-left: 7px;
}
@media (max-width: 40em) {
  .u-footer .infos > span {
    display: block;
    text-align: center;
    line-height: 30px;
    padding: 25px 0 0;
  }
}
.u-footer .createdby {
  text-align: right;
  padding: 37px 0;
}
@media screen and (max-width: 40em) {
  .u-footer .createdby {
    text-align: center;
    padding: 25px 0;
  }
}
.u-footer .createdby .evista {
  font-size: 10px;
  text-align: left;
  display: inline-block;
  padding-left: 80px;
  background-image: url("../images/evista.png");
  background-repeat: no-repeat;
  background-position: 17px center;
  line-height: 1.3;
  font-family: "Arial";
  letter-spacing: 0.2px;
  color: #607591;
  font-family: "Exo 2";
  opacity: 0.8;
}
@media screen and (max-width: 40em) {
  .u-footer .createdby .evista {
    margin-top: 25px;
    background-position: center top;
    padding: 25px 0 0 0;
    text-align: center;
  }
}
.u-footer .createdby .evista span {
  display: block;
}
.u-footer .createdby .evista a {
  color: inherit;
}
.u-footer .createdby .evista a:hover {
  color: #93a8c7;
}
@media (max-width: 1314px) {
  .u-footer {
    padding-left: 15px;
    padding-right: 15px;
  }
  .u-footer span {
    font-size: 14px;
  }
}

#fountainG {
  display: none;
  position: absolute;
  width: 132px;
  height: 16px;
  margin: auto;
  top: 50%;
  transform: translate(-50%);
  -moz-transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  z-index: 2222;
  left: 50%;
  opacity: 1;
}

.fountainG {
  position: absolute;
  top: 0;
  background-color: rgb(0, 0, 0);
  width: 16px;
  height: 16px;
  animation-name: bounce_fountainG;
  -o-animation-name: bounce_fountainG;
  -ms-animation-name: bounce_fountainG;
  -webkit-animation-name: bounce_fountainG;
  -moz-animation-name: bounce_fountainG;
  animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  transform: scale(0.3);
  -o-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

#fountainG_1 {
  left: 0;
  animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
}

#fountainG_2 {
  left: 16px;
  animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  -ms-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
}

#fountainG_3 {
  left: 33px;
  animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
}

#fountainG_4 {
  left: 49px;
  animation-delay: 1.05s;
  -o-animation-delay: 1.05s;
  -ms-animation-delay: 1.05s;
  -webkit-animation-delay: 1.05s;
  -moz-animation-delay: 1.05s;
}

#fountainG_5 {
  left: 66px;
  animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  -ms-animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
}

#fountainG_6 {
  left: 82px;
  animation-delay: 1.35s;
  -o-animation-delay: 1.35s;
  -ms-animation-delay: 1.35s;
  -webkit-animation-delay: 1.35s;
  -moz-animation-delay: 1.35s;
}

#fountainG_7 {
  left: 99px;
  animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
}

#fountainG_8 {
  left: 115px;
  animation-delay: 1.64s;
  -o-animation-delay: 1.64s;
  -ms-animation-delay: 1.64s;
  -webkit-animation-delay: 1.64s;
  -moz-animation-delay: 1.64s;
}

@keyframes bounce_fountainG {
  0% {
    transform: scale(1);
    background-color: rgb(0, 0, 0);
  }
  100% {
    transform: scale(0.3);
    background-color: rgb(255, 255, 255);
  }
}
@-o-keyframes bounce_fountainG {
  0% {
    -o-transform: scale(1);
    background-color: rgb(0, 0, 0);
  }
  100% {
    -o-transform: scale(0.3);
    background-color: rgb(255, 255, 255);
  }
}
@-ms-keyframes bounce_fountainG {
  0% {
    -ms-transform: scale(1);
    background-color: rgb(0, 0, 0);
  }
  100% {
    -ms-transform: scale(0.3);
    background-color: rgb(255, 255, 255);
  }
}
@-webkit-keyframes bounce_fountainG {
  0% {
    -webkit-transform: scale(1);
    background-color: rgb(0, 0, 0);
  }
  100% {
    -webkit-transform: scale(0.3);
    background-color: rgb(255, 255, 255);
  }
}
@-moz-keyframes bounce_fountainG {
  0% {
    -moz-transform: scale(1);
    background-color: rgb(0, 0, 0);
  }
  100% {
    -moz-transform: scale(0.3);
    background-color: rgb(255, 255, 255);
  }
}
/* Preloader index */
.infos-div .my-slider,
.announcement .statement {
  visibility: hidden;
  opacity: 0;
}

.infos-div .my-slider.loaded,
.announcement .statement.loaded {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
}

#fountainG.inindex, #fountainG.instatement {
  display: block;
}

#related-links {
  padding-top: 30px;
}
#related-links > .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#related-links > .row:before, #related-links > .row:after {
  content: normal;
  clear: both;
  height: 0;
  display: block;
}
@media (min-width: 1280px) and (max-width: 1316px) {
  #related-links > .row {
    margin: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  #related-links > .row > .columns {
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  #related-links .home-links {
    margin-bottom: 10px;
  }
}
#related-links .home-links .row {
  background-color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
#related-links .home-links .row:before, #related-links .home-links .row:after {
  content: normal;
  clear: both;
  height: 0;
  display: block;
}
@media screen and (max-width: 1280px) {
  #related-links .home-links .row {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  #related-links .home-links .row {
    padding-top: 20px;
  }
  #related-links .home-links .row .home-link {
    margin-bottom: 20px;
    margin-top: 0 !important;
  }
  #related-links .home-links .row .home-link:not(:last-child) {
    margin-bottom: 60px;
  }
}
#related-links .home-links .row .home-link > a, #related-links .home-links .row .home-link > div {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #related-links .home-links .row .home-link > a, #related-links .home-links .row .home-link > div {
    display: inline-block;
  }
}
#related-links .home-links .row .home-link > a {
  height: 50px;
}
#related-links .home-link {
  background-color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #related-links .home-link {
    flex-wrap: wrap;
    margin-bottom: 15px !important;
    width: 100% !important;
  }
}
#related-links .home-link .oldbtn {
  max-width: 270px;
  padding: 0;
}
#related-links .home-link .oldbtn .con:before {
  margin-top: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 39px;
  background-position: center;
}
@media (min-width: 769px) and (max-width: 862px) {
  #related-links .home-link .oldbtn .con:before {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 862px) {
  #related-links .home-link .oldbtn .con p {
    text-align: center;
    width: 100%;
  }
}
#related-links .home-link .oldbtn .con .upper {
  font-size: 20px;
}
#related-links .home-link .oldbtn .con .lower {
  font-size: 13px;
}
#related-links .home-link .szegediprogramok {
  max-width: 365px;
  height: 50px;
  width: 100%;
  background-position: center center;
  background-size: 100%;
  display: inline-block;
  background-image: url(../images/szp.jpg);
  margin-top: 10px !important;
}
#related-links .home-link .menetrend-app {
  background: url(../images/web-logo-with-text-horizontal.png);
  width: 100%;
  max-width: 250px;
  max-height: 35px;
  display: inline-block;
  background-position: center center;
  background-size: 100%;
  background-size: contain;
  margin: 10px 30px 0px 0 !important;
}
#related-links .home-link.cashless {
  position: relative;
  padding: 0 10px;
  height: 100%;
}
@media (min-width: 1280px) {
  #related-links .home-link.cashless {
    margin-right: -15px;
  }
}
@media screen and (max-width: 768px) {
  #related-links .home-link.cashless {
    padding-bottom: 20px;
  }
}
#related-links .home-link.cashless .more {
  position: absolute;
  z-index: 0;
  height: auto;
  padding-left: 10px;
  text-align: left;
  right: 0;
}

.home #related-links {
  padding-top: 0;
}

#single-content {
  background-color: white;
  padding-left: 57px;
  margin-top: 23px;
  padding-right: 57px;
  padding-bottom: 46px;
  font-family: "Roboto";
  font-size: 15px;
  margin-bottom: 0;
  text-align: justify;
}
@media screen and (max-width: 1314px) {
  #single-content {
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media screen and (max-width: 640px) {
  #single-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#single-content p {
  margin-bottom: 10px;
}
#single-content table tbody td {
  width: auto !important;
}

.szkt-price-section + .szkt-price-section {
  margin-top: 45px;
}
.szkt-price-section__columns {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .szkt-price-section__columns {
    flex-direction: column;
  }
}
.szkt-price-section__columns__column {
  flex: 0 0 48%;
  max-width: 48%;
}
@media screen and (max-width: 767px) {
  .szkt-price-section__columns__column {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.szkt-price-section__columns__column table {
  margin: 0;
}
.szkt-price-section__columns__column table tr:first-child td {
  text-align: left !important;
}
.szkt-price-section__columns__column table tr td {
  width: calc(100% - 120px);
}
@media screen and (max-width: 767px) {
  .szkt-price-section__columns__column table tr td {
    display: table-cell;
    padding: 10px 15px;
    text-align: left;
    width: calc(100% - 100px);
  }
}
.szkt-price-section__columns__column table tr td:last-child {
  width: 160px;
}
@media screen and (max-width: 767px) {
  .szkt-price-section__columns__column table tr td:last-child {
    width: 120px;
    text-align: right;
  }
}

/*# sourceMappingURL=szkt.css.map */
