
/*TICKET POP UP*/
/** Generated by FG **/
@font-face {
    font-family: 'Conv_MyriadPro-BoldCond';
    src: url('fonts/MyriadPro-BoldCond.eot');
    src: url('fonts/MyriadPro-BoldCond.woff') format('woff'), 
    url('fonts/MyriadPro-BoldCond.ttf') format('truetype'), 
    url('fonts/MyriadPro-BoldCond.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

#mnu-facebooklike {
    background: url("images/mnu-popup-bg.jpg") left top no-repeat ;
    background-size: cover;
    max-width: 748px;
    height: auto;
    margin: 0 auto;
    position: relative;
}
.pop-content {
     padding: 15px 55px;
}
.poplogo {
    text-align: center;
}
.poplogo_b {
    display: none;
}
.pop-content h3 ,
.pop-content h4 {
    color: #fff;
    font-weight: normal;
    font-family: 'Conv_MyriadPro-BoldCond';
}
.pop-content h3 {
  background-image: url("images/the-final.png");
    background-position: 105px 30px;
    background-repeat: no-repeat;
    font-size: 50px;
    height: 220px;
    margin: 5px 0 0;
    padding-top: 55px;
}
.pop-content h3 small {
    font-size: 40px;    
}
.pop-content h4 {
    font-size: 48px;
    margin: 0 0 8px;
}
.fb-like-box {
    text-align: center;
}
.fb-like-btn {
    clear: both;
    display: block;
    margin: 0 auto;
    width: 90px;
}
.noIntest {
    clear: both;
    color: #fff;
    cursor: pointer;
    display: block;
    font: 16px arial;
    opacity: 0.9;
    padding: 35px 0 15px;
    text-align: right;
    text-decoration: underline;
}
.noIntest:hover {
    text-decoration: none;
}
.noIntest:active {
    text-decoration: none;
    opacity: 1;
}


@media all and (max-width: 767px) and  (min-width: 480px) {
    #mnu-facebooklike {
        max-width: 420px;
    }
    .pop-content {
      padding: 15px 25px;
    }
    .poplogo > img {
        width: 200px;
    }
    .poplogo_a {
        display: none;
    }
    .poplogo_b {
        display: inline;
    }
    .pop-content h3 {
        background-position: 120px 10px;
        background-size: 210px auto;
        font-size: 30px;
        height: 110px;
        padding-top: 15px;
    }
    .pop-content h3 small {
        font-size: 0.8em;
    }
    .fb-like-box {
        padding-left: 0;
    }
    .fb-like-btn {
      
    }
    .pop-content h4 {
        font-size: 22px;
        line-height: 1.8em;
        margin: 0;
    }
    .noIntest {
        font-size: 14px;
        padding: 17px 0 5px;
    }
}

@media all and (max-width: 479px) and  (min-width: 0px) {
    #mnu-facebooklike {
        max-width: 280px;
    }
    .pop-content {
      padding: 15px 20px;
    }
    .poplogo > img {
        width: 150px;
    }
    .poplogo_a {
        display: none;
    }
    .poplogo_b {
        display: inline;
    }
    .pop-content h3 {
        background-position: center 46px;
        background-size: 60% auto;
        font-size: 29px;
        height: 122px;
        padding-top: 10px;
        text-align: center;
    }
    .pop-content h3 small {
        font-size: 0.8em;
    }
    .fb-like-box {
        padding-left: 0;
    }
    .fb-like-btn {
       
    }
    .pop-content h4 {
        font-size: 18px;
        margin: 6px 0;
        line-height: 1.3em;
    }
    .noIntest {
        font-size: 13px;
        line-height: 1.3em;
        padding: 17px 30px 5px;
        text-align: center;
    }
}