/* What's Up Cams Base Widget Stylesheet */

html, body {
    margin: 0 ;
}

body {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    line-height: 1.42857;
    color: #222;
    font-style: normal;
    font-variant: normal;
    /* font-weight: 500; */
}

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .flowplayer .fp-sponsor img {
        width: 80px;
        height: auto;
    }
    .flowplayer .fp-sponsor p {
        font-size: 9px;
    }
}

@media only screen and (max-width : 650px) {
    .flowplayer .fp-menu {
        display: none;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .flowplayer .fp-menu {
        display: none;
    }
    .flowplayer .fp-sponsor p {
        display: none;
    }
    .flowplayer .fp-sponsor img {
        width: 60px;
        height: auto;
    }
    .flowplayer .fp-sponsor p {
        font-size: 8px;
    }
    .fp-ads { display: none; }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
    .flowplayer .fp-sponsor p {
        display: none;
    }
    .flowplayer .fp-logo {
        width: 90px;
        height: auto;
    }
    .flowplayer .fp-sponsor img {
        width: 40px;
        height: auto;
    }
    .flowplayer .fp-sponsor p {
        text-size: 6px;
    }
    .fp-ads { display: none; }
}
