:root {
  --primary-color: #005C64;
  --secondary-color: #004584;

  --tg-color-primary: #004584 !important;
  --tg-text-primary: #004584 !important;
  --tg-border-focus: #004584 !important;
  --tg-bg-hover: #D8DCE9 !important;
  --tg-shadow-focus: #D8DCE9 !important;

  --tg-bg-primary: #004584 !important;
  --tg-fg-on-bg-primary: #fff !important;
  --tg-button-primary-border: #004584 !important;
  --tg-button-primary-hover-bg: #0E3867 !important;
  --tg-button-primary-hover-border: #0E3867 !important;
  --tg-button-primary-hover-color: #fff !important;
  --tg-bg-primary-light: #D8DCE9 !important;

  --tg-bg-secondary: #005C64 !important;
  --tg-fg-on-bg-secondary: #fff !important;
  --tg-button-secondary-border: #005C64 !important;
  --tg-button-secondary-hover-bg: #CA6B12 !important;
  --tg-button-secondary-hover-border: #CA6B12 !important;
  --tg-button-secondary-hover-color: #fff !important;
  --tg-bg-secondary-light: #FFEAD6 !important;

  --tg-button-ghost-color: #fff !important;
}
.hr_names {
  display: none !important;
}
.fs_names {
  display: none !important;
}
html {
  font-size: 14px;
}
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-phone:before {
  content: "\f095";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-home:before {
  content: "\f015";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-user:before {
  content: "\f007";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-bus:before {
  content: "\f207";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-search:before {
  content: "\f002";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-star:before {
  content: "\f005";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-group:before {
  content: '\f0c0'; 
}
.fa-soccer-ball-o:before {
  content: '\f1e3';
}
.fa-trophy:before {
  content: '\f091';
}
/* BROWSER UPGRADE
* -------------------------- */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
  text-align: center;
}
.browserupgrade a {
  text-decoration: underline;
}
/* ADDITIONAL
 * -------------------------- */
body {
  background: #FCDDAE;
}
.overlink {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.bg-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bg-image-contain {
  background-size: contain;
}
.section-title {
  font-weight: bold;
  font-size: 1.571em;
  color: #333333;
  background: #ffd900;
  padding: 8px 15px;
  margin: 0 0 20px 0;
}
.mb-0 {
  margin-bottom: 0;
}
.box-shadow {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.box-shadow-hover {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.box-shadow-hover:hover {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
/* HEADER
 * -------------------------- */
.brand {
  position: relative;
}
.brand img {
  height: 70px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.brand p {
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
  display: inline-block;
}
.contact {
  text-align: right;
  font-size: 1.143em;
  margin-bottom: 5px;
}
.contact i {
  color: #fff;
  padding-right: 3px;
}
.contact .fa-facebook {
  padding-left: 6px;
}
.contact-elem {
  color: #fff;
  background: #005C64;
  border-radius: 0 0 10px 10px;
  display: inline-block;
  padding: 4px 15px 4px 10px;
}
.contact-elem:hover {
  color: #fff;
  background: #005C64;
}
/* Medium devices (desktops, 992px and up) */
@media all and (max-width: 992px) {
  .brand,
  .contact {
    text-align: center;
  }
  .contact {
    font-size: 0.857em;
  }
}
@media all and (max-width: 525px) {
  .contact-elem {
    border-radius: 5px;
    margin-bottom: 5px;
  }
  .contact-elem:last-child {
    margin-bottom: 0;
  }
}
/* NAVIGATION (smartmenus)
 * -------------------------- */
/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/
.sm,
.sm ul,
.sm li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: ltr;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.sm-rtl,
.sm-rtl ul,
.sm-rtl li {
  direction: rtl;
  text-align: right;
}
.sm > li > h1,
.sm > li > h2,
.sm > li > h3,
.sm > li > h4,
.sm > li > h5,
.sm > li > h6 {
  margin: 0;
  padding: 0;
}
.sm ul {
  display: none;
}
.sm li,
.sm a {
  position: relative;
}
.sm a {
  display: block;
}
.sm a.disabled {
  cursor: not-allowed;
}
.sm:after {
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.sm,
.sm *,
.sm *:before,
.sm *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* sm-simple */
.sm-simple {
  border: 0px solid #bbbbbb;
  background: #005C64;
}
.sm-simple a {
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out;
}
.sm-simple a,
.sm-simple a:hover,
.sm-simple a:focus,
.sm-simple a:active {
  padding: 13px 20px;
  /* make room for the toggle button (sub indicator) */
  padding-right: 58px;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}
.sm-simple a.current {
  background: #555555;
  color: white;
}
.sm-simple a.disabled {
  color: #cccccc;
}
.sm-simple a span.sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 14px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(0, 0, 0, 0.08);
}
.sm-simple a.highlighted span.sub-arrow:before {
  font-family: 'fontawesome';
  font-size: 1em;
  font-weight: normal;
  display: block;
  content: '\f106';
}
.sm-simple li {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.sm-simple > li:first-child {
  border-top: 0;
}
.sm-simple ul {
  background: rgba(179, 179, 179, 0.1);
}
.sm-simple ul a,
.sm-simple ul a:hover,
.sm-simple ul a:focus,
.sm-simple ul a:active {
  font-size: 14px;
  border-left: 8px solid transparent;
}
.sm-simple ul ul a,
.sm-simple ul ul a:hover,
.sm-simple ul ul a:focus,
.sm-simple ul ul a:active {
  border-left: 16px solid transparent;
}
.sm-simple ul ul ul a,
.sm-simple ul ul ul a:hover,
.sm-simple ul ul ul a:focus,
.sm-simple ul ul ul a:active {
  border-left: 24px solid transparent;
}
.sm-simple ul ul ul ul a,
.sm-simple ul ul ul ul a:hover,
.sm-simple ul ul ul ul a:focus,
.sm-simple ul ul ul ul a:active {
  border-left: 32px solid transparent;
}
.sm-simple ul ul ul ul ul a,
.sm-simple ul ul ul ul ul a:hover,
.sm-simple ul ul ul ul ul a:focus,
.sm-simple ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}
@media (min-width: 1200px) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  .sm-simple ul {
    position: absolute;
  }
  .sm-simple li {
    float: left;
  }
  .sm-simple.sm-rtl li {
    float: right;
  }
  .sm-simple ul li,
  .sm-simple.sm-rtl ul li,
  .sm-simple.sm-vertical li {
    float: none;
  }
  .sm-simple a {
    white-space: nowrap;
  }
  .sm-simple ul a,
  .sm-simple.sm-vertical a {
    white-space: normal;
  }
  .sm-simple .sm-nowrap > li > a,
  .sm-simple .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }
  /* ...end */
  .sm-simple {
    background: #005C64;
  }
  .sm-simple a,
  .sm-simple a:hover,
  .sm-simple a:focus,
  .sm-simple a:active,
  .sm-simple a.highlighted {
    padding: 15px 20px;
    color: #fff;
  }
  .sm-simple a:hover,
  .sm-simple a:focus,
  .sm-simple a:active,
  .sm-simple a.highlighted {
    background: #002d31;
  }
  .sm-simple a.current {
    background: #555555;
    color: white;
  }
  .sm-simple a.disabled {
    background: white;
    color: #cccccc;
  }
  .sm-simple a.has-submenu {
    padding-right: 32px;
  }
  .sm-simple a span.sub-arrow {
    top: 50%;
    margin-top: -8px;
    right: 20px;
    width: 8px;
    height: 16px;
    font: 14px/16px monospace !important;
    background: transparent;
  }
  .sm-simple a.highlighted span.sub-arrow:before {
    display: none;
  }
  .sm-simple > li {
    border-top: 0;
    border-left: 1px solid #00454a;
  }
  .sm-simple > li:first-child {
    border-left: 0;
  }
  .sm-simple ul {
    background: white;
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.3);
  }
  .sm-simple ul a {
    color: #333333;
    border: 0 !important;
  }
  .sm-simple ul a.has-submenu {
    padding-right: 20px;
  }
  .sm-simple ul a span.sub-arrow {
    left: auto;
    margin-right: -12px;
  }
  .sm-simple ul > li {
    border-left: 0;
    border-top: 1px solid #eeeeee;
  }
  .sm-simple ul > li:first-child {
    border-top: 0;
  }
  .sm-simple span.scroll-up,
  .sm-simple span.scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: white;
    height: 20px;
  }
  .sm-simple span.scroll-up-arrow,
  .sm-simple span.scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #555555 transparent;
  }
  .sm-simple span.scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #555555 transparent transparent transparent;
  }
  .sm-simple.sm-rtl a.has-submenu {
    padding-right: 20px;
    padding-left: 32px;
  }
  .sm-simple.sm-rtl a span.sub-arrow {
    right: auto;
    left: 20px;
  }
  .sm-simple.sm-rtl.sm-vertical a.has-submenu {
    padding: 11px 20px;
  }
  .sm-simple.sm-rtl.sm-vertical a span.sub-arrow {
    right: 20px;
    margin-right: -12px;
  }
  .sm-simple.sm-rtl > li:first-child {
    border-left: 1px solid #eeeeee;
  }
  .sm-simple.sm-rtl > li:last-child {
    border-left: 0;
  }
  .sm-simple.sm-rtl ul a.has-submenu {
    padding: 11px 20px;
  }
  .sm-simple.sm-rtl ul a span.sub-arrow {
    right: 20px;
    margin-right: -12px;
  }
  .sm-simple.sm-vertical a span.sub-arrow {
    right: auto;
    margin-left: -12px;
  }
  .sm-simple.sm-vertical li {
    border-left: 0;
    border-top: 1px solid #eeeeee;
  }
  .sm-simple.sm-vertical > li:first-child {
    border-top: 0;
  }
}
/* main-menu heading */
#main-menu {
  clear: both;
}
.main-menu-heading {
  /* style the MENU text as you like here */
}
@media (min-width: 1200px) {
  .main-menu-heading {
    display: none;
  }
}
/* MENU text before hamburger */
.main-menu-btn {
  float: right;
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  text-indent: 28px;
  white-space: nowrap;
  margin: 4px 0 5px;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.main-menu-btn:before {
  position: absolute;
  color: #fff;
  text-transform: uppercase;
  top: 5px;
  bottom: 0;
  left: -75px;
  content: 'menü';
}
/* hamburger icon */
.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #fff;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0;
}
.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0;
}
/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* hide menu state checkbox offscreen (so it stays visible to screen readers) */
#main-menu-state {
  position: absolute;
  top: -99999px;
}
/* hide the menu in mobile view */
#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}
#main-menu-state:checked ~ #main-menu {
  display: block;
}
@media (min-width: 1200px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block;
  }
}
/* Justified nav */
@media (min-width: 1200px) {
  #main-menu > li {
    float: none;
    display: table-cell;
    width: 1%;
    text-align: center;
  }
  #main-menu ul a {
    text-align: left;
  }
}
/* Custom classes */
.navigation {
  background: #005C64;
}
.navigation-right {
  float: right !important;
}
/* Small devices (tablets, 768px and up) */
@media all and (max-width: 768px) {
  .navigation {
    margin-bottom: 20px;
  }
}
/* CAROUSEL (owl-carousel)
* -------------------------- */
/* Animate Plugin */
.carousel {
  position: relative;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* Owl Carousel - Auto Height Plugin */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* Core Owl Carousel CSS File */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  display: none;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* Owl Carousel - Lazy Load Plugin */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/* Owl carousel theme */
.owl-theme .owl-nav {
  margin-top: 0;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
  font-size: 2.143em;
  background: #005C64;
  display: inline-block;
  cursor: pointer;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  margin: 5px;
  background: #fff;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease, background 200ms ease;
  -moz-transition: opacity 200ms ease, background 200ms ease;
  -ms-transition: opacity 200ms ease, background 200ms ease;
  -o-transition: opacity 200ms ease, background 200ms ease;
  transition: opacity 200ms ease, background 200ms ease;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #005C64;
}
/* Custom classes */
.carousel {
  margin-bottom: 20px;
}
.carousel-img {
  height: 500px;
  position: relative;
}
/* Tovabbi keparanyok:
 * 56.25% = 16:9
 * 75% = 4:3
 * 66.66% = 3:2
 * 62.5% = 8:5
 * 100 = 1:1
 */
.carousel-img > .item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.owl-nav i {
  font-size: 24px;
  color: #fff;
}
.owl-prev,
.owl-next {
  position: absolute;
  margin: auto;
  width: 30px;
  height: 48px;
  line-height: 48px;
  z-index: 2;
  -webkit-transition: width 0.15s ease-in-out;
  -moz-transition: width 0.15s ease-in-out;
  -ms-transition: width 0.15s ease-in-out;
  -o-transition: width 0.15s ease-in-out;
  transition: width 0.15s ease-in-out;
}
.owl-prev:hover,
.owl-next:hover {
  width: 40px;
}
.owl-prev {
  top: 0;
  bottom: 0;
  left: 0;
  padding-right: 5px;
  -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
}
.owl-next {
  top: 0;
  bottom: 0;
  right: 0;
  padding-left: 5px;
  -webkit-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
}
.owl-dots {
  position: absolute;
  max-width: 400px;
  margin: auto;
  right: 0;
  bottom: 15px;
  left: 0;
  z-index: 1;
}
.owl-dot span {
  border: 2px solid #005C64;
}
.carousel-caption {
  float: right;
  position: relative;
  top: 20px;
  right: 15px;
  display: inline-block;
}
.carousel-caption h3 {
  font-size: 2.000em;
  padding: 10px 25px;
  margin: 0;
  color: #333333;
  background: #ffd900;
}
.carousel-caption p {
  padding: 5px 25px;
  background: #fff;
  margin-bottom: 0;
}
.carousel-caption .btn {
  margin-top: 10px;
  float: right;
}
/* Medium devices (desktops, 992px and up) */
@media all and (max-width: 992px) {
  .carousel-img {
    height: 350px;
  }
}
/* Small devices (tablets, 768px and up) */
@media all and (max-width: 768px) {
  .carousel-caption h3 {
    font-size: 1.429em;
    min-height: 50px;
    line-height: inherit;
    max-width: 250px;
    padding: 10px 25px;
  }
  .carousel-caption p {
    min-height: 30px;
    line-height: inherit;
    max-width: 250px;
    padding: 10px 25px;
  }
}
/* SEARCHBOX
 * -------------------------- */
/* Searchbox-form */
.searchbox {
  margin: auto;
  height: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  /* kereso pozicionalasa a carouselre */
}
.searchbox .form-control[readonly] {
  cursor: pointer;
  background-color: #fff;
  opacity: 1;
}
.searchbox .row {
  position: relative;
  margin-top: -497px;
  z-index: 1;
  max-width: 490px;
}
.searchbox .form-group {
  margin-bottom: 5px;
}
.searchbox .tab-content {
  background: #ffd900;
  padding: 10px 15px 0;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.searchbox .tab-content .form-group:last-child {
  margin-bottom: 15px;
}
.searchbox-nav {
  margin: 0 -1px;
}
.searchbox-tab {
  width: 25%;
}
.searchbox-tab a {
  text-align: center;
  margin-left: 1px !important;
  margin-right: 1px !important;
  padding: 10px 5px !important;
}
.control-label {
  font-size: 0.857em;
  margin-bottom: 0;
}
.btn-search {
  margin-top: 15px;
  margin-bottom: 15px;
}
/* Medium devices (desktops, 992px and up) */
@media all and (max-width: 992px) {
  .searchbox {
    margin: auto auto 20px;
    height: inherit;
  }
  .searchbox .row {
    margin-top: 0;
    max-width: none;
  }
}
/* Small devices (tablets, 768px and up) */
@media all and (max-width: 768px) {
  .searchbox .form-group {
    margin-bottom: 7px;
  }
  .searchbox .form-group > div + div {
    margin-top: 7px;
  }
}
/* Searchbox-dropdown */
.searchbox select::-ms-expand {
  display: none;
}
.searchbox select {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  background-image: url(../images/angle-down.svg);
  background-size: 16px;
  background-position: right 5px center;
  background-repeat: no-repeat;
  cursor: pointer;
}
@-moz-document url-prefix() {
  .searchbox select {
    padding: 0;
  }
}
/* lenyíló formázás - firefox only */
.searchbox select * {
  padding: 5px;
  background: #fff;
  border-top: 1px solid #ddd;
  margin-top: 2px;
}
/* Searchbox-input */
.form-control-sm {
  height: 30px;
  padding: 4px 12px;
}
.form-control-lg {
  height: 42px;
}
/* enable absolute positioning */
.addon-inner {
  position: relative;
}
/* style icon */
.addon-inner .fa {
  color: #9e9e9e;
  position: absolute;
  padding: 8px 5px;
  pointer-events: none;
}
/* align icon */
.addon-left .fa {
  left: 0px;
  width: 35px;
  text-align: center;
}
/* add padding  */
.addon-left input {
  padding-left: 30px;
}
.addon-left select {
  padding-left: 30px;
}
.addon-left option {
  margin-left: 0 !important;
}
input[type="submit"] {
  font-family: 'FontAwesome', Helvetica Neue, Helvetica, "Arial", sans-serif;
}
.addon-lg .fa {
  font-size: 1.429em;
  height: 46px;
  line-height: 26px;
}
.addon-lg input {
  padding-left: 30px;
}
.hotel-search {
  border-top: 1px solid #005C64;
}
/* SERVICES
 * -------------------------- */
.service {
  background: #fff;
  padding: 2px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  margin-bottom: 20px;
}
.service:hover {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.service div {
  height: 130px;
  text-align: center;
  position: relative;
}
.service div h3 {
  line-height: 100px;
  color: #fff;
  margin: 0;
}
.service div:hover .overlay {
  opacity: 1;
}
.overlay {
  height: 100%;
  width: 100%;
  line-height: 130px;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -ms-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
/* Large devices (large desktops, 1200px and up) */
@media all and (max-width: 1199px) {
  .service div {
    height: 90px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media all and (max-width: 992px) {
  .service div {
    height: 110px;
  }
  .service {
    width: 270px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* Small devices (tablets, 768px and up) */
@media all and (max-width: 768px) {
  .service div {
    height: inherit;
    padding-bottom: 1%;
  }
}
/* OFFERBOX
 * -------------------------- */
.offerbox {
  position: relative;
  display: block;
  background: #fff;
  padding: 2px;
  margin-bottom: 20px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.offerbox:hover {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.offerbox:before,
.offerbox:after {
  content: " ";
  display: table;
}
.offerbox:after {
  clear: both;
}
.offerbox:hover {
  background: #ffd900;
}
.offerbox:hover .offerbox-separator hr {
  border-top: 1px solid #333333;
}
.offerbox-caption {
  padding: 5px;
}
.offerbox-image {
  position: relative;
  height: 160px;
}
.offerbox-program {
  height: 45px;
  overflow: hidden;
}
.offerbox-program h3 {
  font-size: 1.429em;
  margin: 0;
}
.offerbox-destination {
  font-size: 0.875em;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
}
.offerbox-service {
  font-size: 0.875em;
  display: inline-block;
}
.offerbox-class {
  position: relative;
  float: right;
  padding: 0;
  top: 3px;
  color: #FF2D00;
  font-size: 0.750em;
  display: inline-block;
}
.offerbox-price {
  position: relative;
  color: #333333;
  font-size: 1.450em;
  font-weight: bold;
  clear: both;
  height: 32px;
  line-height: 36px;
  margin: 5px 0 0;
  display: block;
}
.offerbox-price i {
  position: absolute;
  font-size: 1.286em;
  color: #005C64;
  top: 4px;
  right: 4px;
}
.offerbox-separator hr {
  margin: 5px 0;
  transition: border 0.15s ease-in-out;
}
/* OFFERBOX-2
 * -------------------------- */
.offerbox-2 {
  position: relative;
  display: block;
  background: #fff;
  padding: 3px;
  margin-bottom: 5px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.offerbox-2:hover {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.offerbox-2:before,
.offerbox-2:after {
  content: " ";
  display: table;
}
.offerbox-2:after {
  clear: both;
}
.offerbox-2:last-child {
  margin-bottom: 0;
}
.offerbox-2-image {
  position: relative;
  height: 84px;
  width: 27%;
  float: left;
}
.offerbox-2-caption {
  width: 73%;
  float: left;
  padding: 3px 2px 2px 7px;
}
.offerbox-2-caption:before,
.offerbox-2-caption:after {
  content: " ";
  display: table;
}
.offerbox-2-caption:after {
  clear: both;
}
.offerbox-2-program {
  height: 32px;
  overflow: hidden;
}
.offerbox-2-program h3 {
  font-size: 1em;
  margin: 0;
}
.offerbox-2-destination {
  font-size: 0.857em;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
}
.offerbox-2-class {
  display: inline-block;
  float: left;
  padding: 0;
  margin-top: 4px;
  color: #FF2D00;
  font-size: 0.714em;
}
.offerbox-2-price {
  color: #005C64;
  font-size: 1.071em;
  font-weight: bold;
  height: 20px;
  line-height: 22px;
  float: right;
  text-align: right;
  padding-left: 10px;
  border-left: 1px solid #ccc;
  display: inline-block;
}
.offerbox-2-separator hr {
  margin: 5px 0;
}
/* EYECANDY
 * -------------------------- */
.offerbox-eyecandy {
  position: absolute;
  top: 5px;
  left: -3px;
  background-color: #bf0419;
  color: #fff;
  text-align: center;
  padding: 5px 10px 3px;
  line-height: 1.3;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.offerbox-headline {
  display: block;
  font-size: 0.714em;
}
.offerbox-discount {
  display: block;
  font-size: 1.286em;
}
/* TABOFFER
 * -------------------------- */
.taboffer-inner {
  background: #FEEED7;
  padding-top: 15px;
  margin-bottom: 20px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.taboffer-inner:before,
.taboffer-inner:after {
  content: " ";
  display: table;
}
.taboffer-inner:after {
  clear: both;
}
/* Medium devices (desktops, 992px and up) */
@media all and (max-width: 992px) {
  /* kereso-section */
  .searchbox .nav,
  .taboffer .nav {
    height: inherit;
  }
  .searchbox .nav-tabs,
  .taboffer .nav-tabs {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .searchbox .nav-tabs > li,
  .taboffer .nav-tabs > li {
    text-align: center;
    width: 191px;
    margin-bottom: 0;
    float: none;
    display: inline-block;
    border-bottom: none;
  }
  .searchbox .nav-tabs > li i,
  .taboffer .nav-tabs > li i {
    display: none;
  }
  .searchbox .nav-tabs > li a,
  .taboffer .nav-tabs > li a {
    padding: 10px 15px;
  }
}
/* DESTINATIONS
 * -------------------------- */
.destinations {
  background: #feeed7;
  margin-bottom: 20px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.destinations:before,
.destinations:after {
  content: " ";
  display: table;
}
.destinations:after {
  clear: both;
}
.destination-list li:nth-child(even) {
  display: none;
}
.destination-list .navOffer {
  color: #333333;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: inline-block;
  height: 30px;
  padding: 0 0 0 10px;
  margin: 0 5px 10px;
  font-weight: bold;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.destination-list .navOffer:hover {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.destination-list .navOffer:hover {
  background: #ffd900;
  color: #333333;
}
.destination-list span.uticel {
  height: 28px;
  line-height: 28px;
}
.destination-list span.prognum {
  background: #005c64;
  color: #fff;
  height: 28px;
  line-height: 28px;
  border-left: 0px solid #005c64;
  display: inline-block;
  margin-left: 5px;
  padding: 0 5px;
}
/* NEWSLETTER
 * -------------------------- */
.newsletter {
  position: relative;
  background: #feeed7;
  padding: 15px;
  margin-bottom: 20px;
  z-index: 1;
  overflow: hidden;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.newsletter .form-group {
  margin-bottom: 0;
}
.newsletter .form-group:before,
.newsletter .form-group:after {
  content: " ";
  display: table;
}
.newsletter .form-group:after {
  clear: both;
}
.newsletter:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -40px;
  width: 160px;
  height: 160px;
  background-image: url(../images/newsletter.svg);
  background-repeat: no-repeat;
  background-size: 160px;
  background-position: -20px center;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
  z-index: -1;
}
.title {
  color: #1f1f1f;
}
.newsletter h3 {
  font-size: 1.357em;
  padding: 0 15px 15px;
  margin: 0;
}
.newsletter-input {
  width: 29%;
  margin-bottom: 10px;
}
.newsletter-btn {
  width: 13%;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.newsletter-btn .btn {
  height: 34px;
  width: 100%;
}
.newsletter-privacy {
  font-size: 0.786em;
  margin: 0;
}
.newsletter-success-thanks-message {
  font-size: 1.429em;
  text-align: center;
  background: #feeed7;
  padding: 15px;
  margin-bottom: 20px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.newsletter-success-thanks-message:before {
  content: "\f00c";
  /* FontAwesome Unicode */
  color: #5cb85c;
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em;
  /* same as padding-left set on li */
  width: 1.3em;
  /* same as padding-left set on li */
}
/* Large devices (large desktops, 1200px and up) */
@media all and (max-width: 1199px) {
  .newsletter-input {
    width: 25%;
  }
  .newsletter-btn {
    width: 25%;
  }
}
/* Small devices (tablets, 768px and up) */
@media all and (max-width: 768px) {
  .newsletter-input {
    width: 100%;
    margin-bottom: 7px;
  }
  .newsletter-btn {
    width: 100%;
  }
}
/* FOOTER
 * -------------------------- */
footer {
  color: #fff;
  background: #005C64;
  padding-top: 20px;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #b3b3b3;
}
.footer-title {
  color: #fff;
  padding-bottom: 10px;
  margin-top: 0;
  border-bottom: 1px solid #fff;
}
ul.footer-list {
  list-style-type: none;
  padding: 0;
  margin-bottom: 15px;
}
.footer-listitem {
  margin-bottom: 1px;
}
.footer-listitem a {
  transition: 0.15s ease-in-out;
}
.footer-listitem:last-child {
  margin-bottom: 0;
}
.responsibility {
  padding-top: 10px;
  border-top: 1px solid #fff;
}
.responsibility p {
  font-size: 0.714em;
  margin-bottom: 10px;
}
.facebook {
  margin-bottom: 15px;
}
/* Medium devices (desktops, 992px and up) */
@media all and (max-width: 992px) {
  .facebook {
    text-align: center;
  }
  .footer-logo {
    text-align: center;
    margin-bottom: 20px;
  }
}
/* COPYRIGHT
 * -------------------------- */
.copyright {
  font-size: 0.857em;
  background: #002d31;
  padding: 10px 15px;
}
.copyright p {
  color: #fff;
  height: 30px;
  line-height: 30px;
  margin: 0 0 0;
}
.copyright a {
  color: #fff;
  text-decoration: none;
}
.copyright a:hover {
  color: #fff;
}
.travelgate {
  height: 30px;
  line-height: 30px;
  margin: 0 0 0;
}
img.tg-logo {
  height: 30px;
}
/* Medium devices (desktops, 992px and up) */
@media all and (max-width: 992px) {
  .copyright p {
    text-align: center;
    height: auto;
    line-height: inherit;
    margin: 0 0 10px;
  }
  .copyright .text-right {
    text-align: center !important;
  }
  .travelgate {
    height: auto;
    line-height: inherit;
    margin: 0;
  }
}
/* Small devices (tablets, 768px and up) */
@media all and (max-width: 768px) {
  .copyright p {
    height: auto;
    line-height: inherit;
    margin: 0 0 10px;
  }
  .travelgate {
    height: auto;
    line-height: inherit;
    margin: 0;
  }
  .tg-logo {
    display: block;
    margin: 10px auto 0;
  }
}
/* SCROLL TOP
 * -------------------------- */
.scroll-top-wrapper {
  font-size: 1.714em;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  z-index: 99999999;
  color: #fff;
  background-color: #005C64;
  width: 50px;
  height: 48px;
  line-height: 48px;
  right: 30px;
  bottom: 30px;
  padding-top: 2px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.scroll-top-wrapper:hover {
  background-color: #002d31;
}
.scroll-top-wrapper.show {
  visibility: visible;
  cursor: pointer;
  opacity: 1.0;
}
.scroll-top-wrapper i.fa {
  line-height: inherit;
}
/* SUBPAGES
 * -------------------------- */
/*Datepicker select*/
th.datepicker-switch {
  border: 1px solid #E2E2E2!important;
  -webkit-box-shadow: inset 1px 1px 3px -1px #444;
  -moz-box-shadow: inset 1px 1px 3px -1px #444;
  box-shadow: inset 1px 1px 3px -1px #444;
}
th.datepicker-switch:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border: 10px solid;
  border-bottom: transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #444;
  float: right;
  margin-top: 5px;
  margin-right: 4px;
}
/*Autocomplete & datepicker:*/
ul.typeahead > .active a {
  text-align: left;
  background-color: #41a5f7!important;
  color: #fff!important;
}
/*Magellan*/
.reset-filter-button {
  display: none;
}
#passenger-row {
  display: none;
}
#reservation-text {
  display: none;
}
.reset-qty-button {
  display: none;
}
.room .del-room-button {
  display: none;
}
.reset-filter-button {
  display: none;
}
.season-table-warning {
  display: none;
}
#map_canvas {
  height: 420px;
  width: 100%;
  background-color: #fff;
}
#map_canvas img {
  max-width: inherit !important;
  max-height: inherit !important;
}
/*PAGES*/
.buffer {
  display: none;
}
.mag-err-wrap {
  margin: auto;
  padding: 15px;
}
.showtac {
  width: auto;
  float: none;
  clear: both;
  margin-left: 15px;
  margin-right: 15px;
  background: #fff;
  position: relative;
  min-height: 1px;
  margin-bottom: 30px;
  padding: 15px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
#tac-content {
  text-align: left!important;
  padding: 0!important;
}
.cms {
  margin: 20px 0;
  padding: 15px 20px;
  background: #FEEED7;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.cms ul {
  list-style-type: none;
  padding-left: 0;
  color: #d9534f;
}
.cms img {
  padding: 15px;
  height: auto!important;
}
.cms h3 {
  color: #108DF2;
}
.cms h2,
.showtac h1 {
  color: #002D31;
  font-weight: bold;
  text-align: center;
  font-size: 1.857em;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin: 5px 0 10px;
  border-bottom: 1px solid #002D31;
}
.news1 p {
  text-align: center;
  font-size: 1.4em;
  line-height: 124px;
  color: #3C9EEE;
  background: #e8ebed;
}
#news p {
  max-height: 100px;
  overflow: hidden;
  margin: 0;
}
/*AJANLATKERES*/
.thanks {
  border-bottom: none!important;
  display: block!important;
}
.thanks:after {
  display: none!important;
}
.cms label,
.cms select,
.cms input[type="text"] {
  width: 49%;
  margin: 2px 0;
  display: inline-block;
}
.cms label {
  font-weight: 700;
}
.schema-container .row {
  margin-right: 0;
  margin-left: 0;
}
#contact_message {
  width: 100%;
  margin: 10px 0;
}
.contact_full {
  margin: 10px 0;
}
.footer-button-add,
.footer-button-delete,
.contact_full input[type="submit"],
.open_contact_form,
.contact_form input[type="submit"],
.newsletterbutton .btn {
  color: #fff;
  border: none;
  background-color: #41a5f7;
  background-color: -moz-linear-gradient(bottom, #41a5f7 0%, #3695e2 100%);
  background-color: -o-linear-gradient(bottom, #41a5f7 0%, #3695e2 100%);
  background-color: -webkit-linear-gradient(bottom, #41a5f7 0%, #3695e2 100%);
  background-color: linear-gradient(bottom, #41a5f7 0%, #3695e2 100%);
  position: relative;
  border-radius: 18px;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  font-size: 14px;
  padding: 7px 25px;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  outline: none!important;
}
.footer-button-add:hover,
.footer-button-delete:hover,
.contact_full input[type="submit"]:hover,
.open_contact_form:hover,
.contact_form input[type="submit"]:hover,
.newsletterbutton .btn:hover {
  background-color: #296799!important;
}
/*AJANLAT-INFO*/
.mg-page {
  padding: 15px 15px 25px;
  background: #fff;
}
.mg-page h1 {
  font-size: 1.857em;
  text-transform: uppercase;
  color: #37474f;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.mg-page h2 {
  font-size: 30px;
  color: #555;
}
.contact_form h3 {
  color: #108DF2;
  border-bottom: 2px solid;
}
/*SUBPAGE-MENU*/
.subpagemenu a {
  width: 100%;
  padding-bottom: 100%;
  display: block;
}
.subpagemenu {
  height: 0;
  padding-bottom: 100%;
  background-size: cover !important;
  background-position: center;
  margin-top: 0;
  position: relative;
  margin-bottom: 10px;
}
.sub-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 10px 7px;
  font-size: 14px;
  color: #fff;
  background-color: #41a5f7;
  background-color: -moz-linear-gradient(bottom, #41a5f7 0%, #3695e2 100%);
  background-color: -o-linear-gradient(bottom, #41a5f7 0%, #3695e2 100%);
  background-color: -webkit-linear-gradient(bottom, #41a5f7 0%, #3695e2 100%);
  background-color: linear-gradient(bottom, #41a5f7 0%, #3695e2 100%);
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.subpagemenu:hover .sub-title {
  background-color: #296799;
}
.wide .subpagemenu {
  padding-bottom: 60%!important;
}
.high .subpagemenu {
  padding-bottom: 150%!important;
}
/*SELECT*/
.cms select::-ms-expand {
  display: none;
}
.cms select {
  cursor: pointer;
  line-height: normal!important;
  padding-right: 20px!important;
  border: 1px solid grey;
}
#searchwrap input[disabled],
#searchwrap select[disabled],
#searchwrap textarea[disabled],
#searchwrap input[readonly],
#searchwrap select[readonly],
#searchwrap textarea[readonly] {
  background-image: none;
}
#send.btn {
  margin-top: 22px;
}
/*MEDIA QUERIES*/

/* plus css for gdpr */

.recallGDPR a {
  color: #fff;
  text-shadow: none;
  text-decoration: underline;
}
.gdprnwslttr label {
  font-size: 11px;
}
.contact_left:not(.iframees) .error_list,
.contact_right:not(.iframees) .error_list {
  position: absolute;
  top: 12px;
  right: 5px;
  font-size: 12px;
  text-align: right;
  list-style: none;
  padding-left: 0;
}
.contact_full .error_list {
    padding-left: 0;
    list-style: none;
    font-size: 12px;
}
.error_list {
  padding-left: 0;
  list-style: none;
  color: red;
}
.hiddenCustomerFields > p {
  font-size: 9px;
  line-height: 12px;
}
.phonerecall > p > small,
.thisisthewrapper > .summaryHotel{
  font-size: 10px;
  line-height: 12px;
  font-weight: normal;
}
.hiddenCustomerFields > div > p {
  font-size: 11px;
  line-height: 12px;
}
.phonerecall > p > small {
  display: inherit;
  font-size: 10px !important;
  line-height: 12px !important;
}

.thisisthewrapper > .summaryHotel,
.smally {
  font-size: 11px;
  display: inline-block;
  line-height: 12px;
  font-weight: normal;
}
.smaller {
    font-size: 10px;
  line-height: 11px;
}
.contactform .smaller {
    font-size: 11px;
}
.gdprnwslttr.opened {
  background: rgba(51, 51, 51, 0.5) !important;
  margin: 0 45px;
}
.contact_left > div {
  position: relative;
}