.shuttleFont .button {
    width: calc(100% - 18px);
}

.roundedBorder {
    -webkit-border-radius: 0 0.4em 0.4em 0.4em; 
    -moz-border-radius: 0 0.4em 0.4em 0.4em; 
    border-radius: 0 0.4em 0.4em 0.4em;
}

.formWraper {
    float: left;
    width: 100%;
}

.roundedTopBorder {
    -webkit-border-radius: 0.4em 0.4em 0 0; 
    -moz-border-radius: 0.4em 0.4em 0 0; 
    border-radius: 0.4em 0.4em 0 0;
}

.inRounded {
    overflow: hidden;
}

.menuClass.roundedIn {
    border: solid 0px transparent; 
    outline: 0;
    overflow: visible;
}

.menuClass ul
{
    width: 100%;
}

.menu_wrapper_system
{
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.contentTab {
    background-color: #4095E1; 
    line-height: 20px; 
    width: 40%; 
    padding: 8px; 
    padding-left: 20px;
    padding-right: 20px;
    color: #ffffff;
    height: 20px;
    font-size: 14px;
    font-weight: bold;
    float: left;
}

.contentTab img {
    height: 100% !important;
    float: left;
    margin-right: 6px;
}

.errorLogin {
    background-color: transparent;
}

.shuttleType div {
    float: left;
    margin-right: 12px;
    margin-left: 12px;
    font-size: 14px;
    cursor: pointer;
    line-height: 16px;
}

.shuttleType input {
    display: none;
}

.shuttleType div img {
    float: left;
    margin-right: 6px;
    height: 16px;
}

.publishContent {
    /*margin: 0px 6px 0px 6px;*/
    margin: 0px;
}

.maps iframe{
    pointer-events: none;
    display: block;
}

.googleMap {
    width: 90%;
    height: 90%;
    border: solid 2px #cccccc;
    position: absolute;
    margin: auto;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 99999;
    -webkit-border-radius: 0.6em; 
    -moz-border-radius: 0.6em; 
    border-radius: 0.6em;
    display: none;
}

.shuttleFromTo > div {
    float: left;
    width: calc(100%/3 - 12px);
    position: relative;
    margin: 6px;
}

.shuttleFromTo > div input[type="text"] {
    width: calc(100% - 10px) !important;
}
.shuttleFromTo > div select,
.shuttleFromTo > div input[type="button"] {
    width: calc(100% - 0px) !important;
}

.shuttleFromTo {
    float: left;
    width: 100%;
}

.mapWrap {
    width: calc(100%/4);
    float: right;
}

.mapWrap #map {
    margin-left: 12px;
    margin-right: 12px;
}

.fieldsWrap {
    /*width: calc((100%/4)*3);*/
    width: calc(100%);
    float: left;
}

.bookingDetails div {
    width: calc(100%/2 - 16px);
    float: left;
    margin: 8px;
}

.bookingDetails div input, .bookingDetails div select, .bookingDetails div textarea {
    border: solid 1px #cccccc !important;
    box-shadow: none;
    -webkit-box-shadow: none;
    /*-webkit-border-radius: 0.4em; 
    -moz-border-radius: 0.4em; 
    border-radius: 0.4em;*/
    margin: 0px !important;
}

.bookingDetails div textarea {
    width: calc(100% - 6px);
}

.bookingDetails div input[type="text"] {
    width: calc(100% - 10px);
}

.commentDiv {
    width: calc(100% - 38px) !important;
    border: solid 1px #cccccc;
    background-color: #d4eafb;
    -webkit-border-radius: 0.4em; 
    -moz-border-radius: 0.4em; 
    border-radius: 0.4em;
    padding: 10px;
    color: #000000;
    font-weight: normal;
    line-height: 1.3em;
    margin: 8px;
    font-size: 13px !important;
}

.paymentComment {
    font-size: 12px;
}

.errorDiv {
    color: red;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
}

.agentForm input[type="text"], .agentForm input[type="password"] {
    /*height: 22px;
    width: 70px;
    margin-bottom: 0px;
    -webkit-border-radius: 0.4em; 
    -moz-border-radius: 0.4em; 
    border-radius: 0.4em;
    float: right;
    margin-right: 6px !important;*/
}

.customerForm input[type="text"], 
.customerForm input[type="password"],
.agentForm input[type="text"], 
.agentForm input[type="password"] {
    margin-bottom: 20px;
    border: solid 1px #cccccc;
}

.customerLogin, .agentLogin {
    position: fixed; 
    display: none; 
    width: 25%; 
    min-height: 300px; 
    background-color: #ffffff; 
    z-index: 9999; 
    border: solid 1px #cccccc;
    -webkit-border-radius: 0.4em; 
    -moz-border-radius: 0.4em; 
    border-radius: 0.4em;
}

.customerInvoice {
    position: fixed; 
    display: none; 
    width: 75%; 
    min-height: 600px; 
    background-color: #ffffff; 
    z-index: 9999; 
    border: solid 1px #cccccc;
    -webkit-border-radius: 0.4em; 
    -moz-border-radius: 0.4em; 
    border-radius: 0.4em;
}

.customerForm, .agentForm {
    margin  : 30px;
}

.placeHolderInput {
    height: calc(100% - 16px);
    padding: 8px;
    font-size: 12px !important;
    width: calc(100% - 24px);
    line-height: 12px;
}

.placeHolderInput > div {
    font-size: 12px !important;
}

.floatFromDiv, .floatToDiv {
    width: calc(100% - 16px);
    z-index: 9999;
    display: none;
    box-shadow: 0 1px 6px 1px rgba(102,102,102,.15);
    -webkit-box-shadow: 0 1px 6px 1px rgba(102,102,102,.15);
    margin-top: 8px;
}

.floatFromDiv > div, .floatToDiv > div {
    overflow: hidden;
}
.floatFromDiv > div > div, .floatToDiv > div > div {
    overflow: hidden;
    padding: 30px;
}

.divArrow {
    top: -15px;
    position: absolute;
    margin: 0px !important;
}

.scrolledDiv {
    overflow-y :scroll;
    height: 300px;
}
.scrolledDiv::-webkit-scrollbar-thumb {
    background-color: #42a2fe;
    border-radius: 10px;
    box-shadow: 0 1px 6px 1px rgba(102,102,102,.15);
    -webkit-box-shadow: 0 1px 6px 1px rgba(102,102,102,.15);
}
.scrolledDiv::-webkit-scrollbar {
    width: 10px;
    background-color: #e1f0fa;
    border-radius: 10px;
}
.scrolledDiv::-webkit-scrollbar-button:single-button {
    background-color: transparent;
    border-radius: 10px;
    height: 10px;
    cursor: pointer;
}
.scrolledDiv::-webkit-scrollbar-button:vertical:increment {
    background-image: url(images/down-arrow-v1.png);
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position-y: bottom;
}

.scrolledDiv::-webkit-scrollbar-button:vertical:decrement {
    background-image: url(images/up-arrow-v1.png);
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position-y: top;
}

/*Google autocomplete*/
.pac-container {
    margin-top: 10px;
    border: 0px;
}

.pac-item {
    text-align: left;
    cursor: pointer;
    border: 0px;
    line-height: 32px;
}

.pac-item:hover, .pac-item:hover .pac-item-query {
    background-color: #4095E1;
    color: #ffffff;
}

.pac-item-query {
    margin-right: 8px;
}
/*end Google autocomplete*/

.bookingFormResults{
    -webkit-border-radius: 0.4em; 
    -moz-border-radius: 0.4em; 
    border-radius: 0.4em;
    background-color: #ffffff;
    width: calc(100% - 16px);
    padding: 8px;
    overflow: hidden;
    position: relative;
}

.bookingResults{
    -webkit-border-radius: 0.4em; 
    -moz-border-radius: 0.4em; 
    border-radius: 0.4em;
    background-color: #ffffff;
    border: solid 1px #cccccc; 
    margin: 8px;
    width: calc(100% - 18px);
    overflow: hidden;
    position: relative;
}

.bookingOldResults{
    -webkit-border-radius: 0em; 
    -moz-border-radius: 0em; 
    border-radius: 0em;
    background-color: #ffffff;
    border: solid 1px #cccccc; 
    margin: 6px;
    width: calc(100% - 16px);
    overflow: hidden;
    position: relative;
}

.bookingDetials{
    -webkit-border-radius: 0.4em; 
    -moz-border-radius: 0.4em; 
    border-radius: 0.4em;
    background-color: #ffffff;
    border: solid 1px #cccccc; 
    margin: 8px;
    width: calc(100%/3 - 18px);
    overflow: hidden;
    position: relative;
    float: right;
}

.bookingDetialsForm{
    -webkit-border-radius: 0.4em; 
    -moz-border-radius: 0.4em; 
    border-radius: 0.4em;
    background-color: #ffffff;
    border: solid 1px #cccccc; 
    margin: 8px;
    width: calc(100%/3*2 - 18px);
    overflow: hidden;
    position: relative;
    float: left;
}

.pelecardPrivateDiv{
    -webkit-border-radius: 0.4em; 
    -moz-border-radius: 0.4em; 
    border-radius: 0.4em;
    background-color: #ffffff;
    border: solid 1px #cccccc; 
    margin: 8px;
    width: calc(100% - 18px);
    overflow: hidden;
    position: relative;
}

.bookingDetialsPrivateFormWrap {
    -webkit-border-radius: 0.4em; 
    -moz-border-radius: 0.4em; 
    border-radius: 0.4em;
    background-color: #ffffff;
    border: solid 1px #cccccc; 
    width: calc(100%/3*2 - 18px);
    margin: 8px;
    float: left;
}
.bookingDetialsPrivateForm {
    margin: 0px;
    overflow: hidden;
    position: relative;
}

.bookingDetialsPrivateFormWhite {
    -webkit-border-radius: 0.4em; 
    -moz-border-radius: 0.4em; 
    border-radius: 0.4em;
    background-color: #ffffff;
    border: solid 1px #cccccc; 
    width: calc(100%/1 - 2px);
}

.bookingDetialsOldFormLeft {
    width: calc(100%/3*2 - 0px);
    overflow: hidden;
    position: relative;
    float: left;
}
.bookingDetailsLabel {
    font-size: 16px !important;
    font-weight: bold;
}

.bookingDetailsPhoneLabel div {
    float: none !important;
    margin: 0px !important;
}
.bookingDetailsPhoneLabel > div {
    width: 100% !important;
    float: none !important;
    margin: 0px !important;
}
.bookingDetailsPhoneLabel input[type="text"] {
    width: 100% !important;
}

.bookingDetialsOldFormLeft input[type="text"], 
.bookingDetialsPrivateForm input[type="text"], 
.bookingDetialsPrivateForm select{
    height: 35px;
}
.bookingDetialsOldFormLeft .bookingDetails, 
.bookingDetialsPrivateForm .bookingDetails {
    margin: 30px;
}

.bookingDetialsOldFormRight {
    width: calc(100%/3 - 0px);
    overflow: hidden;
    position: relative;
    float: right;
}

.bookingDetialsOldFormRight .bookingDetials {
    width: calc(100% - 16px);
}
.bookingDetialsOldFormRight *:not(h2) {
    font-size: 14px !important;
}

bookingDetialsoldEngineForm {
    margin: 8px;
    width: calc(100% - 18px);
    overflow: hidden;
    position: relative;
}

.countShuttlesByTimes {
    overflow: hidden;
}

.countShuttlesByTimes > div {
    float: left;
    width: calc((100%/6) - 17px);
    padding: 8px;
    color: #000000;
    line-height: 26px;
    font-weight: bold;
    text-align: center;
    border-left: solid 1px #f0f1f2;
    cursor: pointer;
}

.shuttlesCount {
    color: #666666;
}

.countShuttlesByTimes > div:hover .shuttlesCount {
    color: #F1C933;
}

.countShuttlesByTimes > div:hover {
    /*background-color: #073590;
    color: #ffffff;*/
}

.countShuttlesByTimes > div:hover > div > div {
    /*color: #ffffff !important;*/
}

.shuttleLine {
    width: 100%;
    border-bottom: solid 1px #dddddd;
    min-height: 80px;
    overflow: hidden;
}

.shuttleTimeCube > div {
    float: left;
    width: calc((100%/3) - 8px);
    margin: 4px;
    color: #4095E1;
    min-height: 16px;
    font-weight: bold;
}
.shuttleTimeCubeNewEngine > div {
    float: left;
    width: calc((100%/2) - 8px);
    margin: 4px;
    color: #4095E1;
    min-height: 16px;
    font-weight: bold;
}

.shuttleTimeCube {
    float: left;
    width: calc(50% - 0px);
    color: #4095E1;
}
.shuttleTimeCubeNewEngine {
    float: left;
    width: calc(100% - 0px);
    color: #4095E1;
}

.shuttleCube {
    float: left;
    width: calc(100% - 20px);
    color: #4095E1;
    margin-left: 10px;
    margin-right: 10px;
}

.shuttleCube > div {
    float: left;
    width: calc((100%/2) - 8px);
    margin: 4px;
    color: #666666;
    min-height: 16px;
    font-weight: bold;
    font-size: 16px;
}

.shuttlePriceCube > div {
    float: left;
    width: calc((100%/3) - 18px);
    margin: 4px;
    color: #000000;
    height: 130px;
    text-align: center;
    -webkit-border-radius: 0.4em; 
    -moz-border-radius: 0.4em; 
    border-radius: 0.4em;
    background-color: #f0f1f2;
    border: solid 1px #c8ccd0; 
    position: relative;
    line-height: 150% !important;
}
.shuttlePriceCubeNewEngine > div {
    float: left;
    width: calc((100%/2) - 10px);
    margin: 4px;
    color: #000000;
    height: 140px;
    text-align: left;
    -webkit-border-radius: 0.4em; 
    -moz-border-radius: 0.4em; 
    border-radius: 0.4em;
    background-color: #f0f1f2;
    border: solid 1px #c8ccd0; 
    position: relative;
    line-height: 150% !important;
}

.shuttlePriceCubeOldEngine > div {
    float: left;
    width: calc((100%/2) - 18px);
    color: #000000;
    height: 80px;
    text-align: center;
    -webkit-border-radius: 0em; 
    -moz-border-radius: 0em; 
    border-radius: 0em;
    background-color: #f0f1f2;
    border: solid 1px #c8ccd0; 
    position: relative;
    line-height: 150% !important;
}

.shuttlePriceCubeOldEngine .StandartShuttle,
.shuttlePriceCubeOldEngine .GoldShuttle {
    padding: 4px;
    line-height: 20px;
    color: #000000;
    background-color: #f7d454;
    position: absolute;
    bottom: 0px;
    width: calc(100% - 8px);
    font-size: 12px !important;
    -webkit-border-radius: 0; 
    -moz-border-radius: 0; 
    border-radius: 0;
    font-weight: bold;
}
.shuttlePriceCubeOldEngine .booknowCube:hover > div > .StandartShuttle,
.shuttlePriceCubeOldEngine .booknowCube:hover > div > .GoldShuttle {
    background: #f9c300;
}

.booknowCubeNA {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.booknowCube:hover > .StandartShuttle {
    background: #073590;
}
.booknowCube:hover > .GoldShuttle {
    background: #073590;
}
.booknowCube:hover > .PrivateShuttle {
    background: #073590;
}

.priceCube {
    float: left;
    width: calc(100% - 0px);
    color: #4095E1;
    background-color: #2091EB;
    -webkit-border-radius: 0 0 0.4em 0.4em; 
    -moz-border-radius: 0 0 0.4em 0.4em; 
    border-radius: 0 0 0.4em 0.4em;
}

.priceCube > div {
    float: left;
    width: calc((100%/2) - 28px);
    margin: 14px;
    color: #ffffff;
    min-height: 16px;
    font-weight: bold;
    font-size: 16px;
}

.priceCube .price {
    text-align: right;
}

.StandartShuttle {
    padding: 4px;
    line-height: 20px;
    color: #ffffff;
    background-color: #2091EB;
    position: absolute;
    bottom: 0px;
    width: calc(100% - 8px);
    font-size: 12px;
    -webkit-border-radius: 0 0 0.4em 0.4em; 
    -moz-border-radius: 0 0 0.4em 0.4em; 
    border-radius: 0 0 0.4em 0.4em;
    font-weight: bold;
}

.StandartShuttleNA {
    padding: 4px;
    line-height: 20px;
    color: #000000;
    background-color: #2091EB;
    position: absolute;
    bottom: 0px;
    width: calc(100% - 8px);
    font-size: 12px;
    -webkit-border-radius: 0 0 0.4em 0.4em; 
    -moz-border-radius: 0 0 0.4em 0.4em; 
    border-radius: 0 0 0.4em 0.4em;
    font-weight: bold;
}

.GoldShuttle {
    padding: 4px;
    line-height: 20px;
    color: #ffffff;
    background-color: #2091EB;
    position: absolute;
    bottom: 0px;
    width: calc(100% - 8px);
    font-size: 12px;
    -webkit-border-radius: 0 0 0.4em 0.4em; 
    -moz-border-radius: 0 0 0.4em 0.4em; 
    border-radius: 0 0 0.4em 0.4em;
    font-weight: bold;
}

.PrivateShuttle {
    padding: 4px;
    line-height: 20px;
    color: #ffffff;
    background-color: #2091EB;
    position: absolute;
    bottom: 0px;
    width: calc(100% - 8px);
    font-size: 12px;
    -webkit-border-radius: 0 0 0.4em 0.4em; 
    -moz-border-radius: 0 0 0.4em 0.4em; 
    border-radius: 0 0 0.4em 0.4em;
    font-weight: bold;
}

.shuttlePriceCube {
    float: left;
    width: calc(50% - 0px);
    color: #4095E1;
}
.shuttlePriceCubeNewEngine {
    float: left;
    width: calc(100% - 0px);
    color: #4095E1;
}

.fullWidth {
    width: 100% !important;
    font-weight: normal !important;
    font-size: 12px !important;
}

.fullWidthGap {
    width: 100% !important;
    height: 1px !important;
    clear: both !important;
    min-height: 1px !important;
    max-height: 1px !important;
    margin: 0px !important;
}

.ShuttleFrom, .ShuttleTo {
    font-size: 15px;
    color: dimgray !important;
}

.ShuttleFromFull, .ShuttleToFull {
    font-size: 15px;
    color: dimgray !important;
    width: calc(100% - 8px) !important;
}

.ShuttleLeavesAt {
    color: darkgrey !important;
    font-size: 14px;
}

.greyTitle {
    color: darkgrey !important;
    font-size: 14px;
}

.pickupTime {
    font-size: 18px;
    color: #666666 !important;
}

.booknowCube {
    cursor: pointer;
    font-size: 19px;
}

.coverDiv {
    text-align: center; 
    position: fixed; 
    top: 0px; 
    width: 100%; 
    height: 100%; 
    background-color: rgba(10, 10, 10, 0.4);
    z-index: 9998;
}
.closingX {
    position: absolute;
    top: 6px;
    right: 12px;
    color: red;
    font-weight: bold;
    font-family: Arial;
    font-size: 24px !important;
    cursor: pointer;
}
.progressDiv {
    text-align: center; 
    position: absolute; 
    top: 0px; 
    width: 100%; 
    height: 100%; 
    background-color: rgba(10, 10, 10, 0.2);
    -webkit-border-radius: 0.4em; 
    -moz-border-radius: 0.4em; 
    border-radius: 0.4em;
}
.progressDiv > div {
    display: table; 
    width: 100%; 
    height: 100%;
    -webkit-border-radius: 0.4em; 
    -moz-border-radius: 0.4em; 
    border-radius: 0.4em;
}
.progressDiv > div > div {
    display: table-cell; 
    vertical-align: middle;
    -webkit-border-radius: 0.4em; 
    -moz-border-radius: 0.4em; 
    border-radius: 0.4em;
}
.progressDiv > div > div > img {
    float: none;
    margin: 0px;
}

.tripType input[type=radio] {
    display: none;
}

.tripType .lbl {
    margin-right: 10px;
}

.tripType .radOneway, 
.tripType .radReturn {
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #fff;
    width: 18px;
    height: 18px;
}

.tripType .returnDiv,
.tripType .onewayDiv {
    cursor: pointer;
}

.tripType .radOneway > span {
    display: inline-block;
    border-radius: 50%;
    border: none;
    width: 10px;
    height: 10px;
    margin: 4px;
    background-color: transparent;
}

.tripType .radOneway > span {
    display: inline-block;
    border-radius: 50%;
    border: none;
    width: 10px;
    height: 10px;
    margin: 4px;
    background-color: #F1C933;
}

@media only screen 
and (min-width : 200px) 
and (max-width : 780px) {
    .shuttleTimeCube {
        width: calc(100% - 0px);
    }
    .countShuttlesByTimes > div {
        width: calc((100%/3) - 17px);
    }
    .countShuttlesByCars > div {
        width: calc((100%/1) - 17px) !important;
    }
    .bookingFormResults {
        width: calc(100% - 16px);
    }
    .mapWrap #map {
        margin: 0px;
    }
    .shuttlePriceCube {
        width: calc(100% - 0px);
    }
    .shuttleFromTo > div {
        width: calc(100% - 12px);
    }
    .floatFromDiv, .floatToDiv {
        width: calc(100% - 16px);
    }
    .bookingDetailsPrivate > div:not(.commentDiv) {
        width: calc(100% - 16px) !important;
    }
    .countriesDivTarget > div,
    .toDivTarget > div {
        width: calc(100% - 60px) !important;
    }
    .customerLogin, .customerInvoice, .agentLogin {
        width: calc(100% - 10px);
    }

    .picResultDiv, .passengersResultDiv {
        width: calc(100%/2 - 12px) !important;
    }
    .passengersResultDiv > div {
        border: 0px !important;
    }
    .priceResultDiv {
        width: calc(100%/1 - 12px) !important;
    }
    .priceResultDiv {
        display: none !important;
    }
    .priceResultDivHidden input[type=button] {
        width: calc(100% - 18px) !important;
    }
    .priceResultDivHidden {
        display: block !important;
    }
    .priceResultDivHidden > div {
        width: calc(100%/2) !important;
        float: left !important;
    }
    .securityDiv > div {width: calc(100%/1) !important;}
    .securityDiv h2 {font-size: 20px !important;}
    #mapPrivateDiv {display: none !important}
    .commentDiv {width: calc(100% - 36px) !important;}
    * h1 {font-size: 28px !important;;}
    * h2 {font-size: 20px !important;;}

    .messageOldDiv, .timeOldDiv {/*width: calc(100%/2 - 2px) !important;*/}
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 200px) and (max-width : 550px) { 
    
    .countShuttlesByCars > div {
        width: calc((100%/1) - 16px) !important;
        /*border: 0px !important;*/
    }
    .bookingDetails div {
        width: calc(100% - 16px);
    }
    .booknowCube {
        width: calc(100% - 10px) !important;
    }
    .bookingDetialsPrivateForm .booknowCube {
        width: calc(100% - 2px) !important;
    }

    .placeHolderInput {
        font-size: 12px !important;
    }

    .iconsDiv{
        font-size: 12px !important;
    }

    .bookingDetialsOldFormLeft {
        width: calc(100%/1 - 0px);
    }
    .bookingDetialsOldFormRight {
        width: calc(100%/1 - 0px);
    }
    .bookingDetialsPrivateForm > div > div:not(.commentDiv) {
        width: calc(100%/1 - 18px) !important;
    }
    .bookingDetialsPrivateFormWhite > div > div:not(.commentDiv) {
        width: calc(100%/1 - 2px) !important;
    }
    .bookingDetialsPrivateFormWhite > div > div:not(.shuttlePriceCubeOldEngine) {
        /*width: calc(100%/2 - 2px) !important;*/
    }
    .h3Tab {
        font-size: 14px !important;
    }

}

@media only screen 
and (min-width : 1024px) 
and (max-width : 1490px) {
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-width : 781px) 
and (max-width : 1024px) {
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 200px) and (max-width : 920px) { 
    .bookingDetials, .bookingDetialsForm {
        width: calc(100% - 18px);
    }
    .bookingDetialsPrivateFormWrap {
        width: calc(100% - 18px);
    }
    .mapWrap {
        width: calc(100%);
    }

    .fieldsWrap {
        width: calc(100%);
    }
    .bookingDetialsOldFormLeft .bookingDetails, 
    .bookingDetialsPrivateForm .bookingDetails {
        margin: 8px;
    }

}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-pixel-ratio : 1.5),
only screen and (min-pixel-ratio : 1.5) {
}

/* do not group these rules */
*::-webkit-input-placeholder {
    color: rgba(170, 170, 170, 1);
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: rgba(170, 170, 170, 1);
}
*::-moz-placeholder {
    /* FF 19+ */
    color: rgba(170, 170, 170, 1);
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(170, 170, 170, 1);
}

a img {
    border: 0px;
}
    
        
