html {
    overflow-x: hidden;
}


body {
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
    background-color: #999;
}

#page-container {
    position: relative;
    min-height: 100vh;
}

#content-wrap {
    padding-bottom: -500rem;
}


header {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 100px;
    background: #f2f2f2;
    width: 100%;
    box-sizing: border-box;
    z-index: 1;
}

header .logo {
    color: #fff;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    float: left;
    font-weight: bold;
    padding-top: 3px;
}

header nav {
    float: right;

}

header nav ul {
    margin: 0;
    padding: 0;
    display: flex;
}

header nav ul li {
    list-style: none;
}

header nav ul li a {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #222;
    text-decoration: none;
    display: block;
}

header nav ul li a:hover,
header nav ul li a.active {
    color: #fff;
    background: #3399ff;

}

.menu-toggle {
    color: black;
    float: right;
    line-height: 50px;
    font-size: 24px;
    cursor: pointer;
    display: none;
}

@media (max-width: 991px) {
    header {
        padding: 0 20px;
    }

    .menu-toggle {
        display: block;
    }

    header nav {
        /* display: none;*/
        position: absolute;
        width: 100%;
        height: calc(100vh - 50px);
        background: #888;
        top: 50px;
        left: -100%;
        transition: 0.5s;
    }

    header nav.active {
        left: 0;

    }

    header nav ul {
        display: block;
        text-align: center;
    }

    header nav ul li a {
        border-bottom: 1px solid rgba(0, 0, 0, .2);
    }

}

/*contact*/



.contact h1,
p {
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);

}

.contact h1 {
    color: #fff;
    font-size: 36px;
    top: 150px;
}

.contact p {
    color: #fff;
    font-size: 16px;
    top: 250px;
}

.info {
    left: 28.33%;
    position: absolute;
    top: 34%;
    font-size: 20px;
}

.info li {
    list-style: none;
    margin: 30px 30px;
    padding: 30px 20px;
    border: 1px solid #fff;
    border-radius: 0%;
    transition: .5s;
    display: inline;
}

.info span {
    margin-left: 10px;
}

.email,
.phone {
    color: gold;
}

/*Apper Disappear
@media (max-width: 991px) {
.contact {
    /*display: none;
    left: -100%;
}

.contact.active {.
    left: 0;
}
} */

/*-homeh:plist-*/

.homeh {
    margin-top: -40px;
    margin-bottom: 10px;
    margin-left: -60px;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    color: midnightblue;


}

.firstli {
    margin-top: 140px !important;

}

.plist li {

    margin-top: 20px;
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
    position: relative;
}

.plist a {
    color: black;
    text-decoration: none;
    display: inline-block;
    padding: 0;
    vertical-align: middle;
}

.plist li img {
    vertical-align: middle;
    margin: -10px 10px;
}




.button {
    /*background-color: #4CAF50;*/
    background-color: #3399ff;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    position: relative;
    margin-left: 50px;
}

.applications {

    position: inherit;
    margin-top: -1100px;
    margin-left: 1000px;
}

.applicationlist {
    list-style: circle;
}

.rimg {
    max-width: 100%;
    height: 400px;
    position: relative;
    top: 300px;
    left: -100px;
}

.rimg img {
    width: 600px;
    z-index: -1;
}

.rimg2 {
    max-width: 100%;
    height: 200px;
    position: relative;
    top: -800px;
    left: 500px;
    display: none;
}

.rimg2 img {
    width: 600px;
    z-index: -1;
}

.placeholderim {
    width: 400px;
    height: 200px;
    border: 1px solid #000;
    background-color: indianred;
    position: absolute;
    left: 400px;
    top: 800px;
}

.productt {
    margin-left: 80px;
    margin-top: 80px;
    width: 80%;
    align-content: center;
    display: block;
}

.special {
    background-color: #999;
}

.la {
    color: gold;
    background-color: #999;
    font-size: 13px;
}

.new {
    color: gold;
    background-color: #999;
    font-size: 13px;
}

.warn {
    color: gold;
    background-color: #999;
    font-size: 13px;
}

.productt th {
    border: 0px solid #dddddd;
    text-align: left;
    padding: 8px;
}

.productt tr:nth-child(even) {
    background-color: lightblue;
}

#lux13hs {
    width: 100px;
}

#lux19hs {
    width: 100px;
}

#lux160 {
    width: 100px;
}

#lux51 {
    width: 70px;
}

#lux42 {
    width: 120px;
}

#lux1020 {
    width: 63.33px;
}

#am5x3 {
    width: 120px;
}

#am1x12 {
    width: 120px;
}

#am41 {
    width: 120px;
}

.pn {
    text-align: center;
}

.footer {
    font-size: 10px;
    position: relative;
    top: 900px;
    width: 100%;
    height: 2.5rem;
}

/*.imgall {
    width: 150px;
}*/

.imagehome {
    width: 40%;
    position: absolute;
    margin-left: 300px;
}

.pimage {
    padding-top: 0px!important;
}
@media only screen and (max-width: 1219px) {
    .rimg {
        display: none;
    }
}

@media only screen and (max-width: 1219px) {
    .applications {
        margin-left: 700px!important;
    }
}
@media only screen and (min-width: 1773px) {
    .rimg {
        margin-left: -120px!important;
        margin-top: 100px!important;
    }
}

@media only screen and (min-width: 1769px) {
    .rimg {
        position: fixed;
        left: 500px;
        top: 200px;
    }
}
@media only screen and (max-width: 1384px) {
    .phone {
        display: none!important;
    }
    .footer {
        margin-top: 100px;
    }
}
@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {

    .productt,
    tr,
    th,
    td {
        display: block;
    }

    th tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    tr {
        border: 1px solid #ccc;
    }

    td {
        border: none;
        border-bottom: relative;
        padding-left: 50%;
    }

    td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }
    #lux13hs {
    width: 100px;
}

#lux19hs {
    width: 100px;
}

#lux160 {
    width: 100px;
}

#lux51 {
    width: 70px;
}

#lux42 {
    width: 120px;
}

#lux1020 {
    width: 63.33px;
}

#am5x3 {
    width: 120px;
}

#am1x12 {
    width: 120px;
}

#am41 {
    width: 120px;
}

    #lux13hs {
        width: 50%;
        padding-top: 50px;
    }

    #lux19hs {
        width: 50%;
    }

    #lux160 {
        width: 50%;
    }

    #lux51 {
        width: 35%;
    }

    #lux42 {
        width: 60%;
    }

    #lux1020 {
        width: 31.5%;
    }

    #am5x3 {
        width: 60%;
    }

    #am1x12 {
        width: 60%;
    }

    #am41 {
        width: 60%;
    }
    .rimg {
        display: none;
    }
    .definition {
        display: none;
    }
}



/*AboutContent*/

/*#tab {
    margin-left: 40px;
}*/

#about h1 {
    position: relative;
    margin-top: 100px;
    text-align: center;
}

.aboutp1 {
    margin-top: 100px;
    text-align: left;
}

.aboutp2 {
    position: absolute;
    text-align: left;
    margin-top: 200px;
}

.rimg {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

#homec {
    min-height: calc(100% - 285px);
    /* 285 should be the height of your header + height of footer.*/
    max-height: 900px;
}

html {
    max-height: 900px;
}
