﻿

@media(max-width:768px) {
    .modal-hidden-xs

{
    display: none;
}

}

@media (min-width: 768px) {
    .hidden-md {
        display: none;
    }
}

@media(min-width:1024px) {
    .modal-hidden-lg {
        display: none !important
    }
}

.mobile-static-pu {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    font-size: 18px;
    right: 0;
    background-color: rgba(42,39,39,.85);
    text-align: center;
    z-index: 10
}

.popup-modal-pu {
    position: fixed;
    background: #fff;
    z-index: 31;
    width: 70%;
    border-radius: 0;
    background: #f5f5f5;
    max-width: 100%;
    left: 12.5%;
    right: 12.5%;
    line-height: 0;
    text-align: center;
    bottom: 1%;
    padding: 15px;
    margin: 0 auto;
    text-align: center;
    box-shadow: 3px 6px 8px #444
}

    .popup-modal-pu h1 {
        text-transform: uppercase;
        border-bottom: 1px solid;
        padding-bottom: .5em
    }

    .popup-modal-pu p {
        margin: 0
    }

.modal-strip-pu .close-modal-pu {
    position: relative;
    top: 0;
    right: 0;
    left: 15px;
    transform: none !important;
    -webkit-transform: none !important;
    margin-top: 16px
}

.modal-strip-pu .icon {
    display: none
}

    .modal-strip-pu .icon + p {
        padding-left: 0;
        top: 0
    }

.bg-white-pu {
    background: #fff
}

.modal-focus-pu {
    position: fixed;
    z-index: 30;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #555;
    opacity: .5
}

.close-modal-pu {
    float: right;
    cursor: pointer
}

.modal-border-pu {
    clear: both;
    border: 2px solid;
    margin: 2em;
    padding: .5em 1em 2em
}

.btn-color-pu {
    width: 90% !important;
    color: #fff !important;
    border-color: #990539 !important;
    background-color: #990539 !important;
    font-size: 18px !important
}

.mobile-btn-color-pu {
    background-color: #990539 !important
}

.bot-mar-pu {
    margin-bottom: 15px !important
}

.modal-black-pu {
    color: #444;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 1.5;
    padding-top: 5px;
    margin: 0 0 14px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.full-pu {
    width: 100%
}

.sixty {
    width: 59%;
    float: left;
}

.forty {
    width: 39%;
    float: left;
}

.modal-call-link {
    font-size: 16px;
}

.close-btn-img {
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 9
}

.contact-modal-btn-pu {
    padding: 20px 42px;
    height: auto;
    text-transform: uppercase;
    margin: 10px 0px;
    background: #990539;
    color: white;
    line-height: 1;
    width: 80%;
    border-color: #990539;
    display: block;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
}

a.modal-btn.modal-btn-color.btn-full.mobile-btn.mt {
    background: #990539;
    color: #fff;
    padding: 7px 15px;
    border-radius: 10px
}
