.hidden_body
{
    overflow: hidden;
}

.img-replace
{
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    color: transparent;
    white-space: nowrap;
}

.header
{
    height: 200px;
    line-height: 200px;
    text-align: center;
    background-color: #5e6e8d;
    color: #FFF;
}

    .header h1
    {
        font-size: 20px;
        font-size: 1.25rem;
    }

.modal-header-map
{
    background-color: #0b77b7 !important;
}

@media only screen and (min-width: 1170px)
{
    .cd-popup-trigger
    {
        margin: 6em auto;
    }
}

@media (min-width: 320px)
{
    .cd-popup-container-pays
    {
        width: 400px !important;
    }
}

.cd-popup
{
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    background-color: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: 2;
    left: 0;
    top: 0;
}

    .cd-popup.is-visible
    {
        opacity: 1;
        visibility: visible;
        padding-top: 70px;
        -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
        -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
        transition: opacity 0.3s 0s, visibility 0s 0s;
        z-index: 9000000;
    }

.newsletter_popup.cd-popup-container
{
    width: 400px;
    text-align: left;
    color: #fff;
}

.newsletter_popup #sub_message
{
    color: #000;
    text-align: center;
    padding: 20px;
}

.cd-popup-container
{
    position: relative;
    width: 96%;
    max-width: 800px;
    margin: 1% auto;
    background: #FFF;
    border-radius: 0px;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .cd-popup-container p
    {
        padding: 0px;
    }

    .cd-popup-container .cd-buttons:after
    {
        content: "";
        display: table;
        clear: both;
    }

    .cd-popup-container .cd-buttons li
    {
        float: left;
        width: 50%;
    }

    .cd-popup-container .cd-buttons a
    {
        display: block;
        height: 60px;
        line-height: 60px;
        text-transform: uppercase;
        color: #FFF;
        -webkit-transition: background-color 0.2s;
        -moz-transition: background-color 0.2s;
        transition: background-color 0.2s;
    }

    .cd-popup-container .cd-buttons li:first-child a
    {
        border-radius: 0px;
        background: #fc7169;
        cursor: pointer;
    }

.cd-popup-container-confirm
{
    max-width: 400px !important;
}

.no-touch .cd-popup-container .cd-buttons li:first-child a:hover
{
    background-color: #fc8982;
    text-decoration: none;
    text-transform: none;
}

.cd-popup-container .cd-buttons li:last-child a
{
    background: #b6bece;
    border-radius: 0px;
    cursor: pointer;
}

.no-touch .cd-popup-container .cd-buttons li:last-child a:hover
{
    background-color: #c5ccd8;
    text-decoration: none;
    text-decoration: none;
}

.cd-popup-container .cd-popup-close
{
    position: absolute;
    cursor: pointer;
    height: 30px;
    width: 30px;
    right: 8px;
    top: 8px;
}

    .cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after
    {
        content: '';
        position: absolute;
        top: 12px;
        width: 14px;
        height: 3px;
        background-color: #8f9cb5;
    }

    .cd-popup-container .cd-popup-close::before
    {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        left: 8px;
    }

    .cd-popup-container .cd-popup-close::after
    {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        right: 8px;
    }

.is-visible .cd-popup-container
{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

@media only screen and (min-width: 1170px)
{
    .cd-popup-container
    {
        margin: 1em auto;
    }
}
