/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto:500');

* {
    margin:0;
    padding:0;
}
.faq {
    /*body {*/
    background: url("images/faq.jpg") no-repeat center center fixed;
    /*    -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: auto;*/
}

html,body
{
/*    height: 100%;
*/    /*overflow-x:hidden; */
}


body
{
    background:none;
    font-family:'Open Sans', sans-serif;
}


h1,h2,h3,h4,h5 {
    font-family:'Roboto',sans-serif;
    font-weight: 500;
}
    .overlay-wrapper {
        width: 100vw;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(27, 27, 27, 0.72);
        position: fixed;
        z-index: 111;
        cursor:pointer;
    }

#main-container {
/*    overflow-x:hidden;
*/     -webkit-overflow-scrolling:touch;
}


.aviso-light {
    background: #f9f9f9;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.bg-white {
    background:none!important;
}

hr.single-line {
    border-bottom: 1px solid #ccc;
    height: 1px;
}

ul.floaty > li {
    float:left;
}

.absolute { position:absolute;z-index:999;}

div#infosillas {
    position:absolute;
    z-index:9999;
    margin-top:4em;
}

/* Radio buttons as tabs */
        .switch-field {
        padding-left: 0;
        padding-right: 2px;
        }
        .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;
        background-color: #fff;
        color: #000;
        font-size: 14px;
        width: 100%;
        font-weight: normal;
        text-align: center;
        text-shadow: none;
        padding: 6px 14px;
        border: 1px solid #b5b5b5;
        border-bottom: 0px solid transparent;
        white-space: nowrap;
    text-overflow: ellipsis;
        margin-bottom:0;
        /* 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;
        background: #FFF;
        zoom:1.1;
        color:#777;
        border:1px solid #777;
/*        border-bottom:1px solid white;
*/    }
.switch-field label:hover i {
    color: #777;
}

.switch-field label:hover::before {
    content: '';
    width: calc(99% - 2px);
    height: 5px;
    background: white;
    position: absolute;
    bottom: -1px;
    left: 1px;
}

    .switch-field label:active {
    background:white;
    border-bottom:1px solid white;
    }

    input[type="radio"]:checked + label
      {
        cursor: pointer;
        zoom:1.1;
    background: -webkit-linear-gradient(#EEE, #FFF);
    background: -o-linear-gradient(#EEE, #FFF);
    background: linear-gradient(#EEE, #FFF);
            color: #000!important;
    }

    input[type="radio"]:checked + label:after {
        content:'';
        width: 100%;
        position:absolute;
        left:0;
        margin:0 -1px;
        bottom:-1px;
        border-bottom:1px solid white;
    }




    input[type="radio"]:checked + label i
      {
          color: #000!important;
    }

    /*.switch-field input:checked label {
      background-color: #A5DC86;
      -webkit-box-shadow: none;
      box-shadow: none;
    }*/


.pr-3 {
    padding-right:3px;
}
    .switch-field label:last-of-type {
        border-radius: 5px 5px 0 0;
    }

.ui-widget-header {
    border: 1px solid transparent!important;
    color:#626262;
}

.full-width {
    width: 100%;
}

.img-portfolio
{
    margin-bottom: 30px;
}

.img-hover:hover
{
    opacity: 0.8;
}

/* El toggle */
.navbar-inverse .navbar-toggle {
    border-color: transparent;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
     background-color: transparent;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: transparent;
/*    box-shadow: 0 6px 5px rgba(43, 43, 43, 0.52);
*/}
.navbar-toggle {
  overflow: hidden;
}
.navbar-toggle .icon-bar {
  -webkit-transition: opacity, -webkit-transform;
  transition: opacity, -webkit-transform;
  transition: opacity, transform;
  transition: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0, 0.7);
          transition-timing-function: cubic-bezier(0.7, 0, 0, 0.7);
}
.navbar-toggle:not(.collapsed) .icon-bar:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(45deg);
          transform: translateY(6px) rotate(45deg);
}
.navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.navbar-toggle:not(.collapsed) .icon-bar:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(-45deg);
          transform: translateY(-6px) rotate(-45deg);
}


/* Apañando el spinner pestoso de jquery */

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: 'Helvetica Neue', Arial,sans-serif!important;
    padding-top: 6px;
    padding-left: 6px;
}

    .ui-spinner a.ui-spinner-button {
        /*width: 3em;*/
        background: #FFF;
    }

    .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 100%!important;
    }
    section,#main-container {
        overflow:initial!important;
    }

/*Los spinners */
/*
.spinner input {
  text-align: right;
}

.input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 2%;
  vertical-align: middle;
  display: table-cell;
}

.input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px;
  margin-left: -1px;
  position: relative;
  border-radius: 0;
}

.input-group-btn-vertical > .btn:first-child {
  border-top-right-radius: 4px;
}

.input-group-btn-vertical > .btn:last-child {
  margin-top: -2px;
  border-bottom-right-radius: 4px;
}

.input-group-btn-vertical i {
  position: absolute;
  top: 0;
  left: 4px;
}
*/

/* Los links */

a {
    color: lightseagreen;
}
 a:hover {
    color: #777;
    text-decoration: underline;
        transition: 200ms;
          transition-timing-function: ease-in-out;
          -webkit-transition: 200ms;
          -webkit-transition-timing-function: ease-in-out;
}
a img { /* para evitar el borde en el link en IE 8*/
    border: 0;
}

ul {
    list-style: none outside none;
}

li {
    margin-top:initial;
}

.alert-success {
    border-radius: 0;
}
/* Home Page Carousel */
header.carousel
{
    height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner
{
    height: 100%;
}

header.carousel .fill
{
    width: 100%;
    height: 100%;
    background-size: cover;
}

.center-top { background-position: center top; }
.center-center { background-position: center center; }
.center-bottom { background-position: center bottom; }



/*Overlay Carousel */
.fill:before {
    content: '';
    width:100%;
    height:100%;
    position:absolute;
    background:rgba(0,0,0,0.2);
    z-index: 1;
}

/* 404 Page Styles */

.error-404
{
    font-size: 100px;
}

/* Pricing Page Styles */

.price
{
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup
{
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period
{
    display: block;
    font-style: italic;
}

.codigo {
    font-family:monospace;font-size:0.7em; background:lightblue;padding:0.5em 1em; float:right;
}

/* Footer Styles */

footer
{
    margin: 50px 0 0;
}

/* Responsive Styles */

@media (max-width:991px){
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media (max-width:767px){
    .img-portfolio {
        margin-bottom: 15px;
    }
    header.carousel .carousel {
        height: 70%;
        margin-top: 28px;
    }

}



.form-bd
{
    margin-top: 0;
}

.form-bd > .panel {
    border-radius:0;
    border:0;
    border-color:transparent;
}


.pasajeros
{
    float: left;
}

.pasajeros
{
    max-width: 250px;
}

.hora {
    padding: 0 0 0 5px ;
    /*    float: left;
        width: 100px;*/
}

.horanopadding {
    padding: 0;
    padding-left: 1px;
}

.control-label {
    margin-bottom: 0px;
}

.conborde {
    border: #000 solid 1px;
}

.upper {text-transform:uppercase;}

.pill {
    border-radius:25px;
    background:#ffcb00!important;
    color:#2b2b2b!important;
    border:1px solid #ffcb00!important;
}
.btn.pill:hover {
    border:1px solid #333!important;
    background:#333!important;
    color:white!important;
        transition: 200ms;
          transition-timing-function: ease-in-out;
          -webkit-transition: 200ms;
          -webkit-transition-timing-function: ease-in-out;
}

.btn.quote:hover {
    background-color: #009ea6;
    border: #009ea6;
    border-radius: 30px;
    color: #fff;
    transition: 0.3s ease;
}

.btn {
    color: #000;
/*    border-color: #000;
*/    background: none;
}

.btn-white {
    color:#FFF;
    background:none;
}

.btn-info{
    border-color:lightgray;
}

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open>.dropdown-toggle.btn-info.focus, .open>.dropdown-toggle.btn-info:focus, .open>.dropdown-toggle.btn-info:hover, .btn-info.active, .btn-info:active, .open>.dropdown-toggle.btn-info, .btn-info:active:hover {
    background-color: lightseagreen;
    border-color: #04aba2;
}

.btn-info.disabled:hover {
    background-color: #444;
    border-color: #333;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn:hover {

    background-color: #777;
    border:1px solid #777;
    color: #FFF;
    transition: 0.3s ease;
}

.btn-white:hover {
    background-color: rgba(0,0,0,0.5);
    border: 1px solid transparent;
    color: #FFF;
    transition: 0.3s ease;
/*    box-shadow: 0px 0px 2px rgba(0,0,0,0.6);
*/}

.green {
    background: #00b78d;
}

.red {
    background: #da5b5b;
}
.btncar {
    border-radius: 0;
    border-color: transparent;
    background-color: ghostwhite;
}

.btncar:hover {
    color: white;
    border: 1px solid transparent;
/*    background: #eee;
*/}


.btn-secondary {
    background:#777;
    color:#fff;
}

.btn-secondary:hover {
    background:lightseagreen;
    border:1px solid lightseagreen;
}

.btn-secondary:focus {
    color:#FFF;
}

.cta.elegant:focus {
    color:#FFF;
}

a.btn.cta.bookingform.outline:hover {
    background: #333;
}
/*.btncar:hover::before {
    content: '\F00E';
    font-family: 'FontAwesome';
    text-align: center;
    position: absolute;
    font-size: 2em;
    z-index: 99999999;
    color: #fff;
    left: 50% position: absolute font-size: 2em color: #fff;
}*/

ul.dropdown-menu > li > a {
    padding-top: 1em;
    padding-bottom: 1em;
}

.bdform {
    /*background-color: red;*/
    /*border: #000 solid 1px;*/
}

.page-headerbd {
    margin-top: 0;
    margin-bottom: 0;
}

.h3bd {
    /*margin:0;*/

}

.readmorebd {
    border: #000 thin solid;
    padding: 3px;
    border-radius: 3px;
}

.readmorebd:hover {
    text-decoration: none;
    border-radius: 3px;
}

.parbd {
    text-align: left;
}

header.carousel {
    height: 60%;
}

.separador {
    height: 50px;
}

/*.navbar {
    height: 103px;
}*/

.hiddenbd {
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}
.navbar-brand > a:active, a:focus {
    outline:none;
} /* oculta el "caminito de hormigas" al seleccionar un link (sólo en el logo)*/

.navbar-brand {
    width: 150px;
    height: 40px;
    /*background-image: url("../images/logo-small.png");*/
    background-repeat: no-repeat;
    background-size:contain;
    text-indent: -10000px;
    margin-top: 8px;
}

.panel-bodybd {
    min-height: 250px;
}

.ui-datepicker {
    z-index: 9999 !important;
}

.datepicker {
    background-color: #fff !important;
}

/*.datepicker:focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}*/

.add-on .input-group-btn > .btn {
    border-left-width:1px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    outline: none;
}
/* stop the glowing blue shadow */
/*.add-on .form-control:focus {
        box-shadow:none;
        -webkit-box-shadow:none;
        border-color:#cccccc;
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;

}*/

.add-on .form-control:hover {
    cursor: pointer;
}

.relleno {
    height: 20px;
    vertical-align: bottom;
}

.fichavehiculo {
    width: 200px;
    height: 200px;
    /*margin: 15px;*/
    /*background-color:  red;*/
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    /*    display: flex;
        justify-content: center;*/
}


.fichainterna {
    /*align-self: center;*/
    display: inline-block;
    width: 150px;
    height: 150px;
}

.img-vehiculo {
    width: 200px;
    margin-bottom: 10px;
    /*height: 170px;*/
}

.img-vehiculo2 {
    margin-right: 2px;
}

.clasevehiculo {
    text-align: center;
    /*margin: 0 auto;*/
}

.centrado {
    text-align: center;
}

.testimonios {
    /*font-weight: bold;*/
    font-size: 1.2em;

}

.testimoniosbd p {
    font-style: italic;
}

.naranja {
    color: #777;
}

.infofromto .panel-body{
    min-height: 0;
}

.inputbd {
    border:1px solid #ccc;
}

/*.selecttransfer {
    text-align: center;
    margin: 0 auto;
    width: 900px;
}*/

.selecttransfer ul {
    float: left;
    margin-top: 25px;
    /*  width: 140px;*/
}

.selecttransfer ul li {
    float: left;
    position: relative;
    text-align: center;
    width: auto;
        margin-right: 0.3em;
}

/*.selecttransfer .icons .suitcase .capacity, .selecttransfer .icons .people .capacity {
    bottom: -11px;
    color: #185D99;
    font-family: Georgia,"Times New Roman",Times,serif;
    left: 12px;
    position: absolute;
    top: 26px;
}*/

.selecttransfer .suitcase .capacity, .selecttransfer .people .capacity {
    bottom: -11px;
    color: #185D99;
    font-family: 'Helvetica Neue','Arial',sans-serif;
    left: 12px;
    position: absolute;
    top: 26px;
}

.selecttransfer button.submit_button:hover {
    background: none repeat scroll 0 0 #D4EAF1;
    color: #12617E;
    text-shadow: 1px 1px #E4EFF3;
}

.selecttransfer button.submit_button {
    background: none repeat scroll 0 0 #C4DCE3;
    color: #06212B;
    float: right;
    font-size: 1.2em;
    font-weight: normal;
    line-height: 1.3;
    margin: 15px 0 10px 8px;
    /*   poner este max-width para resoluciones grandes */
    /*    max-width: 55%;    */
    padding: 5px 20px;
}

.imgvehicle {
    float: left;
    /*margin-right: 25px;*/
    text-align: center;
    width: 180px;
}

.vehiclename {
    text-align: center;
}

.totalprice span {
    font-size: 0.7em;
}
.vehiclename, .transftype {
    bottom: -20px;
    color: lightseagreen;
}

.totalprice {
    color: #06212B;
    float: left;
    font-family: 'Helvetica Neue','Arial',sans-serif;
    font-size: 1.39em;
    text-align: left;
/*    width: 168px;
*/    padding-top: 0px;
}

.pricecompare {
    float: left;
    text-align: center;
/*    width: 100%;
*/    margin-left: 0;
}

.mt-6 { margin-top:6em;}
.pb-5 { padding-bottom:5em;}

@media screen and (max-width: 1200px) {
.form-bd {
    position: relative;
    top: 0;
}
}

@media (max-width:768px) {
    .pricecompare > p {
        padding-top: 14px;

    }
}

@media (min-width:769px) {
    .pricecompare > p {
        padding-top: 28px;

    }
}

.center-block {
    width: 70%;
}


.datosserv li {
    float: left;
    padding: 5px 20px 0 0;
}
.newline {
    clear: left;
}

.datosserv ul, .selecttransfer ul {
    padding-left: 5px;
    margin-top:0;
}

.imgtransfer {
    width: 120px;
}

.separacion {
    background-color: #e9e9e9;
    margin-bottom: 1em;
    margin-top: 1em;
    min-height: 0.5em;
    /*width: 100%;*/
}

.rowbd {
    margin-left: 15px;
    margin-right: 15px;
}

.mybutton {
    float: left;
    /*margin: 1.5em 0;*/
/*    max-width: 11em;
*/    min-height: 2.5em;
    white-space: normal !important;
    word-wrap: break-word !important;
}

.menu-footer {
    padding-left: 0;
}

.menu-footer li {

}

h4.naranja {
    background: transparent url("../images/general/heading_underline.png") repeat-x scroll 0 100%;
    display: block;
    height: 1.5em;

}

.menu-footer li a {
    background: transparent url("../images/general/heading_underline.png") repeat-x scroll 0 100%;
    display: block;
    /*vertical-align: middle;*/
    height: 2em;
    margin-top: 5px;
    margin-bottom: 5px;

}

.menu-footer li a::before {
    background-image: url("../images/general/double-arrow.png");
    content: "";
    display: inline-block;
    height: 8px;
    margin-right: 6px;
    vertical-align: baseline;
    width: 10px;
}

blockquote {

    font-size: 14px;
    padding: 5px 10px;
}

.menu-footer-destinations {
    padding-left: 0;
}

.menu-footer-destinations li a::before {
    /*background-image: url("/images/general/double-arrow.png");*/
    content: "";
    display: inline-block;
    height: 20px;
    margin-right: 6px;
    vertical-align: baseline;
    width: 10px;
}

.nombre-web {
    font-size: 1.2em;
    font-weight: lighter;
}

.lista-servicios li {
    /*height: 25px;*/
    margin-bottom: 15px;
}

.inputbd {
    width: 100%;
    resize: vertical;
}

.decryptarea {
    min-height: 600px;
}

.identado {
    margin-left: 0;
}

.padding-left15 {
    padding-left: 15px !important;
}

.padding-right15 {
    padding-right: 15px !important;
}

.identado {
    margin-top: 10px;
    text-indent: 0!important;
    text-align: justify;
    font-size:0.9em;
}

.orange {
    color: grey;
}

.btn-grande {
    width: 100%;
    font-weight: bold;
}

.btn-book-now {
    width: 100%;
    font-weight: bold;
    padding: 1em;
    text-transform: uppercase;
    font-family: 'Apercu';
    letter-spacing: 1px;
}
.botonera {
    border: 1px solid white;
    float: left;
    /*width: 100%;*/
}

.toolsbuttons {
    width: 100%;
}

#tools {
    left: 50%;
    position: fixed;
    top: 0;
    z-index: 1030;
    /*width:10px;*/
    /*height: 100px;*/
}

#btnPanel1 {
    width: 40px;
    margin-top: 10px;
}

#panel1 {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 1029;
    background-color: #4D585E;
    width:200px;
    overflow: hidden;
}

/*.span3 {
    margin-top: 10px;
}*/
.panelinnner {
    /*width: 195px;*/
    width: 100%;
    /*position: relative;*/

    /*margin-top:10px;*/
}

#returnInfo {
    display: none;
}

.payment {
    padding-left: 20px !important;
}

.alert-danger {
    margin-top: 0.5em;
    padding: 0.5em 1em;
    width: 80%;
}
.errorvalidacion {
    font-size: 0.8em;
}

.form-control {
    border:1px solid #ccc;
    font-family: 'FontAwesome', Arial, sans-serif;
}


.panel-heading .accordion-toggle h4:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';
    content: "\e113";
    float: right;
    color: grey;
    overflow: no-display;
}
.panel-heading .accordion-toggle.collapsed h4:after {
    /* symbol for "collapsed" panels */
    content: "\e114";
}
a.accordion-toggle{
    text-decoration: none;
}

.panel-heading:hover {
    cursor: pointer;
}

.panel-heading:hover h4 {
    text-decoration: none; /* underline */
}




.panel-transparent {
    background: transparent!important;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

.panel-heading.lightseagreen-bg {
    background: lightseagreen!important;
    color: white;
}


#accordion  p {
    padding: 15px;
}


.lista {
    list-style: disc outside none;
}

.listanopad {
    padding: 0;
}

.satisfaction100 {
    /*body {*/
    background: url("images/satisfaction-100-guarantee.jpg") no-repeat center center fixed;
    /*    -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: auto;*/
}

.imgizq {
    margin-right: 20px;
    margin-bottom: 10px;
    margin-top: 8px;
}

.imgdrcha {
    margin-left: 20px;
    margin-bottom: 10px;
    margin-top: 8px;
}

.btnajax {
    margin-bottom: 20px;
}

#booking_cab {
    padding: 0;
}

#booking_cab .panel-title {
    padding: 10px;
}

#booking_cab { display:none; }


.bandera {
    margin-right: 5px;
}

.bandera-texto {
    font-size: 0.85em;
    margin-left: 10px;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color:transparent;
}

.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
/*    border-top: 3px solid #ffcb00;
*/}

.panel-group .panel {
    border-radius:0;
    border-color:transparent;
    border:0;
}

/* Call to action */
.cta {
    color: #333;
    background-color: #464646;
    border-color: transparent;
    border-radius: 2px;
    color: #FFF;
    /* width: 80%; */
}
.custom-cta {
    border-radius: 3px;
    padding: 0.6em 3em;
    font-weight: bold;
    letter-spacing: 1px;
    border: 2px solid white;
    background-color: rgba(0, 0, 0, 0.22);
    color: white;
    margin-top: -5px;
}

.quote {
    padding: 0.6em 3em;
    font-weight: bold;
    letter-spacing: 1px;
    background-color: #009ea6;
    border: 2px solid #009ea6;
    border-radius: 30px;
    color: #fff;
    margin-top: -5px;
}

button#btnGetQuote {
    padding: 1em 4em;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-radius: 35px;
    /* font-family: 'Oswald'; */
    background: #00B0B9;
    outline:0;
    transition:200ms ease-in-out;
}

button#btnGetQuote:hover {
    background:#777;
    border-color:#777;
}


.btn.quote:active {
    color:#fff;
}
.btn.quote:focus {
    color:#FFF;
}

.btn.quote:hover {
    color:#FFF;
    background-color: rgba(0, 0, 0, 0.22);
    border: 2px solid white;
    transition: 0.3s ease;

}
.outline {
    background-color:rgba(0,0,0,0.5);
    border:1px solid white;
    padding:0.5em 3em;
}

.blau {
    background: #95c3c5;
    color: #2c2c2c;
}
.blau-border {
    border: 1px solid #95c3c5!important;
}

.no-border {
    border:0;

}

.padding-1 {
    padding-left: 1em;
    padding-right: 1em;
}

#pickup-dropoff .dropdown-menu li:nth-child(1) {
    display: none;
}

.page-header {
    border-bottom:0;
}
/*Carousel */
.carousel-control .icon-prev:before {
    content: '';
    background-image: url('../images/left.png');
    background-size: contain;
    width: 30px;
    height: 30px;
    position: absolute;
}

.carousel-control .icon-next:before {
    content: '';
    background-image: url('../images/right.png');
    background-size: contain;
    width: 30px;
    height: 30px;
    position: absolute;
}

.carousel-control .icon-next {
    margin-right:15px;
}

.carousel-indicators {
    position: absolute;
    bottom: -7px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.carousel-indicators li {
    display: inline-block;
    width: 25px;
    height: 3px;
    margin: 1px;
    padding: 0;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(255, 255, 255, 0.61);
    border: 0;
    border-radius: 0;
}

.carousel-indicators .active {
    width: 25px;
    height: 3px;
    margin: 1px;
    background-color: #ffcb00;
}

/* Centered captions */

.carousel-caption {
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
}


/*Carousel Fading */
/*
  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}



.warning-float {
    font-size: 2em;
    float: left;
    width: 14%;
    height: 100%;
}

ul {
    list-style: none outside none;
    -webkit-margin-before: 0;
    -webkit-padding-start: 0;
}
.cross {
    font-size:1.2em;
    text-align:right;
    text-decoration:none;
}


#msgerror {
    position: absolute;
    width:60%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999999999;
}

.hide {
    display:none;
}

.panel-body { background:none!important;}



/* Estilos para mejora title header */

.blue-bg {
    background:#0080bd;
}
.brown-bg {
    background:#002B45;
}
.bookings-bg {
    background-image: url('../images/bookings-header.jpg');
    background-size: cover!important;
    background-position: center bottom!important;
}

.bookings-bg:before {
    content: '';
    background: linear-gradient(to right,rgba(0, 0, 0, 0.5),rgba(0,0,0,0));
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    z-index: 0;
}
.green-border-bottom {
border-bottom: 4px solid lightseagreen!important;
}
.panel-f1 {
    background:#f1f1f1;
}
.ptb-10-3 {
    padding-top:10em;
    padding-bottom:3em;
}

.modal {
    z-index:99999;
}

.redux ul {
    padding-left: 1em;
    padding-right: 1em;
}

@media (max-width:768px) {
    .ptb-10-3 {
    padding-top: 4em;
    padding-bottom: 1em;
    }
    .pad-top-4 {
        padding-top:0;
    }
}

/* Radio button */
label + input[type=radio] {
  color: #ccc;
  font-style: italic;
}
label + input[type=radio]:checked  {
  color: #f00;
  font-style: normal;
}

.text-area-request {
    min-height: 130px;
}

/* Breadcrumbs */

.pasos:before, .pasos:after {
  content: ' ';
  display: table;
}
.pasos:after {
  clear: both;
}

.breadcrumbs-inner {
    background:white;
/*  max-width: 820px;
*/  margin: 0 auto;
border:1px solid #ccc;
}

.breadcrumbs {
/*  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #f5f5f5;*/
}

.breadcrumbs a {
    padding-left:0.5em;
    padding-right:0.5em;
}

.breadcrumbs ul {
    margin-bottom:0;
}
.breadcrumbs li {
  float: left;
  width: 25%;
}

.breadcrumbs a {
  position: relative;
  display: block;
  padding: 20px;
  padding-right: 0 !important;
  /* important overrides media queries */
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  color: #aaa;
  cursor: pointer;
  white-space: nowrap;
    /* overflow-x: initial; */
    text-overflow: ellipsis;
}

.breadcrumbs a:hover {
  background: #eee;
  text-decoration: none;
}

.breadcrumbs a.active {
  color: #777;
  background-color: #fafafa;
}

.breadcrumbs a span:first-child {
  display: inline-block;
  width: 22px;
  height: 22px;
/*  padding: 2px;
*/  margin-right: 5px;
  border: 2px solid #aaa;
  border-radius: 50%;
}

.breadcrumbs a.active span:first-child {
  color: #fff;
  border-color: #777;
}

.breadcrumbs a:before,
.breadcrumbs a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: block;
  width: 0;
  height: 0;
  border-top: 32px solid transparent;
  border-bottom: 32px solid transparent;
  border-left: 16px solid transparent;
}

.breadcrumbs a:before {
  margin-left: 1px;
  border-left-color: #d5d5d5;
}

.breadcrumbs a:after {
  border-left-color: #FFF;
}

.breadcrumbs a:hover:after {
  border-left-color: #eee;
}

.breadcrumbs a.active:after {
  border-left-color: #fafafa;
}

.breadcrumbs li:last-child a:before,
.breadcrumbs li:last-child a:after {
  display: none;
}

.breadcrumbs li.active a, .breadcrumbs li.active span {
    color:#FFF;
    background:#777;
    border-color:white;
}
.breadcrumbs li.active a:after {
    border-left-color: #777;
}

.breadcrumbs li.completed a {
    color: #FFF;
    background: lightseagreen;
}
.breadcrumbs li.completed a:after {
    border-left-color: lightseagreen;
}

.breadcrumbs li.completed a:before {
      border-left-color: white;
}

.breadcrumbs a.active:after {
  border-left-color: #fafafa;
}
.breadcrumbs li.completed a span:first-child {
  color: #fff;
  border-color: #fff;
}

@media (max-width: 720px) {
  .breadcrumbs a {
    padding: 15px;
  }

  .breadcrumbs a:before,
  .breadcrumbs a:after {
    border-top-width: 26px;
    border-bottom-width: 26px;
    border-left-width: 13px;
  }
}
@media (max-width: 620px) {
    .breadcrumbs {
        margin-top:2em;
    }
  .breadcrumbs a {
    padding: 10px;
    font-size: 12px;
  }

  .breadcrumbs a:before,
  .breadcrumbs a:after {
    border-top-width: 22px;
    border-bottom-width: 22px;
    border-left-width: 11px;
  }
}
@media (max-width: 520px) {
  .breadcrumbs li {
  float: left;
  width: 25%;
}
  .breadcrumbs a {
    padding: 5px;
  }

  .breadcrumbs a:before,
  .breadcrumbs a:after {
    border-top-width: 16px;
    border-bottom-width: 16px;
    border-left-width: 8px;
  }

  .breadcrumbs li a span:first-child {
    display: block;
    margin: 0 auto;
  }

  .breadcrumbs li a span:last-child {
    display: none;
  }
}

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}



/* Añadidos a las vistas */
/*.panel-reserva {
    background: #fbfbfb!important;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}*/

.panel-group {
    margin-bottom: 0;
}
#booking_cab {
        background: #777!important;
        border-radius:0;
}
a.accordion-toggle {
    color: #fff;
}
.panel-heading .accordion-toggle h4:after {
color:#FFF;
}

.mybutton {
    width: 100%;
}

.panel-transparent .panel-heading {
    background: #e4e4e4;
}

.panel-transparent .panel-body {
    background: #f8f8f8!important;
}

.inline {display:inline;}
.v-sub {vertical-align:sub;}


.border-bottom {
    border-bottom: 1px solid #b5b5b5;
    max-width: calc(100% - 15px);
}

@media (min-width:992px) {
    .desktop-spinners {display:block;}
    .mobile-spinners {display:none;}

    .promo-row {
    top:-1em;
    text-align: right;
    }
    #promocode {
    margin-top:-5px;
    }

}

@media (max-width:991px) {
     .desktop-spinners {display:none;}
     .mobile-spinners {display:block;}
     .promo-row { margin-top:1em; margin-bottom:15px; }
      #promocode { margin-top:5px; float:right; }
}

@media screen and (min-width: 768px) {

/* .carousel-caption {   max-width: 270px;
*/   /* text-align: left;
    right: 20%;
    left: 15%;
    top: calc(50% - 75px);} */

.carousel-caption h2 {
    font-size: 40px;
    font-family: 'Roboto';
    font-weight: lighter;
    text-shadow: 0px 0px 5px #000;
    }

    .carousel-caption h2.caveat {font-family:'Caveat'!important;font-size:10vh;}
}

@media screen and (max-width: 767px) {


nav.absolute {
    position: relative;
    width: 100%;
}

.page-headerbd {
    margin-top:1em;
}

        .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: transparent;
    box-shadow: 0 6px 5px rgba(43, 43, 43, 0.52);
}


    .navbar-brand {
        margin-left: 1em;
    }

/*    header.carousel {
        height: 50vh;
    }*/
    header.carousel .fill {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-attachment: no-repeat no-repeat;
    }

    /* Centered captions */

    .carousel-caption h2 {
    font-size:28px;
    font-family: 'Roboto';
    font-weight: 300;
    text-shadow: 0px 0px 5px #000;
    }

}

@media screen and (max-width: 480px) {
.carousel-caption h2 {
    font-size: 18px;
    font-family: 'Roboto';
    font-weight: 300;
    text-shadow: 0px 0px 5px #000;
}

.ui-datepicker {
    transform: translateX(-20px);
    width: 90vw;
}
.codigo {
        width:100%;
        float:left;
    }

.switch-field label:hover {
    cursor: pointer;
    background: #777;
    zoom: 1;
    color: #FFF;
    border: 1px solid #777;

}

}

@media screen and (max-width:380px) {
    .col-xs-4 {
        width:50%;
        text-align:center;
    }
}
