.bar_overview {
    background: url("../themes/yosemite/img/guestrooms.png") no-repeat;
    height: 15px;
    margin-bottom: 10px;
    width: 92%;
}

.shadow {
    -webkit-box-shadow: 0px 2px 13px 0px rgba(138, 138, 138, 1);
    -moz-box-shadow: 0px 2px 13px 0px rgba(138, 138, 138, 1);
    box-shadow: 0px 2px 13px 0px rgba(138, 138, 138, 1);
}

.inner_tab {
    background: none repeat scroll 0 0 #e8e8e8;
}

.direction {
    background: none repeat scroll 0 0 #eeeded;
}

.g-recaptcha {
    border-right: 1px solid #d3d3d3;
    height: 76px;
    width: 201px;
}

.bt_success {
    font-size: 20px;
    padding: 10px 50px !important;
}

.map_to,
.map_to_box,
.map_by,
.map_trans {
    padding-bottom: 5px;
    padding-top: 5px;
}

.book_btn .btn {
    font-size: 18px;
    left: -6px;
    position: relative;
    text-transform: inherit;
    top: 13px;
}

.book_btn {
    background: none repeat scroll 0 0 #ebe9e1;
    border-radius: 3px;
    display: inline-block;
    margin: 16px 0 0 6px;
    padding: 0;
}

.btn {
    padding: 6px 11px;
}

.initialmapwd {
    width: 100%;
    border: 1px solid #475a20;
}

/*.icar {font-size: 28px;color: #000;background: #ccc;padding: 4px 22px;}
.iwalk {font-size: 28px;color: #000;background: #ccc;padding: 4px 22px;}*/

.direction a {
    background: url("../images/direction_icon.svg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 40px;
    width: 87px;
    background-size: 500px 500px;
    border: 1px solid #aaa;
}

.walk {
    background-position: -143px -178px !important;
}

.cycle {
    background-position: -271px -176px !important;
}

.bus {
    background-position: -401px -179px !important
}

.car {
    background-position: -12px -178px !important;
}

.car_active,
.car:hover {
    background-position: -12px -280px !important;
}

a:hover,
a:focus {
    color: #2a6496;
    text-decoration: none;
}

.walk_active,
.walk:hover {
    background-position: -143px -280px !important;
}

.cycle_active,
.cycle:hover {
    background-position: -271px -278px !important;
}

.bus_active,
.bus:hover {
    background-position: -401px -281px !important;
}

.red {
    color: #ff0000;
}

.pop_address {
    background: none repeat scroll 0 0 rgba(71, 90, 32, 0.8);
    bottom: 20px;
    color: #fff;
    font-size: 18px;
    left: 25%;
    right: 25%;
    /*margin: 0px auto 0px -160px;*/
    width: auto;
    padding: 10px 20px;
    position: absolute;
    z-index: 2
}

.icons {
    position: relative;
    top: 4px;
}

.pop_address a {
    color: #fff;
}

.F24 {
    font-size: 24px;
}

.F30 {
    font-size: 30px;
}

#fromAddress {
    border: 1px solid #475a20;
    width: 100%;
    border-radius: 5px;
    height: 45px;
    padding: 5px;
}

.bg_img a {
    background: none;
    color: #475a20;
}

.bg_img {
    padding: 43px 0 0 0;
    text-align: center;
}

.map_trans {
    padding-top: 34px;
}

@media screen and (max-width: 767px) {
    .pop_address {
        left: 15%;
        right: 15%;
    }
}

@media screen and (min-width: 320px) and (max-width: 350px) {
    .pop_address {
        padding: 10px 5px;
        /*margin:0 auto 0 -67px; left:26%;*/
        font-size: 15px;
        /*min-width: 278px;*/
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .bg_img {
        padding-top: 2px;
    }

    .map_trans {
        padding-top: 2px;
    }

    .book_btn .btn {
        top: 0px;
    }

    .R15 {
        right: 15px;
    }

    .map_to,
    .map_to_box,
    .map_by,
    .map_trans {
        padding-top: 10px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .bg_img {
        padding-top: 37px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .F12sm {
        font-size: 12px;
    }
}

.PA {
    position: absolute;
    cursor: pointer;
    right: 0px;
}

.F82 {
    font-size: 82px;
    color: #5dbe0f;
}

.M10 {
    margin: 10px;
}

.but_bg {
    padding: 11px 20px !important;
}

.messagebg {
    margin-bottom: 10px;
    padding: 5px 0px 5px 0px;
}

.startover a {
    background: none;
    height: auto;
    width: auto;
    font-size: 16px;
    color: #475a20;
    border: none;
}

@media screen and (max-width: 400px) {
    .pop_address {
        left: 3%;
        right: 3%;
    }
}

.moreDirection {
    text-align: center;
    padding: 15px;
}

.moreDirection__btn {
    border: 0;
    background: #3a9700;
    border-radius: 4px;
    color: #fff;
    padding: 1rem 2rem;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
}