/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 25.2.2019, 16:33:25
    Author     : Martin
*/
/*
Konfig
*/
/*$font-condensed: 'Open Sans Condensed';*/
/*
Konfig
*/
body {
  font-family: 'Open Sans'; }

/*
Konfiguracia BOOTSTRAP
*/
a {
  color: #1675bc; }

h1 {
  font-family: "Open Sans";
  text-align: center;
  color: #1675bc; }

.btn {
  border-radius: 0px; }

.btn-primary {
  background: #1675bc; }

.btn-danger {
  background: #ea344d; }

.form-control {
  border-radius: 0px;
  border: 2px #dddede solid;
  text-align: center;
  /*font-weight: bold;*/
  height: 50px; }

.nav-pills .nav-link.active {
  background: #ea344d; }

/*
END Konfiguracia BOOTSTRAP
*/
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

.top-divider {
  margin-top: 75px; }

body {
  font-family: 'Open Sans'; }

#landing_slider {
  transition: background-image 3s ease-in-out;
  background-image: url("/assets/slide1.jpg"); }

#main-navbar {
  background: #edf1f4;
  -webkit-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.75); }
  #main-navbar .logo {
    max-height: 50px; }
  #main-navbar .nav-item .nav-link {
    padding: 10px;
    color: #1675bc;
    /*font-weight: bold;*/ }
    #main-navbar .nav-item .nav-link:hover {
      background: #1675bc;
      color: #fff; }
  #main-navbar .nav-item.active .nav-link {
    background: #ea344d;
    color: #fff; }
  #main-navbar .btn {
    color: #1675bc;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px; }

.white-box {
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.75); }
  .white-box h5 {
    text-align: center; }
  .white-box table td {
    padding: 3px; }

.route-not-existent img {
  max-height: 100px;
  max-width: 100px; }

.routes {
  padding-top: 30px; }
  .routes h1 {
    text-align: center;
    color: #1675bc;
    font-family: "Open Sans";
    margin-bottom: 20px; }
  .routes .route-item, .routes .route-item-back, .routes .product-item, .routes .back-product-item {
    border: 3px #EEEEEE solid;
    padding: 20px;
    text-align: center;
    cursor: pointer; }
    .routes .route-item .place-holder, .routes .route-item-back .place-holder, .routes .product-item .place-holder, .routes .back-product-item .place-holder {
      font-weight: bold;
      font-family: "Open Sans";
      font-size: 19px; }
      .routes .route-item .place-holder.from, .routes .route-item-back .place-holder.from, .routes .product-item .place-holder.from, .routes .back-product-item .place-holder.from {
        color: #ea344d; }
      .routes .route-item .place-holder.to, .routes .route-item-back .place-holder.to, .routes .product-item .place-holder.to, .routes .back-product-item .place-holder.to {
        color: #1675bc; }
    .routes .route-item .time-holder, .routes .route-item-back .time-holder, .routes .product-item .time-holder, .routes .back-product-item .time-holder {
      color: #666666; }
    .routes .route-item .ikonky, .routes .route-item-back .ikonky, .routes .product-item .ikonky, .routes .back-product-item .ikonky {
      text-align: left; }
    .routes .route-item .price-route, .routes .route-item-back .price-route, .routes .product-item .price-route, .routes .back-product-item .price-route {
      color: #ea344d;
      font-size: 22px;
      text-align: right; }
    .routes .route-item .info-holder, .routes .route-item-back .info-holder, .routes .product-item .info-holder, .routes .back-product-item .info-holder {
      font-size: 12px; }
    .routes .route-item:hover, .routes .route-item-back:hover, .routes .product-item:hover, .routes .back-product-item:hover {
      border-color: #1675bc; }
    .routes .route-item.active, .routes .route-item-back.active, .routes .product-item.active, .routes .back-product-item.active {
      border-color: #1675bc;
      background: #edf1f4; }
    .routes .route-item .product-name-holder, .routes .route-item-back .product-name-holder, .routes .product-item .product-name-holder, .routes .back-product-item .product-name-holder {
      color: #1675bc;
      font-weight: bold; }
    .routes .route-item .image, .routes .route-item-back .image, .routes .product-item .image, .routes .back-product-item .image {
      max-width: 150px;
      max-height: 150px; }

.credential h5 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px; }
.credential h2 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 20px; }
.credential p {
  font-size: 14px;
  padding-left: 10px; }
.credential .route-overview {
  font-size: 15px;
  color: #666;
  text-align: center; }
.credential .total-price {
  text-align: center;
  font-size: 20px;
  margin-top: 40px;
  color: #1675bc; }
  .credential .total-price .price {
    color: #ea344d;
    font-size: 30px; }
.credential .product-item, .credential .back-product-item {
  border: 2px #1675bc solid;
  background: #fff;
  padding: 5px;
  margin-left: 3px;
  margin-right: 3px;
  /*text-align: center;*/ }
  .credential .product-item .price-route, .credential .back-product-item .price-route {
    color: #ea344d;
    font-size: 18px;
    text-align: right; }
  .credential .product-item .product-name-holder, .credential .back-product-item .product-name-holder {
    color: #1675bc;
    font-weight: bold;
    font-size: 14px; }
  .credential .product-item .product-time-holder, .credential .back-product-item .product-time-holder {
    color: #ea344d;
    font-weight: bold; }
  .credential .product-item .product-time-holder-gray, .credential .back-product-item .product-time-holder-gray {
    color: #cecece;
    font-weight: bold; }
  .credential .product-item.red-border, .credential .back-product-item.red-border {
    border-color: #ea344d; }
  .credential .product-item .image, .credential .back-product-item .image {
    max-width: 50px;
    max-height: 50px; }

.cms-content {
  margin-top: 50px; }

.step-segment {
  margin-top: 55px;
  padding: 10px;
  text-align: center;
  background: #edf1f4; }
  .step-segment.active {
    background: #1675bc;
    color: #fff;
    font-weight: bold; }
  .step-segment.shopping-cart {
    background: #ea344d;
    color: #fff;
    font-weight: bold; }

.landing-image {
  height: 250px;
  margin-bottom: 50px;
  padding: 0px;
  padding-bottom: 60px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  overflow: hidden; }

.landing-image .image {
  width: 100%;
  height: 100%;
  background-size: 130%;
  background-repeat: no-repeat;
  background-positin: center center;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }

.landing-image:hover .image {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  transform: scale(1.2); }

.landing-image .img-1 {
  background-image: url("/assets/img/landing_city/budapest.jpg"); }
.landing-image .img-2 {
  background-image: url("/assets/img/landing_city/debrecen.jpg"); }
.landing-image .img-3 {
  background-image: url("/assets/img/landing_city/krakow.jpg"); }
.landing-image .img-4 {
  background-image: url("/assets/img/landing_city/kosice.jpg"); }

.landing-image .text {
  background: #1675bc;
  color: #fff;
  padding: 10px;
  position: relative;
  z-index: 100;
  padding: 20px; }

.alert-custom-info {
  border-radius: 0px;
  background: #1675bc;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 20px;
  font-size: 15px; }

.alert-custom-danger {
  border-radius: 0px;
  background: #ea344d;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 19px;
  font-size: 17px;
  padding-bottom: 18px; }

.alert-custom-info img, .alert-custom-danger img {
  max-height: 30px;
  margin-bottom: 10px; }

.alert-custom-info a, .alert-custom-danger a {
  color: #fff; }

.grey-column {
  background: #edf1f4; }

footer img {
  max-height: 50px;
  padding-left: 20px; }

@media screen and (max-width: 768px) {
  footer img {
    padding-left: 0;
    padding-top: 15px;
    margin-bottom: 15px !important; } }
footer .top-footer-cont {
  background-color: #edf1f4;
  min-height: 80px;
  display: flex;
  flex-direction: row;
  align-items: center; }

footer .top-footer-cont .row {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center; }

footer .top-footer-cont .fa-facebook {
  font-size: 2em; }

footer .top-footer-cont .fa-facebook.smaller {
  font-size: 1.2em; }

@media screen and (max-width: 1200px) {
  footer .top-footer-cont .top-footer-row {
    flex-direction: column; }

  footer .top-footer-cont .top-footer-row .col-xs-12 {
    width: 100%; }

  footer .top-footer-cont .top-footer-row .col-xs-12 img {
    margin: auto; }

  footer .top-footer-cont .top-footer-row .col-xs-12 .nav-ul {
    margin-bottom: 15px; } }
footer .nav-ul {
  padding-left: 0;
  list-style: none;
  text-align: center;
  margin: 0; }

footer .nav-ul li {
  display: inline;
  padding-left: 5px;
  padding-right: 5px; }
  @media screen and (max-width: 1200px) {
    footer .nav-ul li {
      display: block;
      padding: 10px; } }

footer .nav-ul li.grey a {
  color: #1675bc;
  font-weight: 700; }

footer .nav-ul li.bold a {
  font-weight: 700; }

footer .footer-bottom-row {
  padding-top: 45px;
  padding-bottom: 45px;
  text-align: center;
  color: #5c5c5e;
  display: block; }

.thankyou-image {
  width: 100%;
  height: 300px;
  background-position: center center; }

.red {
  color: #ea344d; }

@media screen and (max-width: 768px) {
  .mobile-fix {
    /*margin-top: 50px;*/
    font-size: 26px; } }
#warning-all {
  cursor: pointer;
  width: 100%;
  position: absolute;
  padding: 7px;
  margin: 0px;
  top: 76px;
  left: 0px;
  right: 0px;
  background: yellow;
  color: #000;
  font-weight: bold; }
  @media screen and (max-width: 992px) {
    #warning-all {
      top: 116px; } }
  #warning-all.down {
    top: 337px; }

.route-table td, .route-table-back td {
  cursor: pointer; }

.ratings .question_box {
  border: 3px #fff solid;
  border-bottom: 3px #1675bc solid;
  margin-bottom: 20px;
  padding: 20px; }
  .ratings .question_box:hover {
    border: 3px #1675bc solid;
    background: #edf1f4; }
  .ratings .question_box .number_box {
    color: #ea344d;
    font-size: 30px;
    font-weight: bold; }
  .ratings .question_box .question_text {
    padding-top: 10px;
    color: #1675bc;
    font-weight: bold; }
  .ratings .question_box .input-area {
    margin-top: 20px; }
    .ratings .question_box .input-area textarea {
      text-align: left; }
      .ratings .question_box .input-area textarea:focus {
        height: 120px; }

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none; }

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3); }

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0; }

/* Animation */
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

/*# sourceMappingURL=style.css.map */
