/*IE Specific CSS*/
/* Header */

div.cm_lang_select {
    display: none;
}

div.cm_wrapper {
    width: 100%;
    float: left;
}

.jsvm_nopadding {
    padding: 0px;
}

.jsvm_nomargin {
    margin: 0px;
}

.jsvm_bigfont {
    font-size: 110%;
    line-height: 1.5;
}

.jsvm_biglineheight {
    line-height: 1.5;
}

header.jsvm_menu_header {
    z-index: 99;
    width: 100%;
}

body header.jsvm_menu_header.affix {
    top: 0px;
}

body.admin-bar header.jsvm_menu_header.affix {
    top: 32px;
}

body.jsvm_transparent header {
    position: absolute;
}

body.jsvm_transparent header.affix {
    position: fixed;
}

body header.affix + div.jsvm_content_wrapper {
    padding-top: 72px;
}

body.jsvm_has-header header.affix + div.jsvm_content_wrapper {
    padding-top: 100px;
}

body.jsvm_transparent header.affix + div.jsvm_content_wrapper {
    padding-top: 0px;
}