/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Site
  ## General
  ## Header
  ## Footer
  ## Navigation
  ## Homepage

--------------------------------------------------------------*/

@font-face {
  font-family: "icomoon";
  src: url("icomoon/icomoon.eot?qcl735");
  src: url("icomoon/icomoon.eot?qcl735#iefix") format("embedded-opentype"),
    url("icomoon/icomoon.ttf?qcl735") format("truetype"),
    url("icomoon/icomoon.woff?qcl735") format("woff"),
    url("icomoon/icomoon.svg?qcl735#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

[class^="icon-"],
[class*=" icon-"],
.input-checkbox label:after,
.main-navigation li.login-btn a:before {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: swap;
}

.single-trans .trans-destination span,
.slick-dots li,
.site-footer .footer-col:last-child li,
.trans-results .single-trans .trans-additional-price span,
.trans-results .single-trans .trans-payment img,
.trans-results .trans-pagination .pag-item,
.trans-results .trans-pagination .pag-next,
.single-bus .bus-note span {
  display: inline-block;
  vertical-align: middle;
}

.input-radio,
.newsletter .mc-signup,
.newsletter .mc-signup .mc-signup-container,
.form-row,
.form-row .input-field,
.form-col,
.home-bus-single .home-bus-price,
.transfer-market-form form,
.transfer-row-th .container,
.transfer-row .transfer-inner-row,
.main-trans-info .your-search,
.price-per-month .price-calendar,
.price-per-month .price-month,
.single-bus,
.single-bus .small-thumbs,
.single-bus .bus-name,
.single-bus .bus-options,
.single-bus .bus-opt-desc,
.single-bus .bus-opt-desc > span,
.single-bus .bus-opt-select {
  display: -webkit-flex;
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-row label,
.transfer-row .transfer-inner-row .trd-remaining {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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;
}

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 {
  -webkit-box-sizing: content-box;
  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"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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
--------------------------------------------------------------*/

.icon-youtube:before {
  content: "\e900";
}

.icon-brand:before {
  content: "\e900";
}

.icon-social:before {
  content: "\e900";
}

.icon-twitter:before {
  content: "\e901";
}

.icon-brand2:before {
  content: "\e901";
}

.icon-tweet:before {
  content: "\e901";
}

.icon-social2:before {
  content: "\e901";
}

.icon-linkedin:before {
  content: "\e902";
}

.icon-brand3:before {
  content: "\e902";
}

.icon-social3:before {
  content: "\e902";
}

.icon-instagram:before {
  content: "\e903";
}

.icon-brand4:before {
  content: "\e903";
}

.icon-social4:before {
  content: "\e903";
}

.icon-google-plus:before {
  content: "\e904";
}

.icon-brand5:before {
  content: "\e904";
}

.icon-social5:before {
  content: "\e904";
}

.icon-facebook:before {
  content: "\e905";
}

.icon-brand6:before {
  content: "\e905";
}

.icon-social6:before {
  content: "\e905";
}

.icon-keyboard_arrow_right:before {
  content: "\e90c";
}

.icon-keyboard_arrow_left:before {
  content: "\e90b";
}

.icon-info_outline:before {
  content: "\e906";
}

.icon-user:before {
  content: "\e907";
}

.icon-user:before {
  content: "\e907";
}

.icon-check:before {
  content: "\e90a";
}

.icon-search:before {
  content: "\e908";
}

.icon-star:before {
  content: "\e909";
}

body,
button,
input,
select,
textarea {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #001f5d;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 400;
  line-height: 1.5;
}

p {
  margin-bottom: 1em;
  margin-top: 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #999;
  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;
}

abbr,
acronym {
  cursor: help;
}

mark,
ins {
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  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/ */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

blockquote,
q {
  quotes: "" "";
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

hr {
  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. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
select,
textarea {
  border: none;
  outline: none;
  border-radius: 3px;
  padding: 6px 15px;
  display: inline-block;
  line-height: 1;
  color: #0f0f11;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Site
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## General
--------------------------------------------------------------*/
/* body {
	background-image: url(../images/pattern.png);
	background-position: 0 0;
	background-repeat: repeat; } */
body {
  background-color: #f3f4f8;
}
.site-logo {
  color: #fff;
  line-height: 1;
  font-weight: 700;
}

.site-logo span {
  color: #679aca;
  font-weight: 400;
}

.site-main {
  position: relative;
}

/* ### clearings and container */
.clear:before,
.clear:after,
.container:before,
.container:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.container:after {
  clear: both;
}

.container {
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .container {
    width: 730px;
  }
}

@media only screen and (min-width: 992px) {
  .container {
    width: 960px;
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    width: 1126px;
  }
}

@media only screen and (min-width: 1300px) {
  .container {
    width: 1200px;
  }
}

/* ### page sections */
.page-section {
  position: relative;
}

.section-title {
  font-size: 30px;
  font-weight: 700;
  color: #001f5d;
  margin: 0;
}

/* ### single trans */
.single-trans {
  border-radius: 3px;
}

.single-trans h2,
.single-trans h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  color: #001f5d;
  clear: none;
}

.single-trans .trans-destination span {
  margin-right: 50px;
}

.single-trans .trans-destination span:last-child {
  margin-right: 0;
}

/* ### buttons */
body .bt-button {
  display: block;
  padding: 18px 0;
  border-radius: 30px;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}

.info-btn {
  position: relative;
}

/* ### input fields */
.input-checkbox label {
  position: relative;
}

.input-checkbox label:after,
.input-checkbox label:before {
  display: block;
  cursor: pointer;
}

/*.input-checkbox label:after {*/
/*content: '';*/
/*color: #001f5d;*/
/*opacity: 0;*/
/*position: absolute;*/
/*top: 2px;*/
/*left: 3px;*/
/*font-size: 17px;*/
/*-webkit-transition: all 200ms ease;*/
/*-moz-transition: all 200ms ease;*/
/*-ms-transition: all 200ms ease;*/
/*-o-transition: all 200ms ease;*/
/*transition: all 200ms ease; }*/

.input-checkbox input[type="checkbox"] {
  display: none;
}

.input-checkbox input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

.input-checkbox.check-lightblue label:after {
  color: #1368b1;
}

.input-radio {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-radio input[type="radio"] {
  display: none;
}

.input-radio label {
  margin-left: 17px;
}

.input-radio label span {
  display: block;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.input-radio label span.radio-btn {
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 50%;
  margin-left: 5px;
  position: relative;
}

.input-radio label span.radio-btn:after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #001f5d;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}

.input-radio input[type="radio"]:checked + label span:after {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

/* ### other */
.slick-slide {
  outline: none;
}

.slick-dots {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  text-align: center;
}

.slick-dots li {
  margin: 0 7px;
}

.slick-dots li button {
  text-indent: -999em;
  background-color: #b6bfd3;
  padding: 0;
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.slick-dots li.slick-active button {
  background-color: #001f5d;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
  background-color: #001f5d;
}

.site-header .top-navigation {
  float: left;
}

.site-header .top-navigation li {
  float: left;
  margin-right: 20px;
  padding: 14px 0;
}

.site-header .top-navigation li:last-of-type {
  margin-right: 0;
}

.site-header .top-navigation a {
  color: #1368b1;
}

.site-header .main-nav-wrapper {
  background-color: #1368b1;
  display: flex;
  align-items: center;
}

.site-header .site-logo {
  font-size: 30px;
}

.banner {
  height: 14vw;
  min-height: 400px;
  position: relative;
}

.banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,627fba+100&0+0,1+100 */
  background: -moz-linear-gradient(
    top,
    rgba(125, 185, 232, 0) 0%,
    #627fba 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(125, 185, 232, 0) 0%,
    #627fba 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(125, 185, 232, 0)),
    to(#627fba)
  );
  background: -o-linear-gradient(top, rgba(125, 185, 232, 0) 0%, #627fba 100%);
  background: linear-gradient(
    to bottom,
    rgba(125, 185, 232, 0) 0%,
    #627fba 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007db9e8', endColorstr='#627fba', GradientType=0);
  /* IE6-9 */
}

.banner .banner-caption {
  color: #fff;
}

.banner .banner-caption h1 {
  font-size: 55px;
  margin: 0;
  font-weight: 700;
  line-height: 1.2;
}

.banner:not(.home-banner) .banner-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  align-items: flex-end;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.banner:not(.home-banner) .btn-caption {
  margin-bottom: 40px;
  border: 1px solid #24bec4;
}
.banner:not(.home-banner) .btn-caption:hover {
  border: 1px solid #286090;
}
.banner:not(.home-banner) .btn-caption:focus {
  outline: none;
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
/*bottom-banners*/
.bottom-banners {
  padding: 45px 0;
  position: relative;
}

/*newsletter*/
.newsletter {
  background-color: #15bec5;
}

.newsletter .mc-signup {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 39px 0;
}

.newsletter .mc-signup p {
  margin: 0;
  font-size: 38px;
  font-weight: 700;
  color: #fff;
}

.newsletter .mc-signup .mc-signup-container {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.newsletter .mc-signup input.email {
  padding: 14px 20px;
  width: 465px;
}

.newsletter .mc-signup .bt-button {
  transition: all 450ms ease;
  background-color: #001f5d;
  width: 200px;
  border: 1px solid #001f5d;
  margin-left: 35px;
}

.newsletter .mc-signup .bt-button:hover {
  background: white;
  color: #001f5d;
  border: 1px solid #001f5d;
}

/*site-footer*/
.site-footer {
  background-color: #081530;
  color: #fff;
  padding-top: 60px;
}

.site-footer .site-logo {
  font-size: 30px;
  margin-bottom: 45px;
  display: inline-block;
}

.site-footer a {
  color: #fff;
  transition: 0.3s ease;
}
.site-footer a:hover {
  color: #679aca;
}
.site-footer ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.site-footer ul li {
  margin-top: 15px;
}

.site-footer ul li:first-child {
  margin-top: 0;
}

.site-footer .footer-col {
  float: left;
  width: 25%;
}

.site-footer .footer-col:nth-child(3) a {
  color: #679aca;
}

.site-footer .footer-col:last-child > span {
  margin-bottom: 20px;
  display: inline-block;
}

.site-footer .footer-col:last-child ul {
  padding: 0;
}

.site-footer .footer-col:last-child li {
  margin: 0 15px 0 0;
}

.site-footer .footer-col:last-child li:last-child {
  margin-right: 0;
}

.site-footer .footer-col:last-child a {
  font-size: 18px;
}

.site-footer .copyright {
  background-color: #15bec5;
  text-align: center;
  margin-top: 80px;
  color: #232e45;
  padding: 19px 0;
}

.site-footer .copyright a {
  color: #334772;
}

/*--------------------------------------------------------------
## Navigation
--------------------------------------------------------------*/
a {
  text-decoration: none;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

a:hover,
a:focus,
a:active {
  outline: none;
}

nav ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation li {
  position: relative;
}

.main-navigation li:first-child {
  margin-left: 0;
}

.main-navigation li.login-btn {
  margin: 0;
}

.main-navigation li.login-btn a {
  padding: 30px 25px;
  background-color: #15bec5;
}

.main-navigation li.login-btn a:before {
  content: "\e907";
  margin-right: 10px;
  font-size: 14px;
}

.main-navigation a {
  display: block;
  color: #fff;
  line-height: 1;
  max-width: 160px;
}

/*--------------------------------------------------------------
## Homepage
--------------------------------------------------------------*/
.banner.home-banner {
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 600px;
}

.banner.home-banner .banner-caption h1 {
  font-size: 60px;
  margin: 0px 0 0;
}

.banner.home-banner .banner-caption p {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.2;
  margin: 0;
}

/*.home left-right*/
.home-left,
.home-right {
}

.home-left .submit-form,
.home-right .submit-form {
  float: right;
  max-width: 100%;
  width: 170px;
  margin-right: 35px;
}

.home-left {
  float: left;
  width: 42.7%;
}

.home-right {
  float: right;
  width: 54%;
}

/*.home-you-need*/
.home-you-need {
  background-color: #001f5d;
  color: #fff;
  border-radius: 3px;
}

.home-you-need h2 {
  color: #fff;
  margin-left: 40px;
  padding: 28px 0;
}

.home-you-need .form-row {
  padding: 0 70px 0 40px;
}

.home-you-need .form-row:first-of-type,
.home-you-need .form-row:nth-of-type(3) {
  background-color: #1368b1;
  font-size: 16px;
}

.home-you-need .form-row:nth-of-type(2) {
  font-size: 16px;
}

.home-you-need .form-row:nth-of-type(4) {
}

.home-you-need .submit-form {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.home-you-need .bus-stars label {
  margin-left: 5px;
}

.home-you-need .bus-stars label span {
  color: #ffc936;
}

.home-you-need .bus-stars label:first-of-type {
  margin-left: 15px;
}

.home-you-need .bus-stars input[type="radio"]:checked ~ label span {
  color: #fff;
}

.home-you-need .bus-stars input[type="radio"]:checked + label span {
  color: #ffc936;
}

/*.home-search*/
.home-search-container {
  background-image: url(../images/home-form.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  border-radius: 3px;
}

.home-search-container h2 {
  color: #fff;
  margin-left: 40px;
  padding-top: 28px;
}

.home-search-container label {
  width: 100px;
  line-height: 1.2;
  padding: 0;
}

.home-search-container form {
  padding-bottom: 48px;
}

.home-search-container .form-row input,
.home-search-container .form-row select {
  max-width: 160px;
}

.home-search-container .form-row .form-col:first-of-type {
}

.home-search-container .form-row .form-col:last-of-type {
}

.home-search-container .submit-form {
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  border: 1px solid #15bec5;
  transition: all 450ms ease;
}

.bus-tours {
  margin-top: 45px;
}

.bus-tours h2 {
  margin-bottom: 25px;
}

.bus-tours .add-bus-tour {
  display: block;
  color: #fff;
  background-color: #1368b1;
  line-height: 1;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 24px 0;
  border-radius: 20px;
  margin-top: 32px;
  width: 50%;
  margin: 40px auto 0;
}

.home-bus-single {
  background-color: #f2f4f8;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  margin-top: 15px;
}

.home-bus-single .thumb-wrapper {
  float: left;
  display: block;
}

.home-bus-single .thumb-wrapper img {
  display: block;
}

.home-bus-single h3 {
  clear: none;
  margin: 0 0 3px;
  font-size: 30px;
  font-weight: 700;
}

.home-bus-single h3 a {
  display: inline-block;
  color: #333;
}

.home-bus-single .home-bus-date {
  color: #888;
  display: block;
  line-height: 1;
  margin-bottom: 7px;
}

.home-bus-single .home-bus-days {
  display: block;
  width: 110px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #15bec5;
  margin-bottom: 10px;
  border-radius: 3px;
}

.home-bus-single .home-bus-more {
  display: inline-block;
  color: #1347b1;
  font-style: italic;
}

/*home banners*/
.banner-wrapper img {
  display: block;
  margin-bottom: 45px;
}

.banner-wrapper img:last-child {
  margin-bottom: 0;
}

/*transfer-market*/
.transfer-market .fakeScrollBar {
  background-color: transparent !important;
  width: 13px;
  cursor: default;
}

.transfer-market .fakeScrollBar:before {
  content: "";
  background-color: #1368b1;
  border-radius: 15px;
  width: 100%;
  height: calc(100% - 40px);
  position: absolute;
  left: 0;
  bottom: 0;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.transfer-market .fakeScrollBar.fakescroll-grabbed:before {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

.transfer-market .scrollWrap {
  margin-left: -18px;
}

.transfer-market .scrollContent {
  padding: 0;
}

.transfer-market .fakeScroll {
  height: 765px;
}

.transfer-market-form {
  margin-top: 65px;
  background-color: #001f5d;
  color: #fff;
  padding: 25px 0 35px;
}

.transfer-market-form h2 {
  color: #fff;
  margin-bottom: 15px;
}

.transfer-market-form form {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.transfer-market-form .input-field label {
  display: block;
  margin-bottom: 5px;
}

.transfer-market-form .input-field input,
.transfer-market-form .input-field select {
  width: 100%;
  display: block;
}

.transfer-market-form .input-field select {
  padding: 5px 15px;
  width: 205px;
}

.transfer-market-form .input-field:nth-child(-n + 3) input {
  max-width: 135px;
}

.transfer-market-form .input-field:nth-child(4) input,
.transfer-market-form .input-field:nth-child(5) input {
  max-width: 90px;
}

.transfer-market-form .submit-form {
  width: 200px;
}

.transfer-row-th {
  background-color: #1368b1;
  color: #fff;
  margin-bottom: 35px;
}

.transfer-row-th .container {
}

.transfer-row-th .container > span {
  display: block;
}

.transfer-row-th .trh-date,
.transfer-row-th .trh-time,
.transfer-row-th .trh-people {
  text-align: center;
}

.transfer-row-th .trh-remaining {
}

.transfer-row {
  margin-top: 15px;
}

.transfer-row:first-child {
  margin-top: 0;
}

.transfer-row h3 {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 700;
}

.transfer-row .transfer-inner-row {
  background-color: #e9f0ff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
}

.transfer-row .transfer-inner-row > span {
  display: block;
  font-size: 18px;
}

.transfer-row .transfer-inner-row .trd-route .country-id {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background-color: #001f5d;
  width: 37px;
  display: inline-block;
  text-align: center;
  padding: 9px 0;
  border-radius: 50%;
  margin-left: 20px;
  margin-right: 45px;
}

.transfer-row .transfer-inner-row .trd-people span {
  display: inline-block;
}

.tooltip {
  position: relative !important;
}

.transfer-row .transfer-inner-row .trd-date,
.transfer-row .transfer-inner-row .trd-time,
.transfer-row .transfer-inner-row .trd-people {
  text-align: center;
}

.transfer-row .transfer-inner-row .trd-remaining {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.transfer-row .transfer-inner-row .trd-remaining .trem-time {
  margin-left: 9.8%;
  width: 27.9%;
  text-align: center;
}

.transfer-row .transfer-inner-row .trd-remaining a {
  margin: 0 3% 0 5.4%;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background-color: #001f5d;
  display: inline-block;
  text-align: center;
  padding: 9px 25px;
  border-radius: 30px;
  text-transform: uppercase;
}

.transfer-row .transfer-inner-row .trd-remaining .trem-info {
  font-size: 13px;
}

/*--------------------------------------------------------------
## Archive Trans
--------------------------------------------------------------*/
.trans-wrapper {
  margin: -36px -15px 0;
  position: relative;
}

.trans-wrapper > * {
  padding: 0 15px;
  float: right;
}

.trans-filters {
  width: 25%;
  float: left;
}

.trans-filters .tf-container {
  background-color: #001f5d;
  padding: 20px;
  border-radius: 3px;
}

.trans-filters h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 40px;
}

.trans-filters .input-range:before {
  content: attr(data-min);
  position: relative;
}

.trans-filters .input-range input {
  padding: 0;
  background-color: transparent;
  color: #fff;
  width: 40px;
  right: 0;
}

.trans-filters .input-range .slider-wrapper {
  padding: 0 15px;
  margin-top: 15px;
}

.trans-filters .input-range .ui-slider-horizontal {
  background-color: #fff;
  width: 100%;
  margin: auto;
  height: 3px;
}

.trans-filters .input-range .ui-slider-horizontal .ui-slider-range-min {
  background-color: #fff;
}

.trans-filters .input-range .ui-slider-horizontal .ui-slider-handle {
  background-color: #15bec5;
  outline: none;
  height: 10px;
  border-radius: 10px;
  width: 30px;
  margin-left: -15px;
}

.trans-filters .form-row {
  padding: 0;
  color: #fff;
  display: block;
  height: auto;
  margin-top: 25px;
}

.trans-filters .form-row:first-child {
  margin-top: 0;
}

.trans-filters .form-row > div:not(.input-range) {
  margin-bottom: 10px;
}

.trans-filters .form-row > div:not(.input-range):last-child {
  margin-bottom: 0;
}

.trans-filters .form-row > div:not(.input-range) label span {
  margin-right: 5px;
}

.trans-filters .filter-subtitle {
  display: block;
  font-size: 18px;
  margin-bottom: 20px;
}

.trans-results {
  width: 75%;
}

.trans-results .sort-results {
  color: #fff;
  background-color: #1368b1;
  padding: 21px 20px;
  line-height: 1;
  position: relative;
  border-radius: 3px;
  margin-bottom: 35px;
}

.trans-results .sort-results span {
  font-size: 18px;
  display: block;
}

.trans-results .single-trans {
  position: relative;
  overflow: hidden;
  background-color: #f2f4f8;
  color: #888;
  margin-bottom: 20px;
}

.trans-results .single-trans:last-child {
  margin-bottom: 0;
}

.trans-results .single-trans .trans-info {
  position: relative;
  padding: 20px 175px 20px 20px;
}

.trans-results .single-trans .trans-thumbs img {
  display: block;
}

.trans-results .single-trans .trans-thumbs .small-thumb {
  float: left;
  margin-top: 12px;
}

.trans-results .single-trans .trans-thumbs .small-thumb:nth-child(3) {
  margin-left: 12px;
  margin-right: 12px;
}

.trans-results .single-trans h3 {
  margin: 0 0;
  padding-left: 15px;
}

.trans-results .single-trans h3 a:hover {
  text-decoration: none;
}

.trans-results .single-trans ul {
  font-size: 13px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.trans-results .single-trans ul li {
  margin-bottom: 5px;
}

.trans-results .single-trans ul span {
  font-weight: 700;
}

.trans-results .single-trans .trans-main-price .info-btn {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 30px;
  cursor: pointer;
}

.trans-results .single-trans .trans-additional-price {
  margin-top: 15px;
}

.trans-results .single-trans .trans-additional-price span {
  color: #001f5d;
  font-weight: 700;
  margin-right: 20px;
}

.trans-results .single-trans .trans-additional-price span:last-child {
  margin-right: 0;
}

.trans-results .single-trans .trans-links a:first-child {
  margin-left: 0;
}

.trans-results .trans-pagination {
  text-align: right;
  font-weight: 700;
  margin-top: 40px;
  margin-left: 10px;
}

.trans-results .trans-pagination .pag-item {
  width: 35px;
  text-align: center;
  line-height: 1;
  padding: 10px 0;
  border-radius: 50%;
  color: #b6bfd3;
}

.trans-results .trans-pagination span.pag-item {
  background-color: #1347b1;
  color: #fff;
}

.trans-results .trans-pagination .pag-next {
  color: #fff;
  line-height: 1;
  padding: 10px 30px;
  border-radius: 30px;
  text-align: center;
  background-color: #15bec5;
}

/*--------------------------------------------------------------
## Single Trans
--------------------------------------------------------------*/
.single-trans-template:before {
  content: none;
}

.main-trans-info {
  background-color: #f2f4f8;
}

.main-trans-info .your-search {
  background-color: #001f5d;
  color: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0 26px 60px;
  border-radius: 3px;
  margin: 40px 0;
}

.main-trans-info .your-search > span {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  display: block;
}

.main-trans-info .your-search .your-search-info {
  margin-left: 95px;
}

.main-trans-info .your-search .your-search-info span {
  display: block;
}

.main-trans-info .your-search .your-search-info span.ysi-date {
  font-size: 20px;
  font-weight: 700;
}

.main-trans-info .your-search .your-search-info span.ysi-seats {
  font-weight: 700;
}

.main-trans-info .your-search a {
  position: absolute;
  right: 50px;
  color: #fff;
  background-color: #15bec5;
  padding: 15px 0;
  display: block;
  width: 200px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 30px;
  line-height: 1;
}

.main-thumb {
  border-radius: 3px;
  overflow: hidden;
}

.main-thumb img {
  width: 100%;
  display: block;
}

.small-thumb {
  border-radius: 3px;
  overflow: hidden;
}

.small-thumb img {
  display: block;
}

.main-trans-wrapper {
  margin: 0 -18px 40px;
}

.main-trans-wrapper > div {
  padding: 0 18px;
}

.main-trans-wrapper .main-trans-left {
  width: 34.2%;
  float: left;
}

.main-trans-wrapper .main-trans-right {
  width: 65.8%;
  float: right;
}

.main-trans-wrapper .single-trans {
  background-color: #fff;
  padding: 25px 25px 36px;
  position: relative;
}

.main-trans-wrapper .single-trans p {
  margin: 0;
}

.main-trans-wrapper .single-trans h2 {
  margin-bottom: 5px;
  color: #333;
}

.main-trans-wrapper .single-trans .trans-rating {
  position: absolute;
  top: 33px;
  right: 20px;
}

.main-trans-wrapper .single-trans .trans-destination {
  color: #888;
  margin-bottom: 25px;
}

.main-trans-wrapper .single-trans .trans-description {
  font-size: 13px;
  color: #888;
  line-height: 2;
}

.main-trans-wrapper .trans-comments {
  background-color: #fff;
  border-radius: 3px;
  padding: 25px;
  margin-top: 30px;
  font-size: 13px;
}

.main-trans-wrapper .trans-comments .trans-comment {
  position: relative;
  margin-bottom: 10px;
}

.main-trans-wrapper .trans-comments .trans-comment:last-child {
  margin-bottom: 0;
}

.main-trans-wrapper .trans-comments img {
  display: block;
  float: left;
  margin-right: 20px;
  margin-top: 4px;
}

.main-trans-wrapper .trans-comments h3 {
  margin: 0 0 20px;
  line-height: 1;
  font-size: 15px;
  font-weight: 700;
  clear: none;
}

.main-trans-wrapper .trans-comments .comment-name {
  color: #333;
  display: block;
  font-weight: 700;
}

.main-trans-wrapper .trans-comments p {
  margin: 0;
  color: #888;
}

.main-trans-wrapper .trans-comments .comment-rating {
  color: #333;
  display: block;
  font-weight: 700;
  position: absolute;
  top: 0;
  right: 0;
}

.main-trans-wrapper .small-thumbs {
  margin-top: 20px;
}

.main-trans-wrapper .small-thumb {
  float: left;
  margin-right: 15px;
}

.main-trans-wrapper .small-thumb:last-child {
  margin-right: 0;
}

.price-per-month {
  background-color: #fff;
  margin-bottom: 50px;
  border-radius: 3px;
  overflow: hidden;
}

.price-per-month h3 {
  background-color: #001f5d;
  color: #fff;
  font-weight: 700;
  margin: 0;
  padding: 10px 25px;
}

.price-per-month .price-calendar {
  padding: 60px 40px 45px;
  text-align: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.price-per-month .price-day {
  height: 135px;
  width: 10px;
  position: relative;
  margin: 0 11px;
}

.price-per-month .price-day:before {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background-color: #ccd1dc;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.price-per-month .price-day:first-child {
  margin-left: 0;
}

.price-per-month .price-day:last-child {
  margin-right: 0;
}

.price-per-month .price-day span {
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.price-per-month .price-day .price-per-day {
  color: #333;
  top: -30px;
}

.price-per-month .price-day .price-date {
  color: #888;
  bottom: -30px;
}

.price-per-month .price-day .price-bar {
  background-color: #1368b1;
  border-radius: 5px;
  bottom: 0;
  width: 100%;
  height: 10%;
}

.price-per-month .price-month {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px 20px;
}

.price-per-month .price-month .current-month {
  font-weight: 700;
  font-size: 20px;
  color: #1368b1;
}

.price-per-month .price-month .pm-arrows {
  color: #333;
  cursor: pointer;
}

.price-per-month .price-month .pm-arrows span {
  color: #fff;
  background-color: #001f5d;
  text-align: center;
  width: 30px;
  padding: 7px 0;
  line-height: 1.1;
  border-radius: 50%;
  margin: 0 10px;
  display: inline-block;
}

.buses-wrapper {
  padding-top: 50px;
  position: relative;
}

.buses-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  max-height: 530px;
  height: 50%;
  width: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+100,ffffff+100&1+60,0+100 */
  background: -moz-linear-gradient(top, white 60%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    white 60%,
    rgba(255, 255, 255, 0) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(60%, white),
    to(rgba(255, 255, 255, 0))
  );
  background: -o-linear-gradient(top, white 60%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(
    to bottom,
    white 60%,
    rgba(255, 255, 255, 0) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
  /* IE6-9 */
}

.single-bus {
  background-color: #f2f4f8;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  margin-top: 30px;
}

.single-bus:first-child {
  margin-top: 0;
}

.single-bus .bus-specs {
  width: 26.5%;
  background-color: #ebeef4;
  padding: 20px;
}

.single-bus .small-thumbs {
  margin-top: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.single-bus .bus-specs-details {
  display: block;
  color: #888;
  margin-top: 25px;
}

.single-bus .bus-extra-price {
  font-weight: 700;
  color: #001f5d;
  margin-top: 10px;
}

.single-bus .bus-extra-price span {
  display: block;
}

.single-bus .bus-info {
  color: #888;
  padding: 25px 0 0 30px;
  width: 73.5%;
}

.single-bus .bus-name {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-bus h3 {
  font-size: 30px;
  font-weight: 700;
  color: #333;
  margin: 0;
  line-height: 1;
}

.single-bus .bus-stars {
  margin: 0 25px;
  line-height: 1;
}

.single-bus .bus-stars span {
  color: #ccd1dc;
  margin: 0 1px;
}

.single-bus .bus-stars span.full-star {
  color: #1368b1;
}

.single-bus .bus-accessories {
  font-size: 13px;
}

.single-bus .bus-accessories:before {
  content: "- ";
}

.single-bus .bus-note {
  margin-top: 10px;
}

.single-bus .bus-note span {
  margin-right: 15px;
}

.single-bus .bus-note span:last-child {
  margin-right: 0;
}

.single-bus .bus-accessories {
  margin-top: 15px;
  display: block;
}

.single-bus .bus-rating {
  width: 110px;
  text-align: center;
  display: block;
  color: #fff;
  font-weight: 700;
  padding: 3px 0;
  background-color: #15bec5;
  border-radius: 3px;
  position: absolute;
  top: 30px;
  right: 35px;
}

.single-bus .bus-options {
  margin-top: 50px;
  margin-left: -30px;
  color: #001f5d;
}

.single-bus .bus-options .bus-fields {
  width: calc(100% - 90px);
}

.single-bus .bus-options .bus-reserve {
  width: 90px;
  font-size: 13px;
  color: #fff;
  text-align: center;
  position: relative;
  background-color: #001f5d;
  line-height: 1.2;
  padding-top: 20px;
}

.single-bus .bus-options .bus-reserve span {
  font-size: 30px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.single-bus .form-row {
  padding: 0;
  height: 60px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.single-bus .form-row:nth-child(odd) {
  background-color: #e2e5ed;
}

.single-bus .form-row.checked-row {
  color: #fff;
  background-color: #1368b1;
}

.single-bus .form-row.checked-row div.input-radio {
  background-color: #1368b1;
}

.single-bus .bus-opt-desc {
  width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-bus .bus-opt-desc .input-radio {
  height: 60px;
  width: 60px;
  margin-right: 20px;
  background-color: #ccd1dc;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.single-bus .bus-opt-desc .input-radio label {
  margin: 0 auto;
}

.single-bus .bus-opt-desc .input-radio label span.radio-btn {
  margin-left: 0;
}

.single-bus .bus-opt-desc > span {
  margin-right: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-bus .bus-opt-desc > span:last-child {
  margin-right: 0;
}

.single-bus .bus-opt-desc .info-btn {
  font-size: 19px;
  margin-left: 5px;
  color: #abaeb4;
}

.single-bus .bus-opt-select {
  width: 36.5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.single-bus .bus-opt-select select {
  max-width: 87px;
  padding: 6px 10px;
}

.single-bus .bus-opt-price {
  width: 13.5%;
  text-align: center;
}

.single-bus .bus-opt-price span {
  line-height: 1;
}

.single-bus .bus-opt-price span:first-child {
  font-size: 10px;
  text-transform: uppercase;
}

.single-bus .bus-opt-price span:last-child {
  font-size: 20px;
  font-weight: 700;
}

.single-bus .bus-trans-30km .bus-opt-desc > span {
  margin-right: 13px;
}

.single-bus .bus-trans-30km .bus-opt-desc .input-checkbox label {
  padding-left: 25px;
}

.main-wrapper {
  background-size: cover;
  background-position: 0 0;
}

.full-trans-wrapper {
  margin: 30px -15px 0;
}

.full-trans-wrapper .trans-results {
  width: 100%;
}

.full-trans-wrapper .reservation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.full-trans-wrapper .single-trans {
  width: 75%;
  float: left;
  padding-right: 15px;
  background-color: #fff;
  margin-bottom: 0;
}

.trans-info-aside {
  width: 25%;
  float: left;
  padding-left: 15px;
  background-color: #001f5d;
  color: #fff;
}

.trans-info-aside .aside-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.trans-info-aside .aside-header h4 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
}

.trans-info-aside .info-btn {
  font-size: 25px;
  margin-right: 10px;
}

.trans-info-aside p {
  font-size: 13px;
  line-height: 1.7;
}

.trans-info-aside .bt-button {
  text-align: center;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  max-width: 170px;
  margin: 0 auto;
}

.transfer-user-info {
  margin: 0;
  padding-bottom: 95px;
}

.transfer-user-info .form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.transfer-user-info .input-field {
  padding: 0 15px;
}

.transfer-user-info .input-field select {
  width: 160px;
}

.transfer-user-info .input-field:nth-child(-n + 3) input {
  max-width: initial;
}

.transfer-user-info .input-field:nth-child(4) input,
.transfer-user-info .input-field:nth-child(5) input {
  max-width: initial;
}

.transfer-data-row-th {
  margin-top: 65px;
  background-color: #1368b1;
  padding: 45px 0 0;
  color: #fff;
}

.transfer-data-row-th h2 {
  color: #fff;
  margin-bottom: 15px;
}

.transfer-col {
  width: 50%;
  float: left;
}

.transfer-col .form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 35px;
}

.transfer-col .form-row .input-field {
  width: initial;
}

.transfer-col .wrapper {
  margin: 0 -15px;
}

.transfer-col .wrapper .input-field {
  padding-right: 15px;
  float: left;
  margin-bottom: 10px;
}

.transfer-col .wrapper .input-field:nth-of-type(3n + 1) {
  clear: left;
}

.email-confirm-box {
  background-color: #15bec5;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 4px;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.email-confirm-box .email-confirm {
  color: #fff;
}

.email-confirm-box .login a {
  color: #001f5d;
  font-weight: 700;
}

.special-requests-wrapper {
  background-color: #b6bfd3;
  border-radius: 4px;
  padding: 35px;
  position: relative;
}

.special-requests-wrapper .form {
  margin: 0 -15px;
}

.half-container {
  width: 50%;
  float: left;
  padding: 0 15px;
}

.special-requests {
  color: #fff;
  margin-top: 15px;
}

.special-requests h2 {
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 20px;
}

.special-requests h2 span {
  font-weight: 400;
  font-size: 16px;
}

.special-requests .notes {
  font-style: italic;
}

.special-requests .payment-methods img,
.special-requests .payment-methods label span {
  display: inline-block;
  vertical-align: middle;
}

.special-requests .payment-methods label span {
  margin-right: 5px;
}

.special-requests .input-checkbox label {
  display: block;
  margin-bottom: 10px;
  padding-left: 30px;
}

.special-requests .languages-driver {
  padding: 0;
  height: initial;
}

.special-requests .languages-driver label {
  margin-right: 10px;
}

.special-requests .languages-driver label,
.special-requests .languages-driver .input-field {
  display: inline-block;
  width: initial;
}

.special-requests .bt-button {
  font-size: 18px;
  background-color: #001f5d;
  padding: 18px 15px;
  min-width: 250px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.note-msg {
  padding: 20px;
  background-color: #1347b1;
  border-radius: 4px;
  margin-top: 80px;
}

.note-msg p {
  margin: 0;
  line-height: 26px;
  font-size: 16px;
}

.reservation-info-wrapper {
  background-color: #f2f4f8;
  margin: 70px auto;
}

.reservation-info-top {
  background-color: #001f5d;
  color: #fff;
  border-radius: 4px;
}

.reservation-info-top h3 {
  font-weight: 700;
}

.reservation-info .form-row label,
.reservation-info .form-row input {
  width: 100%;
  max-width: initial;
  margin: 0 5px;
}

.reservation-info .form-row {
  height: initial;
  margin: 20px 0;
  padding: 0;
}

.reservation-info .form-row label {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 20px;
}

.reservation-info .bt-button {
  background-color: #001f5d;
  margin-top: 50px;
  padding: 18px 15px;
  min-width: 200px;
  margin-left: auto;
}

/* Ikonica za aktivan/neaktivan status ordera */
.icon {
  width: 20px;
  height: 20px;
}

.icon-red {
  background: red;
}

.icon-green {
  background: green;
}

select {
  color: #000 !important;
}
