﻿.img-transfer-mini {
    height: 50px;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}
.booking-area {
    background-color: silver;
    display: flex;
    
    height: 280px;
    line-height: 100%;
    align-items: center;
}
.transfer-hover:hover{
    background-color:#e4b797;
    
}
#capitol-callback:before, #capitol-callback:after {
    content: '';
    display: block;
    position: absolute;
    border: 50%;
    border: 2px solid #58ea00;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
}

#capitol-callback:after {
    animation-delay: .5s;
}

@keyframes animate {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}
.main-button {
    position: relative;
    right: 4px;
    top: 4px;
    float: right;
    width: 64px;
    height: 64px;
    background: center center no-repeat #189d0e;
    box-shadow: 0 3px 5px 1px rgba(0, 0, 0, .2);
    background-size: 30px;
    border-radius: 100%;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 58px;
    z-index: 2;
}
.action-button {
    width: 100px;
    background: #27AE60;
    font-weight: 700;
    color: #fff;
    border: 0;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}
.action-button-yellow {
    width: 100%;
    background: #ff4e00;
    font-weight: 700;
    color: #fff;
    border: 0;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;
    border: 1px solid #ff4e00;
    color: #fff;
}

.warning-message{
    font-size:40px;
    font-weight:bold;
    color:#e31e24;
}
#capitol-callback {
    font-family: Arial;
    position: fixed;
    width: 72px;
    height: 72px;
    bottom: 0;
    top: auto;
    right: 60px;
    left: auto;
    z-index: 999;
}
@media screen and (max-width: 992px)
{
    .vehicles .vehicle .pricecol {
       
        height: 200px !important;
        width:100%;
    }
    .tour-box-img
    {
        height:auto !important;
    }
}
#selection-items {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 15px;
    list-style-image: none !important;
}
#selection-items .selections{
    display: block;
    margin: 0;
    padding: 0;
    font-size: 15px;
    width:100%;
    padding:5px;
}

#selection-items ul li{
    list-style: none !important;
}
#selection-items .dark {
    background-color:transparent;
}
    #selection-items li b {
        display: inline-block;

    }
    #selection-items li {
        border-bottom: 1px solid rgba(0,0,0,0.07) !important;
        padding: 5px 5px !important;
        clear: both !important;
        list-style: none !important;
    }
    #selection-items .total-price {
        text-transform: uppercase;
        background-color: #ffb83a !important;
        border-radius:5px;
    }
    #selection-items .total-price span{
        font-weight:bold;
        font-size:25px;
        color:#000;
    }
    #selection-items li i {
        font-style:normal;
    }
.tr-single-body-left {
    background-color: #e31e24;
    border-radius: 5px;
    color:#fff;
}
    .tr-single-body-left .header {
        margin: 0;
        padding:10px;
        font-size: 22px;
        font-weight: 600;
        color: #fff;
        text-align:center;
        text-transform:uppercase;
    }
.width-percent-100
{
    width:100%;
}
.tr-single-body-left select {
    width: 100%;
    height: 35px;
    padding: 0 7% 0 35px;
    background: url(../img/down.png) no-repeat right center;
    font-weight: 300;
    font-size: 14px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
   
}
.tr-single-body-left .passengers {
    
}
.tr-single-body-left .dark {
    font-weight: 600;
}
    .tr-single-body-left .passengers .items {
        width: 45%;
        float: left;
        display: block;
        margin-right: 5px;
        height: 35px;
    }
    .tr-single-body-left .passengers .items select {
        padding: 0 0 0 10px;
        
    }
.tr-single-body-left .items {
    display: block;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: inset 4px 4px 5px 0 rgba(50,50,50,0.2);
    -moz-box-shadow: inset 4px 4px 5px 0 rgba(50,50,50,0.2);
    box-shadow: inset 4px 4px 5px 0 rgba(50,50,50,0.2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.root-direction .items {
    background: url(../img/icons.png) no-repeat -365px 12px;
    background-color: #fff;
}
.order-title{
    

}
.services-in ul li:before {
    display: inline-block;
    color: green;
    margin-right: 5px;
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.services-out ul, .services-in ul {
    list-style: none;
    padding: 0;
}
.services-out ul li:before {
    display: inline-block;
    color: red;
    margin-right: 5px;
    content: "\f00d";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}