@charset "utf-8";
/* CSS Document */
@media only screen and (max-width: 1199px) {
    .rbar{
        display: block;
    }
    .sm{
        display: none;
    }
    .sm li{
        text-align: left !important;
    }
    .page_container {
        width: 98%;
    }
}
@media only screen and (max-width: 991px) {
    .logosm{
        margin-top: 70%;
    }
    .social ul li{
        width: 100%;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .logosm{
        margin-top: 0;
        text-align: center;
    }
    .storyBox .pic{
        height: auto;
    }
}
@media only screen and (max-width: 575px) {

}
@media only screen and (max-width: 499px) {

}