/* Popup New */
#ann-facebooklike {
    background: url("images/win-ipad-bg.png") no-repeat left top;
    max-width: 748px;
    height: 484px;
    margin: 0 auto;
    position: relative;
}
#ann-facebooklike .sub_heading_fb p{
    color: #29516a;
    font-size: 21px;
    line-height: 26px;
    margin: 0 0 25px;
    font-family: 'Droid Serif', serif;
    font-weight: 400;
}
#ann-facebooklike .mfp-close {
    background-image: url("images/close.png?123");
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 0;
    height: 57px;
    overflow: hidden;
    position: absolute;
    right: -21px;
    text-indent: -200px;
    top: -20px;
    width: 61px;
    opacity: 1 !important;
}
#ann-facebooklike .mfp-close:hover{
   opacity: 0.7 !important;
   background-color: transparent !important;
}
#ann-facebooklike .fb-content {
    float: right;
    width: 440px;
    margin: 20px 0;
    padding: 0 10px 0 0;
}
#ann-facebooklike .ipad-img{
    width: 305px;
    position: absolute;
    bottom: 0;
    left: 0;
}
#ann-facebooklike .fb-like-btn{
    background: url("images/fb-arrow.png") no-repeat left top;
    padding: 40px 0 10px 110px;
}

@media all  and (max-width: 780px) {
#ann-facebooklike{
    max-width: 720px;
}
#ann-facebooklike .fb-content {
    width: 410px;
}
#ann-facebooklike .sub_heading_fb p {
    font-size: 19px;
}
#ann-facebooklike .ipad-img {
    width: 300px;
}
#ann-facebooklike .mfp-close{
    background-size: 50px auto;
}
}

@media all  and (max-width: 767px) {
#ann-facebooklike{
    max-width: 580px;
    height: 380px;
    background-size: auto 380px;
}
#ann-facebooklike .sub_heading_fb h2{
    margin-bottom: 20px;
}
#ann-facebooklike .fb-content {
    width: 60%;
    padding: 0 2% 0 0;
}
#ann-facebooklike .sub_heading_fb p {
    font-size: 18px;
    line-height: 24px;
}
#ann-facebooklike .ipad-img {
    width: 38%;
}
#ann-facebooklike .fb-like-btn {
    background-size: 70px auto;
    padding: 25px 0 10px 80px;
}
#ann-facebooklike .mfp-close{
    background-size: 40px auto;
    right: -14px;
    width: 40px;
    height: 40px;
}
}

@media all  and (max-width: 599px) {

#ann-facebooklike{
    max-width: 450px;
    height: 340px;
    background-size: auto 340px;
}
#ann-facebooklike .sub_heading_fb h2{
    margin-bottom: 15px;
}
#ann-facebooklike .sub_heading_fb p {
    font-size: 17px;
    line-height: 24px;
    margin: 0 0 18px;
}
#ann-facebooklike .ipad-img {
    width: 38%;
}
#ann-facebooklike .fb-like-btn {
    background-size: 60px auto;
    padding: 20px 0 10px 70px;
}

}
@media all  and (max-width: 479px) {

#ann-facebooklike{
    max-width: 300px;
    height: 320px;
    background-size: auto 320px;
}
#ann-facebooklike .sub_heading_fb h2{
    margin-bottom: 10px;
}
#ann-facebooklike .sub_heading_fb p {
    font-size: 15px;
    line-height: 20px;
}
#ann-facebooklike .ipad-img {
    width: 40%;
}
#ann-facebooklike .fb-content {
    width: 58%;
    padding: 0 2% 0 0;
}
#ann-facebooklike .fb-like-btn {
    background-size: 50px auto;
    padding: 20px 0 10px 60px;
}

}
