#modal_wrapper {
    display:none;
    position: absolute;
    top:0;
    left:0;
}

#modal_bg {
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: fixed;
    top: 0;
    background-color: #fff;
    width: 100%;
    z-index: 100000000;
}

#modal_box {
    z-index: 1000000001;
}

.modal {
    border: 1px solid #e7e7e6;
    border-radius: 5px;
    box-shadow: 1px 1px 1px rgba(231, 231, 230, 0.5);
    padding: 2px;

    bottom: auto;
    cursor: auto;
    display: block;
    margin-top: 0;
    opacity: 1;
    position: absolute;
    right: auto;
    transform: scale(1);
    z-index: 1000000001;
    background-color: #fff;

    box-sizing: border-box;
    width: 100%;

    /*left: 960px;
    top: 271px;
    /*height: 600px;*/
}

.modal .close {
    background: url("../img/close.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 26px;
    width: 26px;
    position: absolute;
    right: -12px;
    top: -12px;
    transform: scale(1);
    transform-origin: 100% 0 0;
    z-index: 1000000001;
}

.modal-wrapper  {
    padding-bottom: 25px;
}

#modal-free-itinerary .modal-wrapper,
#modal-image .modal-wrapper {
    text-align: center;
}

#modal_wrapper .modal-wrapper .title {
    background-color: #000;
    padding: 10px;
    margin-bottom: 10px;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: bold;
}

#modal_wrapper .modal-content {
    padding: 10px;
}