#blockContainer {
    display: -webkit-box;
    display: -moz-box;
    display: box;

    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
}


#blockPrice {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
}
#blockPersonalDetails {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
}
.mobileShow {
  display: none;
  background-color: #FFFFE0;
  width: 100%
}

/*a b {
    color: #7FB231;
}
a:hover {
    color: #2EB799;
}*/
.divHours{
    padding-right: 0px;
}
.labelDiv{
    padding-top: 7px; 
    font-size: 1rem; 
    font-weight: bold;
}
.divMinutes{
    padding-left: 0px;
}
.labelHours{
    padding-left: 2px; 
    padding-top: 9px; 
    font-size: 0.75rem; 
    margin-left: -10px;
}
.divInfo{
    padding-left: 25px;
}
.form-error{
    border: 2px solid #E44049 !important;
    /*background-color: #E9967A;*/
}

.form-error select{
    border: 2px solid #E44049 !important;
    background-color: #E9967A;
}

.greenprice{
    color: #2EB799;
    font-size: 2.8em;
}
.greenlibra{
    color: #2EB799;
    font-size: 1.5em;
}
.green{
    color: #2EB799;
    font-size: 1.2em;
}
.orange{
    color: #FDB714;
    
    padding-top: 5px;
}
.red{
    color: #E44049;
    font-size: 1.2em;
}
.green i, .orange i, .red i{
    font-size: 2.5em;
}
.travel-time{
    font-size: 1.24em;
    padding-top: 15px;
    line-height: 25px;
    
}
.price-result{
    padding-top: 15px;
}
#progress{
    font-size: 1.2em;
    padding-bottom: 10px;
}
span.orange{
    font-size: 1.2em;
}
div.orange{
    font-size: 1em;
    line-height: 15px;
    padding-left: 20px;
}
.modal-header h3{
    margin: 0px;
}
.modal-header h3 i{
    color: #2EB799 !important;
    font-weight: bold;
}
.modal-footer {
    margin-top: 0px;
    padding: 10px;
}
.showdirections-buttons{
    padding-top: 15px;
}
#showdirections-info{
    padding-top: 15px;
}
a.button.btn-large, a.button.btn-medium, a.button.btn-small, a.button.full-width {

    font-weight: normal;

}
#mapadress{
    margin-top: 30px;
}
.mapadress-info{
    margin-top: 30px;
}
#markerStatus{
    color: #2EB799;
    font-weight: bold;
    font-size: 1.2em;
    padding-bottom: 10px;
}

.labelPickupTime{
    font-size: 1.2em;
    color: #2EB799;
}

.pay-options{
    padding-top: 15px;
    padding-bottom: 15px;
}
.ribooking{
    width: 50%;
}
.btn-extra{
    width: 100%;
    height: 50px;
}
.shuttle-info h5{
    color: #FDB714;
}
.shuttle-info h5 strong{
    text-transform: uppercase;
    color: #E44049;
}
#fleet img {
    width: 100%;
    height: auto;
}
.info-not-available{
    line-height: 2em;
}
.info-not-available a{
    color: #FDB714;
    font-weight: bold;
}

.your-account .travelo-box {
  margin: 0;
  font-size: 110%;
}
.your-account table {
  width: 100%;
}
.your-account th {
    font-size: 1.1em;
    color: #2EB799;
    font-weight: normal;
    padding-bottom: 10px;
}
.your-account td {

    font-size: 1em;
    text-transform: uppercase;
    line-height: 2.4em;
    border-top: 1px solid #f5f5f5;
    vertical-align: middle;

}

.star-review-info{
    display: inline-block !important;
    float: none !important;
}

form label{
    font-size: 0.75rem;
}
input, textarea, .selector span.custom-select {
    font-size: 0.9rem;
    color: #696969 !important;
}
select {
    font-size: 1.1rem;
    color: #696969 !important;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #696969;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #696969;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #696969;
}
:-moz-placeholder { /* Firefox 18- */
  color: #696969;
}
.ui-datepicker table {
    font-size: 15px;
}
/*@media (min-width: 768px) and (max-width: 1024px) {
    .mobileShow {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 99;
        font-size: 90%;
        width: 110%;

    }
  
}*/
.show-mobile{
    display: none;
}
.ri {
    position: inherit;
    max-width: 99%;
    top: 10%;
    left: 1%;
    border-radius: 3px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.9);
    margin-top: 15px;
    margin-bottom: 15px;
}
.photo-gallery.style1{
    max-height: 580px;
}
@media only screen and (min-device-width: 920px) {
    .fixed {
        position:fixed;
        padding-top: 20 !important;
        top:0;
        z-index:99;
    }
}
    

@media only screen and (min-device-width: 320px) and (max-device-width: 991px) {
    .photo-gallery.style1{
        max-height: 195px !important;
        /*max-height: auto;*/
    }
    .photo-gallery img {
        width: 100%; 
        height: auto;
        vertical-align: text-bottom;
    }
    .hide-mobile{
        display: none !important;
    }
    .show-mobile{
        display: block;
    }
    #price{
        display: none;
    }
    #blockPriceList{
        display: -webkit-box;
        display: -moz-box;
        display: box;

        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
    }

    #blockPrice, .prices-info {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        box-ordinal-group: 2;
        
    }
    #blockPersonalDetails, .prices-list {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        box-ordinal-group: 1;
    }
    .mobileShow {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 99;
        font-size: 90%;
        width: 110%;

    }
    .orange{
        color: #FDB714;
        
        padding-top: 0px;
    }
    .travel-time{
        padding-top: 5px;
        padding-bottom: 5px;
        line-height: 20px;
    }
    hr {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    h5 {
        margin: 5px 0;
    }
    #fleet{
        padding: 0px;
        margin-bottom: 10px;
    }
    input, select, textarea, .selector span.custom-select {
        font-size: 1.1rem;
    }
    /*input {
        font-size: 1.4rem;
    }*/
    
}
