body {
  color:#495057;

}

body {
   
}

.container {
    width: 100%; /* or flex: 1 */
}

.slike_busola_novosti {
    height: 250px;
    border-radius: 2px;
    width: 100%;

    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0% 50%;
   
}

.hero-subtitle {
  font-size: 20px; 
  letter-spacing: 10px;
}

.hero-title {
  line-height: 30px; 
  letter-spacing: 5px;
  text-transform: uppercase;
}

.hero-title-usluga {
  line-height: 30px; 
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 300;
}



#picker-container .flatpickr-calendar {
  top: 60px !important;
  left: 0 !important;
}
#picker-container .flatpickr-calendar.arrowBottom {
  top: auto !important;
  bottom: 60px !important;
  left: 0 !important;
}

#picker-container-end .flatpickr-calendar {
  top: 60px !important;
  left: 0 !important;
}
#picker-container-end .flatpickr-calendar.arrowBottom {
  top: auto !important;
  bottom: 60px !important;
  left: 0 !important;
}



.btn-lg{
  font-size: 1rem;
}

.start-countries-iu,
.end-countries-iu {
	width: 100%;
	display: none;	
	animation: scale-up-tl 0.4s;
	-webkit-animation: scale-up-tl 0.4s;
}

.start-countries-iu {
	animation: scale-up-tl 0.4s;
    -webkit-animation: scale-up-tl 0.4s;
}

.end-countries-iu {
	-webkit-animation: scale-up-tr 0.4s;
	        animation: scale-up-tr 0.4s;
}

.open-dropdown {
    display: block;
}

.start-locations--cbox {
  background-color: #fff;
  width: 100%;
  height: 17.9375rem; 
  overflow-y: auto;
}

.end-locations--cbox {
  background-color: #fff;
  width: 100%;
  height: 17.9375rem; 
  overflow-y: auto;
}

.countries-group{
  float: left;
  width: 25%;
  background-color: transparent;
}

.active__countries {
  border-radius: 50px;
  margin-bottom: 3px;
  padding: .25rem 1.5rem;
  color: #fff !important;
  background: #569ff7;  /* fallback for old browsers */
  
}

.mobile_input_airport {
  display: block;
  padding-top: 5px;
  padding-left: 15px;
 
}

.active__countries:hover {
    color:#fff;
}

.active-locations {
  border-radius: 50px;
  margin-bottom: 3px;
  padding: .25rem 1.5rem;
  background: #569ff7;  
  color: #fff!important;
}

.active-locations:hover {
    color:#fff;
}

button:focus{ outline-color: #fff }

.disabled-link,
.disabled-link:visited ,
.disabled-link:active,
.disabled-link:hover {
  
    color:#aaa !important;
    cursor: default; ;
}

.btn-clear {
  float: right;
  margin-right: 5px;
  font-weight: 700;
  cursor: pointer;
}

/*
.btn-group-lg>.btn, .btn-lg {
  padding: .5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .3rem;
}
*/
.countrie-btn,
.location-btn {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    border: 0;
    color:#495057;
}

.countries-box {
   background-color: #f6fcff;
}

.selected-mob-loc {
font-size:.8rem;

}

.hide-element {
 display: flex ; 
}

.hide-search {
  display: none;
}

.input-container {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}

.input-true-icon{
    width: 25px;
    top: 7px;
    right: 14px;
    padding: 5px;
    color:green;
    height: 25px;
    border-radius: 25px;
    padding: 0;
    position: absolute;
    z-index:100;
}

.input-false-icon{
  
      width: 25px;
      top: 8px;
      right: 12px;
      padding: 5px;
      color:#dc3545;
      height: 25px;
      border-radius: 25px;
      padding: 0;
      position: absolute;
      z-index: 100;
  }

  /*
  .form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size:1rem;
    line-height: 1.5;
    border-radius: .3rem;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem);
  background-image: none;
}
*/
/* Important part */
.modal-dialog{
  overflow-y: initial !important
}
.modal-body{
  height: 70vh;
  overflow-y: auto;
  background-color: #f6fcff;
  border-top: 2px solid  #569ff7;
}

.close-info{
  cursor: pointer;
}

.modal-header{
  border: none;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }  
}

@media (min-width: 992px) {

  .custom_search_toggle_on { 
    right: 205px;
    top: -5px;
  }

  .custom_search_toggle_off { 
    right: 205px;
    top: -5px;
  }

  .pct {
    margin-top:0;
  }

}  

@media (max-width: 992px) { 
  .custom_search_toggle_on { 
    right: 15px;
    top: -25px;
  }
  
  .custom_search_toggle_off {
    right:15px;
    top: -25px;
  }

  .pct {
    margin-top:20px;
  }

  .display-2 { 
    font-size: 2.5rem;
  }

}

.jumbotron {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 0;
  background-color: #fff;
}

@media (min-width: 768px) {
  .jumbotron {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron h1 {
  font-weight: 300;
}

.jumbotron .container {
  max-width: 40rem;
}

.bg-header-1 {
   position: relative;
   text-align: center;
   background-image: url(../../images/header1.jpg);
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
   ba
  /*background: linear-gradient(60deg, rgba(84, 58, 183, 1) 0%, rgba(0, 172, 193, 1) 100%);*/
   color: white;
}

.bg-header-2 {
   position: relative;
   text-align: center;
   background-image: url(../../images/header2.jpg);
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
   
  /*background: linear-gradient(60deg, rgba(84, 58, 183, 1) 0%, rgba(0, 172, 193, 1) 100%);*/
   color: white;
}

.bg-header-3 {
   position: relative;
   text-align: center;
   background-image: url(../../images/header3.jpg);
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
   ba
  /*background: linear-gradient(60deg, rgba(84, 58, 183, 1) 0%, rgba(0, 172, 193, 1) 100%);*/
   color: white;
}

.bg-header-4 {
   position: relative;
   text-align: center;
   background-image: url(../../images/header4.jpg);
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
   ba
  /*background: linear-gradient(60deg, rgba(84, 58, 183, 1) 0%, rgba(0, 172, 193, 1) 100%);*/
   color: white;
}

footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

footer p {
  margin-bottom: .25rem;
}



.price-box {
  background-color: #f6fcff;
  padding: 2rem;
  height: 100%;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
}

.ticket_trasfers_label {
  background-color:#007bff;
  padding:4px;
  border-radius: 3px;
  color: #fff;
  padding-left: 10px;
}

.ticket_icons_label {
  background-color:#007bff;
  padding:8px;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.price-label-box {
  background-color:#ffc107;
  padding:8px;
  border-radius: 3px;
  font-size: 20px;
  text-align: center;
}

.span-price-label {
  font-size:12px;
 
  font-weight: bold;
}

.icons-ticket {
  max-width: 100%;
}

.alert-fixed {
  position:fixed; 
  top: 0px; 
  left: 0px; 
  width: 100%;
  z-index:9999; 
  border-radius:0px;
 }

 .inner-alert {
   width: 80%;
   margin: auto;
 }

 

.capcha-error {
  border: 1px solid #dc3545;
  border-radius: 5px;
}

.custom_search_toggle_on {
  background-color:#ffc107;
  cursor: pointer;
  font-size: 12px;
  padding:4px;
  border-radius: 3px;
  position: absolute;
  
}

.no_location_label {
  background-color:#ffc107;
  cursor: pointer;
  font-size: 12px;
  padding:4px;
  border-radius: 3px;
  
}



.custom_search_toggle_off {
  background-color:#dc3545;
  cursor: pointer;
  font-size: 12px;
  padding:4px;
  border-radius: 3px;
  color: #fff;
  position: absolute;
 
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: .5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .3rem;
}

.title-trip {
	font-weight: 300px;
}

.jezik-ikonice {
  padding: 3px;
}

.signin-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}




.header {
  position: relative;
  text-align: center;
  background-image: url(../../images/header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  /*background: linear-gradient(60deg, rgba(84, 58, 183, 1) 0%, rgba(0, 172, 193, 1) 100%);*/
  color: white;
}
.logo {
  width: 50px;
  fill: white;
  padding-right: 15px;
  display: inline-block;
  vertical-align: middle;
}
.inner-header {
  height: 50vh;
  width: 100%;
  margin: 0;
  padding: 0;
}
.flex {
  /*Flexbox for containers*/
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.waves {
  position: relative;
  width: 100%;
  height: 15vh;
  margin-bottom: -7px;
  /*Fix for safari gap*/
  min-height: 100px;
  max-height: 150px;
}
.content {
  position: relative;
  height: 20vh;
  text-align: center;
  background-color: white;
}
/* Animation */
.parallax>use {
  animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}
.parallax>use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax>use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax>use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax>use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height: 40px;
    min-height: 40px;
  }
  .content {
    height: 30vh;
  }
  h1 {
    font-size: 24px;
  }
}




/* ANIMATIONS   */


@-webkit-keyframes scale-up-tl {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
  }
}
@keyframes scale-up-tl {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
  }
}

@-webkit-keyframes scale-up-tr {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
  }
}
@keyframes scale-up-tr {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
  }
}