div[id$='-sm'],
div[id$='-md'],
div[id$='-nm'],
div[id$='-xl'] {
    display: none;
}

#sgec-header-lg {
    width: 100%;
    max-width: 1200px;
    padding: 5px 10px;
}

#sgec-logo-lg {
    width: 68px;
    height: 42px;
    background: url("../images/logo/sgec-lg.png") no-repeat;
}

#sgec-brand-txt-lg .primary-txt {
    font-size: 16px;
}

#sgec-brand-txt-lg .sub-txt {
    font-size: 10px;
}

#sgec-contacts-lg .primary-txt{
    font-size: 12px;
}

#sgec-contacts-lg .bottom-text,
#sgec-brand-txt-lg .bottom-text {
    padding-top: 8px;
}

/*
    General section starts
*/
.lg .biggest-font {
    font-size: 60px;
    line-height: 1.2;
}

.lg .large-font {
    font-size: 30px;
    line-height: 1.3;
}

.lg .medium-font,
.lg .medium-font *{
    font-size: 18px;
    line-height: 1.3;
}

.lg .normal-font {
    font-size: 15px;
    line-height: 1.2;
}

.lg .small-font {
    font-size: 12px;
    line-height: 1.0;
}
/*
    General section ends
*/

/*
    Slide show section starts
*/
.lg #slide-show-wrapper {
    max-width: 1200px;
    padding: 10px;
    line-height: 1.5;
    margin : 55px auto 10px auto
}

.lg #slide-show-header {
    font-size: 54px;
}

.lg #slide-show-sub-txt {
    font-size: 23px;
    margin-top: 10px;
    line-height: 1.2;
}

.lg #slide-show-prod-link {
    font-size: 15px;
    margin-top: 10px;
}

.lg #slide-show-slider {
    max-width: 600px;
    max-height: 400px;
}
/*
    Slide show section ends
*/

/*
    sgec body starts
*/
.lg .sgec-body {
    max-width: 100%;
    padding: 0px 10px;
    margin: 55px auto 55px auto;
}

.lg .content-direction {
    padding: 10px;
}

.lg .content-picture img{
    max-width: 300px;
    max-height: 500px;
}

.lg .content-padding {
    padding: 60px 15px;
    margin: auto;
    max-width: 900px;
}

.lg .sgec-body .content-heading {
}

.lg .sgec-body .content-sub-txt {
    font-size: 18px;
    margin-top: 20px;
    line-height: 1.5;
}

.lg .content-row:nth-of-type(odd) .content-text{
    padding-right: 30px;
}

.lg .content-row:nth-of-type(even) .content-text{
    padding-left: 30px;
}

.lg #content-li-wrapper {
    margin-bottom: 55px;
}

/*** Table section starts ***/
.lg #performance-tbls {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.lg .plus-sign {
    margin-right: 10px;
}

.lg .title-elem {
    margin: 20px 0px;
}

.lg #performance-tbls .table-header {
    padding: 15px 30px;
}

.lg #performance-tbls table {
    margin: 20px auto 30px 14%;
    font-size: 14px;
}

.lg #performance-tbls td {
    padding: 5px 15px ;
}

.lg sup {
    font-size: 10px;
}
/**** Table section ends ****/

/*
    sgec body ends
*/

/*
    Footer section starts
*/
.lg .footer-elem {
    margin: 12px 0px;
    text-align: center;
}
/*
    Footer section starts
*/