@font-face {
    font-family: gotham;
    src: url(/themes/capitol_media_synrad/fonts/GothamMedium.ttf);
}
div#block-views-block-copyright-block-1 a {
    color: #00b3e3;
}
div#block-views-block-copyright-block-1 {
    margin-bottom: 5%;
    margin-top: 3%;
}
.container-fluid.nopadding.about {
    margin-bottom: 5%;
    border-top: 2px lightgray solid;
    margin-left: 5.5%;
    margin-right: 5.5%;
    margin-top: -4%;
}
article.about {
    margin-top: 3%;
}
h2.novanta {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 25px;
    color: #024ea8;
}

/* COVID-19 Message Block */

.covid-wrapper {
    width: 50%;
    margin: auto;
    margin-top: 2vw;
    max-height: 50px;
}
.flex-container-msg {
    display: flex;
    margin: auto;
}
.covid-msg {
    flex: 3;
    background: #0c50a3;
    color: white;
    font-size: 1.25rem;
    line-height: 2.5rem;
    padding-left: 24px;
}
.covid-msg a {
    color: white;
}
.logo {
    flex: 1;
    border: 2px solid gray;
}
.logo img {
    margin: auto;
    width: 60%;
    padding-left: 18%;
}
@media screen and (min-width: 2101px){
    .banner-title {
        position: absolute;
        margin-top: 4%;
        margin-left: 25.25%;
        color: white;
        font-size: 2em;
        width: 33%;
        text-shadow: 2px 2px 4px #000000;
        font-weight: 800;
        text-align: left;
        line-height: 1.25em;
    }
    .name.banner-text {
        position: absolute;
        margin-top: 10%;
        margin-left: 25.25%;
        color: white;
        font-size: 1em;
        width: 33%;
        text-align: left;
        text-shadow: 2px 2px 4px #000000;
    }
}


@media screen and (min-width: 1900px) and (max-width: 2100px) {
    .covid-wrapper {
        width: 46.95%;
        margin: auto;
        margin-top: 2vw;
        max-height: 50px;
        margin-bottom: -4vw;
    }
    .flex-container-msg {
        display: flex;
        margin: auto;
    }
    .covid-msg {
        flex: 3;
        background: #0c50a3;
        color: white;
        font-size: 2.5rem;
        line-height: 4rem;
        padding-left: 24px;
    }
    .logo {
        flex: 1;
        border: 2px solid gray;
    }
    .logo img {
        margin: auto;
        width: 80%;
        padding-left: 18%;
    }

    .name.banner-image img {
        height: 500px !important;
    }
    .banner-title {
        position: absolute;
        margin-top: 4%;
        margin-left: 25.25%;
        color: white;
        font-size: 2em;
        width: 33%;
        text-shadow: 2px 2px 4px #000000;
        font-weight: 800;
        text-align: left;
        line-height: 1.25em;
    }
    .name.banner-text {
        position: absolute;
        margin-top: 13%;
        margin-left: 25.25%;
        color: white;
        font-size: 1em;
        width: 33%;
        text-align: left;
        text-shadow: 2px 2px 4px #000000;
    }
    #myFooter .container-fluid.nopadding .row {
        margin-left: 4.75%;
    }
}

@media screen and (max-width: 1900px) {
    .covid-wrapper {
        width: 70%;
        margin: auto;
        margin-top: 2vw;
        max-height: 50px;
    }
    .flex-container-msg {
        display: flex;
        margin: auto;
    }
    .covid-msg {
        flex: 3;
        background: #0c50a3;
        color: white;
        font-size: 1.75rem;
        line-height: 3rem;
        padding-left: 24px;
    }
    .logo {
        flex: 1;
        border: 2px solid gray;
    }
    .logo img {
        margin: auto;
        width: 60%;
        padding-left: 18%;
    }

    .name.banner-image img {
        height: 500px !important;
    }
    .banner-title {
        position: absolute;
        margin-top: 4%;
        margin-left: 25.25%;
        color: white;
        font-size: 2em;
        width: 33%;
        text-shadow: 2px 2px 4px #000000;
        font-weight: 800;
        text-align: left;
        line-height: 1.25em;
    }
    .name.banner-text {
        position: absolute;
        margin-top: 13%;
        margin-left: 25.25%;
        color: white;
        font-size: 1em;
        width: 33%;
        text-align: left;
        text-shadow: 2px 2px 4px #000000;
    }
    #myFooter .container-fluid.nopadding .row {
        margin-left: 4.75%;
    }
}

@media only screen and (max-width: 1600px) {
    .covid-wrapper {
        width: 83.5%;
        margin: auto;
        margin-top: 2vw;
        max-height: 50px;
        margin-bottom: -3.5vw;
    }
    .flex-container-msg {
        display: flex;
        margin: auto;
    }
    .covid-msg {
        flex: 3;
        background: #0c50a3;
        color: white;
        font-size: 2rem;
        line-height: 4.5rem;
        padding-left: 24px;
    }
    .logo {
        flex: 1;
        border: 2px solid gray;
    }
    .logo img {
        margin: auto;
        width: 77%;
        padding-left: 10%;
    }

    h2.text-align-left {
        font-family: Gotham;
        float: left;
        text-align: left !important;
        padding-left: 5%;
        padding-top: 2.5%;
        width: 25% !important;
    }
    .name.banner-image img {
        height: 350px !important;
    }
    .banner-title {
        position: absolute;
        margin-top: 4%;
        margin-left: 5.25%;
        color: white;
        font-size: 2.5em;
        width: 33%;
        text-shadow: 2px 2px 4px #000000;
        font-weight: 800;
        line-height: 1.25em;
        text-align: left;
    }
    .name.banner-text {
        position: absolute;
        margin-top: 13%;
        margin-left: 5.25%;
        color: white;
        font-size: 1.25em;
        width: 38%;
        text-align: left;
        text-shadow: 2px 2px 4px #000000;
    }
    #myFooter .container-fluid.nopadding .row {
        margin-left: 4.75%;
    }
}

@media only screen and (max-width: 1214px) {
    .covid-wrapper {
        width: 100%;
        margin: auto;
        margin-top: 2vw;
        max-height: 50px;
        max-width: 899px;
        margin-bottom: -3.5vw;
    }
    .flex-container-msg {
        display: flex;
        margin: auto;
    }
    .covid-msg {
        flex: 3;
        background: #0c50a3;
        color: white;
        font-size: 1.5rem;
        line-height: 4.5rem;
        padding-left: 24px;
    }
    .logo {
        flex: 1;
        border: 2px solid gray;
    }
    .logo img {
        margin: auto;
        width: 90%;
        padding-left: 4%;
    }

    h2.text-align-left {
        font-family: Gotham;
        float: left;
        text-align: left !important;
        padding-left: 5%;
        padding-top: 4%;
        width: 25% !important;
    }
    .name.banner-image img {
        height: 300px !important;
    }
    .banner-title {
        position: absolute;
        margin-top: 6%;
        margin-left: 5.25%;
        color: white;
        font-size: 2em;
        width: 30%;
        text-shadow: 2px 2px 4px #000000;
        font-weight: 800;
        text-align: left;
    }
    .name.banner-text {
        position: absolute;
        margin-top: 16%;
        margin-left: 5.25%;
        color: white;
        font-size: 1em;
        width: 40%;
        text-align: left;
        text-shadow: 2px 2px 4px #000000;
    }
    #myFooter .container-fluid.nopadding .row {
        margin-left: 4.75%;
    }
}
@media only screen and (max-width: 999px) {
    .covid-wrapper {
        width: 100%;
        margin: auto;
        margin-top: 2vw;
        max-height: 50px;
        max-width: 535px;
        margin-bottom: -3.5vw;
    }
    .flex-container-msg {
        display: flex;
        margin: auto;
    }
    .covid-msg {
        flex: 3;
        background: #0c50a3;
        color: white;
        font-size: 1.5rem;
        line-height: 3.2rem;
        padding-left: 12px;
    }
    .logo {
        flex: 1;
        border: 2px solid gray;
    }
    .logo img {
        margin: auto;
        width: 95%;
        padding-left: 0%;
    }

    h2.text-align-left {
        font-family: Gotham;
        float: left;
        text-align: left !important;
        padding-left: 5%;
        padding-top: 5%;
        width: 13% !important;
    }
    .name.banner-image img {
        height: 300px !important;
    }
    .banner-title {
        position: absolute;
        margin-top: 8%;
        margin-left: 5.25%;
        color: white;
        font-size: 2em;
        width: 43%;
        text-shadow: 2px 2px 4px #000000;
        font-weight: 800;
        text-align: left;
    }
    .name.banner-text {
        position: absolute;
        margin-top: 24%;
        margin-left: 5.25%;
        color: white;
        font-size: 1em;
        width: 53%;
        text-align: left;
        text-shadow: 2px 2px 4px #000000;
    }
    #myFooter .container-fluid.nopadding .row {
        margin-left: 4.75%;
    }
}
@media only screen and (max-width: 814px) {
    .covid-wrapper {
        width: 100%;
        margin: auto;
        margin-top: 2vw;
        max-height: 50px;
        max-width: 535px;
        margin-bottom: -3.5vw;
    }
    .flex-container-msg {
        display: flex;
        margin: auto;
    }
    .covid-msg {
        flex: 3;
        background: #0c50a3;
        color: white;
        font-size: 1.2rem;
        line-height: 3.5rem;
        padding-left: 24px;
    }
    .logo {
        flex: 1;
        border: 2px solid gray;
    }
    .logo img {
        margin: auto;
        width: 100%;
        padding-left: 0%;
    }

    h2.text-align-left {
        font-family: Gotham;
        float: left;
        text-align: left !important;
        padding-left: 5%;
        padding-top: 4.5%;
        width: 12% !important;
    }
    .name.banner-image img {
        height: 250px !important;
    }
    .banner-title {
        position: absolute;
        margin-top: 2%;
        margin-left: 5.25%;
        color: white;
        font-size: 2em;
        width: 43%;
        text-shadow: 2px 2px 4px #000000;
        font-weight: 800;
        text-align: left;
    }
    .name.banner-text {
        position: absolute;
        margin-top: 15%;
        margin-left: 5.25%;
        color: white;
        font-size: 1em;
        width: 53%;
        text-align: left;
        text-shadow: 2px 2px 4px #000000;
    }
    #myFooter .container-fluid.nopadding .row {
        margin-left: 4.75%;
    }
}

@media only screen and (max-width: 650px) {
    .covid-wrapper {
        width: 100%;
        margin: auto;
        margin-top: 2vw;
        max-height: 50px;
        margin-bottom: -3.5vw;
    }
    .flex-container-msg {
        display: flex;
        margin: auto;
    }
    .covid-msg {
        flex: 3;
        background: #0c50a3;
        color: white;
        font-size: 1rem;
        line-height: 3.5rem;
        padding-left: 24px;
    }
    .logo {
        flex: 1;
        border: 2px solid gray;
    }
    .logo img {
        margin: auto;
        width: 100%;
        padding-left: 0%;
        padding-top: 5px;
    }
    .lang-dropdown-form.lang_dropdown_form.language_content select {
        position: relative;
        top: 52px;
        right: 100%;
    }
    .my-footer .col-sm-3 {
        width: 100% !important;
    }
    .eu-cookie-compliance-message p {
        font-size: 12px;
        display: unset;
        width: 100%;
        float: unset !important;
    }
    .eu-cookie-compliance-message {
        font-size: 12px;
        display: unset;
        width: 100%;
        float: unset !important;
    }
    .community .myrighta .btn-lg {
        font-size: 12px;
        line-height: .5;
        margin-right: 0%;
    }

    h2.text-align-left {
        font-family: Gotham;
        float: left;
        text-align: center !important;
        padding-left: 0%;
        padding-top: 7.5%;
        width: 100% !important;
    }
    .name.banner-image img {
        height: 250px !important;
    }
    .banner-title {
        position: absolute;
        margin-top: 3%;
        margin-left: 5.25%;
        color: white;
        font-size: 1.5em;
        width: 65%;
        text-shadow: 2px 2px 4px #000000;
        font-weight: 800;
        text-align: left;
    }
    .name.banner-text {
        position: absolute;
        margin-top: 30%;
        margin-left: 5.25%;
        color: white;
        font-size: 1em;
        width: 56%;
        text-align: left;
        text-shadow: 2px 2px 4px #000000;
    }
    #myFooter .container-fluid.nopadding .row {
        margin-left: 4.75%;
    }
}


.circle-btn {
    border-radius: 50%;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border: none;
    height: 8vw;
    width: 8vw;
    font-size: 1.25em;
    margin: auto;
    word-break: break-word;
}

.flex-container {
    /* We first create a flex layout context */
    display: flex;
    /* Then we define the flow direction
       and if we allow the items to wrap
     * Remember this is the same as:
     * flex-direction: row;
     * flex-wrap: wrap;
     */
    flex-flow: row wrap;
    /* Then we define how is distributed the remaining space */
    justify-content: space-around;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: -10vw;
    margin-bottom: 4vw;
}

.flex-item {
    background: #D9272E;
    padding: 5px;
    width: 200px;
    height: 200px;
    margin-top: 10px;
    color: white;
    font-size: 1.25em;
    text-align: center;
}

.flex-item a {
    color: white !important;
    position: relative;
    top: 2vw;
    font-size: .75em;
    text-align: center;
}

#modal-0,
#modal-1,
#modal-2,
#modal-3,
#modal-4,
#modal-5,
#modal-6,
#modal-7,
#modal-8,
#modal-9,
#modal-10 {
    display: none;
}

#btn-0:hover,
#btn--1:hover,
#btn-2:hover,
#btn-3:hover,
#btn-4:hover,
#btn-5:hover,
#btn-6:hover,
#btn-7:hover,
#btn-8:hover,
#btn-9:hover,
#btn-10:hover {
    display: block;
}

.feature-order {
    display: none;
}

.product-page,
.library-landing-page {
    margin-bottom: 10vw;
}

.product-h3 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 1vw;
}

.product-page-link {
    width: 42%;
    margin: auto;
}

.product-page-image {
    margin: 5vw;
}

.library-landingpage-image {
    display: inline-block;
    height: 220px;
    width: 220px;
    float: left;
}

.ds-2col-stacked>.group-right,
.ds-2col-stacked>.group-left {
    border: none;
}

.library-landingpage-image-right,
.library-landingpage-image-left {
    display: inline-block;
    height: 220px;
    width: 50%;
}

.library-landingpage-image-right img,
.library-landingpage-image-left img {
    height: auto;
}

.library-landingpage-image-right {
    float: left;
}

.library-landingpage-image-left {
    float: right;
}

.library-title-left {
    z-index: 9;
    left: 24vw;
    position: absolute;
    margin-top: 1em;
    color: white;
    font-size: 1.5em;
    padding-left: 1em;
    width: 13em;
    line-height: 1em;
    text-shadow: 2px 2px 4px #000000;
    font-weight: 800;
}

.library-title-right {
    z-index: 9;
    right: 27vw;
    position: absolute;
    margin-top: 1em;
    color: white;
    font-size: 1.5em;
    padding-left: 1em;
    width: 13em;
    line-height: 1em;
    text-shadow: 2px 2px 4px #000000;
    font-weight: 800;
}

.library-title-right a,
.library-title-left a {
    color: white !important;
    text-decoration: none;
}

div#block-views-block-technical-articles-view-block-2 .views-view-grid .views-row,
div#block-views-block-technical-articles-view-block-1 .views-view-grid .views-row {
    margin-bottom: 2vw;
}

div#block-views-block-technical-articles-view-block-2 {
    width: 80%;
    margin: auto;
    position: relative;
    top: -60vw;
}

div#block-views-block-technical-articles-view-block-1 {
    width: 80%;
    margin: auto;
    position: relative;
    top: -60vw;
}

article.file {
    margin: 63px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.japanese {
    font-family: 'Noto Sans JP', sans-serif !important;
}

.spb-popup-main-wrapper {
    position: fixed;
    padding: 0;
    border: 1px solid #000;
    z-index: 999999;
    background-color: rgb(254, 254, 254);
    top: 80px;
}

.manuals_title {
    Font-size: 2.5em !important;
}

.manuals_body {
    font-size: 1em !important;
}

.applicationloopblock,
.industryloopblock {
    margin-bottom: 60px;
}

.lang-dropdown-form.lang_dropdown_form.language_content select {
    font-size: 16px !important;
    margin-top: 2%;
}


/* Fixes for Chinese menu items */

ul#产品 {
    height: 345%;
    right: 15%;
}

ul#资源 {
    left: unset;
    width: 802px;
    height: 330px;
    right: 5em;
}

ul#库 {
    height: unset;
    width: 44em;
    background-color: #464749;
    margin-right: 16em;
}

ul#库 {
    margin-left: -15px;
}

ul#工具 {
    right: -0.5em !important;
}

ul#一般信息 {
    right: -2em !important;
}

ul#关于 {
    right: 7em !important;
}

ul#支持 .col-sm-3 {
    width: 55%;
}

ul#支持 {
    right: 15em;
    width: 200px;
}

ul#行业 .col-sm-3 {
    width: 55%;
}

ul#行业 {
    width: 200px;
    right: 19em;
}


/* fixes for Japanese Menu items */

ul#製品 {
    height: 25em;
    right: 15%;
}

ul#用途 {
    left: unset;
    width: 802px;
    height: 330px;
    right: 5em;
}

ul#産業 {
    height: unset;
    width: 44em;
    background-color: #464749;
    margin-right: 16em;
}

ul#サポート {
    margin-left: -15px;
}

ul#工具 {
    right: -0.5em !important;
}

ul#一般信息 {
    right: -2em !important;
}

ul#关于 {
    right: 7em !important;
}

ul#支持 .col-sm-3 {
    width: 55%;
}

ul#支持 {
    right: 15em;
    width: 200px;
}

ul#行业 .col-sm-3 {
    width: 55%;
}

ul#行业 {
    width: 200px;
    right: 19em;
}

ul#製品 {
    width: 60%;
}

ul#用途 li {
    float: none;
    width: 18%;
}

ul#用途 {
    width: 18%;
    right: 22em;
}

ul#産業 {
    width: 18%;
    right: 6em;
}

ul#産業 li {
    width: 18%;
    float: none;
}

ul#サポート li {
    float: none;
}

ul#サポート {
    right: 14em;
}

ul#資料 {
    right: 12em;
    height: 28em;
    width: 50em;
}

ul#会社情報 li {
    float: none;
}

ul#会社情報 {
    right: 12em;
}

div#block-views-block-copyright-block-1 p {
    text-align: center;
    font-size: 1em;
}

.container.industryuse ul {
    padding-left: 28% !important;
}

.applicationloopblock h3,
.industryloopblock h3 {
    margin-left: 16.75%;
}

.dropdown-large:hover>ul#应用,
.dropdown-large:hover>ul#行业,
.dropdown-large:hover>ul#支持,
.dropdown-large:hover>ul#资源 {
    display: block;
}

.confirm {
    padding-bottom: 300px;
    padding-top: 200px;
}

.eu-cookie-compliance-message h2 {
    font-size: 16px;
    display: inline-block;
}

.eu-cookie-compliance-message p {
    font-size: 12px;
    display: inline;
    width: 45%;
    float: right;
}

.flex-control-nav {
    width: 100%;
    text-align: center;
    margin-top: -33px !important;
    position: unset !important;
}

.pdf-column a {
    font-size: 18px;
}

a#english {
    margin-top: 1%;
}

a#chinese {
    margin-top: 1%;
    margin-right: 60px;
}

iframe {
    height: 60vw;
}

.myframe {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 11vw;
}

#block-views-block-library-loop-block-10 h2 {
    text-align: center;
    margin-bottom: 3vw;
}

#block-views-block-library-loop-block-11 h2 {
    text-align: center;
    margin-bottom: 3vw;
}


/* 3 column prop page*/

.group-header p {
    width: 83%;
    margin: 50px auto;
}

.three-col-wrapper {
    width: 86%;
    display: block;
    margin: auto;
    margin-bottom: 100px;
}

.group-middle,
.group-left,
.group-right {
    border: 1px solid;
    width: 33%;
    padding: 20px 40px;
    display: inline-block;
    float: left;
    margin-bottom: 40px;
    min-height: 75vw;
}


/* modals */

#block-modalforvserieslaserdatasheets {
    display: none;
}

#block-modalforviserieslaserdatasheets {
    display: none;
}

#block-modalfortiserieslaserdatasheets {
    display: none;
}

#block-modalforfserieslaserdatasheets {
    display: none;
}

#block-modalforiserieslaserdatasheets {
    display: none;
}

#block-modalforpserieslaserdatasheets {
    display: none;
}

#block-modalforflyer3d3axisdatasheets {
    display: none;
}

#block-modalforfenixflyerdatasheets {
    display: none;
}

#block-modalforfhflyer2axisdatasheets {
    display: none;
}

#block-modalfortiseriesflyer3ddatasheets {
    display: none;
}

#block-modalforbeamexpandersdatasheets {
    display: none;
}

#block-modalforpowersuppliesdatasheets {
    display: none;
}

#block-modalforclosedloopkitdatasheets {
    display: none;
}

#block-modalforlasercontrollersdatasheets {
    display: none;
}

#block-modalforpowerwizarddatasheets {
    display: none;
}

#block-modalforvisiblediodepointerdatasheets {
    display: none;
}

#block-modalfor32serieslasermanuals {
    display: none;
}

#block-modalforvserieslasermanuals {
    display: none;
}

#block-modalfor48serieslasermanuals {
    display: none;
}

#block-modalforviserieslasermanuals {
    display: none;
}

#block-modalfortiserieslasermanuals {
    display: none;
}

#block-modalforfserieslasermanuals {
    display: none;
}

#block-modalforiserieslasermanuals {
    display: none;
}

#block-modalforpserieslasermanuals {
    display: none;
}

#block-modalforflyer3d3axismanuals {
    display: none;
}

#block-modalforfenixflyermanuals {
    display: none;
}

#block-modalforfhflyer2axismanuals {
    display: none;
}

#block-modalfortiseriesflyer3dmanuals {
    display: none;
}

#block-modalforwinmarkpromanuals {
    display: none;
}

#block-modalforuc2000manuals {
    display: none;
}

#block-modalforpowerwizzardmanuals {
    display: none;
}

#block-modalfornomenclaturemanuals {
    display: none;
}

#block-modalforlasersafetymanuals {
    display: none;
}

#block-modalforcompliancemanuals {
    display: none;
}

#block-modalforcoolingmanuals {
    display: none;
}

#block-modalfor32serieslasertechnicaldrawings {
    display: none;
}

#block-modalfor48serieslasertechnicaldrawings {
    display: none;
}

#block-modalforvserieslasertechnicaldrawings {
    display: none;
}

#block-modalforviserieslasertechnicaldrawings {
    display: none;
}

#block-modalfortiserieslasertechnicaldrawings {
    display: none;
}

#block-modalforfserieslasertechnicaldrawings {
    display: none;
}

#block-modalforiserieslasertechnicaldrawings {
    display: none;
}

#block-modalforpserieslasertechnicaldrawings {
    display: none;
}

#block-modalforflyer3d3axistechnicaldrawings {
    display: none;
}

#block-modalforflyer3dkitstechnicaldrawings {
    display: none;
}

#block-modalforfenixflyertechnicaldrawings {
    display: none;
}

#block-modalforfhflyer2axistechnicaldrawings {
    display: none;
}

#block-modalforfhflyerkitstechnicaldrawings {
    display: none;
}

#block-modalforbeanexpanderstechnicaldrawings {
    display: none;
}

#block-modalforpowersuppliestechnicaldrawings {
    display: none;
}

#block-modalforclosedloopkittechnicaldrawings {
    display: none;
}

#block-modalforlasercontrollerstechnicaldrawings {
    display: none;
}

.navbar-toggle {
    margin-top: 3em;
    margin-right: 4em;
}

.pdf-column1 {
    display: inline-block;
    float: left;
    width: 30vw;
    padding-left: 3vw;
    margin-bottom: 2vw;
    min-height: 4vw;
}

.assistanceTitle {
    text-align: center;
    margin-bottom: 40px;
    font-weight: 800;
}

.assistanceTitle a {
    text-align: center;
}


/* new homepage 2 col layout */

@media screen and (min-width: 40em) {
    .layout--twocol>.layout__region--first,
    .layout--twocol>.layout__region--second {
        flex: 0 1 50%;
    }
    #top-bar h2 {
        color: #fff;
        font-weight: 300;
        text-shadow: 2px 2px 4px #000000;
        text-align: center;
        margin-top: -36px;
        font-size: 16px;
        width: 59%;
        margin-left: auto;
        margin-right: auto;
    }
}

.layout--twocol {
    display: flex;
    flex-wrap: wrap;
}

.layout--twocol>.layout__region {
    flex: 0 1 100%;
}

.layout__region.layout__region--second {
    padding-top: 4vw;
    padding-bottom: 6vw;
    padding-left: 2px;
    margin-right: auto;
    max-width: 600px;
}

.layout__region.layout__region--first {
    padding-top: 4vw;
    padding-bottom: 6vw;
    max-width: 600px;
    padding-right: 0px;
    margin-left: auto;
}

.name.body {
    padding-left: 100px;
    padding-right: 100px;
}

.flexslider .slides {
    zoom: 1;
    background-image: url("../images/Home Page Fixed Box Image.jpg");
    min-height: 502px;
}

.flexslider .slides img {
    width: 100%;
    display: block;
    min-height: 502px;
}

.flex-caption {
    position: absolute;
    top: 1em;
    z-index: 90;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .75);
    max-width: 40em;
    padding-left: 1em;
}

.centered {
    float: unset;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
}

.linkedImage img {
    max-width: 598px;
}

div#slidebox {
    padding-bottom: 14px;
}


.column-1-box-1-image,
.column-1-box-2-image,
.column-1-box-3-image,
.column-2-box-1-image,
.column-2-box-2-image,
.column-2-box-3-image,
.column-2-box-4-image,
.column-2-box-5-image,
.column-1-box-4-image,
.column-1-box-5-image {
    padding-bottom: 2px;
    cursor: pointer;
}

.column-1-box-1-title,
.column-1-box-2-title,
.column-1-box-3-title,
.column-2-box-1-title,
.column-2-box-2-title,
.column-2-box-3-title,
.column-2-box-4-title,
.column-2-box-5-title,
.column-1-box-4-title,
.column-1-box-5-title {
    position: absolute;
    margin-top: 1em;
    color: white;
    font-size: 1.75em;
    padding-left: 1em;
    width: 13em;
    line-height: 1em;
    text-shadow: 2px 2px 4px #000000;
    font-weight: 800;
}

.landing .column-1-box-1-title,
.column-1-box-2-title,
.column-1-box-3-title,
.column-2-box-1-title,
.column-2-box-2-title,
.column-2-box-3-title,
.column-2-box-4-title,
.column-2-box-5-title,
.column-1-box-4-title,
.column-1-box-5-title {
    position: absolute;
    margin-top: 1em;
    color: white;
    font-size: 1.75em;
    padding-left: 1em;
    width: 13em;
    line-height: 1em;
    text-shadow: 2px 2px 4px #000000;
    font-weight: 800;
}

.column-1-box-1-text,
.column-1-box-2-text,
.column-1-box-3-text,
.column-2-box-1-text,
.column-2-box-2-text,
.column-2-box-3-text,
.column-2-box-4-text,
.column-2-box-5-text,
.column-1-box-4-text,
.column-1-box-5-text {
    position: absolute;
    margin-top: 6em;
    color: white;
    font-size: .75em;
    padding-left: 3em;
    width: 25em;
    text-shadow: 2px 2px 4px #000000;
}

.landing .column-1-box-1-text,
.column-1-box-2-text,
.column-1-box-3-text,
.column-2-box-1-text,
.column-2-box-2-text,
.column-2-box-3-text,
.column-2-box-4-text,
.column-2-box-5-text,
.column-1-box-4-text,
.column-1-box-5-text {
    position: absolute;
    margin-top: 3.25em;
    color: white;
    font-size: 1em;
    padding-left: 2em;
    width: 25em;
    text-shadow: 2px 2px 4px #000000;
}

.column-1-box-1-link,
.column-1-box-2-link,
.column-1-box-3-link,
.column-2-box-1-link,
.column-2-box-2-link,
.column-2-box-3-link,
.column-2-box-4-link,
.column-2-box-5-link,
.column-1-box-4-link,
.column-1-box-5-link {
    display: none;
}


/* menu landing pages  */

.col-LibraryMenu h2 {
    text-align: center;
    margin-top: 85px;
    margin-bottom: -40px;
}

.col-LibraryMenu .column-1-box-1-title,
.col-LibraryMenu .column-1-box-2-title,
.col-LibraryMenu .column-1-box-3-title,
.col-LibraryMenu .column-2-box-1-title,
.col-LibraryMenu .column-2-box-2-title,
.col-LibraryMenu .column-2-box-3-title,
.col-LibraryMenu .column-2-box-4-title,
.col-LibraryMenu .column-2-box-5-title,
.col-LibraryMenu .column-1-box-4-title,
.col-LibraryMenu .column-1-box-5-title {
    margin-top: -88px;
    width: unset;
}

.col-LibraryMenu .column-1-box-1-text,
.col-LibraryMenu .column-1-box-2-text,
.col-LibraryMenu .column-1-box-3-text,
.col-LibraryMenu .column-2-box-1-text,
.col-LibraryMenu .column-2-box-2-text,
.col-LibraryMenu .column-2-box-3-text,
.col-LibraryMenu .column-2-box-4-text,
.col-LibraryMenu .column-2-box-5-text,
.col-LibraryMenu .column-1-box-4-text,
.col-LibraryMenu .column-1-box-5-text {
    margin-top: -3em;
    font-size: 1em;
    padding-left: 2em;
}

#headerlogo_modal {
    width: 25%;
    height: auto;
    margin-top: 0;
}

.topbar_modal {
    height: 10px;
    background: #D9272E;
}

.spb-popup-main-wrapper {
    position: fixed;
    padding: 0;
    border: 1px solid #000;
    z-index: 999999;
    background-color: rgb(254, 254, 254);
}

.modal_content {
    padding: 16px;
}

.modal_footer {
    height: 35px;
    background: #464749;
}

h3.modal_title {
    margin-top: 12%;
    font-size: 30px;
    margin-bottom: 5%;
}

@media only screen and (max-width: 1899px) {
    .column-1-box-1-text,
    .column-1-box-2-text,
    .column-1-box-3-text,
    .column-2-box-1-text,
    .column-2-box-2-text,
    .column-2-box-3-text,
    .column-2-box-4-text,
    .column-2-box-5-text,
    .column-1-box-4-text,
    .column-1-box-5-text {
        position: absolute;
        margin-top: 5em;
        color: white;
        font-size: 1em;
        padding-left: 2em;
        width: 25em;
        line-height: 1em;
    }
    .landing .column-1-box-1-text,
    .column-1-box-2-text,
    .column-1-box-3-text,
    .column-2-box-1-text,
    .column-2-box-2-text,
    .column-2-box-3-text,
    .column-2-box-4-text,
    .column-2-box-5-text,
    .column-1-box-4-text,
    .column-1-box-5-text {
        position: absolute;
        margin-top: 3em;
        color: white;
        font-size: 1.5em;
        padding-left: 1.7em;
        width: 25em;
        text-shadow: 2px 2px 4px #000000;
    }
}

@media only screen and (max-width: 1214px) {
    .column-1-box-1-text,
    .column-1-box-2-text,
    .column-1-box-3-text,
    .column-2-box-1-text,
    .column-2-box-2-text,
    .column-2-box-3-text,
    .column-2-box-4-text,
    .column-2-box-5-text,
    .column-1-box-4-text,
    .column-1-box-5-text {
        position: absolute;
        margin-top: 5em;
        color: white;
        font-size: 1em;
        padding-left: 2em;
        width: 20em;
    }
    .landing .column-1-box-1-text,
    .column-1-box-2-text,
    .column-1-box-3-text,
    .column-2-box-1-text,
    .column-2-box-2-text,
    .column-2-box-3-text,
    .column-2-box-4-text,
    .column-2-box-5-text,
    .column-1-box-4-text,
    .column-1-box-5-text {
        position: absolute;
        margin-top: 3em;
        color: white;
        font-size: 1.5em;
        padding-left: 1.7em;
        width: 25em;
        text-shadow: 2px 2px 4px #000000;
    }
    .column-1-box-1-image,
    .column-1-box-2-image,
    .column-1-box-3-image,
    .column-2-box-1-image,
    .column-2-box-2-image,
    .column-2-box-3-image,
    .column-2-box-4-image,
    .column-2-box-5-image,
    .column-1-box-4-image,
    .column-1-box-5-image {
        padding-bottom: 2px;
        overflow: hidden;
    }
    .layout__region.layout__region--second {
        padding-top: 4vw;
        padding-bottom: 6vw;
        padding-left: 2px;
        margin-right: auto;
        max-width: 450px;
    }
    .layout__region.layout__region--first {
        padding-top: 4vw;
        padding-bottom: 6vw;
        max-width: 450px;
        padding-right: 2px;
        margin-left: auto;
    }
}

@media only screen and (max-width: 922px) {
    .layout__region.layout__region--second {
        padding-top: 4vw;
        padding-bottom: 6vw;
        padding-left: 2px;
        margin-right: auto;
        max-width: 400px;
    }
    .layout__region.layout__region--first {
        padding-top: 4vw;
        padding-bottom: 6vw;
        max-width: 400px;
        padding-right: 2px;
        margin-left: auto;
    }
    .landing .column-1-box-1-title,
    .column-1-box-2-title,
    .column-1-box-3-title,
    .column-2-box-1-title,
    .column-2-box-2-title,
    .column-2-box-3-title,
    .column-2-box-4-title,
    .column-2-box-5-title,
    .column-1-box-4-title,
    .column-1-box-5-title {
        font-size: 2em;
    }
}

@media only screen and (max-width: 814px) {
    .layout__region.layout__region--second {
        padding-top: 0;
        padding-bottom: 6vw;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
        max-width: 70%;
    }
    .layout__region.layout__region--first {
        padding-top: 4vw;
        max-width: 70%;
        padding-right: 2px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 0;
    }
    .column-1-box-1-text,
    .column-1-box-2-text,
    .column-1-box-3-text,
    .column-2-box-1-text,
    .column-2-box-2-text,
    .column-2-box-3-text,
    .column-2-box-4-text,
    .column-2-box-5-text,
    .column-1-box-4-text,
    .column-1-box-5-text {
        position: absolute;
        margin-top: 100px;
        color: white;
        font-size: 1.2em;
        padding-left: 1.7em;
        width: 20em;
    }
    .banner-title {
        position: absolute;
        margin-top: 2%;
        margin-left: 5.25%;
        color: white;
        font-size: 2em;
        width: 50%;
        text-shadow: 2px 2px 4px #000000;
        font-weight: 800;
        text-align: left;
    }
}

@media only screen and (max-width: 600px) {
    .layout__region.layout__region--second {
        padding-top: 0;
        padding-bottom: 6vw;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
        max-width: 100%;
    }
    .layout__region.layout__region--first {
        padding-top: 4vw;
        max-width: 100%;
        padding-right: 2px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 0;
    }
    .column-1-box-1-text,
    .column-1-box-2-text,
    .column-1-box-3-text,
    .column-2-box-1-text,
    .column-2-box-2-text,
    .column-2-box-3-text,
    .column-2-box-4-text,
    .column-2-box-5-text,
    .column-1-box-4-text,
    .column-1-box-5-text {
        position: absolute;
        margin-top: 100px;
        color: white;
        font-size: 1.2em;
        padding-left: 1.7em;
        width: 20em;
    }
}


/* thank you page */

#mc_embed_signup {
    margin-bottom: 10vw;
}


/*brochure page */

.pdf-column {
    display: inline-block;
    float: left;
    width: 30vw;
    padding-left: 3vw;
    margin-bottom: 2vw;
    min-height: 40vw;
}

.pdf-container .applicationloopblock {
    width: 100% !important;
    margin: unset;
}

.pdf-column h3 {
    font-size: 20px;
    width: 20vw;
}

.pdf-column img {
    height: 30vw;
    width: 75% !important;
}

@media screen and (min-width: 320px) and (max-width: 426px) {
    .pdf-column {
        width: 50vw;
        margin-left: 24vw;
    }
    .pdf-column img {
        height: 56vw;
    }
    .name.banner-image img {
        height: 200px !important;
    }
}

@media screen and (min-width: 920px) and (max-width: 1441px) {
    .pdf-column {
        min-height: 45vw;
    }
}

@media screen and (min-width: 425px) and (max-width: 919px) {
    .pdf-column {
        min-height: 50vw;
    }
}


/* end of brochure page*/

body {
    font-family: Verdana;
    font-size: 1.5em;
    color: #595959;
}

.community {
    margin-right: 11%;
    margin-left: 11%;
}

.eu-cookie-compliance-agree-button,
.eu-cookie-compliance-more-button,
.eu-cookie-compliance-hide-button {
    display: none;
}

.lg-image {
    margin-left: auto;
    margin-right: auto;
    width: 60%;
}

.additional-content {
    margin-left: 10%;
    margin-right: 10%;
}

.leftside-content-sub table.tablesaw {
    border-collapse: separate;
}

.leftside-content tbody {
    display: block;
}

.row.half tbody {
    display: block;
}

.righttside-content {
    width: 32%;
    margin-right: 10%;
    float: right;
    margin-top: 3vh;
}

.leftside-content {
    width: 45%;
    margin-left: 10%;
    height: 80vh;
    float: left;
}

.eu-cookie-compliance-message {
    float: left;
    margin: 5px 0 0;
    max-width: 100%;
}

.gallery h4.title-ghost {
    margin-left: 6.5%;
}

.container_title {
    text-align: center;
}

.half .tablesaw-stack tbody tr {
    border-bottom: unset;
}

.ghost-block {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.text_block {
    margin-right: 10%;
    margin-left: 10%;
}

.row.half {
    width: 40%;
    margin-left: 4%;
    float: left;
}

thead {
    color: white;
}

.form-horizontal .control-label {
    text-align: unset
}

.myform {
    display: unset;
    width: 100%
}

.content-body {
    max-width: 85vw;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

a.advancements {
    color: #595959;
}

.nopadding {
    padding-left: 0px;
    padding-right: 0px;
}

#block-contactpopupblock {
    margin-top: 1%;
}

div#block-rightsofthedata {
    margin-left: 10%;
    margin-right: 10%;
}

form#user-login-form {
    margin-top: 10vh;
}

form#user-login-form {
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5%;
    width: 500px;
}

.fa-lg {
    font-size: 2em;
}

.views-view-grid.horizontal.cols-3.clearfix {
    margin-left: 6% !important;
}

h1 {
    font-size: 36px;
    letter-spacing: -1.5px;
}

.advance-tech-div {
    margin-left: 9%;
    margin-right: auto;
}

.advancements-homepage {
    margin-left: 8%
}

homepage-advance-tech {
    margin-left: auto;
    margin-right: auto;
}

.technology-row {
    width: 90%;
}

.technology-col {
    float: left;
    width: 30%;
}

.tech-row {
    font-size: 16px;
    width: 85vw;
    margin-left: auto;
    margin-right: auto;
}

article.teaser {
    width: 75%;
    margin-top: 10%;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    min-height: 400px;
}

article.teaser img {
    width: 100%;
}

#contact-message-quote-form {
    margin-top: 4%;
    margin-left: auto;
    margin-right: auto;
    width: 500px;
    margin-bottom: 5%;
}

.use-ajax.contact-form {
    font-size: 16px;
    color: white;
}

.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons {
    width: 98% !important;
    max-width: 500px;
    margin-top: -1%;
    z-index: 5000 !important;
}

.myform {
    width: 50%;
    display: inline-block;
}

.form-control {
    background-color: #ccc
}

.my100 {
    width: 80%;
    text-align: unset !important;
}

.Block-Redbackground {
    background-color: #D9272E;
}

#top-bar2 {
    background-color: #D9272E;
    text-align: center
}

#top-bar2 h2 {
    color: #fff;
    font-weight: 300;
    text-shadow: 2px 2px 4px #000000;
    text-align: center;
    margin-top: 10px;
    font-size: 4em;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
}

.mybtn-lg {
    color: white;
    text-shadow: 2px 2px 4px #000000;
    background-color: #D9272E;
    border: 3px solid white;
    font-size: 24px;
    line-height: 40px;
    width: 100px;
    margin-left: 40%;
}

.draggable-library td {
    display: block;
    text-align: center;
}

.container.draggable-library.draggable {
    border-bottom: unset;
}

.resource-table tbody {
    display: block;
}





.search-icon {
    display: none;
}

.centered-block {
    margin-left: 15%;
    margin-right: 15%;
    margin-bottom: 10%;
    margin-top: 5%;
}

ul.nav.navbar-nav.navbar-right {
    margin-right: 26%;
}

#mobileOnly {
    display: none;
}

#headerlogo {
    width: 200px;
    height: auto;
    margin-top: -8%
}

.btn-lg {
    color: white;
    text-shadow: 2px 2px 4px #000000;
    background-color: #D9272E;
    border: 3px solid white;
    float: right;
    font-size: 14px;
    line-height: .5;
    margin-right: -25%;
}

.lead {
    font-size: 125%;
    line-height: 1.6;
    width: 96%;
}

.views-view-grid.horizontal.cols-3.clearfix {
    margin-left: 6%;
    margin-bottom: 3%;
}


/*table generic*/

.table .caption {
    padding: .5em 0;
}

.tablecenter {
    width: 50%;
    margin-right: auto;
    margin-left: 34.25%;
}


/*specs table*/

#spec {
    min-height: .01%;
    overflow-x: auto;
    width: 75% !important;
    margin-right: auto;
    margin-left: auto;
}

#article h2 {
    text-align: center;
    font-weight: 300;
    text-shadow: 2px 2px 4px #000000;
    color: white;
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    line-height: 1.42857143;
    background-color: #fff;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border: none;
    padding: 0;
}

#SynradSearch {
    margin-bottom: 10%;
    margin-left: 5%;
}

.gallery-item.col-xs-6.col-sm-4.col-md-3 {
    width: 25%;
    margin-top: -10%;
}

.gallery-item-a.col-xs-6.col-sm-4.col-md-3 img {
    margin-top: -10%;
    margin-left: 21%;
}

.gallery-item-b.col-xs-6.col-sm-4.col-md-3 img {
    margin-top: -30%;
    margin-left: 21%;
}

.gallery-item-c.col-xs-6.col-sm-4.col-md-3 img {
    float: left;
}

.looptitle {
    width: 74%;
    float: right;
}

#top-bar>.looptitle {
    width: 74%;
    float: right;
}

#top-bar>.gallery.row {}

#top-bar>a:hover {
    text-decoration: none;
}

.gallery.row {
    margin-bottom: 25px;
    margin-top: 25px;
}

.gallery-item-d.col-xs-6.col-sm-4.col-md-3 img {
    margin-top: -9vh;
    margin-left: 10vw;
    width: unset !important;
}

.gallery-item-f {
    width: 33%;
}

.gallery ul {
    margin-left: 26%;
    font-size: .75em !important;
    line-height: 25px;
}

.gallery h4 {
    font-weight: 600;
    margin-top: 0;
    margin-left: 0;
}

.myleft {
    float: left;
    margin-left: 17.65%;
    margin-bottom: 5%;
    margin-top: 5%;
}

.myright {
    width: 44% !important;
    margin-left: 30px;
    margin-top: 5% !important;
}

.myrighta {
    margin-left: 56%;
    margin-top: -5em;
    position: absolute;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    font-size: 1.25em;
    margin-top: 7%;
    margin-left: 30%;
}

.navbar-header {
    float: left;
    margin-left: 5%;
}

.lightgrey {
    background-color: lightgray;
}

div#test {
    margin-top: -2%;
}

.imagelabel-a a {
    color: #ffffff;
    text-decoration: none;
    position: absolute;
    font-size: 1.5em;
}

.imagelabel-a {
    position: absolute;
    margin-left: 4%;
}

a.contact-btn.btn-lg:hover {
    text-decoration: none;
}

.views-view-grid.horizontal.cols-3.clearfix {
    margin-left: 19%;
    margin-bottom: 3%;
}

div#block-views-block-image-button-loop-block-1 {
    margin-left: 9%;
}

.shift-left {
    padding-left: 17%;
    margin-bottom: 15%;
}

.contact-btn {
    font-size: 18px;
    line-height: 1.5;
    margin-right: auto;
    float: unset;
    margin-left: 42.5%;
    -webkit-box-shadow: 5px 10px 5px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 5px 10px 5px rgba(50, 50, 50, 0.4);
    box-shadow: 5px 10px 5px rgba(50, 50, 50, 0.4);
}

.contact-btn:hover {
    text-decoration: none;
    color: white;
}

.workstyle-left>a:hover {
    text-decoration: none;
    color: white;
}

.myrighta>a:hover {
    text-decoration: none;
    color: white;
}

.hero>a:hover {
    text-decoration: none;
    color: white;
}

.series-table {
    color: white;
    text-shadow: 2px 2px 4px #000000;
    background-color: #D9272E;
    border: 3px solid white;
    margin-right: auto;
    float: unset;
    margin-left: 35.5%;
    -webkit-box-shadow: 5px 10px 5px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 5px 10px 5px rgba(50, 50, 50, 0.4);
    box-shadow: 5px 10px 5px rgba(50, 50, 50, 0.4);
}

.series-table h4 {
    font-weight: 200;
    margin-left: 0;
}

.series-table ul {
    margin-left: 0;
    font-size: 1em !important;
    line-height: 29px;
}

#series-table li>a {
    color: white;
}

.applicationtext {
    margin-left: 26%;
    font-size: .75em !important;
    width: 50%;
}

.container.industryuse {
    margin-left: 15%;
}

#ourpeople .gallery-item {
    width: 20%;
}

#ourpeopletext.gallery-item {
    margin-top: 12%;
    margin-right: 0%;
    width: 30%;
    font-size: 1em;
    margin-bottom: 0%;
}

.workstyle-left {
    margin-top: 3%;
    padding-left: 12%;
    padding-right: 3%;
}

.workstyle-right {
    margin-top: 3%;
}

#imagelabel {
    text-shadow: 2px 2px 4px #000000;
    color: white;
    margin-left: 5%;
    position: absolute;
    margin-top: 4%;
    font-size: 22px;
    max-width: 65%;
}

#imagelabel-f {
    text-shadow: 2px 2px 4px #000000;
    color: white;
    margin-left: 5%;
    position: absolute;
    margin-top: 70%;
    font-size: 30px;
    max-width: 65%;
}

.imagelabel2 {
    font-size: 20px;
}

.productlabel2 {
    margin-top: 6%;
}

.productbutton {
    margin-bottom: 40px;
    /*margin-right: 3%; */
}

#tradelist {
    float: unset;
    margin-left: 20%;
}

.tradelist {
    display: inline-block;
    text-align: left;
    margin-bottom: 15px;
    margin-left: 50px;
}


/* footer */

#footer {
    background-color: #464749;
    width: 100%;
}

#footertext1 {
    display: inline-block;
    margin-left: 50px;
    margin-right: -100px;
}

#footertext2 {
    display: inline-block;
    margin-left: -70px;
    margin-top: 10px;
    margin-right: -100px;
}

#footertext3 {
    display: inline-block;
    margin-left: 0px;
    margin-top: 10px;
    margin-right: -20px;
}

#footer p {
    color: white;
    text-align: center;
}

#footer h5 {
    color: white;
}

.addressp {
    font-size: 78%;
    color: white;
    line-height: 118%;
    text-align: unset !important;
}

.address {
    font-size: 1em;
    font-weight: 500;
    color: white;
    text-align: unset !important;
}

#centered {
    margin-left: auto;
    margin-right: auto;
}

#myFooter .url {
    color: white;
    margin-top: -14px;
    font-size: 12px;
}

#myFooter {
    background-color: #464749;
    color: white;
}

#myFooter .row {
    margin-bottom: 0px;
    margin-left: 4.75%;
}

#myFooter .info {
    text-align: justify;
    color: #afb0b1;
}

#myFooter ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.25;
    font-size: smaller;
}

.my-footer {
    line-height: 1.25;
    font-size: smaller;
}

#myFooter h5 {
    font-size: 14px;
    color: white;
    font-weight: bold;
    margin-top: 30px;
}

#myFooter h3 {
    font-size: 22px;
    color: white;
    font-weight: bold;
    margin-top: 30px;
}

.my-footer h2 {
    font-size: 14px;
    color: white;
    font-weight: bold;
    margin-top: 30px;
}

#myFooter .logo {
    margin-top: 10px;
}

#myFooter .second-bar .logo a {
    color: white;
    font-size: 28px;
    float: left;
    font-weight: bold;
    line-height: 68px;
    margin: 0;
    padding: 0;
}

#myFooter a {
    color: #d2d1d1;
    text-decoration: none;
}

#myFooter a:hover,
#myFooter a:focus {
    text-decoration: none;
    color: white;
}

#myFooter .second-bar {
    text-align: center;
    background-color: #464749;
}

#myFooter .second-bar a {
    font-size: 22px;
    color: #9fa3a9;
    padding: 10px;
    transition: 0.2s;
    line-height: 68px;
}

#myFooter .second-bar a:hover {
    text-decoration: none;
}


/*       Fade Bs-carousel       */

.fade-carousel {
    position: relative;
    height: 400px;
}

.fade-carousel .carousel-inner .item {
    height: 400px;
}

.fade-carousel .carousel-indicators>li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}

.fade-carousel .carousel-indicators>li.active {
    width: 10px;
    height: 10px;
    opacity: 1;
}


/*          Hero Headers        */

.hero {
    position: absolute;
    top: 27%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .75);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.hero h1 {
    color: #fff;
    line-height: 1.5em;
    letter-spacing: -0.025em;
    font-weight: 300;
    text-shadow: 2px 2px 4px #000000;
    text-align: right;
    margin-left: 70%;
    font-size: 1.5em;
    margin-right: -25%;
    margin-top: 57%;
}

.fade-carousel .carousel-inner .item {
    height: 400px;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}

.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}


/*            Overlay           */

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: .7;
}


/*          Custom Buttons      */

.btn.btn-lg {
    padding: 10px 40px;
}

.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #D9272E;
    border-color: #D9272E;
    outline: none;
    margin: 20px auto;
}


/*       Slides backgrounds     */

.fade-carousel .slides .slide-1,
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3,
.fade-carousel .slides .slide-4,
.fade-carousel .slides .slide-5,
.fade-carousel .slides .slide-6,
.fade-carousel .slides .slide-7 {
    height: 400px;
    background-position: center center;
    background-repeat: no-repeat;
}

.fade-carousel .slides .slide-1 {
    background-size: cover;
    max-height: 400px;
    background-image: url(../images/Banner1.jpg);
}

.fade-carousel .slides .slide-2 {
    background-size: cover;
    max-height: 70vh;
    background-image: url(../images/Scanning_Heads_Trade-In_Banner_Image.jpg);
}

.fade-carousel .slides .slide-y {
    background-size: cover;
    max-height: 70vh;
    background-image: url(../images/Power_Wizard_Promo_Home_Page_Banner.jpg);
}

.fade-carousel .slides .slide-3 {
    background-size: cover;
    max-height: 70vh;
    background-image: url(../images/Home_Page_Banner_Image_ti_Series_Flyer_3D_Special_Offer.jpg);
}

.fade-carousel .slides .slide-4 {
    background-size: cover;
    max-height: 70vh;
    background-image: url(../images/Banner4.jpg);
}

#block-userlogin {
    z-index: 50000;
    margin-top: 25%;
}

.body-product-page {
    margin-bottom: 5%;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}


/* NAVIGATION */


/* Language switcher */

div#block-languagedropdownswitchercontent {
    width: 25%;
    float: right;
    position: fixed;
    z-index: 90000000;
    right: 0;
    top: 13px;
}

.navbar-default {
    background-color: #ffffff;
    border-color: #ffffff;
}

.synrad-navbar {
    border: none;
    margin-top: 5%;
    font-size: .8em;
}

.col-8.collapse.navbar-collapse.js-navbar-collapse {
    float: left;
    display: inline-block;
    z-index: 3000;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 500;
    display: none;
    float: none;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 18px;
    text-align: center;
    list-style: none;
    background-color: #464749;
    -webkit-background-clip: unset;
    background-clip: unset;
    border: none;
    border: none;
    border-radius: unset;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dropdown-large {
    position: static !important;
}

.dropdown-menu-large {
    padding: 20px 0px;
}

.dropdown-menu-large>li>ul {
    padding: 0;
    margin: 0;
    display: block;
    right: inherit !important;
}

.dropdown-menu>li {
    color: #ffffff;
    text-decoration: none;
    background-color: #464749;
}

.dropdown-toggle.is-open {
    display: block;
}

.dropdown-large:hover>ul#Products,
.dropdown-large:hover>ul#製品,
.dropdown-large:hover>ul#サポート,
.dropdown-large:hover>ul#資料,
.dropdown-large:hover>ul#会社情報,
.dropdown-large:hover>ul#产品,
.dropdown-large:hover>ul#关于,
.dropdown-large:hover>ul#用途,
.dropdown-large:hover>ul#工業 {
    display: block;
}

.dropdown-large:hover>ul#Applications,
.dropdown-large:hover>ul#应用,
.dropdown-large:hover>ul#行业,
.dropdown-large:hover>ul#支持,
.dropdown-large:hover>ul#资源 {
    display: block;
}

.dropdown-large:hover>ul#Industries,
.dropdown-large:hover>ul#産業 {
    display: block;
}

.dropdown-large:hover>ul#Support {
    display: block;
}

.dropdown-large:hover>ul#Resources {
    display: block;
}

.dropdown-large:hover>ul#About {
    display: block;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #464749;
}

.dropdown-menu-large>li ul>li>a {
    text-decoration: none !important;
    color: #ffffff;
    background-color: #464749;
}

ul#Products {
    height: 26em;
    width: 50em;
    background-color: #464749;
    right: inherit;
}

ul#Products>li.col-sm-3 {
    width: 31%;
}

ul#Products>li>a {
    float: left;
    padding-left: 1px;
}

ul#Lasers {
    left: 0;
}

ul#Lasers>li.dropdown-header {
    float: left;
}

ul#Marking>li.dropdown-header {
    float: left;
}

ul#Accessories>li.dropdown-header {
    float: left;
}

ul#Applications,
ul#应用 {
    background-color: #464749;
    right: inherit;
}

ul#Applications>li,
ul#应用>li {
    float: inherit;
}

ul#Applications>li.col-sm-3>a,
ul#应用>li.col-sm-3>a {
    text-decoration: none !important;
    font-size: 18px;
}

ul#Industries {
    background-color: #464749;
    right: inherit;
}

ul#Industries>li {
    float: inherit;
}

ul#Industries>li.col-sm-3>a {
    text-decoration: none !important;
    font-size: 18px;
}

ul#Industries>li.col-sm-3 {
    width: 33%;
}

ul#Support {
    width: 22em;
    background-color: #464749;
    right: inherit;
    height: 9em;
}

ul#Support>li.col-sm-3 {
    width: 51%;
    font-size: 18px;
    text-align: left;
}

ul#Resources {
    height: 23em;
    width: 48em;
    background-color: #464749;
    margin-right: 16em;
}

ul#Resources>li.col-sm-3,
ul#库>li.col-sm-3 {
    width: 33%;
}

ul#About,
ul#关于 {
    background-color: #464749;
    right: 0;
}

ul#About>li,
ul#关于>li {
    float: inherit;
}

ul#About>li.col-sm-3>a,
ul#关于>li.col-sm-3>a {
    text-decoration: none !important;
    font-size: 18px;
}

ul#About>li.col-sm-3,
ul#关于>li.col-sm-3 {
    width: 33%;
}

ul#Products>a {
    color: white;
}

.dropdown-menu>li>a {
    color: #ffffff;
}

.dropdown-menu-large>li>ul>li {
    list-style: none;
}

.dropdown-menu-large>li>ul>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #ffffff;
    white-space: normal;
}

.dropdown-menu-large>li ul>li>a:hover,
.dropdown-menu-large>li ul>li>a:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #62666d;
}

.dropdown-menu-large .disabled>a,
.dropdown-menu-large .disabled>a:hover,
.dropdown-menu-large .disabled>a:focus {
    color: #62666d;
}

.dropdown-menu-large .disabled>a:hover,
.dropdown-menu-large .disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}

.dropdown-menu-large .dropdown-header {
    color: #62666d;
    font-size: 18px;
    text-decoration: none;
    text-align: initial;
}

#Body table {
    text-align: initial;
}

#Bodya table {
    text-align: initial;
}

#Bodya table p {
    padding-right: 10%;
}

element.style {}

caption {
    font-size: x-large;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #000;
    text-align: center;
}

thead {
    background-color: #D9272E;
}

tbody th {
    background-color: lightgray;
}

#choose-row {
    margin-left: 7%;
    width: 100%;
}

#feed-row {
    margin-left: 14%;
    width: 100%;
}

@media screen and (min-width: 320px) and (max-width: 413px) {
    .flex-item a {
        color: white !important;
        position: relative;
        top: 3vw;
        font-size: 1.25em;
        text-align: center;
    }
    .views-view-grid .views-col {
        width: unset !important;
    }
    .leftside-content {
        width: 80%;
        margin-left: 10%;
        display: inline-block;
        float: left;
        margin-right: 10%;
    }
    .righttside-content {
        width: 80%;
        margin-right: 10%;
        float: right;
        display: inline-block;
    }
    .rightside-content-sub {
        height: 200px;
        margin-bottom: 4vh;
        margin-top: 3vh;
    }
    .row.half {
        width: 90%;
        margin-left: 4%;
        float: left;
    }
    .ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons {
        width: 98% !important;
        margin-top: -1%;
        z-index: 5000 !important;
    }
    body {
        font-size: 13px;
    }
    h1 {
        font-size: 34px;
        letter-spacing: -1.5px;
    }
    .centered {
        margin-left: 5%;
        font-size: 20px;
    }
    .centered-a {
        margin-left: 8%;
        font-size: 20px;
    }
    .choose-block>.centered {
        margin-left: 2%;
    }
    .myform {
        width: 100%;
        display: inline-block;
    }
    .technology-col {
        float: left;
        width: 95%;
    }

    h2.text-align-left {
        font-family: Gotham;
        float: left;
        text-align: center !important;
        padding-left: 0%;
        padding-top: 9.5%;
        width: 100% !important;
    }
    ul#Products {
        height: 340px;
        width: 764px;
        background-color: #464749;
        right: inherit;
        z-index: 900000;
        position: inherit;
        -webkit-transform: translate3d(0, 0, 0);
    }
    #top-bar .looptitle {
        display: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 13px;
        font-size: 13px;
    }
    ul#Products {
        height: 340px;
        width: 764px;
        background-color: #464749;
        right: inherit;
        z-index: 900000;
        position: inherit;
        -webkit-transform: translate3d(0, 0, 0);
    }
    ul#Applications,
    ul#应用 {
        background-color: #464749;
        right: inherit;
        position: inherit;
        z-index: 900000;
        -webkit-transform: translate3d(0, 0, 0);
    }
    ul#Industries {
        background-color: #464749;
        right: inherit;
        position: inherit;
        z-index: 900000;
        -webkit-transform: translate3d(0, 0, 0);
    }
    ul#Resources,
    ul#库 {
        background-color: #464749;
        right: inherit;
        position: inherit;
        z-index: 900000;
        -webkit-transform: translate3d(0, 0, 0);
    }
    ul#About,
    ul#关于 {
        background-color: #464749;
        right: inherit;
        position: inherit;
        z-index: 900000;
        -webkit-transform: translate3d(0, 0, 0);
    }
    ul#Lasers {
        left: 0;
        display: none;
    }
    ul#Support {
        background-color: #464749;
        right: inherit;
        position: inherit;
        z-index: 900000;
        -webkit-transform: translate3d(0, 0, 0);
    }
    #Scanning\ Heads\/Software {
        display: none;
    }
    #Accessories {
        display: none;
    }
    #Libraries {
        display: none;
    }
    #General\ Information {
        display: none;
    }
    #Tools {
        display: none;
    }
    #mobileOnly {
        display: block;
    }
    ul#Industries>li.col-sm-3>a {
        text-decoration: none !important;
        font-size: 14px;
        line-height: 1;
    }
    ul#About>li.col-sm-3>a,
    ul#关于>li.col-sm-3>a {
        text-decoration: none !important;
        font-size: 14px;
        line-height: 1;
    }
    .dropdown-menu>li>a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 0.429;
        white-space: nowrap;
        font-size: 14px;
    }
    ul#Applications>li.col-sm-3>a,
    ul#应用>li.col-sm-3>a {
        text-decoration: none !important;
        font-size: 24px;
        line-height: 1;
    }
    ul#Support>li.col-sm-3>a {
        text-decoration: none !important;
        font-size: 14px;
        line-height: 1;
    }
    ul#Support>li {
        float: left;
    }
    .dropdown-menu-large>li>ul {
        padding: 0;
        margin: 0;
        display: none;
        right: inherit !important;
    }
    caption {
        display: none;
    }
    tbody {
        display: none;
    }
    .key-application row-2 {
        margin-top: -60px !important;
        margin-bottom: -40px !important;
    }
    .blurbTextA {
        font-size: 8px;
        margin-right: 7%;
        margin-left: 21%;
    }
    .contact-btn {
        margin-left: 23.5%;
    }
    #what-row {
        margin-left: 25%;
    }
    #link {
        font-size: 8px;
        margin-left: 23%;
    }
    .key-industry {
        margin-left: 10%;
    }
    .key-application {
        margin-left: 10%;
    }
    #product-box {
        margin-left: -1%;
    }
    #product-box-1 {
        margin-left: 11%;
    }
    .blurbText {
        font-size: 9px;
        max-width: 100%;
        margin-left: 20%;
        margin-right: 10%;
    }


    #headerlogo {
        width: 30%;
    }
    .headerlogo {
        float: left;
        width: 80%;
        margin-top: -8%
    }
    .search-icon {
        z-index: 5000;
        display: none;
        float: right;
        margin-right: 14%;
        margin-top: 7%;
        margin-bottom: -3%;
        padding-top: 5%
    }
    .hero {
        top: 37%;
        left: 20%;
    }
    .hero h1 {
        margin-left: 50%;
        font-size: 1.5em;
    }
    .col-xs-6 {
        width: 40%;
    }
    #imagelabel {
        font-size: 17px;
    }
    #choose-row {
        margin-left: 7%;
    }
    #feed-row {
        margin-left: 4%;
    }
    .myright {
        width: 64% !important;
        margin-left: 15%;
        margin-top: 5% !important;
    }
    .series-table {
        margin-left: 5%;
        width: 280px !important;
    }
    .body-product-page {
        padding-left: 2%;
        padding-right: 2%;
    }
    .tablesaw {
        display: block !important;
    }
    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 30px;
        margin-right: 60px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }
    .gallery-item-d.col-xs-6.col-sm-4.col-md-3 img {
        margin-top: -12vh;
        margin-left: -16vw;
        width: unset !important;
    }
    .banner-container {
        margin-top: 30%;
    }
}

@media screen and (min-width: 414px) and (max-width: 767px) {
    .flex-item a {
        color: white !important;
        position: relative;
        top: 3vw;
        font-size: 1.25em;
        text-align: center;
    }
    .group-middle,
    .group-left,
    .group-right {
        border: 1px solid;
        width: 75%;
        padding: 20px 40px;
        display: inline-block;
        float: left;
        margin-bottom: 40px;
        min-height: 111vw;
    ;
    }
    .myframe {
        max-width: 1400px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10vw;
    }
    iframe {
        height: 375vw;
        min-width: 400px;
        margin-left: -11vw;
    }
    #top-bar .looptitle {
        display: none;
    }
    #mobileOnly {
        display: block;
    }
    .righttside-content {
        width: 80%;
        margin-right: 10%;
        float: right;
        display: inline-block;
    }
    .rightside-content-sub {
        height: 200px;
        margin-bottom: 4vh;
        margin-top: 3vh;
    }
    .row.half {
        width: 90%;
        margin-left: 4%;
        float: left;
    }
    .leftside-content {
        width: 80%;
        margin-left: 10%;
        display: inline-block;
        float: left;
        margin-right: 10%;
    }
    .technology-col {
        float: left;
        width: 95%;
    }
    .views-col.col-1 {
        width: 100%;
    }
    ul#Products {
        height: 340px;
        width: 764px;
        background-color: #464749;
        right: inherit;
        z-index: 900000;
        position: inherit;
        -webkit-transform: translate3d(0, 0, 0);
    }
    ul#Applications,
    ul#应用 {
        background-color: #464749;
        right: inherit;
        position: inherit;
        z-index: 900000;
        -webkit-transform: translate3d(0, 0, 0);
    }
    ul#Industries {
        background-color: #464749;
        right: inherit;
        position: inherit;
        z-index: 900000;
        -webkit-transform: translate3d(0, 0, 0);
    }
    ul#Resources,
    ul#库 {
        background-color: #464749;
        right: inherit;
        position: inherit;
        z-index: 900000;
        -webkit-transform: translate3d(0, 0, 0);
    }
    ul#About,
    ul#关于 {
        background-color: #464749;
        right: inherit;
        position: inherit;
        z-index: 900000;
        -webkit-transform: translate3d(0, 0, 0);
    }
    ul#Lasers {
        left: 0;
        display: none;
    }
    #Scanning\ Heads\/Software {
        display: none;
    }
    #Accessories {
        display: none;
    }
    #Libraries {
        display: none;
    }
    #General\ Information {
        display: none;
    }
    #Tools {
        display: none;
    }

    #headerlogo {
        width: 30%;
    }
    .headerlogo {
        float: left;
        width: 80%;
        margin-top: 8%
    }
    .search-icon {
        z-index: 5000;
        display: inline-block;
        float: right;
        margin-right: 14%;
        margin-top: 13%;
        margin-bottom: -3%;
        padding-top: 5%
    }
    .hero {
        top: 37%;
        left: 20%;
    }
    .hero h1 {
        margin-left: 50%;
        font-size: 1.5em;
    }
    .col-xs-6 {
        width: 40%;
    }
    .productbutton {
        margin-left: 6%;
    }
    #imagelabel {
        font-size: 17px;
    }
    #choose-row {
        margin-left: 4%;
    }
    #feed-row {
        margin-left: 4%;
    }
    .myright {
        width: 64% !important;
        margin-left: 15%;
        margin-top: 5% !important;
    }
    .series-table {
        margin-left: 10vw;
        width: 300px !important;
    }
    .body-product-page {
        padding-left: 2%;
        padding-right: 2%;
    }
    .tablesaw {
        display: none !important;
    }
    .gallery-item-d.col-xs-6.col-sm-4.col-md-3 img {
        margin-top: -9vh;
        margin-left: -8vw;
        width: unset !important;
    }
    .banner-container {
        margin-top: 24%;
    }
    #top-bar {
        background-color: #0c50a3;
        position: fixed;
        z-index: 501;
        text-align: center;
        height: 43px;
    }
}

@media screen and (min-width: 768px) and (max-width: 919px) {
    .flex-item a {
        color: white !important;
        position: relative;
        top: 3vw;
        font-size: 1.25em;
        text-align: center;
    }
    .group-middle,
    .group-left,
    .group-right {
        border: 1px solid;
        width: 75%;
        padding: 20px 40px;
        display: inline-block;
        float: left;
        margin-bottom: 40px;
        min-height: 111vw;
    ;
    }

    iframe {
        height: 200vw;
    }
    #mobileOnly {
        display: none;
    }
    .blurbTextA {
        font-size: 9px;
        margin-left: -17%;
        width: 100%;
    }
    #link {
        font-size: 11px;
    }
    .gallery-item img {
        width: 70%;
        margin-left: -11%;
    }
    .centered {
        margin-left: -14%;
    }
    #myFooter p {
        font-size: 9px;
    }
    #myFooter .row {
        margin-bottom: 0px;
        margin-left: 70px;
    }
    .blurbText {
        font-size: 9px;
        margin-right: 34%;
        margin-left: -40px;
    }
    .choose-block {
        margin-left: -19% !important;
    }
    .col-sm-8 {
        width: 76.666667%;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        font-size: .75em;
        margin-left: 23%;
    }
    ul.nav.navbar-nav.navbar-right {
        margin-right: 9%;
    }
    #headerlogo {
        width: 20%;
        margin-top: 3%;
        height: auto;
    }
    #imagelabel {
        text-shadow: 2px 2px 4px #000000;
        color: white;
        margin-left: 5%;
        position: absolute;
        margin-top: 4%;
        font-size: 18px;
        max-width: 65%;
    }
    ul#Products {
        height: 340px;
        width: 680px;
        background-color: #464749;
        right: 30px;
    }
    .dropdown-menu {
        font-size: 14px;
    }
    .hero h1 {
        margin-top: 57%;
        margin-left: 50%;
    }
    #feed-me {
        margin-left: -15%;
    }
    #feed-row {
        margin-left: 1%;
        width: 100%;
    }
    #choose-row {
        margin-left: 0%;
        width: 100%;
    }
    div#article {
        margin-left: -17%;
    }
    ul#Resources,
    ul#库 {
        height: 300px;
        width: 700px;
        background-color: #464749;
        margin-right: 27px;
    }
    ul#About,
    ul#关于 {
        background-color: #464749;
        right: 55px;
    }
    #product-box {
        margin-left: -17%;
    }
    #product-box-1 {
        margin-left: -17%;
    }
    .myright {
        width: 50% !important;
        margin-left: 43px;
        margin-top: 5% !important;
    }
    .body-product-page {
        padding-left: 0px;
        padding-right: 0px;
    }
    .series-table {
        margin-left: 28.5%;
        width: 40% !important;
    }
    .gallery ul {
        margin-left: 0%;
        font-size: 1em !important;
        line-height: 25px;
    }
    .imagelabel-a {
        position: absolute;
        margin-left: 10%;
    }
    #imagelabel-f {
        margin-top: 62%;
        font-size: 18px;
    }
    .gallery-item-d.col-xs-6.col-sm-4.col-md-3 img {
        margin-top: -9vh;
        margin-left: 8vw;
        width: unset !important;
    }
    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 30px;
        margin-right: 40px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }
    .banner-container {
        margin-top: 20%;
    }
}

@media screen and (min-width: 920px) and (max-width: 1000px) {
    .flex-item a {
        color: white !important;
        position: relative;
        top: 3vw;
        font-size: 1.25em;
        text-align: center;
    }
    .group-middle,
    .group-left,
    .group-right {
        border: 1px solid;
        width: 75%;
        padding: 20px 40px;
        display: inline-block;
        float: left;
        margin-bottom: 40px;
        min-height: 111vw;
    ;
    }
    ul.nav.navbar-nav.navbar-right {
        margin-right: 10%;
    }
    #mobileOnly {
        display: none;
    }
    #headerlogo {
        width: 20%;
        margin-top: 1%;
    }
    .gallery-item-d {
        margin-left: 7vw;
    }
    ul.nav.navbar-nav.navbar-right {
        margin-right: -4%;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        font-size: .75em;
    }
    #choose-row {
        margin-left: 0%;
        width: 100%;
    }
    .hero h1 {
        margin-top: 57%;
    }
    #product-row {
        margin-left: 0%;
        width: 100%;
    }
    #product-box {
        margin-left: -17%;
    }
    #product-box-1 {
        margin-left: -17%;
    }
    #feed-me {
        margin-left: -15%;
    }
    #feed-row {
        margin-left: 0%;
        width: 100%;
    }
    .key-application {
        margin-left: -16%;
    }
    .key-industry {
        margin-left: -16%;
    }
    .choose-block {
        margin-left: -16%;
    }
    #Products {
        right: 0;
        left: 11%;
    }
    .series-table {
        margin-left: 28.5%;
        width: 40% !important;
    }
    .body-product-page {
        padding-left: 0px;
        padding-right: 0px;
    }
    .banner-container {
        margin-top: 20%;
    }
}

@media screen and (min-width: 1000px)and (max-width: 1220px) {
    .flex-item a {
        color: white !important;
        position: relative;
        top: 3vw;
        font-size: 1.25em;
        text-align: center;
    }
    .group-middle,
    .group-left,
    .group-right {
        border: 1px solid;
        width: 33%;
        padding: 20px 40px;
        display: inline-block;
        float: left;
        margin-bottom: 40px;
        min-height: 111vw;
    ;
    }
    iframe {
        height: 120vw;
    }
    #top-bar2 {
        background-color: #0c50a3;;
        text-align: center;
        margin-top: 13%;
    }
    #top-bar2 h2 {
        color: #fff;
        font-weight: 300;
        text-shadow: 2px 2px 4px #000000;
        text-align: center;
        margin-top: -4px;
        font-size: 4em;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }
    #mobileOnly {
        display: none;
    }
    .blurbText {
        margin-left: -18%;
        margin-right: 28%;
    }
    .blurbTextA {
        margin-right: 24%;
        margin-left: -10%;
    }
    #imagelabel-f {
        margin-top: 66%;
    }
    .series-table {
        width: 30% !important;
    }
    ul.nav.navbar-nav.navbar-right {
        margin-right: 8%;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        font-size: 1.25em;
        margin-top: 0%;
        margin-right: 0%;
        margin-left: 0%;
    }
    .hero h1 {
        color: #fff;
        line-height: 1.5em;
        letter-spacing: -0.025em;
        font-weight: 300;
        text-shadow: 2px 2px 4px #000000;
        text-align: right;
        margin-left: 70%;
        font-size: 1.5em;
        margin-right: -25%;
        margin-top: 57%;
    }
    ul#Products {
        height: 340px;
        width: 764px;
        background-color: #464749;
        right: unset;
        margin-left: -10% !important;
    }
    .imagelabel-a {
        position: absolute;
        margin-left: 5%;
    }
    #headerlogo {
        width: 22%;
        height: auto;
        margin-top: 0
    }
    ul.nav.navbar-nav.navbar-right {
        margin-right: 0%;
    }
    ul#Products {
        height: 340px;
        width: 757px;
        background-color: #464749;
        right: unset;
        overflow: hidden;
        margin-left: -15% !important;
    }
    #choose-row {
        margin-left: -7%;
    }
    #feed-row {
        margin-left: 12%;
        width: 100%;
    }
    #key-row {}
    .lightgrey {
        margin-top: 16px !important;
    }
    #imagelabel {
        font-size: 17px;
    }
    div#article {
        margin-left: -11%;
    }
    #product-box {
        margin-left: -11%;
    }
    #product-box-1 {
        margin-left: -11%;
    }
    #product-row {
        margin-left: 13%;
        width: 100%;
    }
    #feed-me {
        left: 11%;
    }
    .banner-container {
        margin-top: 17%;
    }
}

@media screen and (min-width: 1220px) and (max-width: 1349px) {
    .flex-item a {
        color: white !important;
        position: relative;
        top: 3vw;
        font-size: 1.25em;
        text-align: center;
    }
    #mobileOnly {
        display: none;
    }
    .choose-block {
        margin-left: -16%;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        font-size: 1.5em;
        margin-right: 4%;
        margin-top: 3%;
        margin-left: 0%;
    }
    #imagelabel {
        font-size: 22px;
    }
    div#article {
        margin-left: -12%;
    }
    #product-box {
        margin-left: -12%;
    }
    #product-box-1 {
        margin-left: -12%;
    }
    #product-row {
        margin-left: 12%;
        width: 100%;
    }
    #choose-row {
        margin-left: 2%;
    }
    ul.nav.navbar-nav.navbar-right {
        margin-right: 0%;
    }
    #feed-me {
        left: 11%;
    }
    .banner-container {
        margin-top: 13%;
    }
}

@media screen and (min-width: 1350px) {
    .flex-item a {
        color: white !important;
        position: relative;
        top: 3vw;
        font-size: 1.25em;
        text-align: center;
    }
    iframe {
        height: 100vw;
    }
    .banner-container {
        margin-top: 14%;
    }
    #mobileOnly {
        display: none;
    }
    #link {
        margin-left: 5%;
    }
    .blurbText {
        margin-left: 3%;
        margin-right: 22%;
    }
    .blurbTextA {
        margin-left: -1%;
        margin-right: 25%;
    }
    #what-row {
        margin-left: 2%;
    }
    #feed-me {
        margin-left: -14%;
    }
    #feed-row {
        margin-left: 11%;
        width: 100%;
    }
    #article {
        margin-left: -13%;
    }
    div#article {
        margin-left: -14%;
    }
    #product-row {
        margin-left: 12%;
        width: 100%;
    }
    #choose-row {
        margin-left: 2%;
    }
    #key-row {
        margin-left: 1%;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        font-size: 1.5em;
        margin-top: 3.5em;
        font-weight: 800;
        margin-right: 16%;
        margin-left: unset;
    }
    ul.nav.navbar-nav.navbar-right {
        margin-right: -4%;
    }
    #product-box {
        left: 11%;
    }
    #product-box-1 {
        left: 11%;
    }
}

@media screen and (min-width: 1441px) {
    .flex-item a {
        color: white !important;
        position: relative;
        top: 2vw;
        font-size: .75em;
        text-align: center;
    }
}

@media screen and (min-width: 1899px) {
    .flex-item a {
        color: white !important;
        position: relative;
        top: 2vw;
        font-size: .75em;
        text-align: center;
    }
    .banner-container {
        margin-top: 12%;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        font-size: 1em;
        margin-top: 3.5em;
        font-weight: 800;
        margin-right: 17em;
        margin-left: unset;
    }
    .group-middle,
    .group-left,
    .group-right {
        border: 1px solid;
        width: 33%;
        padding: 20px 40px;
        display: inline-block;
        float: left;
        margin-bottom: 40px;
        min-height: 65vw;
    }
}


/* iPad in landscape */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {}


/* Retina iPad in landscape */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {}

@media only screen and (max-device-width: 320px) and (orientation: landscape) {
    gallery-item {
        display: block;
        float: none;
        width: 100%;
    }
    gallery.row {
        margin-bottom: 0;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (max-device-width: 375px) {
    #key-row {
        margin-left: -2px;
    }
    #choose-row {
        margin-left: 12%;
    }
}

@media screen and (min-width: 1900px) {
    div#slidebox {
        padding-bottom: 1px;
    }
    a#english {
        margin-top: 1%;
    }
    a#chinese {
        margin-top: 1%;
        margin-right: 60px;
    }
    body {
        font-family: Verdana;
        font-size: 2.5em;
        color: #595959;
    }
    h2,
    .h2 {
        font-size: 2.5em;
    }
    h4,
    .h4 {
        font-size: 1.5em;
    }
    .lg-image {
        margin-left: auto;
        margin-right: auto;
        width: 60%;
    }
    .additional-content {
        margin-left: 10%;
        margin-right: 10%;
    }
    .leftside-content-sub table.tablesaw {
        border-collapse: separate;
    }
    .leftside-content tbody {
        display: block;
    }
    .row.half tbody {
        display: block;
    }
    .righttside-content {
        width: 32%;
        margin-right: 10%;
        float: right;
        margin-top: 3vh;
    }
    .leftside-content {
        width: 45%;
        margin-left: 10%;
        height: 40vh;
        float: left;
        clear: both;
    }

    .hero {
        top: 0%;
    }
    .views-view-grid .views-row {
        /* margin-left: 4vw; */
    }
    #headerlogo {
        width: 250px;
    }
    .blurbText {
        margin-left: -10%;
        margin-right: 54%;
    }
    .teaser p {
        font-size: 2em;
    }
    .teaser h4 {
        font-size: 2.5em;
    }
    h1 {
        font-size: 2.5em;
    }

    a#english img {
        width: 70% !important;
        padding-top: 1%;
        padding-bottom: 8%;
        height: 50% !important;
        margin-top: -5px;
    }
    a#chinese img {
        width: 80% !important;
        height: 50% !important;
        margin-top: -6%;
    }
    .col-LibraryMenu .column-1-box-1-text,
    .col-LibraryMenu .column-1-box-2-text,
    .col-LibraryMenu .column-1-box-3-text,
    .col-LibraryMenu .column-2-box-1-text,
    .col-LibraryMenu .column-2-box-2-text,
    .col-LibraryMenu .column-2-box-3-text,
    .col-LibraryMenu .column-2-box-4-text,
    .col-LibraryMenu .column-2-box-5-text,
    .col-LibraryMenu .column-1-box-4-text,
    .col-LibraryMenu .column-1-box-5-text {
        margin-top: -1.75em;
        font-size: 1em;
        padding-left: 2em;
        width: unset;
    }
}

@media only screen and (max-width: 450px) {

    a#english {
        margin-top: 1%;
    }
    a#chinese {
        margin-top: 1%;
        margin-right: 60px;
    }
    .linkedin {
        margin-top: 5px!important;
        margin-right: 3.5% !important;
    }
    #topbarblock {
        height: 40px;
        width: 100%;
        display: inline-block;
    }
    .banner-container {
        margin-top: 50%;
    }
    button.navbar-toggle {
        margin-top: 8em;
    }
    #headerlogo {
        width: 50%;
    }
    ul#Products,
    ul#Applications,
    ul#Industries,
    ul#Support,
    ul#Resources,
    ul#库,
    ul#About,
    ul#关于,
    ul#应用 {
        background: #fff;
    }
    .dropdown-menu>li {
        color: #555;
        text-decoration: none;
        background-color: #ffffff;
    }
    .dropdown-menu>li>a {
        color: #555;
    }
}

@media only screen and (max-width: 325px) {
    a#chinese {
        margin-top: 0px;
        margin-right: 20px;
    }
}



#top-bar {
    background-color: #0c50a3;;
    position: fixed;
    z-index: 501;
    text-align: center;
    height: 75px;
}
#top-bar img {
    width: 10%;
    padding: 5px;
    margin-left: 5%;
    margin-top: -.5%;
}
#top-bar h2 {
    color: #fff;
    font-weight: 300;
    text-shadow: 2px 2px 4px #000000;
    text-align: center;
    margin-top: -36px;
    font-size: 100%;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (min-width: 2500px) and (max-width: 4000px) {
    .name.banner-text {
        position: absolute;
        margin-top: 13%;
        margin-left: 25.25%;
        color: white;
        font-size: 2em;
        width: 33%;
        text-align: left;
        text-shadow: 2px 2px 4px #000000;
    }
    .banner-title {
        position: absolute;
        margin-top: 4%;
        margin-left: 25.25%;
        color: white;
        font-size: 3em;
        width: 33%;
        text-shadow: 2px 2px 4px #000000;
        font-weight: 800;
        text-align: left;
        line-height: 1.25em;
    }
    .name.banner-image img {
        height: 650px;
    }
    #top-bar h2 {
        color: #fff;
        font-weight: 300;
        text-shadow: 2px 2px 4px #000000;
        text-align: center;
        margin-top: -36px;
        font-size: 158%;
        margin-left: auto;
        margin-right: auto;
    }
    #top-bar img {
        width: 7%;
        padding: 5px;
        margin-left: 5%;
        margin-top: -0.25%;
    }
    .lang-dropdown-form.lang_dropdown_form.language_content select {
        font-size: 30px !important;
        margin-top: 0%;
    }
}

@media only screen and (min-width: 1901px) and (max-width: 2300px) {
    #top-bar img {
        width: 9%;
        margin-left: 5%;
        padding: unset;
        margin-top: 0;
    }
    #top-bar {
        height: 75px;
    }
    #top-bar h2 {
        margin-top: -36px;
        font-size: 30px;
        width: 45%;
    }
}
@media only screen and (min-width: 1601px) and (max-width: 1900px){
    #top-bar img {
        width: 13%;
        margin-left: 5%;
    }
    #top-bar h2 {
        margin-top: -36px;
        font-size: 30px;
        width: 45%;
    }
}
@media only screen and (min-width: 1441px) and (max-width: 1600px){
    #top-bar img {
        width: 13%;
        margin-left: 5%;
    }
    #top-bar {
        height: 60px;
    }
    #top-bar h2 {
        margin-top: -36px;
        font-size: 26px;
        width: 50%;
    }
}
@media only screen and (min-width: 1221px) and (max-width: 1440px){
    #top-bar img {
        width: 13%;
        margin-left: 5%;
    }
    #top-bar {
        height: 60px;
    }
    #top-bar h2 {
        margin-top: -36px;
        font-size: 26px;
        width: 50%;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1220px){
    #top-bar img {
        width: 13%;
        margin-left: 5%;
    }
    #top-bar {
        height: 60px;
    }
    #top-bar h2 {
        margin-top: -36px;
        font-size: 22px;
        width: 50%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
    #top-bar img {
        width: 18%;
        margin-left: 5%;
    }
    #top-bar {
        height: 60px;
    }
    #top-bar h2 {
        margin-top: -33px;
        font-size: 16px;
        width: 58%;
    }
}
@media only screen and (max-width: 425px) {
    #top-bar img {
        width: 33%;
        margin-left: 5%;
    }
    #top-bar {
        height: 60px;
    }
    #top-bar h2 {
        margin-top: -36px;
        font-size: 18px;
        width: 80%;
    }
    .headerlogo {
        width: 73%;
        margin-top: 55px;
    }
}
@media only screen and (max-width: 375px) {
    #top-bar img {
        width: 33%;
        margin-left: 5%;
    }
    #top-bar {
        height: 60px;
    }
    #top-bar h2 {
        margin-top: -36px;
        font-size: 16px;
        width: 90%;
    }
    .headerlogo {
        width: 77%;
        margin-top: -65px;
    }
}
@media only screen and (max-width: 325px) {
    #top-bar img {
        width: 33%;
        margin-left: 5%;
    }
    #top-bar {
        height: 60px;
    }
    #top-bar h2 {
        margin-top: -36px;
        font-size: 16px;
        width: 100%;
    }
    .headerlogo {
        width: 73%;
        margin-top: -60px;
    }
}