@import url("https://use.typekit.net/oqu0qub.css");
@import url("https://use.typekit.net/gzs4dwz.css");
 @import url("https://use.typekit.net/idx5kpp.css");   
#staticBackdrop .modal-content {
    background: url("../img/popup-bg.png") no-repeat;
    border: none;
    border-radius: 0;
	box-shadow:none;
    padding: 35px 50px 0px;
}
#staticBackdrop  .modal-header {
    border: none;
    margin: 0;
    padding: 0;
}
#staticBackdrop .modal-header .btn-close {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 50px;
    top: 23px;
    z-index: 99;
	background: none;
	color: #fff;
	opacity: 1;
	font-size: 22px;
    line-height: inherit;
}
#staticBackdrop .modal-body{
	text-align: center;
	padding: 0;
}
#staticBackdrop .modal-body h2{
    font-size: 69px;
    line-height: 60px;
    font-family: "montana", sans-serif;
    color: #fff;
    margin-top: 0;
    margin-bottom: .5rem;
}

#staticBackdrop .modal-body p {
    color: #fff;
    font-family: "barlow-condensed", sans-serif;
    font-size: 26px;
	line-height: 31px;
    margin-bottom: 1rem;
}
#staticBackdrop .modal-body span a{
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-family: "barlow-condensed", sans-serif;
}
.refer-friendbtn a {
    background: url("../img/popupbtn.png") no-repeat;
    background-size: contain;
    padding: 15px 20px;
    color: #f4eee5;
    font-size: 43px;
    display: inline-block;
    text-decoration: none;
    min-width: 290px;
    text-transform: uppercase;
    line-height: 48px;
    font-family: "montana", sans-serif;
    margin-top: 8px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}


.refer-friendbtn a:hover {
    background: url("../img/popupbtn-hover.png") no-repeat;
    background-size: contain;
}
@media(min-width: 320px) and (max-width: 567px){
    #staticBackdrop .modal-content {
        padding: 30px 20px 55px;
        background-size: 100% 100%;
        background-position: center center;
        height: 292px;
    }
    #staticBackdrop .modal-header .btn-close {
        right: 30px;
        top: 10px;

    }
    #staticBackdrop .modal-body h2 {
        font-size: 48px;
        line-height: 50px;
        font-family: "montana", sans-serif;
        color: #fff;
    }
    #staticBackdrop .modal-body p {
        font-size: 18px;
        line-height: 25px;
    }
}
@media(min-width: 568px) and (max-width: 767px){
    #staticBackdrop .modal-content {
        padding: 30px 20px 55px;
        background-size: 100% 100%;
        background-position: center center;
        height: 292px;
    }
    #staticBackdrop .modal-header .btn-close {
        right: 30px;
        top: 10px;

    }
    #staticBackdrop .modal-body h2 {
        font-size: 48px;
        line-height: 50px;
        font-family: "montana", sans-serif;
        color: #fff;
    }
    #staticBackdrop .modal-body p {
        font-size: 18px;
        line-height: 25px;
    }
    
}
@media (min-width: 700px) {
    .modal-dialog {
        max-width: 646px;
        margin: 1.75rem auto;
    }
}