body {
    font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    line-height: 24px;
}

button {
    outline: none;
}

a {
    text-decoration: none;
}

#main_body {
    width: 100%;
}

.whole {
    width: 100%;
}

#header, #bacgr {
    min-width: 100%;
    background-color: #000000;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

#top_menu_static {
    padding: 10px 20px;
    min-height: 60px;
    overflow: hidden;
}

#contacts_div {
    position: relative;
    float: right;
    padding-top: 20px;
    height: 40px;
    right: 95px;
    display: inline-block;
    top: -14px;
}

.contact_field + .contact_field {
    padding-right: 20px;
}

.contact_field {
    display: inline-block;
    float: right;
    color: #ffffff;
}

    .contact_field svg {
        position: relative;
        top: 10px;
        padding-right: 5px;
    }

    .contact_field:first-child svg {
        position: relative;
        top: 13.5px;
        padding-right: 5px;
    }

    .contact_field:first-child span {
        position: relative;
        top: 7px;
        padding-right: 5px;
    }

    .contact_field:last-child span {
        position: relative;
        top: -2px;
        padding-right: 5px;
    }

    .contact_field:last-child svg {
        position: relative;
        top: 8px;
        padding-right: 5px;
    }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

    #contacts_div {
        padding-top: 23px;
    }

    .contact_field:first-child svg {
        position: relative;
        top: 20px;
        padding-right: 5px;
    }

    .contact_field:last-child span {
        position: relative;
        top: 6px;
        padding-right: 5px;
    }

    .contact_field:last-child svg {
        position: relative;
        top: 15px;
        padding-right: 5px;
    }

    .contact_field:first-child span {
        position: relative;
        top: 15px;
        padding-right: 5px;
    }
}

.top_logo_div {
    min-height: 40px;
    padding-top: 4px;
    display: inline-block;
    width: 20%;
}

.logo_link {
    display: inline-block;
    width: 100%;
    min-width: 170px;
    min-height: 40px;
    background-size: 170px;
    background-repeat: no-repeat;
}

#menu_button {
    border: none;
    background-color: rgba(0,0,0,0);
    display: inline-block;
    position: relative;
    float: right;
    clear: right;
    top: -47px;
    right: 4px;
    background-repeat: no-repeat;
    background-size: cover;
}

    #menu_button:hover {
        cursor: pointer;
    }

#header_content {
    padding-top: 57px;
    padding-bottom: 1%;
    width: 1000px;
    display: block;
    margin: 0 auto;
}

.heading_div {
    text-align: center;
    line-height: 20px;
}

#header_heading {
    margin: 0 auto;
    font-size: 50px;
    color: #ffffff;
}

#icons_under_heading {
    max-width: 65%;
    margin: 0 auto;
    padding-top: 20px;
    height: 50px;
    text-align: justify;
}

    #icons_under_heading:after {
        content: "";
        width: 100%;
        display: inline-block;
    }

.category_cell {
    display: inline-block;
    max-height: 40px;
}

.category_inner {
    position: relative;
    height: 100%;
}

.mini_image svg {
    float: left;
    display: inline-block;
    vertical-align: bottom;
    max-height: 40px;
}

.category_inner p {
    color: #ffffff;
    display: inline-block;
    position: relative;
    top: -6px;
}

#header_central {
    position: relative;
    padding-top: 140px;
    padding-bottom: 260px;
    clear: left;
    overflow: hidden;
}

#header_questions {
    clear: left;
    float: left;
    padding-bottom: 5%;
}

    #header_questions div {
        line-height: 44px;
        font-size: 24px;
        color: #ffffff;
    }

    #header_questions span {
        font-weight: 700;
    }

.question::before {
    content: '';
    background-image: url(~/../../../pics/check.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 10px;
    height: 10px;
}

#header .request_div {
    float: left;
    clear: left;
}

#header_request {
    float: left;
    clear: left;
    border: solid;
    color: #8edc00;
    padding: 15px 0px 12px 0px;
    border-color: #8edc00;
    border-width: 2px;
}

    #header_request a {
        color: #8edc00;
        padding: 15px 40px 12px 40px;
    }

    #header_request:hover {
        background-color: #8edc00;
    }

        #header_request:hover a {
            color: #ffffff;
        }

#microsoft_dynamics {
    width: 300px;
    padding-left: 6%;
    float: left;
}

    #microsoft_dynamics svg {
        width: 45%;
        float: left;
    }

#video {
    position: absolute;
    right: 0;
    float: right;
    width: 390px;
    height: 240px;
    background-image: url('~/../../../pics/video_background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

    #video:hover {
        cursor: pointer;
    }

#video_center {
    height: 100%;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
}

    #video_center p {
        margin-top: 5px;
    }

    #video_center:hover p {
        color: #8edc00;
    }

    #video_center:hover svg#Layer_1.white_svg {
        fill: none;
        stroke: #8edc00;
    }

    #video_center svg {
        padding-top: 25%;
    }

#video_popup {
    width: 950px;
    height: 534px;
    margin: 0 auto;
    padding-top: 200px;
}

#video_open {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#clovid {
    float: right;
    margin: 30px 30px 0 0;
    background-color: rgba(17, 40, 61, 0);
    border-style: none;
}

    #clovid:hover {
        cursor: pointer;
    }

#mouse {
    position: absolute;
    bottom: 50px;
    left: 48.4%;
}

/******header end****/








#hidden_menu_background {
    position: fixed;
    z-index: 200;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(17, 40, 61, 0.85);
}

.animate_menu_right {
    -webkit-animation: mymove 0.8s; /* Safari 4.0 - 8.0 */
    animation: mymove 0.8s;
    animation-timing-function: ease;
}

@-webkit-keyframes mymove {
    from {
        right: -470px;
    }

    to {
        right: 0px;
    }
}
/* Standard syntax */
@keyframes mymove {
    from {
        right: -470px;
    }

    to {
        right: 0px;
    }
}

.animate_close {
    -webkit-animation: myclose 0.8s; /* Safari 4.0 - 8.0 */
    animation: myclose 0.8s;
    animation-timing-function: ease;
}

@-webkit-keyframes myclose {
    from {
        right: 0px;
    }

    to {
        right: -470px;
    }
}
/* Standard syntax */
@keyframes myclose {
    from {
        right: 0px;
    }

    to {
        right: -470px;
    }
}

.animate_close_pop {
    -webkit-animation: fadeout 1s; /* Safari 4.0 - 8.0 */
    animation: fadeout 1s;
    animation-timing-function: ease;
}

@keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.animate_open_pop {
    -webkit-animation: fadein 1s; /* Safari 4.0 - 8.0 */
    animation: fadein 1s;
    animation-timing-function: ease;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

#hidden_menu {
    vertical-align: middle;
    float: right;
    width: 470px;
    height: 100%;
    background-color: white;
    position: relative;
}

#clo {
    position: absolute;
    float: right;
    top: 23px;
    right: 22px;
    background-color: #ffffff;
    border-style: none;
}

    #clo:hover {
        cursor: pointer;
    }

#menu_footer {
    height: 30px;
    width: 80%;
    margin-left: 13%;
    position: absolute;
    bottom: 30px;
    color: black;
    text-align: justify;
}

    #menu_footer:after {
        content: "";
        width: 100%;
        display: inline-block;
    }

    #menu_footer div {
        display: inline-block;
    }

    #menu_footer svg {
        padding-right: 5px;
    }

    #menu_footer div:last-child {
        position: relative;
        bottom: 3.5px;
    }

    #menu_footer span {
        position: relative;
        bottom: 7px;
    }

#menu_table {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
}

#menu_centered {
    display: table-cell;
    vertical-align: middle;
}

#menu_contents {
    font-weight: 700;
    font-size: 18px;
    padding-left: 13%;
    vertical-align: middle;
    white-space: nowrap;
}

.menu_select + .menu_select {
    padding-top: 1%;
}

.menu_select {
    line-height: 28px;
    text-decoration: none;
    display: block;
    color: #0e2b3a;
}

    .menu_select:hover {
        color: #8edc00;
    }








#menu_fixed {
    position: fixed;
    top: 0;
    width: 99.99%;
    height: 70px;
    background-color: #ffffff;
    z-index: 101;
    border: solid;
    border-width: 0.5px;
    border-color: #ebebeb;
}

.animate_top {
    position: relative;
    animation: animatetop 0.45s;
}

@keyframes animatetop {
    from {
        top: -80px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

.fixed_logo_div {
    padding-top: 7px;
    padding-left: 15px;
    min-height: 20px;
    display: inline-block;
    width: 20%;
}

.fixed_link {
    display: inline-block;
    width: 100%;
    min-width: 170px;
    min-height: 55px;
    background-size: 170px;
    background-repeat: no-repeat;
}

#menu_button_clone {
    border: none;
    background-color: rgba(0,0,0,0);
    margin-top: 19px;
    margin-right: 22px;
    height: 25px;
    width: 40px;
    float: right;
    clear: right;
    background-repeat: no-repeat;
    background-size: cover;
}

    #menu_button_clone:hover {
        cursor: pointer;
    }

.hide {
    display: none;
}



/****main body start*****/
.centered {
    padding-top: 55px;
    padding-bottom: 100px;
    width: 1000px;
    display: block;
    margin: 0 auto;
}

#news .centered {
    padding-bottom: 80px;
}

#first {
    color: black;
    text-align: center;
}

.heading {
    margin: 0 auto;
    text-align: center;
    font-size: 40px;
    line-height: 43px;
    color: #0e2b3a;
}

.three {
    width: 100%;
    text-align: justify;
    padding-bottom: 18px;
}

    .three:after {
        content: '';
        display: inline-block;
        width: 100%;
    }

.three_element {
    display: inline-block;
    width: 31%;
    height: 100% !important;
    vertical-align: top;
}

.panel_icon {
    position: relative;
    display: inline-block;
    width: 100%;
    min-height: 30px;
    text-align: center;
    padding-left: 0%;
    padding-bottom: 5px;
}

    .panel_icon img {
        position: relative;
        width: 100%;
    }

.three_element:first-child .panel_icon {
    padding-left: 0%;
    margin: 0 auto;
}

.three_element:last-child .panel_icon {
    padding-left: 0%;
    margin: 0 auto;
}

#first .three_text {
    height: 6em;
    width: 85%;
    padding-left: 7.5%;
}

.three_text {
    padding-top: 13px;
    font-size: 22px;
    text-align: center;
}

.three_element:first-child div.three_text {
    padding-right: 0;
    font-size: 23px;
}

.three_element:last-child div.three_text {
    padding-left: 0;
    font-size: 23px;
}

.three_element span {
    font-weight: 700;
}

.plus {
    text-align: center;
    width: 45px;
    margin: 0 auto;
}

.three_element:first-child .plus {
    text-align: center;
}

.three_element:last-child .plus {
    text-align: center;
}

.plus svg:hover {
    cursor: pointer;
}

.popup_background {
    position: fixed;
    z-index: 201;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(17, 40, 61, 0.95);
}

.picture_popup {
    width: 950px;
    height: 534px;
    margin: 0 auto;
    padding-top: 120px;
    margin: 0 auto;
}

    .picture_popup img {
        width: auto;
        max-height: 100%;
        margin: 0 auto;
    }

#clo1 {
    z-index: 202;
    position: absolute;
    float: right;
    top: 23px;
    right: 22px;
    background-color: rgba(17, 40, 61, 0);
    border-style: none;
}

    #clo1:hover {
        cursor: pointer;
    }

.three_element:first-child .plus {
    padding-right: 0%;
    margin: 0 auto;
}

.three_element:last-child .plus {
    padding-left: 0%;
    margin: 0 auto;
}

.center_button {
    width: 100%;
    text-align: center;
}

.request_div {
    font-weight: 700;
    display: inline-block;
    margin: 0 auto;
}

    .request_div:hover {
        cursor: pointer;
    }

.request {
    clear: both;
    border: solid;
    padding: 15px 0px 12px 0px;
    border-color: #8edc00;
    border-width: 2px;
}

    .request a {
        padding: 15px 40px 12px 40px;
        height: 100%;
        color: #8edc00;
        text-decoration: none;
    }

    .request:hover a {
        color: #ffffff;
    }

    .request:hover {
        cursor: pointer;
        background-color: #8edc00;
    }




#second {
    background-color: #f8f8f8;
}

#first .teaser {
    padding-bottom: 50px;
}

.teaser {
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    color: #0e2b3a;
}

    .teaser .request_div {
        font-size: 16px;
    }

    .teaser span {
        font-weight: 700;
    }

.grid {
    padding-top: 50px;
    width: 100%;
    padding-bottom: 25px;
    position: relative;
}

.grid_row {
    width: 100%;
    text-align: justify;
    display: block;
    position: relative;
}

    .grid_row:after {
        content: '';
        display: inline-block;
        width: 100%;
    }

.grid_teaser {
    height: 6em;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 10px;
    text-align: left;
    color: #77797b;
    line-height: 24px;
    font-size: 18px;
}

.grid_cell {
    width: 31.5%;
    background-color: #ffffff;
    text-align: center;
    display: inline-block;
    height: 100%;
    position: relative;
    vertical-align: top;
}

.inner {
    width: 90%;
    padding: 25px 10px 42px 10px;
    display: inline-block;
    top: 0;
}

.grid_icon_div {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 50px;
}

.absolute {
    width: 93.5% !important;
    box-shadow: 1px 2px 2px 1px #eeeeee;
    position: absolute;
    left: 0;
    z-index: 10;
    background-color: #ffffff;
    padding-top: 20px;
}

.grid_cell_name {
    width: 90%;
    padding-left: 5%;
    height: 1.9em;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 22px;
    color: #0e2b3a;
}

.full_text {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 20px;
    text-align: left;
    color: #77797b;
    font-size: 18px;
    line-height: 24px;
}

.grid_read_more {
    text-align: left;
    padding-left: 8%;
}

.read_more {
    font-size: 16px;
    font-weight: 700;
}

    .read_more:hover {
        cursor: pointer;
        color: #0e2b3a;
    }

.grid_read_more button {
    background-color: #ffffff;
    color: #8edc00;
    border-style: none;
}








#third {
    background-color: #efefef;
}

#button_row {
    width: 100%;
    height: 56px;
    margin: 0 auto;
    text-align: justify;
}

    #button_row:after {
        content: '';
        display: inline-block;
        width: 100%;
    }

.row_button {
    width: 31%;
    position: relative;
    font-weight: 700;
    display: inline-block;
    border: solid;
    padding: 15px 0px 12px 0px;
    border-color: #173241;
    border-width: 2px;
    text-align: center;
}

    .row_button a {
        display: inline-block;
        width: 100%;
        height: 100%;
        color: #173241;
        text-decoration: none;
    }

    .row_button:first-child a {
        height: 100%;
        color: #173241;
        text-decoration: none;
    }

    .row_button:last-child a {
        height: 100%;
        color: #173241;
        text-decoration: none;
    }

    .row_button:hover {
        cursor: pointer;
        background-color: #173241;
    }

        .row_button:hover a {
            color: #ffffff;
        }






#fourth {
    /*background-image: url(~/../../../pics/handshake_business.png);*/
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
}

    #fourth .heading {
        color: #ffffff;
    }

    #fourth .teaser {
        color: #ffffff;
    }

.narrow_centered {
    width: 80%;
    margin: 0 auto;
}

#reliability_contents {
    padding-top: 78px;
    padding-bottom: 75px;
    display: inline-block;
}

#left_images {
    max-width: 15%;
    float: left;
    padding-top: 10px;
}

.left_img {
    display: block;
}

    .left_img + .left_img {
        padding-top: 20px;
    }

#reliability_right {
    max-width: 80%;
    float: right;
    font-size: 18px;
    line-height: 28px;
}

    #reliability_right p:before {
        content: '';
        border: solid;
        border-color: #8edc00;
        background-color: #8edc00;
        border-radius: 5px;
        display: inline-block;
        width: 1px;
        height: 1px;
        margin-right: 5px;
        margin-bottom: 1.5px;
    }

    #reliability_right p:first-child {
        margin-top: 0;
        margin-bottom: 0;
    }

    #reliability_right p + p {
        margin-top: 0;
        margin-bottom: 0;
    }






#fifth {
    color: #0e2b3a;
}

#customers_row {
    width: 100%;
}

.customer {
}

#fifth .three_element svg {
    max-height: 150px;
    min-height: 130px;
    max-width: 290px;
}

.three_element a {
    text-align: center;
}

#fifth .three_element:first-child svg {
    padding-left: 4%;
}

#fifth .three_element:last-child svg {
    padding-left: 0%;
}

#fifth .three_element span {
    color: #0e2b3a;
}

.center_client {
    text-align: center;
}

    .center_client span {
        padding-top: 7px;
    }

.customer_name {
    padding-left: 0%;
}

#fifth .three_element:hover .customer_name {
    color: #8edc00;
}

.three_element:first-child span.customer_name {
    padding-left: 5%;
}

.three_element:last-child span.customer_name {
    padding-left: 0%;
}

#fifth .three {
    padding-bottom: 20px;
}

#news {
    background-color: #f8f8f8;
}

.panel_img {
    width: 100%;
    height: 100%;
    min-height: 184px;
}

    .panel_img img {
        max-height: 100%;
        max-width: 100%;
    }

.three_news {
    height: 100px;
    font-size: 18px;
    line-height: 28px;
    max-width: 300px;
    text-align: left;
    padding-top: 18px;
}

.three_element:last-child .panel_img img {
    padding-left: 0;
}

.three_news span a {
    color: #8edc00;
    white-space: nowrap;
}

    .three_news span a:hover {
        cursor: pointer;
        color: #0e2b3a;
    }

#exhibitions {
    background-color: #ffffff;
}

#exhibitions_left {
    font-size: 18px;
    width: 50%;
    display: inline-block;
}

    #exhibitions_left p:before {
        content: '';
        border: solid;
        border-color: #8edc00;
        background-color: #8edc00;
        border-radius: 5px;
        display: inline-block;
        width: 3px;
        height: 3px;
        margin-right: 5px;
    }

    #exhibitions_left .teaser {
        text-align: left;
        float: left;
        padding-bottom: 10%;
    }

#exhibition_list {
    clear: left;
    line-height: 23px;
}

#asian_utility {
    padding-top: 5%;
    padding-right: 10%;
    width: 280px;
    float: right;
    display: inline-block;
}

#footer_text {
    clear: both;
    text-align: center;
    color: #0e2b3a;
    font-size: 14px;
    line-height: 13px;
}

#footer .centered {
    padding-top: 0px;
    padding-bottom: 50px;
}




@media(min-width: 1700px) {
    .picture_popup {
        width: 950px;
        height: 534px;
        margin: 0 auto;
        padding-top: 200px;
        margin: 0 auto;
    }
}

@media(max-width: 1370px) {
    #video_popup {
        padding-top: 70px;
    }

    .picture_popup {
        padding-top: 30px;
        margin: 0 auto;
    }

    #first .three_text {
        height: 7.5em;
    }
}


@media(max-width: 1024px) {
    .block {
        width: 23%;
    }

    #mouse {
        display: none;
    }

    #first .three_text {
        height: 8em;
    }

    #header_content {
        padding-left: 1%;
        padding-right: 1%;
        padding-top: 5%;
        padding-bottom: 5%;
        width: 98%;
        display: block;
        margin: 0 auto;
    }

    .centered {
        padding-top: 20px;
        padding-bottom: 40px;
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
        display: block;
        margin: 0 auto;
    }

    #header_request a {
        color: #8edc00;
        padding: 15px 20px 12px 20px;
    }

    .request a {
        padding: 15px 20% 12px 20%;
        height: 100%;
        color: #8edc00;
        text-decoration: none;
    }

    #header_central {
        width: 100%;
        position: relative;
        padding-top: 10%;
        padding-bottom: 10%;
        clear: left;
        overflow: hidden;
    }

    #video_popup {
        width: 700px;
        height: 400px;
        margin: 0 auto;
        padding-top: 200px;
    }

    #video {
        margin-right: 20px;
        top: 80px;
        width: 360px;
        height: 240px;
        background-color: white;
    }

    .grid_cell {
        width: 31%;
    }

    .grid {
        padding-top: 20px;
        width: 100%;
        padding-bottom: 20px;
    }

    .grid_cell_name {
        height: 2.5em;
    }

    .grid_teaser {
        height: 5.5em;
        font-size: 14px;
        line-height: 22px;
    }

    .absolute {
        box-shadow: 0px 0px 0px 0px #eeeeee;
        position: absolute;
        left: 0;
        z-index: 10;
        background-color: #ffffff;
    }

    #header_questions {
        padding-left: 3%;
        width: 55%;
        clear: both;
        float: none;
        padding-bottom: 5%;
    }

    #header_request {
        text-align: center;
        padding: 15px 40px 12px 40px;
    }

        #header_request:hover {
            color: #ffffff;
            background-color: #0a202b;
        }

    .request_div {
        text-align: center;
    }

        .request_div:hover {
            cursor: pointer;
        }

    #header .request_div {
        width: 30%;
        text-align: center;
        padding-left: 3%;
    }

    .three_text {
        font-size: 23px;
        text-align: center;
    }

    .three_element:first-child div.three_text {
        padding-right: 25%;
        font-size: 23px;
    }

    .three_element:last-child div.three_text {
        padding-left: 20%;
        font-size: 23px;
    }

    .plus {
        text-align: center;
        width: 45px;
        margin: 0 auto;
    }

    .three_element:first-child .plus {
        text-align: right;
    }

    .three_element:last-child .plus {
        text-align: left;
    }

    #microsoft_dynamics {
        padding-left: 4%;
    }

    .row_button + .row_button {
        margin-top: 20px;
    }

    #reliability_contents {
        padding-top: 78px;
        padding-bottom: 25px;
        display: inline-block;
    }

    #reliability_right {
        width: 74%;
        height: 100%;
        padding-left: 8%;
        font-size: 18px;
        line-height: 26px;
    }

    #button_row {
        width: 100%;
        height: auto;
    }

    .row_button {
        width: 100%;
        text-align: center;
    }

    .teaser {
        padding: 0 5% 0 5%;
        text-align: center;
        font-size: 20px;
    }

    .panel_img {
        width: 100%;
        height: 100%;
        min-height: 130px;
    }

    .picture_popup {
        width: 100%;
        margin: 0 auto;
        padding: 100px 0px 0px 0px;
    }

    #asian_utility {
        padding-top: 7%;
        padding-right: 10%;
        width: 300px;
    }
}

@media(max-width: 927px) {
    .grid_cell_name {
        height: 3em;
    }

    .row_button {
        display: block;
        text-align: center;
    }

    .request a {
        padding: 15px 40px 12px 40px;
        height: 100%;
        color: #8edc00;
        text-decoration: none;
    }

    #button_row a {
        width: 90%;
    }
}

@media(max-width: 895px) {
    #video {
        margin-right: 20px;
        top: 80px;
        width: 330px;
        height: 180px;
        background-color: white;
    }

    #video_center svg {
        padding-top: 19%;
    }

    #video_center p {
        padding-top: 5px;
    }

    #header_questions {
        width: 50%;
        font-size: 18px;
    }

    #header_request {
        text-align: center;
    }

    .grid_teaser {
        height: 7em;
    }

    #exhibitions_left {
        font-size: 18px;
        width: 60%;
        display: inline-block;
    }

    #asian_utility {
        padding-top: 8%;
        padding-right: 3%;
        width: 250px;
    }
}

@media(max-width: 770px) {
    #icons_under_heading {
        display: none;
    }

    #video {
        margin-right: 20px;
        top: 80px;
        width: 300px;
        height: 180px;
        background-color: white;
    }

    .request_div {
        width: 85%;
    }

        .request_div a {
            width: 85%;
            padding: 15px 25% 12px 25%;
        }

    #header_request {
        padding: 15px 0px 12px 0px;
    }

    #header_request {
        padding: 15px 30px 12px 30px;
    }
}

@media(max-width: 720px) {
    .row_button {
        padding: 0px 0px;
    }

    #button_row a {
        width: 90%;
        padding: 15px 5% 12px 5%;
    }

    #header_heading {
        padding-left: 10%;
        font-size: 45px;
        line-height: 43px;
        text-align: left;
    }

    .heading {
        font-size: 45px;
    }

    #contacts_div {
        width: 100%;
        text-align: justify;
        position: static;
        float: none;
        padding-top: 0px;
        display: inline-block;
    }

    .contact_field {
        width: 50%;
    }

    #contacts_div:after {
        content: '';
        display: inline-block;
        width: 100%;
    }

    .contact_field:first-child {
        width: 51%;
        padding-left: 4%;
        float: left;
    }

    .contact_field:last-child {
        width: 45%;
        padding-left: 0;
        padding-right: 0;
        float: right;
        right: -17px;
        position: relative;
    }

    .contact_field:first-child svg {
        width: 25px;
    }

    .contact_field:last-child svg {
        width: 15px;
    }

    .contact_field:first-child span {
        top: 10px;
    }

    .contact_field:last-child span {
        position: relative;
        top: 0px;
    }

    .contact_field span {
        font-size: 12px;
    }

    #menu_button {
        top: 20px;
        right: 4%;
        margin-top: -60px !important;
    }

    .top_logo_div {
        clear: left;
        float: left;
    }

    #header .top_logo_div {
        padding-top: 0;
        visibility: hidden;
    }

    #header .request_div {
        padding-left: 0;
        width: 85%;
        text-align: center;
        margin: 0 auto;
        float: none;
        clear: none;
        display: block;
    }

    #header_request {
        display: block;
        width: 92%;
        padding: 15px 25px 15px 25px;
        color: #ffffff;
        float: none;
        clear: none;
    }

    .request {
        padding: 15px 25px 15px 25px;
    }

    #header_request:hover {
        color: #ffffff;
        background-color: #0a202b;
    }

    #microsoft_dynamics {
        display: none;
    }

    #video_popup {
        width: 300px;
        height: 168px;
        margin: 0 auto;
        padding-top: 200px;
    }

    #video {
        right: auto;
        float: none;
        position: static;
        display: block;
        padding-left: 25%;
        width: 50%;
        height: 80px;
        background: none;
    }

    #header_content {
        padding: 5% 0 5% 0;
        width: 100%;
        display: block;
        margin: 0 auto;
    }

    #header_central {
        position: relative;
        padding-top: 10%;
        padding-bottom: 18%;
        clear: left;
        overflow: hidden;
    }

    #header_questions {
        width: 90%;
        padding-left: 0%;
    }

        #header_questions div {
            font-size: 18px;
            line-height: 30px;
            width: 90%;
            padding-left: 10%;
        }

    .centered {
        text-align: center;
        padding: 0px 0 50px 0;
        width: 100%;
        display: block;
        margin: 0 auto;
    }

    #second .centered {
        padding-top: 1px;
    }

    #news .centered {
        padding: 5px 0 25px 0;
    }

    #third .centered {
        padding: 1px 0 46px 0;
    }

    #fourth .centered {
        text-align: left;
        padding: 5px 0 60px 0;
    }

    #fifth .centered {
        padding: 5px 0 65px 0;
    }

    #first .three_text {
        height: 100%;
    }

    #fifth .three_element + .three_element {
        padding-top: 45px;
    }

    #fifth .three_element svg {
        max-height: 150px;
        min-height: 90px;
        max-width: 290px;
    }


    .three_element:first-child .plus {
        padding-right: 0;
        margin: 0 auto;
    }

    .three_element:last-child .plus {
        padding-left: 0;
        margin: 0 auto;
    }

    .panel_icon {
        padding-left: 0%;
    }

        .panel_icon img {
            position: relative;
            width: 85%;
        }

    #hidden_menu {
        float: right;
        width: 100%;
        height: 100%;
        background-color: white;
        position: relative;
    }

    #clo {
        float: right;
        margin: 0 0 0 0;
        border-style: none;
        z-index: 300;
    }

    #menu_footer {
        height: 50px;
        width: 100%;
        margin-left: 1%;
        position: absolute;
        bottom: 20px;
        color: black;
        text-align: justify;
    }

        #menu_footer div:first-child {
            font-size: 12px;
            padding-left: 17px;
        }

        #menu_footer div:last-child {
            font-size: 12px;
            padding-right: 24px;
            bottom: 2px;
        }

    .three {
        width: 100%;
    }

    .three_element {
        display: block;
        width: 100%;
        padding: 0;
        padding-bottom: -5px;
        text-align: center;
    }

        .three_element + .three_element {
            padding-top: 25px;
        }

    #first .three_element + .three_element {
        padding-top: 0;
    }

    .three_element:first-child div.three_text {
        padding-right: 0;
        font-size: 23px;
    }

    .three_element:last-child div.three_text {
        padding-left: 5%;
        font-size: 23px;
    }

    .three_text {
        width: 90%;
        font-size: 23px;
        text-align: center;
        padding: 0 5% 0 5%;
    }

    .grid {
        padding-top: 55px;
        width: 100%;
        padding-bottom: 55px;
    }

    .grid_row {
        width: 100%;
    }

        .grid_row:after {
            content: '';
            display: inline-block;
            width: 100%;
        }

    .grid_teaser {
        height: 7.5em;
        width: 80%;
        margin: 0 auto;
        padding-bottom: 10px;
        font-size: 18px;
        line-height: 24px;
    }

    .full_text {
        font-size: 18px;
        line-height: 24px;
    }

    .grid_cell {
        margin: 0 auto;
        width: 85%;
        background-color: #ffffff;
        text-align: center;
        display: block;
        height: 100%;
    }

    .inner {
        padding: 5% 5% 30px 5%;
        width: 90%;
    }

    .grid_cell + .grid_cell {
        margin-top: 25px;
    }

    .grid_row + .grid_row {
        margin-top: 10px;
    }

    .grid_cell_name {
        height: 2em;
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        padding-bottom: 10px;
    }

    #second .grid {
        padding-bottom: 35px;
    }

    #second .teaser {
        width: 85%;
        padding: 0% 0% 0% 7.5%;
        margin: 0;
        font-size: 16px;
        line-height: 24px;
    }

    #third .grid {
        padding-top: 10px;
        padding-bottom: 15px;
    }

    .absolute {
        position: static;
        background-color: #ffffff;
        padding-top: 20px;
    }

    .three_element svg {
        max-height: 150px;
        min-height: 130px;
        max-width: 290px;
    }

    .three_element a {
        display: inline-block;
        margin: 0 auto;
        text-align: center;
    }

    #fifth .three_element:first-child svg {
        padding-left: 0;
    }

    .three_element:last-child svg {
        padding-left: 0;
    }

    .customer_name {
        padding-left: 0%;
    }

    .three_element:first-child span.customer_name {
        padding-left: 0%;
    }

    .three_element:last-child span.customer_name {
        padding-left: 0%;
    }

    #fifth .three {
        padding-bottom: 40px;
    }

    #reliability_contents {
        padding-top: 0px;
        padding-bottom: 45px;
    }

    #left_images {
        display: block;
        max-width: 90%;
        width: 87%;
        padding-left: 8%;
        padding-right: 5%;
        padding-bottom: 30px;
    }

    .left_img {
        padding-left: 5%;
        padding-right: 5%;
        width: 35%;
        display: inline-block;
    }

        .left_img:first-child {
            padding-bottom: 2%;
        }

    #reliability_right {
        width: 80%;
        height: 100%;
        padding-left: 8%;
        display: block;
        float: none;
        text-align: left;
    }

        #reliability_right p {
            font-size: 16px;
        }

            #reliability_right p:first-child {
                margin: 0;
            }

            #reliability_right p + p {
                margin-top: 10px;
                margin-bottom: 0;
            }

    #button_row {
        width: 85%;
        height: auto;
    }

    .row_button a {
        display: block;
        padding: 5px 0px 2px 0px;
    }

    .panel_img {
        width: 85%;
        max-height: 100%;
        margin: 0 auto;
    }

        .panel_img img {
            max-width: 100%;
            max-height: 100%;
        }

    #news .three {
        padding-bottom: 0;
    }

    .three_news {
        height: auto;
        width: 85%;
        padding: 15px 0% 0 7.5%;
        text-align: left;
    }

    #exhibitions_left {
        font-size: 18px;
        width: 85%;
        padding-left: 0%;
        display: inline-block;
        text-align: left;
    }

    #fourth .narrow_centered.teaser {
        width: 85%;
        padding-left: 7.5%;
        padding: 0 0% 0 0%;
        margin: 0 auto;
        line-height: 26px;
    }

    .narrow_centered {
        width: 100%;
        margin: 0 auto;
    }

        .narrow_centered.teaser {
            padding: 0 5% 0 0%;
            text-align: center;
            font-size: 18px;
        }

    #exhhibitions .narrow_centered.teaser {
        font-size: 20px;
    }

    #asian_utility {
        padding-top: 8%;
        padding-right: 0;
        margin: 0 auto;
        float: none;
        display: block;
    }

    .picture_popup {
        width: 100%;
        margin: 0 auto;
        padding: 55% 0px 0px 0px;
    }
}

@media(max-width: 420px) {

    #header_request {
        display: block;
        width: 100%;
        padding: 15px 0px 15px 0px;
        color: #ffffff;
        float: none;
        clear: none;
    }

        #header_request a {
            padding: 15px 25% 15px 25%;
        }

    .request {
        padding: 15px 0px 15px 0px;
    }
}

/****svg styles******/
.white_svg {
    fill: none;
    stroke: #ffffff;
}

.white_fill {
    fill: #ffffff;
    stroke: none;
}

.blue_svg {
    stroke: #0e2b3a;
    fill: none;
}

.blue_fill {
    fill: #0e2b3a;
}

.wide_svg {
    stroke-width: 10;
}

.thin {
    stroke-width: 0px;
}

.no_stroke {
    stroke: none;
}

.semi_wide_svg {
    stroke-width: 2;
}

.wider_svg {
    stroke-width: 6;
}

.no_border_svg {
    stroke: none;
}

.svg_green {
    fill: #8edc00;
    stroke: #8edc00;
}

.plus:hover .svg_green {
    fill: #0e2b3a;
    stroke: #0e2b3a;
}

#menu_button:hover .white_svg {
    fill: #8edc00;
    stroke: #8edc00;
}

#clo:hover .st699 {
    fill: #8edc00;
    stroke: #8edc00;
}

#menu_button_clone:hover .st70 {
    fill: #8edc00;
    stroke: #8edc00;
}

#mouse a:hover .white_fill {
    fill: none;
    stroke: none;
    fill: #8edc00;
    stroke: #8edc00;
}

#video:hover .white_fill {
    fill: #8edc00;
}
/**safari****/
::i-block-chrome, #mouse {
    bottom: -250px;
}

::i-block-chrome, .centered {
    position: relative;
}

::i-block-chrome, #asian_utility {
    position: absolute;
    top: -90px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    #mouse {
        position: absolute;
        bottom: -15px;
    }
}

@media screen and (min-width:0\0) {
}
/*from index */
#login {
    text-align: center;
    border: 3px solid #96d846;
    border-radius: 5px;
    padding: 5px;
    background-color: #96d846;
    color: #fff;
    opacity: 0.9;
}

    #login:hover {
        opacity: 1;
    }

#header {
    background-color: #424242;
    height: 80px;
}

@media only screen and (max-width: 600px) {
    #login {
        display: none;
    }

    #header {
        background-color: #424242;
        height: 60px;
    }
}

.st0 {
    fill: none;
    stroke: #ffffff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}

#slideimg {
    width: 100%;
    height: 250px;
}

.slider-box {
    display: block;
}

@media only screen and (max-width: 600px) {
    #slideimg {
        width: 100%;
        height: auto;
    }

    .slider-box {
        display: none;
    }
}

.logo1 {
    fill: #FFFFFF;
}

.logo2 {
    fill: #8CC63F;
}

h1,
h2 {
    font-family: Candal, sans-serif;
    line-height: 1.2;
}


/*
        2.0 - Elements
        */

img {
    max-width: 100%;
    height: auto;
}


/*
        3.0 - Grid
        */

.grid {
    max-width: 100%;
    margin: auto;
}


/*
        4.0 - Slider
        */

.slider-box,
.slider__item {
    position: relative;
}

.slider {
    overflow: hidden;
}

.slider__canvas {
    transition: transform 0.5s;
}

.slider__item {
    float: left;
}

.slider__item__title {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    margin: 0;
    color: #468;
    font-size: 2.5rem;
    line-height: 1;
    text-align: center;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    transition: opacity 0.3s, transform 0.3s;
    transform: translate3d(-50%, -60%, 0);
}

.active .slider__item__title {
    opacity: 1;
    transition-delay: 1s;
    transform: translate3d(-50%, -50%, 0);
}

@media(min-width: 48rem) {
    .slider__item__title {
        font-size: 5rem;
    }
}


/*
        4.1 - Slider Nav
        */

.slider-nav {
    color: #fff;
    font-size: 1rem;
    text-align: center;
}

.slider-nav__dots {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
}

.slider-nav__prev,
.slider-nav__next,
.slider__dot {
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px;
    cursor: pointer;
    backface-visibility: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}

.slider-nav__prev,
.slider-nav__next {
    position: absolute;
    top: 50%;
    width: 3rem;
    height: 3rem;
    margin-top: -1.5rem;
    line-height: 3rem;
}

.slider-nav__prev {
    left: 7%;
}

.slider-nav__next {
    right: 7%;
}

.slider__dot {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin: 0 1rem;
}

    .slider-nav__prev:hover,
    .slider-nav__next:hover,
    .slider__dot.active,
    .slider__dot:hover {
        transform: scale3d(1.5, 1.5, 1);
    }

.full {
    width: 100%;
}

.block {
    width: 25%;
    display: inline-block;
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 200px;
    border-radius: 10px;
    border: 1px solid #fff;
    padding: 5px;
    margin: 19px;
    opacity: 0.8;
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%);
}

@media(max-width: 1024px) {
    .block {
        width: 23%;
    }
}

.block:hover {
    opacity: 1;
    transition: opacity 1s ease;
    cursor: pointer;
    filter: none;
    -webkit-filter: grayscale(0%);
}

#header_central {
    padding-top: 10px;
}

@media only screen and (max-width: 600px) {
    .block {
        width: 84%;
    }
}

.mid {
    font-weight: bold;
    font-size: 1.2em;
    color: #fff;
    text-align: center;
    margin-top: 40px;
    background-color: rgba(0, 0, 0, 0.6);
    line-height: 3em;
    /*text-shadow: 1px 1px #8cc63f;*/
    position: relative;
}

@media(max-width:1170px) {
    .mid {
        font-size: 11px;
        text-shadow: none;
    }
}

#uti {
    background-image: url('../1.jpg');
}

#loa {
    background-image: url('../2.jpg');
}

#reg {
    background-image: url('../3.jpg');
}

.imgsec {
    display: block;
    height: 40px;
}

#info {
    color: #4b4b4b;
    font-weight: bold;
}

p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.long-f {
    width: 100%;
    background-color: #eee;
}

.cell {
    width: 18%;
    display: inline-block;
    padding: 20px;
    font-size: 14px;
    text-align: left;
}

#bul {
    color: #6b6a6a;
}

@media(max-width:600px) {
    .cell {
        width: 40%;
    }
}

.st699 {
    fill: #0e2a3b;
    stroke: #0e2a3b;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.st70 {
    fill: none;
    stroke: #000000;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}

.loggggo {
    fill: #8CC63F;
}
/* EU COOKIE LAW */
.eu-cookie-bar-notification {
    display: none;
    left: 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100000;
    background: none repeat scroll 0 0 #eee;
    border-top: 3px solid #FFFFFF !important;
    color: #5C5B5B;
    margin: 0px;
}

    .eu-cookie-bar-notification .content {
        padding: 0px 10px;
        margin: 10px 0px;
        zoom: 1;
    }

        .eu-cookie-bar-notification .content:after {
            content: ".";
            display: block;
            clear: both;
            height: 0;
            font-size: 0;
            line-height: 0;
            visibility: hidden;
        }

        .eu-cookie-bar-notification .content .text {
            float: left;
            padding-top: 5px;
        }

        .eu-cookie-bar-notification .content .ok-button {
            float: left;
            margin-left: 10px;
            cursor: pointer;
            text-align: center;
            border: 3px solid #96d846;
            border-radius: 5px;
            padding: 5px;
            background-color: #96d846;
            color: #fff;
            opacity: 0.9;
            font-weight: bolder;
            width: 100px;
        }

        .eu-cookie-bar-notification .content a.learn-more {
            float: left;
            margin-left: 10px;
            padding-top: 5px;
            text-decoration: underline;
            color: #5C5B5B;
        }

            .eu-cookie-bar-notification .content a.learn-more:hover {
                text-decoration: none;
                color: #5C5B5B;
            }

@media(max-width: 1220px){
    .mid {
        font-size: 16px;
    }
     .block {
        width: 28%;
    }
}


@media (max-width: 1100px) {
    .block {
        width: 28%;
    }
}

@media (max-width: 800px)  {
    .block {
        width: 40%;
    }
}


@media (max-width: 700px)  {
    .block {
        width: 84%;
    }
}

@media (max-width: 1060px){
    #info.lom{
            padding-top: 96px !important;
    }
    .mid{font-size: 13px;}
}

@media (max-width: 920px) {
    .mid {
        font-size: 10px;
    }
}

@media (max-width: 860px){
#info.lom {
    padding-top: 75px !important;
}}

@media (max-width: 742px){
    #info.lom{
            padding-top: 96px !important;
    }
    
}