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