
#header .language-wrap-mobile,
#header .header-functions li.menu-mobile,
#footer .language-wrap-mobile,
#footer .change-lng,
.search-mobile-block,
.search-icon{
    display: none;
}
.language-icon,
.home-icon{
    margin-top: 2px;
}
.home-icon{
    margin-left: -10px;
    margin-right: 10px;
}
#navigation ul.level1 li.level1-item:hover span.hover-area{
    display: inline-block;
}
#header .header-functions > li:first-child{
    display: inline-block;
}
#navigation ul.level1 li.level1-item:hover span.hover-area{
    display: block;
}
#navigation ul.level1{
    display: block;
}

/* BX-Slider */
.bx-wrapper {
    position: relative;
    margin: 0 auto 0px;
    padding: 0;
    *zoom: 1;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.bx-wrapper img {
    max-width: 100%;
    display: block;
}
.bxslider {
    margin: 0;
    padding: 0;
    height: auto;
}
ul.bxslider {
    list-style: none;
}
.bx-viewport {
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
}
li.banner785{
    display: none;
}
li.banner785:first-child{
    display: block;
}
.no-responsive {
    width: auto !important;
}
.visible-mobile{display: none;}
.feature-item h6 {
  font-weight: normal;
}

/* Hide all shadows */
.overview-box-shadow-left,
.overview-box-shadow-bottom-570w,
.overview-box-shadow-bottom-138w,
.overview-box-shadow-bottom-273w,
.shadow-7w257h,
.overview-gradientbox-shadow-bottom-1000w,
.shadow-7w202h,
.overview-gradientbox-shadow-bottom-492w,
.overview-gradientbox-shadow-left,
.BOX-273w .overview-box-shadow-left,
.BOX-1000w .box-shadow-bottom8,
.box-shadow-bottom8,
.BOX-1000w .shadow-7w202h {
    display: none !important;
}
.product-carousel {
  border: 0 none;
  margin-top: 5px;
}
.overview-box-mr24 {
    margin-right: 25px;
}
.overview-box-text.BOX-540w42h {
    width: auto !important;
    min-height: 42px;
    height: auto;
}
#productdetails .product-nav {
    width: auto;
}

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

    body{
        position: static;
        font-size: 14px;
        width: 100%;
        height:auto;
        margin: 0;
        padding: 0;

    }
    iframe {
        width: 100%;
    }

    /* Begin css for font-size */
    .blue-2-arial-13,
    .blue-verdana-14,
    .blue-arial-13-b{
        font-size: 16px;
    }
    .grey-arial-12-999999,
    .blue-arial-13-L16,
    .grey-arial-12-797979-L16,
    div.event-details .event-data-label,
    div.event-details .event-data-value,
    div.event-details .event-data-value span,
    .contact-locations-area h3{
        font-size: 14px;
    }
    .blue-arial-12-L15,
    .grey-arial-12-797979,
    .grey-arial-12-797979-L14{
        font-size: 14px !important;
    }

    /* End of css for font-size */

    #headerwrapper{
        height: auto;
        position: static;
    }
    #header{
        width: 100%;
        height: auto;
        position: relative;
        padding-top: 10px;
        padding-bottom: 20px;
    }
    #header .logo{
        position: static;
        margin: 10px 0 0 10px;
    }
    #header .header-functions{
        position: static;
        height: auto;
        float: right;
        margin-top: 20px;
        top: 0;
    }

    #header .region-language ul li {
        border: 0 none;
    }
    #header .header-functions li{
        position: static;
    }
    #header .header-functions li.search-mobile{
        position: relative;
    }
    /*#header .language-wrap-mobile,*/
    #footer .language-wrap-mobile{
        width: auto;
        overflow: hidden;
        display: block;
        padding-top: 10px;
        margin-left: 10px;
    }
    #header .language-wrap-mobile a,
    #footer .language-wrap-mobile a{
        white-space: nowrap;
    }
    #header .region-language{
        position: static;
        margin: 0;
    }
    #header .region-language ul{
        right: auto;
        left:0;
        top: auto;
        width: 100%;
        z-index: 999;
        overflow: hidden;
    }
    #header .region-language:hover ul {
        display: none;
    }
    #header .region-language ul li a{
        margin: 6px 0;
    }
    #header .header-functions > li:first-child{
        display: none;
    }
    #header .header-functions li.menu-mobile,
    .search-icon{
        display: inline-block;
    }
    .home-icon,
    .search-icon,
    .language-icon{
        cursor: pointer;
        margin-top: 3px;
    }
    .home-icon{
        margin-right: 0;
        margin-left: 0;
    }
    #header .header-functions li.menu-mobile img.menu-icon{
        cursor: pointer;
        margin-top: -3px;
        margin-right: 10px;
    }
    #header .search{
        display: none;
        position: absolute;
        left: -150px;
        top: 35px;
    }

    /* search area */
    .search-mobile-block{
        display:none;
        background: #d9d9d9;
        padding: 8px 20px;
        position: relative;
    }
    .search-mobile-block input{
        padding: 4px 0 3px 5px;
        border-radius:5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        width:98%;
        font-size: 14px;
        border: 0 none;
        height: 18px;
    }
    .search-mobile-block button{
        border:0 none;
        position: absolute;
        right:21px;
        top: 8px;
        height: 25px;
        margin:0;
        background: none;
    }


    #navigation{
        width: 100%;
        background: #fff;
        /*padding-bottom: 10px;*/
    }
    #navigation ul.level1 li.level1-item a.active{
        color: #000000 !important;
    }
    #navigation ul.level1 li.level1-item:hover span.hover-area{
        display: none;
    }
    #navigation ul.level1{
        display: none;
        height: auto;
        margin-left: 0;
        margin-top: 10px;
        position: static;
        padding: 0 10px 10px;

    }
    #navigation ul.level1 li.level1-item,
    #navigation ul.level1 li.level1-item-last{
        display: block;
        height: auto;
        position: static;
    }
    #navigation ul.level1 li.level1-item  > a{
        border-bottom: 1px solid #c8c8c8;
        height: auto;
        font-size: 16px;
        line-height: 1;
        padding: 10px 0 10px 10px;
        background: transparent url("/media/layout/ic_keyboard_arrow_down_black_18dp_2x.png") no-repeat center right;
    }
    #navigation ul.level1 li.level1-item ul.hover-content li.mobile-nav-link a{
        height: auto;
        line-height: 1;
        margin-top: 10px;
    }
    #navigation ul.level1 li.level1-item ul.hover-content li ul.level2 li a{
        display: block;
    }
    #navigation ul.level1 li.level1-item span.nav-separator,
    #navigation ul.level1 li.level1-item-last span.nav-separator,
    div.nav-productseries-image-height{
        display: none;
    }
    #navigation ul.level1 li.level1-item ul.hover-content-left,
    #navigation ul.level1 li.level1-item ul.hover-content-right{
        display: none;
        position: static;
        border: 0 none;
    }
    #navigation ul.level1 li.level1-item ul.hover-content:active{
        display: block;
    }
    #navigation ul.level1 li.level1-item ul.hover-content li ul.level2{
        margin: 0;
        padding: 0 10px 10px 10px;
    }
    #navigation ul.level1 li.level1-item ul.hover-content li ul.level2 li{
        display: block;

    }
    #navigation ul.level1 ul.hover-content li ul.level2 li ul.level3{
        border-bottom: 1px solid #c8c8c8;
        padding-bottom: 8px;
    }

    #navigation ul.level1 ul.hover-content li ul.level2 li ul.level3 li{
        border: 0 none;
    }



    #navigation ul.level1 li.level1-item:hover span.nav-separator {
       display: none;

    }
    #navigation ul.level1 li.level1-item:hover ul.hover-content,
    #navigation ul.level1 li.level1-item ul.hover-content:hover,
    #navigation ul.level1 li.level1-item:hover span.hover-area {
        display: none;
    }

    /** #contentwrapper **/
    #contentwrapper{
        width: 100%;
        max-width: 768px;
        /*
        display: none;
        */
    }
    /* hide leftarea */
    #content #leftArea{
        display: none;
    }
    #content #floatwrapper{
        width: auto;
        float: none;
    }
    #content{
        padding-left: 10px;
        padding-right: 10px;
        max-width: 748px;
    }
    #content #contentArea {
        width: auto;
        margin-right: 0;
        float: none;

    }
    #content #contentArea img{
        width: 100%;
        max-width: 500px;
    }

    /* hide breadcrumb */
    #breadcrumbArea{
        display: none;
    }
    /* hide sharingtool-top */
    #content .sharingtool-top{
        display: none;
    }
    /* hide contentBottom */
    #content #contentBottom{
        display: none;
    }
    #content .big-banner-wrapper {
        position: relative;
        height: auto !important;
        overflow: hidden;
        margin-left: -10px;
        margin-right: -10px;
    }
    #content .big-banner-wrapper .flex-control-nav{
        z-index: 998;
    }
    #content .big-banner-wrapper .banner1000,
    #content .big-banner-wrapper .banner1000 img{
        width: 100%;
    }
    #content #bannerArea {
        width: auto;
        float: none;
        margin-left: -10px;
        margin-right: -10px;
    }
    #content #bannerArea img{
        width: 100%;
    }

    /* hide product carousel */
    #content .product-carousel{
        height: auto;
        /*padding: 0 10px;*/
        border: 0 none;
    }
    #carousel{
        padding: 0;
        margin: 0;
        list-style-type: none;
        width: auto;
        height: auto;
    }
    #carousel li{
        display: block;
        border-bottom: 1px solid #cccccc;
        position: static;
    }
    #carousel li:last-child{
        border: 0 none;
    }
    .carousel-left,
    .carousel-right{
        display: none !important;
        width: 0;
        height: 0;
    }
    .carousel-item{
        position: static;
        text-align: center;
    }
    .carousel-item img.background{
        display: none;
    }
    .carousel-item-left{
        text-align: left;
        position: relative;
        top: 0;
        left: 0;
        float: left;
        width: 100%;
    }
    .carousel-item-left .carousel-item-button {
        height: 34px;
        width: auto;
        position: absolute;
        bottom: auto;
        left: auto;
        right: 0;
        white-space: nowrap;
        margin-top: 25px;
        position: static;
        float: right;
    }
    img.carousel-item-image {
        /*width: 100%;*/
        width: auto;
        max-width: 270px;
        height: inherit;
        float: none;
        position: static;
        top: 0;
        right: 10px;
        z-index: 10;
        clip: rect(1px 275px 354px 0px);
    }
    .carousel-item-button-left, .carousel-item-button-right{
        height: 34px;
        position: static;
    }
    .carousel-item-button-left{
        float: left;
    }
    .carousel-item-button-right{
        float: right;
    }
    /* dynamic font-size */
    .carousel-item-left h2{
        font-size: 150%;
        margin-top: 25px;
        margin-bottom: 2%;
    }
    .carousel-item-left h4{
        margin-bottom: 0;
        white-space: normal;
        font-size: 100%;
    }

    /* Content CSS */
    .overview-box{
        width: 100%;
        float: none;
    }
    .overview-box-content {
        float: none;
        width: 100% !important;
        height: auto !important;
    }
    #content #contentArea .BOX-563w-border-ccc .overview-box-image img{
        max-width: none;
    }
    .overview-box-mr6 {
        width: auto!important;
        margin-right: 6px;
        float: left;
    }
    .BOX-131w-border-ccc {
        width: 129px !important;
        border: 1px solid #ccc;
        height: 225px !important;
        float: left;
    }
    .BOX-138w {
        width: 138px;
        height: auto;
        float: left;
        margin-right: 6px;
    }

    .BOX-570w-border-ddd{
        float: none;
        width: auto;
        /*border: 0 none;*/
    }
    /*
    .BOX-570w-border-ddd img{
        width: 100%;
        max-width: 200px;
    }
    .product-list .product-list-image{
        width: auto;
        float: none;
    }
    .margin-all-12,
    .margin-t-r-12{
        margin: 0;
    }
    */
    /*.product-list .product-list-link{*/
        /*position: static;*/
        /*float: right;*/
        /*margin: 10px;*/
    /*}*/
    .product-specification{
        width: 100%;
    }
    .product-list .product-list-text{
        padding-bottom: 35px;
        margin-left: 12px;
    }

    .overview-box-content a.button-16x16{
        position: static !important;
        margin: 10px;
        float: right;
    }


    .BOX-131w-border-ccc a.button-16x16{
        position: absolute !important;
        margin: 0;
        float: right;
    }
    .overview-box-headline {
        width: auto !important;
        height: auto!important;
    }
    .overview-box-text {
        font-size: 14px !important;
        width: auto !important;
        /*height: auto !important;*/
        min-height: 28px;
    }
    .BOX-570w,
    .BOX-570w-border{
        width: auto;
    }
    #newsticker,
    #bannersliderwrapper{
        display: none;
    }
    .box-wrapper{
        margin-top: 20px;
        /*padding: 0 10px;*/
    }
    #contentArea .box-wrapper{
        padding: 0;
    }
    .overview-gradientbox {
        float: none;
        width: 100% !important;
        border-bottom: 1px solid #cccccc;
    }
    .overview-gradientbox:last-child {
        border: 0 none;
    }
    .overview-gradientbox-contentwrapper {
        float: none !important;
        width: 100% !important;
        background: none !important;
        border: 0 none !important;
        height: auto !important;
    }
    .overview-gradientbox-image {
        float: none;
        margin: 0;
        text-align: center;
        width: 100% !important;
        height: auto !important;
    }
    .overview-gradientbox-image img{
        width: 100%;
        max-width: 200px;
    }
    .overview-gradientbox-content {
        width: auto !important;
        height: auto !important;
        margin: 0;
    }
    .overview-gradientbox-hl{
        margin-bottom: 10px;
        font-size: 16px !important;
    }
    .overview-gradientbox-link{
        position: static;
        display: inline-block;
        font-size: 14px;
        padding: 6px 10px 4px 10px;
        margin: 10px 0;
    }
    .overview-gradientbox-link:after {
        content: "";
        width: 0;
        height: 0;
        border: 8px solid transparent;
        border-left-color: white;
        display: inline-block;
        margin: 0 -8px 0 10px;
        vertical-align: text-top;
        border: 0 none !important;
    }
    .overview-gradientbox-txt{
        font-size: 14px !important;
    }
    .page-navigation img{
        width: auto !important;
    }
    div.news-item-content-image{
        width: auto !important;
    }
    div.news-item-image img{
        margin-bottom: 5px;
    }
    div.news-item-content,
    div.news-item-content-image{
        float: none;
    }
    div.event-list{
        width: 100%;
    }
    div.events .event-headline,
    div.events .event-date,
    div.events .event-image{
        padding-right: 5px !important;
    }

    div.events .event-head{
        display: table;
        width: 100%;
    }
    div.event-head .event-image{
        width: 19%;
    }
    div.event-head .event-date{
        width: 21%;
    }
    div.event-head .event-headline{
        width: 29%;
    }
    div.event-head .event-location{
        width: 31%;
    }
    div.event-item .event-image{
        width: 19%;
    }
    div.event-item .event-date{
        width: 20%;
    }
    div.event-item .event-headline{
        width: 29%;
    }
    div.event-details .event-data-value a img{
        width: auto !important;
    }

    .button-56x18-back:before {
        content: "";
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-right-color: white;
        display: inline-block;
        margin: 2px 5px 0px -5px;
        vertical-align: text-top;
    }
    .button-56x18-back{
        font-size: 14px;
        padding: 2px 12px 2px 10px;
    }

    .button-more-53x16{
        display: inline-block;
        font-size: 14px;
        padding: 4px 10px;
    }

    .button-more-53x16:after{
        content: "";
        width: 0;
        height: 0;
        display: inline-block;
    }
    .margin-t-r-12{
        /*margin: 0;*/
    }
    div.event-details .event-data{
        width: 100%;
    }
    div.event-details .event-data-label{
        width: 22%;
    }
    div.event-details .event-data-value{
        width: 78%;
    }
    div.event-details .event-text p img{
        width: auto !important;
    }
    .contact-locations-area h3 img,
    .contact-locations-item .contact-image img,
    .download-link a img,
    div.news-detail table td img {
        width: auto !important;
    }

    div.newsletter-text{
        width: auto;
        /*max-width: 400px;*/
    }
    div.newsletter-item-content,
    div.award-item-content-image,
    div.story-item-content-image{
        width: auto;
        float: none;
    }
    .spec-value{
        width: auto;
        min-width: 100px;
        padding-left: 0px;
    }

    /*  CSS for contact */
    #content #contentArea .text-image{
        overflow-x: auto;
        max-width: 748px;
    }
    #content #contentArea .text-image a img,
    #content #contentArea .text-image table img{
        width: auto;
    }

    /* CSS for product detailpage */

    #productdetails .product-nav a{
        font-size: 16px;
    }
    .imglist-wrapper{
        margin: 0;
    }
    #showboxlist,
    #productdetails .product-nav img{
        width: auto !important;
    }
    #productdetails .product-nav {
        width: auto;
    }
    #content #productdetails .product-image img {
        width: auto;
    }
    #showImg{
        width: auto;
        height: auto;
        /*min-height: 380px;*/
        margin: 0;
        line-height: normal;
    }
    #showImg img{
        border: 0 none;
        max-width: 400px !important;
    }
    #imgList{
        overflow-x: auto;
    }
    #imgList #prev img,
    #imgList #next img{
        width: auto !important;
    }
    .product-nav-container .BOX-570w-border {
        float: none;
    }
    #content #contentArea .search .result_pages .previous_link img,
    #content #contentArea .search .result_pages .next_link img{
        width: auto;
        margin-top: 7px;
    }
    .search{
        font-size: 14px;
    }
    .search .result_pages a.page_link{
        display: inline-block;
        margin-top: 5px;
        padding: 0.2em 0.4em;
    }


    /*#content .box-wrapper{
        display: none;
    }*/

    /* rightArea CSS */
    #rightArea{
        width: 100%;
        border-top: 1px solid #c8c8c8;
        padding-top: 20px;
    }
    #rightArea .contentbox{
        /*width: auto;*/
    }

    #rightArea .bg-box-lr{
        background: none;
        margin: 0 auto;
    }
    #rightArea .bg-box-lr-bottom{
        display: none;
    }
    /*
    #rightArea .box-lr-top-head {
        font-size: 16px;
        width: auto;
        background: none;
        text-align: left;
        color: #555555 !important;
        padding-left: 10px;
    }
    */
    #rightArea .box-lr-top-head {
      font-size: 12px;
      width: auto;
      background: none;
      text-align: left;
      color: #555555 !important;
      padding-left: 10px;
      margin-top: 15px;
      line-height: 16px;
    }

    /*.banner-first-child {*/
        /*padding-top: 25px;*/
        /*margin: 0 0 13px 0;*/
    /*}*/

    .banner-last-child {
        border-bottom: 1px solid #c8c8c8;
        padding-bottom: 15px;
        margin: 0 0 15px 0;
    }
    #leftArea .banner, #rightArea .banner a{
        display: block;
        text-align: center;
    }

    #pagetools{
        /*display: none;*/
    }
    #pagetools .addthis{
        display: none;
    }
    #pagetools .send-print{
        border: 0 none;
    }


    /* FORMS CSS */
    .online_application_form{
        max-width: 500px;
        margin: 10px auto 0;
    }
    .pp-login .form-row{
        height: auto;
    }
    .pp-login .form-row .Input a{
        margin-top: 5px !important;
        display: block;
    }

    form .desc{
        width: auto !important;
    }
    form .input{
        width: 100%;
    }
    form .input input, form .input select{
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 99.5%;
    }
    .form-row #message,
    #message.text_long{
        padding: 0;
        width: 100%;
        min-height: 70px;
        border-color: #b5b5b5;
    }
    form .center-button{
        /*text-align: right;*/
    }
    div.m2mform,
    div.contact_web,
    div.contact_form,
    div.pp-input-group {
        max-width: 500px;
        margin: 0 auto;
    }
    div.contact_form textarea{
        width: 100%;
        padding: 0;
    }
    div.form-row #secure,
    div.contact_form #secure{
        margin-bottom: 10px;
    }
    #secureimg{
        width: auto !important;
    }
    div.form-row .secureimgrel,
    div.contact_form form .secureimgrel{
        width: auto !important;
    }
    #portallogin .portallogin-box-content a{
        margin-top: 5px;
    }
    .pp-login .input{
        width: 100%;
    }
    div.m2mform input.text,
    .pp-login input.text{
        width: 100%;
    }
    div.m2mform #title0,
    div.m2mform #title1 {
        width: auto !important;
    }

    /* FOOTER CSS */
    #footer{
        padding: 0 10px;
        background-color:#f2f2f2;
    }
    #footer .footer-first-row-new{
        width: 100%;
        max-width: 768px;
        overflow: hidden;
    }

    #footer .footer-navigation .footer-navigation-row{
        width: 100%;
        max-width: 768px;
        margin: 0;
        display: flex;
        flex-wrap: wrap;

    }
    #footer .footer-navigation .footer-navigation-row .footer-navigation-box {
        float: left;
        margin-top: 30px;
        width: 22%;
        margin-right: 15px;
        /*margin: 30px auto 0;*/
    }
    #footer .footer-navigation .footer-navigation-row .footer-navigation-box a{
        padding-bottom: 5px;
        line-height: 16px;
    }
    #footer .footer-separator {
        margin: 30px 0 24px 0;
        width: 100%;
    }
    #footer .footer-copyright-links {
        margin: 0;
        width: 100%;
    }
    #footer .footer-copyright-links .footer-left-area{
        float: none;
        margin-left: 0;
        margin-top: 10px;
    }
    #footer span.grey-11-verdana-797979{
        display: block;
        margin-top: 20px;
    }
    #footer .footer-copyright-links .footer-right-area{
        float: none;
        margin-top: 25px;
        margin-left: 0;
        /*text-align: center;*/
    }
    #footer .footer-copyright-links .footer-right-area a:first-child{
        margin-left: 0;
    }

    #footer .region-language,
    #footer .region-language-current,
    #footer .login,
    #footer .etv-button,
    #footer .home-button {
        float: left;
        padding: 0;
        margin: 0 10px 10px 0;
        display: block;
        height: 28px;
        line-height: 28px;
        cursor: pointer;
        color: #777777;
        font-size: 12px !important;
    }

    #footer .region-language ul li a,
    #footer .region-language-current a {
        display: block;
        height: 16px;
        line-height: 16px;
        vertical-align: middle;
        text-decoration: none;
        font-family: Verdana;
        color: #0087dc;
        margin: 5px 0;
    }
    #footer .region-language ul li a span,
    #footer .region-language-current a span {
        color: #333333;
        border-right: 1px solid #333333;
        padding-right: 10px;
        margin: 0 5px;
        line-height: 16px;
        cursor: default;
    }
    #footer .change-lng{
        clear: left;
        padding-top: 1px;
        padding-bottom: 10px;
        color: #797979;
        white-space: nowrap;
        line-height: 32px;
    }

    #footer .language-wrap-mobile,
    #footer .change-lng{
        display: inline-block;
        margin-bottom: 0;
    }

    /* CSS for sitemap */
    div.sitemap #col1, div.sitemap #col2{
        display: flex;
        flex-wrap: wrap;
        justify-content:space-between;
    }
    div.sitemap #sitemap{
        width: 46%;
        margin: 0;
        margin-top: 15px;
        float: none;
    }

    div.sitemap ul{
        float: none;
    }
    div.sitemap ul li ul{
        width: auto;
        margin-right: 0;
    }
    div.sitemap ul li ul li a.toggle{
        font-size: 18px;
        padding-right: 5px;
    }


    .no-border{
        border: 0 none !important;
    }
    .cldearfix:before,.clearfix:after{display:table;content:" "}
    .cleardfix:after{clear: both}
    .visible-mobile{display: inline;max-width: 768px !important;}
    .hidden-mobile{display: none;}
}
@media (min-width: 620px) and (max-width: 768px){
    .BOX-273w,
    .BOX-273w.overview-box {
        width: 47.9% !important;
        float: left;
    }
    .BOX-273w.overview-box.overview-box-mr24 {
      margin-right: 3.9%;
    }
}
@media (max-device-width: 619px) {
    #footer .footer-navigation .footer-navigation-row .footer-navigation-box {
        width: 30%;
    }
    div.event-head .event-date{
        width: auto;
        /*min-width: 105px !important;*/
        /*max-width: 115px !important;*/
    }
    /* added 15.05.2017 */
    .BOX-266w-border-ccc a img {
      max-width: none !important;
    }
}
@media (max-device-width: 589px){
    /*div.newsletter-item-content{*/
        /*margin-top: 10px;*/
    /*}*/
}
@media (max-device-width: 587px){
    .accessory-item{
        max-width: 300px;
        margin: 0 auto 10px;
    }
    .accessory-item h6{
        margin-left: 0;
        margin-top: 5px;
    }
    .accessory-item .accessory-text{
        margin-left: 0;
        width: auto;
    }
    .accessory-item .accessory-img{
        width: 100%;
    }
    div.event-head .event-date{
        width: auto;
        /*min-width: 80px !important;*/
        /*max-width: 115px !important;*/
    }
    div.sitemap #sitemap{
        width: 100%;
    }
}

@media (max-device-width: 571px) {
    /* CSS for product detailpage */
    #productdetails .product-nav {
        margin-top: 20px;
    }
    #productdetails .product-image{
        margin: 0 auto;
        float: none;
        width: auto;
    }
}
@media (max-device-width: 560px) {
    .spec-label{
        width: 100%;
    }
}

@media (max-device-width: 548px) {
    #footer .footer-navigation .footer-navigation-row .footer-navigation-box {
        float: left;
        width: 45%;
    }
}

@media (max-device-width: 425px) {
    div.news-item-content, div.news-item-content-image{
        float: left;
    }
    div.newsletter-item-image{
        float: none;
        margin-bottom: 5px;
    }
    .contact-locations-area h3{
        padding-bottom: 10px;
    }
    .contact-locations-item{
        margin: 0;
    }
    .contact-locations-item .contact-image img{
        width: auto !important;
    }
    .contact-locations-item .contact-image{
        float: none;
    }
    .contact-locations-item .contact-address, .contact-locations-item .contact-media, .contact-locations-item .company-name, .contact-locations-item .contact-description{
        padding-left: 0;
    }
    .contact-locations-item a.map-icon{
        top: 120px;
    }
    .product-list .product-list-image{
        min-height: 80px;
    }
}

@media (max-device-width: 319px) {
    #footer .footer-navigation .footer-navigation-row .footer-navigation-box {
        float: left;
        width: 100%;
    }
}

/* Box-1000w */
.BOX-1000w {
  width: auto;
  max-width: 1000px;
}

.BOX-1000w .BOX-993w-border {
  /*max-width: 991px;*/
  max-width: 998px;
  width: 100%;
  height: auto;
}

.BOX-1000w .BOX-993w-border .BOX-320w180h {
  width: 100%;
  height: auto;
  margin: 0px !important;
  padding: 12px 12px 0 12px;
  box-sizing: border-box;
}

.BOX-1000w .BOX-993w-border .BOX-320w180h img {
  width: 100%;
  height: auto;
}

.BOX-1000w .BOX-993w-border .BOX-630w160h {
  width: 100%;
  height: auto;
  margin: 0 !important;
  padding: 12px;
  box-sizing: border-box;
}

/*
@media (min-width: 769px) {

  .BOX-1000w .BOX-993w-border {
    height: 202px;
  }

  .BOX-1000w .BOX-993w-border .BOX-320w180h {
    width: 320px;
    height: 180px;
    margin: 12px 0 0 12px !important;
    padding: 0;
  }

  .BOX-1000w .BOX-993w-border .BOX-320w180h img {
    width: inherit;
    height: inherit;
  }

  .BOX-1000w .BOX-993w-border .BOX-630w160h {
    max-width: 630px;
    padding: 0px;
    margin: 12px 0 0 12px !important;
  }

  .BOX-1000w .box-shadow-bottom8,
  .BOX-1000w .shadow-7w202h {
    display:block;
  }

}*/



/* Remove Left Area */

#leftArea {
    width: 200px;
    margin-right: 15px;
    display: none; /* Added 15.02.2017 - #8984 */
}

#leftArea .left-content-area {
    margin-top: 15px;
}


#floatwrapper {
  /*width: 785px;*/
  /*width: 1002px; Added 15.02.2017 - #8984 */
  width: 1000px; /* Added 29.05.2017 - #8984 */
  float: left;
}


#bannerArea {
  /*width: 785px;*/
  /*width: 1002px; Added 15.02.2017 - #8984 */
  width: 1000px; /* Added 29.05.2017 - #8984 */
  height: auto;
  line-height: 0px;
}

#bannerArea img {
  /*width: 785px;*/
  /*width: 1002px; Added 15.02.2017 - #8984 */
  width: 1000px; /* Added 29.05.2017 - #8984 */
  margin: 0px;
}

#bannerArea div {
  width: 100%;
  height: inherit;
}

#contentArea {
  /*width: 570px;*/
  width: 785px; /* Added 15.02.2017 - #8984 */
  margin-right: 15px;
}

.BOX-570w {
  /*width:570px;*/
  /*width: 785px; /* Added 15.02.2017 - #8984 */
  width: 100%;
  max-width: 783px;
  height:inherit;
}
.BOX-570w-border{
    float:left;
    /*width:568px;*/
    /*width: 783px; /* Added 15.02.2017 - #8984 */
    width: 100%;
    border-width:1px;
    border-style:solid;
    border-color:#bbb;
}
.BOX-570w-border-ddd{
    float:left;
    /* width:568px;*/
    /*width: 783px; /* Added 15.02.2017 - #8984 */
    width: 100%;
    border-width:1px;
    border-style:solid;
    border-color:#ddd;
}

/*.BOX-273w {*/
    /*width:273px;*/
    /*width: 380px; /* Added 15.02.2017 - #8984 */
    /*height:auto;
}*/
.BOX-266w-border-ccc{
    /*width:264px;*/
    /*width: 370px; /* Added 15.02.2017 - #8984 */
    width: 378px; /* Added 16.05.2017 - #8984 */
    border-width:1px;
    border-style:solid;
    border-color:#ccc;
    /*height:235px; fix for point 1a */
    height: 285px;
    overflow: hidden;
}



/* Content */
.box-wrapper-570w {
    /*width: 570px;*/
    width: 785px; /* Added 15.02.2017 - #8984 */
}

.product-specification {
    /*width: 570px;*/
    /*width: 785px; /* Added 15.02.2017 - #8984 */
    display: table;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #0087dc;
}

@media only screen and (min-width: 769px) {
  .BOX-1000w .BOX-993w-border {
    height: 202px;
  }

  .BOX-1000w .BOX-993w-border .BOX-320w180h {
    width: 320px;
    height: 180px;
    margin: 12px 0 0 12px !important;
    padding: 0;
  }

  .BOX-1000w .BOX-993w-border .BOX-320w180h img {
    width: inherit;
    height: inherit;
  }

  .BOX-1000w .BOX-993w-border .BOX-630w160h {
    max-width: 630px;
    padding: 0px;
    margin: 12px 0 0 12px !important;
  }
  .BOX-273w {
      /*width:273px;*/
      width: 380px; /* Added 15.02.2017 - #8984 */
      height:auto;
  }
  .BOX-266w-border-ccc a.overview-box-image {
    /*max-height: 100px !important;
    height: 100px; fix for point 1a */
    height: 150px;
    max-height: 150px !important;
    overflow: hidden;
  }
  .BOX-266w-border-ccc a.overview-box-image img{
    width: 100% !important;
  }
  #showboxlist,
  #showImg {
    width: inherit;
  }
  
  .BOX-492w .BOX-485w-border {
    width: 490px;
  }
  .BOX-324w .BOX-315w-border-ccc {
    width: 322px;
  }
  .BOX-244w .BOX-235w-border-ccc {
    width: 242px;
  }
  div.news-item-content-image {
    width: inherit;
    float: none;
  }
  div.event-list {
    width: 100%;
  }
  div.events .event-date {
    width: 190px;
  }
  div.events .event-location {
    width: 220px;
  }
  div.newsletter-item-content {
    float: none;
  }
  div.newsletter-text {
    width: 100%;
  }
  .pp-login .desc {
    width: 110px;
  }

  #navigation ul.level1 li.level1-item  a,
  #navigation ul.level1 li.level1-item ul.hover-content li ul.level2 li a {
    font-weight: normal;
  }

  /* Begin CSS for font-size */
  .blue-arial-12 {
    font-family: Arial, Helvetica, sans-serif;
    /*font-size: 12px;*/
    font-size: 14px;
    color: #0087dc;
  }

  .blue-arial-12-L15 {
      font-family: Arial, Helvetica, sans-serif;
      /*font-size: 12px;*/
      font-size: 14px;
      color: #0087dc;
      /*line-height: 15px;*/
      line-height: 16px;
  }

  .blue-arial-13-b {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 13px;
      color: #0087dc;
      font-weight: bold;
  }

  .blue-arial-13-L16 {
      font-family: Arial, Helvetica, sans-serif;
      /*font-size: 13px;*/
      font-size: 14px;
      color: #0087dc;
      line-height: 16px;
  }

  .blue-2-arial-13 {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 14px;
      color: #00a0e9;
      line-height: 16px;
  }

  .grey-11-verdana-797979 {
      font-family: Verdana, Geneva, sans-serif;
      font-size: 11px;
      /*font-size: 12px;*/
      color: #797979;
  }

  .grey-arial-12-797979 {
      font-family: Arial, Helvetica, sans-serif;
      /*font-size: 12px;*/
      font-size: 14px;
      color: #797979;
  }

  .grey-arial-12-797979-L16 {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 12px;
      color: #797979;
      line-height: 16px;
  }

  .grey-arial-12-797979-L14 {
      font-family: Arial, Helvetica, sans-serif;
      /*font-size: 12px;*/
      font-size: 14px;
      color: #797979;
      line-height: 14px;
  }

  .grey-arial-12-b5b5b5-L14 {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 12px;
      color: #b5b5b5;
      line-height: 14px;
  }

  .grey-arial-12-797979-L16 {
      font-family: Arial, Helvetica, sans-serif;
      /*font-size: 12px;*/
      font-size: 14px;
      color: #797979;
      line-height: 16px;
  }
  .grey-arial-12-797979-L18 {
      font-family: Arial, Helvetica, sans-serif;
      /*font-size: 12px;*/
      font-size: 14px;
      color: #797979;
      line-height: 18px;
  }

  .grey-arial-12-999999 {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 14px;
      color: #999999;
      line-height: 18px;
  }

  .grey-arial-12-999999-L14 {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 12px;
      color: #999999;
      line-height: 14px;
  }

  .grey-arial-13-b-797979-L16 {
      font-family: Arial, Helvetica, sans-serif;
      /*font-size: 13px;*/
      font-size: 14px;
      color: #797979;
      line-height: 16px;
      font-weight: bold;
  }

  .white-verdana-12 {
      font-family: Verdana, Geneva, sans-serif;
      font-size: 12px;
      color: #ffffff;
  }
  body,
  div.event-details .event-data-label,
  div.event-details .event-data-value,
  div.event-details .event-data-value span,
  div.event-details .event-text,
  div.eventboxview h4,
  #newsticker .ticker-container ul li a,
  #newsticker .ticker-container ul li span,
  .download-group h5,
  .feature-item .feature-item-text,
  div.m2mform input.text,
  div.m2mform textarea,
  div.m2mform select,
  div.m2mform #submit,
  input,
  button,
  select,
  input.text,
  .contact_form textarea,
  .contact_form select,
  .contact_form #submit,
  .send2friend_form textarea,
  .send2friend_form #submit,
  .contact_web #submit,
  .contact_web textarea,
  .contact-locations-area h3,
  .pp-registration h6,
  .pp-login input.text,
  .search  {
    font-size: 14px;
  }

  a.button-more-53x16 {
    /*font-size: 14px;*/
    padding: 1px 10px 3px 8px;
  }
  a.button-more-53x16::after {
    font-size: 14px;
  }
  /* End CSS for font-size */

  .BOX-993w-border-gd {
    height: 215px;
  }
  .BOX-244w42h {
    height: 48px;
    width: auto;
  }

  .BOX-563w-border-ccc{
    height: inherit;
    float: none;
    width: 100%;
  }

  .overview-box-image img {
    width: 100%;
  }
  div.story-item-content-image {
    width: auto;
    float: none;
  }
  .BOX-131w-border-ccc {
    width: 128px;
    height: 225px;
  }
  .BOX-108w42h {
    height: auto;
  }
  .BOX-993w-border-gd {
    width: 998px;
  }
  .BOX-485w-border-gd {
    width: 490px;
  }
  .BOX-173w-border-ccc {
    width: 170px;
    height: 230px;
    overflow: hidden;
  }
  .BOX-150w42h {
    height: 62px;
  }

  #contentArea,
  #breadcrumbArea {
    /*padding-left: 10px;*/
  }
  #rightArea {
    /*padding-right: 10px;*/
  }
}

/* Begin CSS promotion box */
.tpl-building-block {
    /*font-family: YaHie, JhengHei, Arial, Helvetica, sans-serif; */
    margin: 25px 0px 0;
    padding-bottom: 0px;
    max-width: 1000px;
    overflow: hidden;
}
.tpl-building-block .visible-desktop {
    display: none;
}
.tpl-building-block h2 {
    font-size: 20px;
    font-weight: normal;
    color: #777777;
    padding-left: 10px;
    margin-top: 0;
}
.tpl-building-block .bg-blue {
    background-color: #33b2ed;
}
.tpl-building-block .bg-gray {
    background-color: #676767;
}
.tpl-building-block iframe {
    width: 100%;
}
.tpl-building-block .promotion-box-2-col > div,
.tpl-building-block .promotion-box-3-col > div {
    margin-bottom: 10px;
}
.tpl-building-block div.box-media img {
    width: 100%;
}

.tpl-building-block div.box-media {
    line-height: 0;
}
.tpl-building-block .box-description {
    border-top: 1px solid #ffffff;
    padding: 10px 5px;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    display: block;
}
.tpl-building-block .promotion-box-2-col .box-description {
    padding: 15px;
}
.tpl-building-block .box-description p {
    margin:0;
    padding: 0;
}
.tpl-building-block .box-description br{
    display: none;
}

@media only screen and (min-width: 769px) {
    .tpl-building-block {
        margin: 25px 0 0;
    }
    .tpl-building-block .visible-desktop {
        display: block;
    }
    .tpl-building-block .visible-mobile {
        display: none;
    }
    .tpl-building-block .promotion-box-2-col {
        padding: 0 5px;
    }
    .tpl-building-block .promotion-box-2-col > div {
        width: 490px;
        max-width: 490px;
        overflow: hidden;
        float: left;
        margin-right: 10px;
        /*margin-bottom: 0;*/
    }
    .tpl-building-block .promotion-box-2-col > div:nth-child(2n) {
        margin-right: 0;
    }
    .tpl-building-block .promotion-box-2-col div.box-media img,
    .tpl-building-block .promotion-box-2-col div.box-media iframe {
        height: 265px;
        /*max-height: 265px;*/
    }
    .tpl-building-block .promotion-box-3-col > div {
        width: 326px;
        max-width: 326px;
        overflow: hidden;
        float: left;
        margin-right: 11px;
        /*margin-bottom: 0;*/
    }
    .tpl-building-block .promotion-box-3-col > div:nth-child(3n) {
        margin-right: 0;
    }
    .tpl-building-block .promotion-box-3-col div.box-media img,
    .tpl-building-block .promotion-box-3-col div.box-media iframe {
        height: 215px;
        /*max-height: 215px;*/
    }
    .tpl-building-block .box-description br{
        display: inherit;
    }
}
@media only screen and (max-width: 320px) {
    .tpl-building-block div.box-media iframe {
        height: 180px;
        /*max-height: 180px;*/
    }
}
@media only screen and (max-width: 375px) {
    .tpl-building-block div.box-media iframe {
        height: 211px;
        /*max-height: 211px;*/
    }
}
@media only screen and (max-width: 425px) {
    .tpl-building-block div.box-media iframe {
        height: 239px;
        /*max-height: 239px;*/
    }
}
@media only screen and (max-width: 480px) {
    .tpl-building-block div.box-media iframe {
        height: 270px;
        /*max-height: 270px;*/
    }
}
@media only screen and (max-width: 768px) {

.BOX-492w,
.BOX-324w {
    width: 100%;
}

.BOX-492w img, 
.BOX-324w img {
    width: calc(100% - 24px) !important;
    height: auto;
}

.BOX-492w .BOX-485w-border {
    height: auto;
}

.BOX-492w .BOX-150w180h,
.BOX-492w .BOX-300w160h,
.BOX-324w .BOX-130w180h,
.BOX-324w .BOX-150w160h {
    float: none;
    clear:both;
    width: 100%;
    height: auto;
    text-align: left;
}

.BOX-492w .BOX-300w160h,
.BOX-324w .BOX-150w160h {
    margin-bottom: 12px !important;
}

.BOX-492w .BOX-485w-border,
.BOX-324w .BOX-315w-border-ccc {
    width: inherit;
    height: auto;
}

.BOX-492w .BOX-485w-border .BOX-150w180h,
.BOX-324w .BOX-315w-border-ccc .BOX-130w180h {
    margin: 12px 12px 0px 12px !important;
}
.BOX-492w .BOX-485w-border .BOX-300w160h,
.BOX-324w .BOX-315w-border-ccc .BOX-150w160h {
    float: none;
    width: auto;
}

.BOX-244w {
    width: 100%;
}

.BOX-244w .BOX-235w-border-ccc {
    min-height: 255px;
    height: auto;
}

.BOX-244w .BOX-235w-border-ccc,
.BOX-244w .BOX-235w-border-ccc .BOX-2150w160h {
    width: 100%;
}

.BOX-244w .BOX-235w-border-ccc img {
    width: 100%;
    height: auto;
}


}
/* End CSS promotion box */
