

body {
font-family: 'Open Sans', sans-serif;
line-height: 1.5;
    color: #666!important;
    font-size: 15px;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    background-color: #FFF;
}

.book-now-wrapper {


  border: 1px solid #e3e3e3;
  padding-bottom: 25px;

}

.reservation {
  margin-bottom: 50px;
}

.centered-pills { text-align:center; }
.centered-pills ul.nav-pills { display:inline-block; }
.centered-pills li { display:inline; }
.centered-pills a { float:left; }
* html .centered-pills ul.nav-pills { display:inline; } /* IE6 */
*+html .centered-pills ul.nav-pills { display:inline; } /* IE7 */

.carousel-caption {

  top: 30%;

}

.carousel-caption h1 {

  color:#FFF!important;
  margin-bottom: 0px;

}
.book-box{

 padding: 25px;
 border: 2px #e1e1e1 solid;
 border-radius: 10px;
 text-align: center;

}

.fleet-wrapper{

 text-align: center;

}


.price-details {

  color: #000!important;
}

.black-bg{
background-color: #000;
border-color: #000;
}


.pickup-time{

  margin-top: 34px;

}

.flight-time{

  margin-top: -44px;

}


.description h1 {
margin-bottom: 5px;
margin-top: 15px;
font-size: 46px;
font-weight: bold;
}

span.title {
color: #999!important;
}

span.description {
margin-bottom: 15px;
position: relative;
display: block;
}


div.reservation {

  margin-top: 45px!important;
}

div.page-start {
      margin-top: 15px!important;
}

.roundtrip {
  border: solid 1px #e3e3e3;
padding: 15px;
background-color: rgba(114, 96, 58, 0.2);
}

.nav-pills li.active a {
	background: -webkit-linear-gradient(top, #d1d1d1 0%, #979797 100%) #9c9c9c;
	background: -moz-linear-gradient(top, #d1d1d1 0%, #979797 100%) #9c9c9c;
	background: -ms-linear-gradient(top, #d1d1d1 0%, #979797 100%) #9c9c9c;
	background: linear-gradient(to bottom, #d1d1d1 0%, #979797 100%) #9c9c9c;
}

.nav-pills li a {
	color: #9c9c9c;
}

.navbar-brand img {
	margin-top: -10px;
}


.switch-field {


	overflow: hidden;
}

.switch-title {
  margin-bottom: 6px;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
  float: left;
}

.switch-field label {
  display: inline-block;
  width: 60px;
  background-color: #e4e4e4;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  text-shadow: none;
  padding: 6px 14px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition:    all 0.1s ease-in-out;
  -ms-transition:     all 0.1s ease-in-out;
  -o-transition:      all 0.1s ease-in-out;
  transition:         all 0.1s ease-in-out;
}

.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:checked + label {
  background-color: #666;
  color:#FFF;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.switch-field label:first-of-type {
  border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
  border-radius: 0 4px 4px 0;
}

/* Mobile */

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .flight-time{

      margin-top: 0px;

    }

    .roundtrip {
    background-color: rgba(114, 96, 58, 0.2);
      padding-bottom: 50px;
    }
}
