/* SS-1327  Lock landscape mode */
.landscape_apply_mode {
    position:fixed;
    top: 0;
    left:0;
    height:100%;
    width:100%;
    display: none;
}
.landscape-html{
    background: #404553;
    margin-top: 130px;
}
.landscape_mode{
    display: block;
    background: #404553;
    text-align: center;
    width: 100%;
    height: 100%;
    margin-top: -30px;
}
.rotate-ltext{
    color: #d6b666;
    font-weight: 700;
    margin: 20px 0 0 0;
    font-size: 16px;
}
.rotate-ptext{
    color: #9199b6;
    font-size: 14px;
    margin-top: 4px;
}
/* ends */
.strip_class{
    padding: 10px;text-align: center;font-size: 12px;font-family: 'Avenir LT Std 55 Roman' !important;
    position:fixed;top:0;width:100%;z-index: 9999;
}
.logo-top-padding{
    padding-top: 10% !important
}