/* Custom page CSS
-------------------------------------------------- */

html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 0;
  color: #130158;
  text-align: justify;
  font-family: 'Hind', Helvetica, Arial, sans-serif;
}

p {
  padding-bottom: 20px;
}

h1, h2, h3 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 25px;
    color: #130158;
}

h4 {
    margin-top: 20px;
    color: #bc0a01;
}

.city {
  font-size: 1.5em;
  margin-top: 0px;
  text-align: left;
  color: #0295db;
}


#about {
  width: 730px;
}

.price {
  font-size: 1.3em;
  font-weight: bold;
  color: #bc0a01;
}

.priceBox {
  background-color: #bc0a01;;
  border-radius: 15px;
  max-width: 200px;
  height: 170px;
  padding: 10px;
}

.priceBox .caption, .priceBox h4, .priceBox .price {
  color: white;
}

.table {
  direction: ltr;
  display: block;
  text-align: left;
}

.book-bg {
  background: url(../images/bg/book-bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: white;
}

.login-bg {
  background: url(../images//bg/customer-login.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.about-bg {
  background: url(../images/bg/about-bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.offers-bg {
  background: url(../images/bg/offers-bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.terms-bg {
  background: url(../images/bg/terms-bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.contactus-bg {
  background: url(../images/bg/contactus-bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.timetable-bg {
  background: url(../images/bg/timetable-bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.content {
  padding-top: 80px;
  background-color: white;
  max-width: 50%;
}

.content2 {
  padding-top: 80px;
  background-color: white;
  max-width:60%;
  background-color : rgba(255, 255, 255, 0.9);
}

.shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-fixed-top {
    margin-top: -6px;
    margin-left: 60px;
    margin-right: 60px;
    background-color : rgba(255, 255, 255, 0.9);
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-fixed-top {
    border-radius: 10px;
  }
}


/* NAVBAR THE Tab
-------------------------------------------------- */
.navbar-header {
  height: 80px;
}

.navbar-default{
  border-width: 0px;
}

.navbar-nav > li > a {
  font-size: 1.2em;
  font-weight: 2px;
  padding-top: 45px;
  padding-bottom: 30px;
}

.dropdown-menu > li > a {
  font-size: 1.2em;
  font-weight: 2px;
}


.dropdown-menu > li > a:hover, {

}


.dropdown-header {
  font-size: 1.3em;
}


.navbar-default .navbar-nav > li > a {
  color: #130158;
  height: 80px;
}

.navbar-default .navbar-nav > .active > a {
  color: #bc0a01; /*Sets the text active color on navbar*/
  height: 80px;
  border-bottom: 0px solid #bc0a01;
  background-color: #0000;
}

.navbar-default .navbar-nav > li > a:hover {
color: #bc0a01;  /*Sets the text hover color on navbar*/
height: 80px;
border-bottom: 3px solid #bc0a01;

}

.navbar-default .navbar-nav .dropdown-menu > li > a:hover {
color: #bc0a01;  /*Sets the text hover color on dropdown-menu*/
background-color: #0000;
}

.navbar-default .navbar-nav .dropdown-menu > .active > a {
color: #bc0a01;  /*Sets the text active color on dropdown-menu*/
background-color: #0000;
}

#brand {
  padding-top: 15px;
}

#logo {
    width: 230px;
}


.iframelogin {
  border: none;
  min-width: 50%;
  min-height: 300px;
  padding-top: 20px;
  margin-bottom: 50%;
  filter: alpha(opacity=60);
}

.iframebook {
  border: none;
  min-width: 480px;
  min-height: 480px;
  padding-top: 20px;
}

.iframeReg {
  border: none;
  min-width: 100%;
  height: 800px;
  padding-top: 20px;

}

#bookiframe {
    border: none;
    width: 400px;
    height: 480px;

}

#heading2 {
  padding-top: 80px;

}

.offers, .contact{
  margin-top: 73px;
  padding-bottom: 55px;

}

#timetable {
  margin-top: 0px;
  padding-bottom: 100px;
}

.jumbotron {
  margin-top: 0px;
  border-bottom: 6px solid #130158;
  background-color : rgba(255, 255, 255, 0.9);
}

.lead {
  text-align: center;
  padding-top: 10px;
}


/* CUSTOMIZE THE TAB
-------------------------------------------------- */
.tab-content {
  background-color: white;
  background-color : rgba(255, 255, 255, 0.9);
  margin-left: 20px;
  padding-top: 30px;
  border-style: solid;
  border-width: 0px 1px 1px 1px;
  border-color: #DDDDDD;
  max-width:100%;
}

.tab-pane {
  padding-left: 40px;
  padding-bottom: 30px;
}


.nav-tabs li a {
  background-color: #130158;
  color: white;
  margin-left: 5px;
  max-width: 90%;
  min-width: 50%;
}

.list-inline {
  margin-left: 10px;
  margin-right: 10px;
}

.list-inline li a {
  background-color: white;
  color: #130158;
}

.list-inline > .active > a {
  background-color: #E7E7E7;
  color: #bc0a01;
  border-bottom: 3px solid #bc0a01;
}

.nav-tabs li a:hover {
  background-color: #E7E7E7;
  color: #bc0a01;
  border-bottom: 3px solid #bc0a01;
}

.tab-content a:hover {
  text-decoration: none;
  color: #bc0a01;
}

.tab-content a {
  color: #0295db;
}

.tab-content h5 {
  text-align: left;

}

.tab-content p {

  font-size: 1.2em;

}

.tab-pane .glyphicon {
    padding-top: 5px;
    padding-right: 10px;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

@media(max-width: 480px) {
  .carousel-caption p {
    font-size: 50%;
  }
}

/* Carousel base class */
.carousel {
  max-height: 100%;
  height: 500px;
  height:auto;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  font-size: 3.5em;
  text-align: left;
  font-weight: bolder;
  z-index: 50;
  /* -webkit-text-stroke-width: 0.25px;
  -webkit-text-stroke-color: black; */
  left: 70%;
  right: auto;
  top: 55%;
  color: #130158;
}

.adv {
  font-size: 2.2em !important;
  left: 65% !important;
  top: 35% !important;
  color: white;
}


#caption2{
  left: 5%;
}

#caption2 h2{
  font-size: .9em;
  color: white;
}

#caption3{
  left: 45%;
  top: 70%;
}

#caption3 h2{
  font-size: .9em;
  color: white;
}

.carousel-caption  span {
  font-size: 1em;
}


/* Declare heights because of positioning of img element */
.carousel .item {
  max-height: 100%;
  height: 100%;
  background-color: white;
}
.carousel-inner > .item > img {
 /*  position: absolute;*/
  top: 0;
  left: 0;
  min-width: 100%;
  max-height: 100%;
  height: 300px;
  width: auto;
  margin-right:auto;
  margin-left:auto;
  height:auto;
}

#myCarousel {
    position: relative;
}

#faresCarousel {
  margin-top: 90px;
}

#faresCarousel .item {
  background-color: white;
  height: 200px;
}

#faresCarousel .lead {
  color: white;
}

#faresCarousel .city {
  color: white;
}

#faresCarousel .thumbnail {
  background-color: #0295db;
  border-radius: 10px;
  height: 130px;
}

#faresCarousel li {
  border-color: #130158;
}

.carousel-indicators .active {
  background-color: #0295db;
  border: 0px;
}

#bookingEngine {
  position: absolute;
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-left: 35px;
  margin-right:35px;
  z-index: 1;
  background-color: white;
  text-align: center;

}

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}



/*  footer styles
-------------------------------------------------- */

.footer {
  position: relative;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  max-height: 100%;
  padding-bottom: 20px;
  background-color: #130158;
  color: white;
}

.footer .row {
    padding-top: 20px;
    color: #130158;
}

.footer #copyright {
    font-size: 0.9em;
    font-style: italic;
    color: #130158;
}

#logoBox {
  background-color: white;
  border-radius: 15px;
  padding: 8px;
  max-width: 240px;
}

.footer .icon {
  width: 40px;
  padding-top: 20px;

}

.footer img {
    width: 220px;
    margin-bottom: 5px;
}

.footer li {
    font-size: 1.1em;
    padding-top: 15px;
    list-style-type: none;
}

.footer a {
    color: white;
}

.footer .lead {
    color: white;
}

.footer li > a:hover, .active li > a:focus {
    color: #0295db;
    text-decoration: none;
}

/* Not required for template or sticky footer method. */


.container .text-muted {
  margin: 20px 0;

}

.footer > .container {
  padding-right: 20px;
  padding-left: 20px;

}


.btn-default {
    background-color: #bc0a01;
    color: white;
}

.btn-default:hover {
    background-color: #cd4741;
    color: white;
}

.btn-primary {
    background-color: #0295db;
    color: white;
}

.btn-primary:hover{
    background-color: #130158;
    color: #0295db;
}

#email {
  width: 100%;
  height: 45px;
  font-size: 1.2em;
  margin-bottom: 10px;

}

#signup {
  padding-top: 5px;
  font-weight: 500;
}

#signup {
  padding-top: 5px;
  font-weight: 500;
}

/* Contact Us | Customer Service
----------------------------------- */

#contactForm {
  padding: 20px 10px 20px 10px;
  background-color: white;
  background-color : rgba(255, 255, 255, 0.9);
}

#contactForm p {
  color: #6F6F6F;
}

hr {
  margin: 20px 100px 0px 100px;
}

label {
  font-weight: normal;

}

.required {
    color: #bc0a01;
}

#Submit {
  font-size: 1.2em;
  height: 50px;
  width: 110px;
  margin: 70px 0 0 140px;
}

.glyphicon-triangle-right {font-size: 0.6em;}


/* Booking Form
----------------------------------- */

#bookingForm {
  padding: 20px 20px 10px 20px;
  background-color: #130158;
  border-radius: 10px;
  position: relative;
  margin-top: -25px;
  z-index: 10;
  text-align: left;
  border-color: white;
  border-width: 5px;
  border-style:solid;
  max-width: 100%;
  padding-left: 50px;
}


.radio-inline {
  padding-top: 7px;
  color: white;
  align-content: right;

}



#bookingForm input, #contactForm input {
  background-color: white;
  color: #130158;
  border-color: #0295db;

}

.glyphicon-calendar {
  color: #0295db;

}

#Currency {
  width: 100%;
}

#bookingForm select, #contactForm  select {
  background-color: white;
  color: #130158;
  border-color: #0295db;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;

  background-image:
  linear-gradient(45deg, transparent 50%, gray 50%),
  linear-gradient(135deg, gray 50%, transparent 50%),
  linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

#bookingForm select:focus, #contactForm  select:focus {
  background-image:
    linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: #0295db;
  outline: 0;
}

hr {
  margin: 20px 100px 0px 100px;
}

label {
  font-weight: normal;

}

.required {
    color: #bc0a01;
}

#Submit {
  font-size: 1.2em;
  height: 50px;
  width: 110px;
  margin: 70px 0 0 140px;
}

.glyphicon-triangle-right {font-size: 0.6em;}


/* Dropdown Sub Menu
----------------------------------- */

.dropdown-submenu {position:relative;}
.dropdown-submenu:hover>.dropdown-menu {display:block;}
.dropdown-submenu:hover>a:after {border-left-color:black;}
.dropdown-submenu.pull-left {float:none;}

.dropdown-submenu>.dropdown-menu {
  top:0;
  left:100%;
  margin-top:-6px;
  margin-left:-1px;
  -webkit-border-radius:0 6px 6px 6px;
  -moz-border-radius:0 6px 6px 6px;
  border-radius:0 6px 6px 6px;
}

.dropdown-submenu>a:after {
  display:block;
  content:" ";
  float:right;
  width:0;
  height:0;
  border-color:transparent;
  border-style:solid;
  border-width:5px 0 5px 5px;
  border-left-color:#777777;
  margin-top:5px;
  margin-right:-10px;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left:-100%;
  margin-left:10px;
  -webkit-border-radius:6px 0 6px 6px;
  -moz-border-radius:6px 0 6px 6px;
  -ms-border-radius:6px 0 6px 6px;
  -o-border-radius:6px 0 6px 6px;
  border-radius:6px 0 6px 6px;
}


/* Hover Menu
----------------------------------- */

.sidebar-nav {
    padding: 9px 0;
}

.dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px;
}

.dropdown-menu li:hover .dropdown-submenu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
  display: block;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity:1;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .dropdown-submenu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .dropdown-submenu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;

}

.dropdown-menu {
  opacity:.3;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  display: block;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  background-color : rgba(255, 255, 255, 0.9);
}

/* Mega Menu
----------------------------------- */

.mega-dropdown {
  position: static !important;

}

.mega-dropdown-menu {
  padding-left: 15px;
  margin-left: 400px;
  width: 510px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}
