
.modal.fade .modal-dialog-location {
    transform: scale(0.7);
    opacity: 0;
    transition: all 0.3s;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    top: 20px;
    margin: auto;
}

#showVideo {
    padding-top: 4% !important;
}

iframe{
    border: none;
}

.videoOverlay {
    width: 100%;
    height: 50%;
    opacity: 0;
    z-index: 999;
    position: absolute;
}

.videoThumbnail {    
    z-index: 1;
    min-height: 181px;
    pointer-events: all;
}

@media (max-width: 780px) {
    .modal-body-location {
        margin: auto;
        padding: 10px;
        text-align: center;
        width: 100%;
    }
    .btn-new {
        padding: 6px 15px;
    }
    .title {
        color: #000;
        text-decoration: none;
        font-weight: 700;
        margin-bottom: 25px;
        min-height: 25px;
        font-size: 24px;
    }
    .pac-container {
        z-index: 10000 !important;
        position: fixed;
        display: block;
    }
    .location-title {
        color: #000;
        text-decoration: none;
        font-weight: 700;
        margin-top: 30px;
        margin-bottom: 25px;
        min-height: 25px;
        line-height: 1.15em;
        font-size: 2.7125rem;
    }
}

@media (min-width: 780px) {
    .inputWithIcon {
        margin-top: 40px !important;
    }
    .title {
        color: #3c4858;
        text-decoration: none;
        font-weight: 700;
        margin-top: 30px;
        margin-bottom: 25px;
        min-height: 25px;
        line-height: 1.15em;
    }
    .location-title {
        color: #000;
        text-decoration: none;
        font-weight: 700;
        margin-bottom: 25px;
        min-height: 25px;
        line-height: 1.15em;
        font-size: 16px;
    }
    .modal-body-location {
        margin: auto;
        padding: 10px;
        text-align: center;
        width: 50%;
        height: 300px;
    }



    .btn-new {
        padding: 12px 20px;
        position: relative;
        margin: 7px 1px;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.428571;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 0;
        cursor: pointer;
        background-color: transparent;
        border: 0;
        border-radius: 30px;
        outline: 0;
        transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
        will-change: box-shadow, transform;
    }
    .pac-container {
        z-index: 10000 !important;
    }
}

.modal-backdrop {
    opacity: 0.7 !important;
    background-color: #000;
}

.modal-content-location {
    border-radius: 0;
    box-shadow: none;
}

.modal-footer-location {
    height: 50px;
    border: none;
    float: right;
    margin-right: 50px;
    background: #000 !important;
}

.modal-buttons-location {
    top: 0px;
    position: relative !important;
    float: right;
    margin-right: 15px;
}

.modal-header-location {
    margin-left: 20px;
    padding-top: 20px;
}

::-webkit-input-placeholder {
    /* Chrome */
    color: #999;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #999;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #999;
    opacity: 1;
}

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
.h1 {
    font-size: 3.3125rem;
    line-height: 1.15em;
}

.location-text {
    font-size: 16px;
    margin: 0 0 10px;
    text-align: center;
    color: #000;
}

.location-close {
    font-size: 1.8em;
    position: absolute;
    top: 5px;
    right: 15px;
}

.location-icon {
    font-size: 3em;
}

.modal-title {
    font-size: 2em;
}

.modal-content  {
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
}

.location-text {
    padding: 20px;
}

.save-location-button {
    border-radius: 5px;
}

.reset-location-button {
    border-radius: 5px;
    background-color: #fff;
    border: solid 1px #999;
}