/*** SE basic layout ***/

.secontent {
    max-width: 1066px;
    margin: 0 auto;
    padding: 0 0px;
    background-color: #fff;
    font-size: 1.3em;
    line-height: 140%;
    position: relative;
}

.secontent .full {
    max-width: 100%;
    clear: both;
    margin-top: 15px;
    display: block;
}

.secontent .left {
    width: 49%;
    float: left;
    position: relative;
}

.secontent .right {
    width: 49%;
    float: right;
}

.secontent .clr {
    display: block;
    width: 100%;
    height: 25px;
    clear: both;
}

.secontent p {
    margin: 0 0 20px 0;
}

.secontent hr {
    display: block;
    margin: 30px 0;
    border-top: 1px solid #3dcd58;
    border-bottom: 1px solid #3dcd58;
    height: 10px;
    border-left: 0px;
    border-right: 0px;
}

/*** SE buttons ***/
.sebutton {
    margin: .2em;
    padding: 0.2em 1em;
    cursor: pointer;
    background-color: #3dcd58;
    color: #fff !important;
    border: 2px solid transparent;
    font-size: 1.3em;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0.2;
    text-decoration: none;
    z-index: 1 !important;
    border-radius: 30px;
}

.se-btr-button {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1 !important;
}

.se-btr-button:hover {
    background-color: transparent;
    color: #3dcd58 !important;
    border: 2px solid #3dcd58;
}

.se-btr-button.seshop {background-image: url(../../landingpages/brandpage/images/Schneider-Electric_Icons_Web_Shop.svg); background-position: left center; background-repeat: no-repeat; background-size: auto 100%; padding: 0px 15px 0px 34px !important;}
.se-btr-button.seshop:hover {background-image: url(../../landingpages/brandpage/images/Schneider-Electric_Icons_Web_Shop_green.svg);}

#senav {
    width: 100%;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.9);
    display: block;
    max-width: 1066px;
    border-bottom: 2px solid #3dcd58;
    text-align: center;
}

#senav a {
    width: 24%;
    display: block;
    float: left;
    color: #3dcd58;
    padding: 0;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background-color: #aaa;
    color: #fff;
    margin: 10px 0.5% 0 0.5%;
    text-decoration: none;
}

#senav a:hover {
    background-color: #3dcd58;
    transition: background-color 0.3s ease-in-out;
    color: #fff;
}

.secontent .downloadwhiteL {
    font-size: 1.2em;
    color: #fff;
    text-decoration: none;
    background-image: url(../../landingpages/brandpage/images/SE-Download-Icon.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    padding: 0 0 0 30px;
}

.secontent .downloadwhiteS {
    font-size: 0.9em;
    color: #fff;
    text-decoration: none;
    background-image: url(../../landingpages/brandpage/images/SE-Download-Icon.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    padding: 0 0 0 20px;
}

#scrolltotop {
    position: fixed;
    display: block;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: rgba(61, 205, 72, 0.9);
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
}

/*** SE font styles ***/
.secontent, .secontent p {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 150%;
    color: #333;
    font-size: 1.1em;
}

.secontent h2 {
    margin: 0 0 10px 0;
    color: #3dcd58;
    font-weight: normal;
    font-size: 1.4em;
    line-height: 140%;
}

.secontent h3 {
    margin: 0 0 10px 0;
    color: #3dcd58;
    font-weight: normal;
    font-size: 1.2em;
    line-height: 140%;
}

.secontent h3.headlineCenter {
    font-size: 1.2em;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin: 20px 0 30px 0;
    font-weight: bold;
}

.secontent b {
}

.secontent ul li, .secontent ul {
    margin: 0;
    padding: 0;
}

.secontent ul li, .secontent ol li {
    margin: 0 0 10px 20px;
}

.secontent .full.center {
    text-align: center;
}

.secontent a {
    color: #3dcd48;
}

.secontent a:hover {
    cursor: pointer;
}

/*** SE image styles ***/
.left img, .right img, .leftwide img, .rightwide img {
    width: 100%;
    height: auto;
}

.full img {
    width: 100%;
    height: auto;
}

img.per70 {
    width: 70% !important;
    height: auto !important;
    float: right;
    margin-right: 10%;
}

.secontent .full.bggrey img {
    margin-bottom: 15px;
}

/*** SE video styles ***/
.secontent .responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.secontent .responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
    border: 1px solid #ccc;
    margin-bottom: 15px;
}

/*** SE grid styles ***/
.secontent .w25 {
    width: 25%;
    float: left;
    padding: 0;
    margin-right: 0;
}

.secontent .w33 {
    width: 33.3%;
    float: left;
    padding: 0;
    margin-right: 0;
}

.secontent .w66 {
    width: 66.6%;
    float: left;
    padding: 0;
    margin-right: 0;
}

.secontent .w50 {
    width: 50%;
    float: left;
    padding: 0;
    margin-right: 0;
}

.secontent .w100 {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 auto;
}

.secontent .w33 img {
    width: 100%;
    height: auto;
}

.secontent .w33 p, .secontent .w33 ul, .secontent .w33 li {
    font-size: 0.9em;
    line-height: 130%;
}

.secontent .w33 ul {
    width: 80%;
}

.secontent .w33.green, .secontent .w25.green {
    display: block;
    background-color: #3dcd58;
    color: white;
    text-align: center;
    min-height: 220px;
    display: table-cell;
    vertical-align: middle;
    padding: 15px 1% 20px 1%;
    font-size: 1.1em;
    line-height: 140%;
    margin-right: 2%;
    font-size: 0.95em;
}

.secontent .w33.grey {
    background-color: #888;
}

.secontent .w33.grey:hover {
    background-color: #3dcd58;
    transition: background-color 0.3s ease-in-out;
}

.secontent .last {
    margin-right: 0px;
}

.secontent .w33.green:hover {
    background-color: #42b4e6;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    transition: box-shadow 0.3s ease;
}

.seproductcat .w25 {
    width: 25% !important;
}

.secontent .w66full {
    width: 66.6%;
    float: left;
    padding: 0;
    margin: 0;
}

.secontent .w33full {
    width: 33.3%;
    float: left;
    padding: 0;
    margin: 0;
}

.sebox {
    display: block;
    min-height: 100px;
    width: 100%;
    background-color: #fefefe;
    position: relative;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 0 0 10px 0 !important;
    text-align: center;
    line-heigt: 26px !important;
}

.sebox .inner {
    padding: 3%;
}

.sebox img {
    margin-top: 0 !important;
}

.sebox img.gifanim {
    display: none;
}

.sebox:hover img.static {
    display: none;
}

.sebox:hover img.gifanim {
    display: block;
}

.sebox p {
    font-size: 0.9em;
    text-align: center;
}

.seproducts h3 {
    font-size: 1.1em;
    margin-top: 50px;
    width: 100%;
    text-align: center;
}

.seiconbox {
    background-color: #3dcd58;
    border-radius: 100px;
    display: block;
    width: 40px;
    height: 40px;
    padding: 10px;
    left: 50%;
    margin-left: -30px;
    position: absolute;
    margin-top: -40px;
}

.seiconw {
    vertical-align: top;
}

.sebox:hover > .inner > .seiconbox {
    background-color: #3dcd58;
}

.sebox:hover {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    transition: box-shadow 0.3s ease;
}

.sebutton.small {
    font-size: 0.8em;
    padding: 3px 15px;
}

.secontent .productimg {
    display: block;
    position: relative;
}

.secontent .productimg img {
    margin-bottom: 0px;
}

.secontent .productimg .seflag {
    display: block;
    padding: 2px 8px;
    font-size: 0.7em;
    color: white;
    background: #3dcd58;
    position: absolute;
    left: 10px;
    top: 8px;
    border-radius: 3px;
}

.secontent .productimg .seaddon {
    display: none;
    font-weight: bold;
    font-size: 2.2em;
    color: white;
    background: #3dcd58;
    position: absolute;
    left: -10px;
    top: -10px;
    border-radius: 40px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.secontent .topseller {
    text-align: center;
}

.secontent .topseller .artNr {
    margin: 0 0 5px 0;
    font-size: 0.8em;
    color: #555;
    font-weight: bold;
    text-align: center;
}

.secontent .topseller .artInfo {
    margin: 0 0 5px 0;
    font-size: 0.8em;
    color: #555;
    text-align: center;
}

.secontent .topseller .artInfowide {
    margin: 0 0 5px 0;
    font-size: 1.0em;
    color: #555;
    text-align: left;
}

.secontent .introsvg {
    width: 60%;
    padding: 0 20%;
    margin-bottom: 10px;
}

.secontent .introboxtext {
    width: 90%;
    padding: 0 5%;
}

.secontent .infogrey {
    background-color: #eee;
    padding: 3%;
    display: block;
    text-align: left;
}

.bggreen {
    background-color: #3dcd58;
}

.bggrey {
    background-color: #777777;
}

#sedownloads img {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}

#sedownloads img:hover {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.7);
    transition: box-shadow 0.5s ease-in-out;
}

.secontent .faqquestion {
    font-size: 1.2em;
    font-weight: normal;
    color: #3dcd48;
    margin-bottom: 10px;
    position: relative;
    padding: 0;
}

.secontent .faqanswer {
    font-size: 0.9em;
}

.secontent .faqquestion .seaddon {
    text-align: center;
    display: block;
    font-weight: normal;
    font-size: 1.3em;
    color: white;
    background: #3dcd58;
    position: absolute;
    left: -5px;
    top: 0px;
    border-radius: 25px;
    width: 25px;
    height: 25px;
    line-height: 25px;
}

.productnamebox {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 4px 10px;
    background-color: rgba(61, 205, 72, 0.9);
    border-radius: 0 10px 0 0;
    color: #fff;
    font-size: 1.1em;
}

.faqq {
    width: 70%;
    padding: 10px;
    margin: 0 auto;
    border-bottom: 1px solid #999;
}



@media (min-width: 1px) and (max-width: 847px) {

    #senav, .mobdino, #sedownloads {
        display: none !important;
    }

    .secontent .clr {
        height: 10px;
    }

    .secontent #top {
        margin-top: 0px !important;
    }

    .secontent, .secontent p {
        font-size: 16px;
    }

    .secontent .wsection, .secontent .left, .secontent .right, .secontent .othird, .secontent .tthird, img.per70, .secontent .faqq {
        float: none;
        width: 98%;
        padding: 0 1%;
    }

    .secontent .topseller .w25 {
        float: left !important;
        width: 50% !important;
    }

    #seHeader .headerLeft {
        float: none;
        width: 94%;
        padding: 0 3%;
        height: 250px;
    }

    .secontent .w25, .secontent .w33, .secontent .w50, .secontent .w66 {
        width: 100% !important;
        float: left;
        padding: 0;
    }

    .secontent .seproductcat .w25 {
        width: 50% !important;
        margin-bottom: 20px;
    }

    .secontent .productnamebox {
        font-size: 0.7em;
    }

    .secontent .sebox p {
        display: none;
    }

    .secontent .seproducts h3 {
        font-size: 0.8em;
    }

}

