﻿/* Common */

@font-face {
    font-family: 'FuturaStd-Book';
    src: url('fonts/futura_std_book.eot?#iefix') format('embedded-opentype'), url('fonts/futura_std_book.otf') format('opentype'), url('fonts/futura_std_book.woff') format('woff'), url('fonts/futura_std_book.ttf') format('truetype'), url('fonts/futura_std_book.svg#FuturaStd-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'MuseoSlab-500';
    src: url('fonts/Museo_Slab_500_2-webfont.woff') format('woff'), url('Museo_Slab_500_2-webfont.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
}



/* @font-face {    font-family: 'Helvetica';    src: url('fonts/HelveticaNeueLTStd-Lt.eot?#iefix') format('embedded-opentype'),          url('fonts/HelveticaNeueLTStd-Lt.otf') format('opentype'),         url('fonts/HelveticaNeueLTStd-Lt.woff') format('woff'),          url('fonts/HelveticaNeueLTStd-Lt.ttf')  format('truetype'),          url('fonts/HelveticaNeueLTStd-Lt.svg#HelveticaNeueLTStd-Lt') format('svg');    font-weight: normal;    font-style: normal;}	KR-1609 Commented out as PC users are now going to use Arial instead of Helvetica. Font family declarations also updated*/

* {
    margin: 0;
    /*padding: 0;*/
    outline: none;
}

html, body {
    font-family: 'Helvetica', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    color: #666666
}

a, a:hover {
    color: #c9252c;
    text-decoration: none;
    outline: none;
}

    a:active, a:visited, a:focus {
        outline: none;
    }
/* KR-1609 added */

section .size-full {
    max-width: 100% !important;
    display: block;
    height: auto !important;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: none;
}

.btn:active, .btn.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pos-rev {
    position: relative;
}

.pos-abs {
    position: absolute;
}

.upper {
    text-transform: uppercase;
}

.light {
    font-weight: 300;
}

.bold {
    font-weight: 700;
}

.break {
    height: 1px;
    background: #e4e5e5;
    border-top: none;
}

.text-blue {
    color: #529dba !important
}

.text-red {
    color: #c9252c !important
}

.ico {
    background: url('../images/icons.png') no-repeat 0 0 scroll transparent;
    display: inline-block;
}

.ico-linkedin {
    width: 33px;
    height: 33px;
    background-position: 0 0;
}

.ico-linkedin-b {
    width: 33px;
    height: 33px;
    background-position: -33px -66px;
}

.ico-fb {
    width: 33px;
    height: 33px;
    background-position: -33px 0;
}

.ico-gplus {
    width: 33px;
    height: 33px;
    background-position: -66px 0;
}

.ico-twitter {
    width: 33px;
    height: 33px;
    background-position: -99px 0;
}

.ico-download {
    width: 30px;
    height: 33px;
    background-position: -131px 0;
}

.ico-plus {
    width: 32px;
    height: 32px;
    background-position: -99px -33px;
}

.ico-prev {
    width: 33px;
    height: 33px;
    background-position: 0px -66px;
}

.ico-next {
    width: 33px;
    height: 33px;
    background-position: 0px -33px;
}

.btn-flat {
    border-radius: 0;
    color: #fff;
    border: solid 1px #fff !important;
    padding:5px !important;
    text-transform: uppercase;
}

.bg-grey {
    background: #eee
}

.bg-darkgrey {
    background: #9b9b9d
}

.bg-darkblue {
    background: #529dba
}

.panel-promo {
    display: block;
    padding: 20px;
}

.no-border {
    border: none !important;
}

.img-space-left {
    margin-left: 10px;
}

.img-space-right {
    margin-right: 10px;
}

.img-space-both {
    margin: 0px 10px;
}

.img-space-all {
    margin: 10px;
}

#wrapper {
    min-width: 320px;
}

header.header {
    padding: 24px 0px 30px;
}

    header.header > .container {
        position: relative;
    }

    header.header .logo {
        display: inline-block;
        margin-left: 20px;
    }

    header.header .ico-menu {
        display: block;
        width: 50px;
        position: absolute;
        top: 33px;
        right: 10px
    }

nav {
    background: #529dba;
    margin: 30px 0px 0px;
    display: none;
}

header.open {
    padding-bottom: 0;
}

    header.open nav {
        display: block;
    }

ul.breadcrumb {
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    background-color: transparent;
}

div.filter-bar {
    margin-right: auto;
    margin-left: auto;
    background-color: #c9252c;
}

div.filter-bar-inner {
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    background-color: #c9252c;
    padding: 8px 15px;
}

    div.filter-bar-inner label {
        color: #FFFFFF;
        font-weight: normal;
    }

.breadcrumb li {
    display: inline-block;
}

.top-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .top-menu a {
        text-decoration: none;
        font-family: 'FuturaStd-Book';
        text-align: center;
        display: block;
        border-bottom: solid 1px #97c4d6;
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 60px;
    }

        .top-menu a:hover, .top-menu a.active {
            background: #43839b;
        }

nav .social-icons {
    text-align: center;
    padding: 16px 0px 12px;
}

.ico-menu span {
    display: block;
    background: #529dba;
    width: 28px;
    height: 5px;
    margin: 0 auto 5px;
}

.list-dot-blue {
    margin: 0;
    padding: 0;
    list-style: none;
}

li.list-dot-blue {
    font-size: 13px;
    line-height: 22px;
    padding-left: 20px;
    position: relative;
}

    li.list-dot-blue:before {
        content: '';
        background-color: #529dba;
        font-family: sans-serif;
        display: inline-block;
        width: 6px;
        height: 6px;
        border-radius: 3px;
        position: absolute;
        left: 0px;
        top: 8px;
    }

h1 {
    text-transform: uppercase;
}

.page {
    background: #dedede;
    padding-bottom: 30px;
}

.content h2 {
    font-size: 15px;
    font-weight: bold;
    color: #C9252C;
    /*padding-bottom: 20px;*/
}
/* KR-2309 added */

.content h3 {
    font-size: 15px;
    font-weight: bold;
    color: #C9252C;
    /*padding-bottom:20px;*/
}
/* KR-2309 added */ /* About Us */

.page-general {
    padding-bottom: 30px;
}

    .page-general .page-content {
        background: #fff;
        max-width: 1100px;
        padding-top:20px;
    }

.top-banner img {
    width: 100%;
}

.page-general .content {
    padding: 18px 3.33% 0px
}

.page-general h1 {
    font-family: 'FuturaStd-Book';
    font-size: 36px;
    line-height: 36px;
    color: #529dba;
    margin: 0 3.33%;
    padding: 36px 0px 24px;
    border-bottom: solid 1px #e4e5e5
}

.page-general .content p {
    font-size: 13px;
    line-height: 20px;
}

.page-general .content .highlight {
    color: #58595b;
    font-size: 15px;
    line-height: 23px;
}

.page-general .content .break {
    margin: 25px 0 30px
}

.page-general .panel-promo .title {
    font-family: 'FuturaStd-Book';
}

.promo-meetteam {
    width: 100%;
    position: relative;
    display: block;
    height: 120px;
}

    .promo-meetteam h3 {
        font-family: 'FuturaStd-Book';
        width: 190px;
        margin-left: -132px;
        left: 50%;
        position: absolute;
        font-size: 17px;
        text-align: center;
        line-height: 33px;
        top: 50%;
        margin-top: -17px;
    }

    .promo-meetteam img {
        position: absolute;
        right: 0;
        top: 0;
    }

    .promo-meetteam h3:before {
        margin-left: 10px;
        content: '';
        display: block;
        width: 33px;
        height: 33px;
        background: url('../images/icons.png') no-repeat 0 -33px scroll transparent;
        float: right;
    }

.panel-promo {
    min-height: 160px;
    margin: 5px -10px 0px;
    overflow: hidden;
    position: relative;
}

    .panel-promo .title {
        position: relative;
        z-index: 2;
        color: #fff;
        font-weight: 400;
        font-size: 18px;
        text-transform: uppercase;
    }

        .panel-promo .title > span {
            display: block;
            font-size: 16px;
        }

        .panel-promo .title big {
            font-size: 32px;
        }

    .panel-promo .img {
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 1;
    }

.blockquote {
    padding: 0 55px;
    position: relative;
    font-size: 35px;
    line-height: 44px;
    font-family: 'FuturaStd-Book';
    color: #9b9b9d;
    text-transform: uppercase;
    border-left: none;
}

    .blockquote:before, .blockquote:after {
        content: '';
        left: 0;
        top: 0;
        display: block;
        position: absolute;
        height: 50px;
        width: 66px;
        background: url('../images/icons.png') no-repeat 0 -99px scroll transparent;
    }

    .blockquote:after {
        left: auto;
        right: -10px;
        top: auto;
        bottom: -5px;
        background-position: -66px -99px
    }

footer {
    text-align: center;
    background: #9b9b9d;
    font-family: 'FuturaStd-Book';
    font-size: 17px;
    color: #fff;
}

    footer .footer-bottom {
        background: #58595b;
        padding: 25px 0px;
    }

    footer .footer-head a {
        font-family: 'Helvetica';
        font-size: 12px;
    }

        footer .footer-head a:hover {
            text-decoration: underline;
        }

    footer .footer-head .upper {
        line-height: 21px;
        margin: 30px 20px;
    }

    footer .break {
        background: #bcbdbd;
        margin: 0 -10px;
    }

    footer .notice-links {
        line-height: 22px;
        margin: 20px auto;
        font-size: 10px
    }

        footer .notice-links a {
            line-height: 11px;
            font-size: 12px;
            display: inline-block;
            padding: 0px 10px;
            border-right: 1px solid red;
        }

        footer .notice-links a:last-child {
            border-right: none;
        }

    footer .footer-links {
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: center;
    }

        footer .footer-links a {
            color: #fff;
            text-transform: uppercase;
            font-size: 13px;
            line-height: 25px;
        }

            footer .footer-links a:hover {
                color: #333
            }

    footer .copyright {
        font-size: 11px;
        text-align: center;
        margin-top: 20px;
    }

    footer .social-icons a {
        margin: 0px 2px 10px;
    }

.top-banner {
    overflow: hidden;
    height: 0;
    /*padding-bottom: 81%;*/
}

    .top-banner img {
        display: none;
    }

.no-js .top-banner img {
    display: inherit
}

.cookie-banner {
    background-color: #c9252c;
    color: #fff;
    font-size: 0.86em;
    text-align: center;
    padding: 1em;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .cookie-banner a {
        color: #fff;
        text-decoration: underline;
    }
/* page home */

.page-home .top-banner img {
    display: inherit;
}

.page-home .top-banner {
    display: none;
    height: auto;
    padding-bottom: 0;
}

.page-home {
    padding-bottom: 30px;
}

    .page-home .top-banner {
        position: relative;
        /*min-height: 380px;*/
    }

        .page-home .top-banner .caption {
            display: none;
            position: absolute;
            left: 30px;
            top: 40px;
            max-width: 260px;
        }

        .page-home .top-banner .bx-viewport .caption {
            display: block;
        }

        .page-home .top-banner h2 {
            color: #529dba;
            font-size: 32px;
            line-height: 30px;
            margin: 0 0 10px 0;
            text-transform: uppercase;
            font-family: 'FuturaStd-Book';
            font-weight: 400;
        }

            .page-home .top-banner h2 span {
                display: block;
                color: #fff;
            }

        .page-home .top-banner p {
            font-family: 'Helvetica';
            font-size: 13px;
            line-height: 18px;
            color: #fff;
        }

        .page-home .top-banner .btn-flat {
            font-family: 'FuturaStd-Book';
            color: #fff;
            border: solid 1px #fff;
        }

        .page-home .top-banner .bx-controls-direction a {
            display: block;
            position: absolute;
            font-size: 0;
            color: transparent;
            width: 33px;
            height: 33px;
            background: url('../images/icons.png') no-repeat -33px -33px scroll transparent;
            bottom: 50px;
        }

        .page-home .top-banner .bx-controls-direction .bx-prev {
            left: 30px;
        }

        .page-home .top-banner .bx-controls-direction .bx-next {
            right: 30px;
            background-position: -66px -33px;
        }

        .page-home .top-banner .item {
            float: left;
            /*max-height: 568px;*/
            overflow: hidden;
        }

        .page-home .top-banner .loading {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            z-index: 1000;
            background: url('../images/loading.gif') no-repeat center center scroll #fff;
        }

.ms-home {
    padding: 0;
    margin-top: 20px;
}

    .ms-home .item {
        margin-bottom: 2px;
        float: left;
        min-height: 160px;
        overflow: hidden;
        padding: 20px 40px 20px 20px;
        position: relative;
    }

    .ms-home .item p {
        z-index:1;
        position:relative;
    }

    .ms-home .item-sm {
        width: 50%;
    }

        .ms-home .item-sm + .item-sm {
            border-left: solid 2px #dedede
        }

    .ms-home .item-md {
        width: 100%;
    }

    .ms-home .item-lg {
        width: 100%;
        height: 320px;
    }

    .ms-home .item > a {
        display: block;
    }

    .ms-home .item .title {
        text-transform: uppercase;
        margin: 0;
        position: relative;
        z-index: 1;
        font-weight: 400;
        font-family: 'FuturaStd-Book';
        font-size: 16px;
        line-height: 18px;
        padding-bottom:5px;
    }

.item-career .title > span, .item-case .title > span, .item-news .title > span, .item-product .title > span {
    display: block;
}

.ms-home .item .title big {
    font-size: 20px;
    line-height: 22px;
}

.ms-home .item-lg .title big {
    font-size: 32px;
    line-height: 29px;
}

.ms-home .item time {
    font-size: 13px;
    color: #9b9b9d;
    line-height: 25px;
}

.item-product {
    background: #529dba;
}

    .item-product img {
        position: absolute;
        right: 0;
        bottom: 0;
        width: auto;
        height: 100%;
        z-index: 0;
        max-width: none !important;
        min-width: 100%;
    }

    .item-product.left img {
        right: auto;
        left: 0;
    }

.ms-home .item-product img {
    min-width: 0;
}

.item-career {
    background: #9b9b9c
}

.item-news, .item-case {
    background: #fff;
}

.item-product .title, .item-career .title {
    color: #fff;
}

    .item-product > a:hover .title, .item-product .title:hover {
        color: #c9252c
    }

    .item-career > a:hover .title, .item-career .title:hover {
        color: #333
    }

.item-case .title, .item-news .title {
    color: #529dba
}

    .item-case > a:hover .title, .item-case .title:hover, .item-news > a:hover .title, .item-news .title:hover {
        color: #333
    }

.top-banner h1.title {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    padding: 0 30px
}

.page-news .top-banner .container, .page-contact .top-banner .container, .page-general .top-banner .container, .page-career .top-banner .container, .page-product .top-banner .container {
    position: absolute;
}
/* Page News - Page Product */

.page-news .top-banner, .page-product .top-banner {
    position: relative;
}

.page-news h1.title {
    font-family: 'FuturaStd-Book';
    text-transform: uppercase;
    color: #fff;
    font-size: 30px;
    line-height: 44px;
}

.page-product h1.title {
    font-family: 'FuturaStd-Book';
    text-transform: uppercase;
    color: #529dba;
    font-size: 30px;
    line-height: 44px;
}

    .page-product h1.title span {
        color: #fff;
    }

.top-banner h1.title small {
    text-transform: none;
    color: #fff;
    display: block;
    font-size: 13px;
    line-height: 20px;
}
/* Page Careers */

.page-career .page-content {
    background: #fff;
    max-width: 1100px;
    padding-bottom: 40px;
}

.page-career .content {
    padding: 18px 3.33% 0px
}

.page-career h1 {
    text-transform: uppercase;
    font-family: 'FuturaStd-Book';
    font-size: 36px;
    line-height: 36px;
    color: #529dba;
    margin: 0 3.33%;
    padding: 36px 0px 24px;
    border-bottom: solid 1px #e4e5e5
}

.page-career .content h5 {
    color: #58595b;
    font-size: 17px;
    line-height: 23px;
    margin: 0 0 25px 0
}

.list-careers {
    padding: 0 3.33%;
    font-size: 0
}

    .list-careers .item {
        background: #abacad;
        padding: 20px;
        font-family: 'FuturaStd-Book';
        margin-bottom: 4px;
    }

    .list-careers h4, .list-careers h5 {
        margin: 0;
        font-weight: 400;
        color: #58595b;
        text-transform: uppercase;
    }

    .list-careers .title {
        font-size: 18px;
        line-height: 18px;
    }

    .list-careers .col {
        width: 50%;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 20px;
        font-size: 13px;
        color: #fff;
    }

    .list-careers .item .btn-flat {
        display: block;
    }
/* Page Product Detail */

.page-product-detail {
    position: relative;
}

    .page-product-detail .page-content a {
        color: #529dba
    }

.product-menu {
    z-index: 10;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    background: #c9252c;
    max-height: 68px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

    .product-menu li {
        height: 68px;
        text-align: center;
        max-width: 700px;
        margin: 0 auto;
    }

    .product-menu a {
        position: relative;
        color: #fff;
        font-family: 'FuturaStd-Book';
        font-size: 14px;
        line-height: 22px;
        text-transform: uppercase;
        display: inline-block;
        text-align: center;
        height: 68px;
        padding: 22px 10px;
    }

    .product-menu li:first-child a:before {
        content: '';
        background: url('../images/icons.png') no-repeat -131px -33px scroll transparent;
        display: inline-block;
        width: 33px;
        height: 33px;
        position: absolute;
        right: -33px;
        top: 50%;
        margin-top: -17px;
    }

    .product-menu.hover {
        height: auto;
        max-height: 350px;
    }

        .product-menu.hover li {
            border-top: solid 1px #df7c80;
        }

            .product-menu.hover li:first-child {
                border-top: none;
            }

                .product-menu.hover li:first-child a:before {
                    display: none;
                }

.page-product-detail .page-content {
    background: #fff;
    max-width: 1100px;
    padding-bottom: 40px;
}

.page-product-detail .content {
    padding: 20px 3.33% 0px
}

.page-product-detail h1 {
    text-transform: uppercase;
    font-family: 'FuturaStd-Book';
    font-size: 36px;
    line-height: 32px;
    color: #58595b;
    margin: 0 3.33%;
    padding: 36px 0px 20px;
    border-bottom: solid 1px #e4e5e5
}

    .page-product-detail h1 span {
        display: block;
        color: #c9252c
    }

.page-product-detail .content .highlight {
    color: #58595b;
    font-size: 15px;
    line-height: 23px;
}

.page-product-detail .thumb {
    text-align: center;
    padding-bottom: 20px;
    position: relative;
}

    .page-product-detail .thumb img {
        margin: 0 auto;
        max-width: 100%;
    }

    .page-product-detail .thumb .ico {
        display: none;
        position: absolute;
        right: 0;
        bottom: 47px;
    }

.page-product-detail .block h4 {
    font-family: 'FuturaStd-Book';
    font-size: 24px;
    line-height: 24px;
    padding-top: 30px;
    margin: 0px 0px 20px;
    border-top: solid 1px #e4e5e5;
    text-transform: uppercase;
    letter-spacing: -1px
}

.page-product-detail .internal-link {
    margin: 0 0 30px 0;
    padding: 0 0 20px 0;
    list-style: none;
    border-bottom: solid 1px #e4e5e5
}

    .page-product-detail .internal-link li {
        font-size: 13px;
        border-top: solid 1px #e4e5e5;
        padding: 5px 0px;
    }

        .page-product-detail .internal-link li:first-child {
            border-top: none;
        }

    .page-product-detail .internal-link .ico {
        float: left;
    }

    .page-product-detail .internal-link .number {
        display: block;
        color: #333;
        text-transform: uppercase;
    }

.page-product-detail .download-links {
    margin-bottom: 0;
}

.page-product-detail .content p {
    font-size: 13px;
    line-height: 20px;
}

.page-product-detail .content h5 {
    font-size: 16px;
    margin: 0;
}

.page-product-detail .item-case {
    padding: 20px;
    background: #eee;
}

    .page-product-detail .item-case .title {
        margin: 0;
        text-transform: uppercase;
        font-size: 16px;
        font-family: 'FuturaStd-Book';
        font-weight: 400;
        width: 67%
    }

.page-product-detail .item-promo {
    margin-bottom: 10px;
    background: #529dba;
    color: #fff;
    padding: 20px;
    font-family: 'FuturaStd-Book'
}

    .page-product-detail .item-promo a {
        color: #fff;
    }

    .page-product-detail .item-promo .btn-flat {
        display: block;
        max-width: 200px;
        margin: 0 auto;
    }

        .page-product-detail .item-promo .btn-flat.pull-right {
            float: none !important;
        }

    .page-product-detail .item-promo .title {
        font-size: 17px;
        margin: 0 0 10px 0
    }

        .page-product-detail .item-promo .title.pull-left {
            float: none !important;
        }

.page-product-detail .mess hr {
    margin: 20px 40px;
    text-align: center;
}

.page-product-detail .mess img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
/* Page News detail */

.page-news-detail .page-content {
    background: #fff;
    max-width: 1100px;
    padding-bottom: 40px;
}

.page-news-detail .content {
    padding: 20px 3.33% 0px
}

.page-news-detail h1 {
    text-transform: uppercase;
    font-family: 'FuturaStd-Book';
    font-size: 24px;
    line-height: 24px;
    color: #529dba;
    margin: 0 3.33%;
    padding: 36px 0px 20px;
    border-bottom: solid 1px #e4e5e5
}

    .page-news-detail h1 span {
        display: block;
        color: #c9252c;
        font-size: 16px;
    }

.page-news-detail .content .highlight {
    color: #58595b;
    font-size: 15px;
    line-height: 23px;
}

.page-news-detail .content .img {
    text-align: center;
    padding: 20px 0 0 0;
    position: relative;
}

    .page-news-detail .content .img img {
        margin: 0 auto;
        max-width: 100%;
    }

.page-news-detail .content .sub-header {
    font-size: 16px;
    line-height: 22px;
    color: #c9252c;
    font-family: 'FuturaStd-Book';
    margin: 20px 0 5px 0
}

.page-news-detail .content p {
    font-size: 13px;
    line-height: 20px;
    color: #666
}

.page-news-detail .product-panel .thumb {
    background: #529dba;
    padding: 20px 0 0 10px;
    margin-bottom: 20px;
}

    .page-news-detail .product-panel .thumb img {
        max-width: 100%;
        margin: auto;
        display: block;
    }

.page-news-detail .product-panel .title {
    font-family: 'FuturaStd-Book';
    margin-bottom: 20px;
    text-transform: uppercase;
}

    .page-news-detail .product-panel .title span {
        font-size: 16px;
        display: block;
    }

    .page-news-detail .product-panel .title big {
        font-size: 26px;
        line-height: 24px;
        color: #529dba;
    }

.page-news-detail .share-panel {
    background: #eee;
    padding: 30px 60px;
    text-align: center;
    margin-bottom: 20px;
}

    .page-news-detail .share-panel .title {
        font-family: 'FuturaStd-Book';
        text-transform: uppercase;
        color: #529dba;
        font-size: 20px;
        margin: 0 0 10px 0;
    }

.page-news-detail .other-article .ico {
    display: inline-block;
}

.page-news-detail .other-article .ico-prev {
    float: left;
    margin-right: 5px;
}

.page-news-detail .other-article .ico-next {
    float: right;
    margin-left: 5px;
}

.page-news-detail .other-article a {
    display: block;
    color: #529dba;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 15px;
}

    .page-news-detail .other-article a span {
        display: block;
        color: #c9252c;
        font-size: 16px;
    }

.page-news-detail .other-article .prev {
    margin-left: 38px;
}

.page-news-detail .other-article .next {
    margin-right: 38px;
}

.page-career-detail h4.title {
    color: #c9252c;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
}

.page-career-detail p.highlight {
    font-size: 15px;
    line-height: 23px;
    color: #58595b
}

.page-career-detail p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 15px;
}

.page-career-detail h5 {
    font-size: 13px;
    font-weight: 700;
    color: #818182;
    margin: 0;
}

.page-career-detail .content h5 {
    margin: 0;
}

.page-career-detail .career-item {
    background: #abacad;
    padding: 30px;
    font-family: 'FuturaStd-Book';
    margin-bottom: 4px;
}

    .page-career-detail .career-item h4, .page-career-detail .career-item h5 {
        margin: 0;
        font-weight: 400;
        color: #58595b;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 14px;
    }

    .page-career-detail .career-item h4 {
        font-size: 16px;
    }

    .page-career-detail .career-item .col {
        color: #fff;
        width: 100%;
        margin-bottom: 15px;
        font-size: 13px;
    }

    .page-career-detail .career-item .btn-flat {
        width: 100%;
        padding: 15px 0px;
    }

    .page-career-detail .career-item hr {
        margin: 15px 0px;
    }

.page-contact .top-banner {
    position: relative;
}

.page-contact h1.title {
    font-family: 'FuturaStd-Book';
    text-transform: uppercase;
    color: #fff;
    font-size: 30px;
    line-height: 44px;
}

.page-contact .page-content {
    margin: 20px auto 0px;
    padding: 0;
}

    .page-contact .page-content > .row {
        margin-left: 0;
        margin-right: 0;
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
    }

        .page-contact .page-content > .row > div {
            padding: 0;
            margin-bottom: 30px;
        }

.page-contact .contact-info {
    background: #fff;
    padding: 30px;
    margin-bottom: 4px;
}

.page-contact h2 {
    font-family: 'FuturaStd-Book';
    color: #529dba;
    font-size: 26px;
    margin: 0;
}

    .page-contact h2 + span {
        font-size: 12px;
        color: #8e8e8f
    }

.page-contact h3 {
    font-family: 'FuturaStd-Book';
    font-size: 15px;
    line-height: 20px;
    color: #9b9b9d;
    text-transform: uppercase;
    margin: 0
}

.page-contact a {
    color: #529dba;
    margin-right: 10px;
}

.page-contact .btn-flat {
    padding: 10px 0px !important;
    width: 100%;
    color: #529dba;
    border-color: #529dba;
    margin: 10px 0px;
    text-align: left;
}

.page-contact .page-content hr {
    margin: 10px 0px;
}

.page-contact address {
    font-size: 13px;
    line-height: 20px;
    color: #8e8e8f;
}

    .page-contact address span {
        color: #58595b
    }

.centek-map {
    height: 400px;
    width: 100%;
}

.map img {
    width: 100%;
    max-width: 100%;
}
/* Page Meet */

.page-meet h1 small {
    display: block;
    font-size: 15px;
    line-height: 23px;
}

.page-meet .list-members {
    padding-top: 40px;
    border-top: solid 1px #e4e5e5;
    margin: 0 0 40px;
}

    .page-meet .list-members:first-child {
        border-top: none;
        padding-top: 0;
    }

    .page-meet .list-members .title {
        margin-top: 0;
        color: #c9252c;
        font-size: 16px;
        line-height: 22px;
    }

    .page-meet .list-members .member {
        position: relative;
        margin: 0 auto 5px;
        max-width: 280px
    }

.page-meet .member img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.page-meet .member .info {
    height: 77px;
    position: absolute;
    background: #fff;
    left: 40px;
    right: 40px;
    bottom: 20px;
    padding: 12px;
}

    .page-meet .member .info h5 {
        margin: 0;
        font-size: 14px;
        float: left;
        text-transform: uppercase;
        color: #529dba
    }

    .page-meet .member .info small {
        font-size: 12px;
        line-height: 14px;
        display: block;
        text-transform: none;
        color: #8e8e8f
    }

.page-meet .member .ico {
    position: absolute;
    right: 15px;
    top: 15px;
}

.btn-top:before {
    content: '^'
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-image, .fancybox-inner, .fancybox-nav, .fancybox-nav span, .fancybox-outer, .fancybox-skin, .fancybox-tmp, .fancybox-wrap, .fancybox-wrap iframe, .fancybox-wrap object {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    color: #fff;
    text-shadow: none
}

.fancybox-opened {
    z-index: 8030
}

    .fancybox-opened .fancybox-skin {
        background: #fff
    }

.fancybox-inner, .fancybox-outer {
    position: relative;
    background: #fff
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-iframe, .fancybox-image {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading, .fancybox-next span, .fancybox-prev span {
    background-image: url(../images/fancybox_sprite.png)
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060
}

    #fancybox-loading div {
        width: 44px;
        height: 44px;
        background: url(../images/fancybox_loading.gif) center center no-repeat
    }

.fancybox-close {
    background: url(../images/fancybox_sprite.png) no-repeat left top;
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: url(../images/blank.gif);
    -webkit-tap-highlight-color: transparent;
    z-index: 8040
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
}

.fancybox-lock {
    overflow: hidden !important;
    width: auto
}

    .fancybox-lock body {
        overflow: hidden !important
    }

.fancybox-lock-test {
    overflow-y: hidden !important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(../images/fancybox_overlay.png) repeat 0 0 transparent
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    font: 400 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

    .fancybox-title-float-wrap .child {
        display: inline-block;
        margin-right: -100%;
        padding: 2px 20px;
        background: 0 0;
        background: rgba(0,0,0,.8);
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        text-shadow: 0 1px 2px #222;
        color: #FFF;
        font-weight: 700;
        line-height: 24px;
        white-space: nowrap
    }

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0,0,0,.8)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5) {
    #fancybox-loading, .fancybox-close, .fancybox-next span, .fancybox-prev span {
        background-image: url(../images/fancybox_sprite@2x.png);
        background-size: 44px 152px
    }

        #fancybox-loading div {
            background-image: url(../images/fancybox_loading@2x.gif);
            background-size: 24px 24px
        }
}

@media screen and (max-width: 991px) { /* Force table to not be like tables anymore */

    .responsive-table {
        margin-bottom: 30px;
    }

        table.responsive-table, .responsive-table thead, .responsive-table tbody, .responsive-table th, .responsive-table td, .responsive-table tr {
            display: block;
        }
            /* Hide table headers (but not display: none;, for accessibility) */

            .responsive-table thead tr {
                position: absolute;
                top: -9999px;
                left: -9999px;
            }

        .responsive-table tr {
            margin-bottom: 10px;
        }

        .responsive-table td {
            border: none;
            position: relative;
            padding-left: 30%;
        }

            .responsive-table td:before {
                position: absolute;
                top: 0px;
                left: 0px;
                width: 30%;
                padding-right: 10px;
                white-space: nowrap;
                font-weight: 700;
            }
}

@media screen and (min-width: 480px) {
    .top-banner {
        padding-bottom: 35%;
    }
    /* KR-1609 */

    .page-home .top-banner {
        min-height: 200px;
    }

        .page-home .top-banner .caption {
            top: 30px;
            max-width: 420px;
        }

        .page-home .top-banner h2 {
            color: #529dba;
            font-size: 18px;
            line-height: 20px;
            margin: 0;
        }

        .page-home .top-banner .bx-controls-direction a {
            bottom: 10px;
        }

        
}

@media screen and (min-width: 600px) {
    .page-product-detail .thumb .ico {
        display: block;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .page-product-detail .thumb {
        width: 49%;
        display: inline-block;
    }

    .page-home .top-banner .caption {
        left: 40px;
    }
}
/* Tablet */

@media screen and (min-width:768px) {
    .page-home .top-banner {
        position: relative;
        min-height: 320px
    }

        .page-home .top-banner .container {
            height: 100%;
            position: absolute;
            top: 0;
            left: 50%;
            margin-left: -370px;
        }

        .page-home .top-banner .caption {
            max-width: 600px;
            position: relative;
            vertical-align: middle;
            top: 0;
        }

        .page-home .top-banner .bx-viewport .caption {
            display: table-cell;
            padding-top:10%;
        }

        .page-home .top-banner h2 {
            color: #529dba;
            font-size: 32px;
            line-height: 30px;
            margin: 0 0 10px 0;
            text-transform: uppercase;
            font-family: 'FuturaStd-Book';
            font-weight: 400;
        }

            .page-home .top-banner h2 span {
                display: block;
                color: #fff;
            }

        .page-home .top-banner p {
            font-size: 13px;
            line-height: 18px;
            color: #fff;
        }

        .page-home .top-banner .bx-controls-direction a {
            top: 50%;
            margin-top: -17px;
        }

        .page-home .top-banner .bx-controls-direction .bx-prev {
            left: 10px;
        }

        .page-home .top-banner .bx-controls-direction .bx-next {
            right: 10px;
        }

    .ms-home {
        padding: 0 10px;
    }

        .ms-home .item {
            margin-bottom: 4px;
            float: left;
            height: 233px;
            overflow: hidden;
            padding: 20px;
            position: relative;
        }

        .ms-home .item-sm {
            width: 25%;
        }

        .ms-home .item-md {
            width: 50%;
        }

        .ms-home .item-lg {
            width: 50%;
            height: 470px;
        }

        .ms-home .item-sm + .item-sm {
            border-left: solid 4px #dedede
        }

        .ms-home .item-md + .item-sm {
            border-left: solid 4px #dedede
        }

        .ms-home .item-lg + .item-md {
            border-left: solid 4px #dedede
        }

        .ms-home .item-md + .item-md {
            border-left: solid 4px #dedede
        }

    .page-news .top-banner .container, .page-product .top-banner .container {
        position: absolute;
        height: 100%;
        left: 50%;
        margin-left: -370px;
    }

    .page-news .item-md {
        border-left: solid 4px #dedede;
        height: 160px;
        overflow: hidden;
    }

    .page-product .ms-home .item {
        border-left: solid 4px #dedede;
    }

    .list-careers .col {
        width: 33%;
        padding-top: 5px;
    }

    .page-contact .page-content > .row > div {
        padding: 0 2px;
    }

    .page-contact .top-banner .container {
        position: absolute;
        height: 100%;
        left: 50%;
        margin-left: -370px;
    }

    .page-contact .contact-info {
        position: relative;
    }

    .page-contact .hr-last {
        position: absolute;
        bottom: 20px;
        left: 30px;
        right: 30px;
    }

    .page-meet .list-members .member {
        margin: 0 0px 10px -10px
    }

    .promo-meetteam {
        height: 150px;
    }

        .promo-meetteam h3 {
            font-size: 26px;
            width: 280px;
            margin-left: -310px;
        }
}
/* Desktop */

@media screen and (min-width:992px) {
    html, body {
        font-size: 15px
    }

    header.header .ico-menu {
        display: none;
    }

    header.header .logo {
        margin-left: 0;
    }

    header.header nav {
        margin-top: 40px;
        display: block;
        /*float: right;       
        background: none;
        font-size: 0;*/
    }

    header.header .top-menu li {
        display: inline-block;
        line-height: 12px;
        padding: 0px 15px;
        border-left: solid 1px #bcbdbd
    }

        header.header .top-menu li:first-child {
            border-left: none;
        }

    header.header .top-menu a {
        line-height: 12px;
        font-size: 16px;
        color: #529dba;
        border-bottom-color: transparent;
    }

        header.header .top-menu a.active {
            background: none;
            color: #c9252c
        }

        header.header .top-menu a:hover {
            background: none;
            color: #333
        }

    footer .break {
        margin: 0px 0px 30px;
    }

    footer .footer-head {
        padding-bottom: 50px;
    }

        footer .footer-head .upper {
            font-size: 18px;
            line-height: 36px;
            margin: 40px 20px;
        }

        footer .footer-head .row p {
            color: #333;
            font-size: 15px;
        }

        footer .footer-head p span.text-white{
            font-size: 12px;
            margin-bottom: 0;
            line-height: 18px;
            color: #fff;
        }

        footer .footer-head .footer-locations .row div {
            margin-bottom: 20px;
        }

        footer .footer-head .footer-locations .row > div:nth-child(2n+1) {
            clear: left;
        }

    footer .notice-links {
        margin: 0 auto;
    }

    footer .footer-bottom {
        padding: 50px 0px;
    }

    footer .social-icons {
        white-space: nowrap;
    }

    footer .footer-links {
        font-size: 0;
        float: left;
    }

        footer .footer-links li {
            display: inline-block;
            padding-left: 20px;
            font-size: 13px;
            line-height: 33px;
        }

    footer .copyright {
        float: right;
        font-size: 12px;
        margin: 0;
        line-height: 33px;
        padding: 0;
    }

    .top-banner {
        padding-bottom: 15.5%;
    }
    /* KR-1609 */

    table th, table td {
        padding: 5px;
    }

    table.responsive-table {
        width: 100%;
        border-collapse: collapse;
        margin: 10px 0px;
    }

    .responsive-table th {
        border-bottom: solid 12px #ccc;
    }

    .responsive-table td, .responsive-table th {
        padding: 10px;
        text-align: left;
    }

    .page-general .page-content {
        margin-top: -130px;
        position: relative;
        z-index: 1;
        padding-bottom: 50px;
    }

    .page-general .content {
        padding-left: 80px;
        padding-right: 80px;
        padding-top: 30px;
    }

        .page-general .content .break {
            margin: 40px 0px;
        }

    .page-general h1 {
        margin: 0 80px;
        padding: 90px 0px 38px 0px;
        font-size: 50px;
        line-height: 55px
    }

    .page-general .content p {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 15px;
    }

    .promo-meetteam {
        height: 150px;
    }

        .promo-meetteam h3 {
            font-size: 26px;
            width: 280px;
            margin-left: -310px;
        }

            .promo-meetteam h3:before {
                width: 33px;
                height: 33px;
                background: url('../images/icons.png') no-repeat 0 -33px scroll transparent;
            }

    .block-promo {
        /*width: 680px;*/
        margin: 0 auto;
    }

        .block-promo .panel-promo.bg-darkgrey {
            margin-right: -5px;
        }

    .page-home .top-banner {
        min-height: 396px
    }

        .page-home .top-banner .container {
            margin-left: -480px;
        }

        .page-home .top-banner .caption {
            left: 50px;
            max-width: none;
        }

        .page-home .top-banner h2 {
            font-size: 46px;
            line-height: 44px;
        }

            .page-home .top-banner h2 span {
                max-width: 54%;
            }

        .page-home .top-banner p {
            font-size: 15px;
            line-height: 22px;
            max-width: 50%
        }

        .page-home .top-banner .btn-flat {
            font-size: 15px;
            padding: 15px 40px;
            line-height: 15px;
        }

        .page-home .top-banner .bx-controls-direction .bx-prev {
            left: 30px;
        }

        .page-home .top-banner .bx-controls-direction .bx-next {
            right: 30px;
        }

        .page-home .top-banner .item {
            /*max-height: 560px;*/
        }

    .ms-home .item .title {
        font-size: 25px;
        line-height: 27px;
    }

        .ms-home .item .title > span {
            font-size: 16px;
        }

        .ms-home .item .title big {
            font-size: 36px;
            line-height: 34px;
        }

    .ms-home .item-sm .title {
        line-height: 22px;
    }

        .ms-home .item-sm .title big {
            font-size: 22px;
            line-height: 22px;
        }

    .page-news .top-banner .container, .page-product .top-banner .container {
        margin-left: -480px;
    }

    .page-news h1.title, .page-product h1.title {
        font-size: 46px;
    }

    h1.title small {
        font-size: 15px;
        line-height: 24px;
        max-width: none;
    }

    .page-news .item-md {
        height: 232px;
    }

    .page-career .page-content {
        margin-top: -130px;
        position: relative;
        /*z-index: 1;*/
        padding-bottom: 50px;
    }

    .page-career .content {
        padding-left: 120px;
        padding-right: 120px;
        padding-top: 30px;
    }

    .page-career h1 {
        margin: 0 120px;
        padding: 90px 0px 38px 0px;
        font-size: 50px;
        line-height: 40px
    }

    .list-careers {
        padding: 0 120px
    }

        .list-careers .title {
            font-size: 20px;
            line-height: 24px;
        }

        .list-careers .col {
            width: 25%;
            padding-top: 5px;
        }

        .list-careers .item .btn-flat {
            display: inline-block;
            width: 25%;
            height: 44px;
            line-height: 32px;
        }

    .page-product-detail .page-content {
        margin-top: -130px;
        position: relative;
        /*z-index: 1;*/
        padding-bottom: 50px;
    }

    .page-product-detail .content {
        padding-left: 120px;
        padding-right: 120px;
    }

    .page-product-detail h1 {
        margin: 0 120px;
        padding: 90px 0px 40px 0px;
        font-size: 50px;
        line-height: 50px;
        color: #529dba
    }

        .page-product-detail h1 span {
            display: inline;
            color: #529dba
        }

    .page-product-detail .internal-link {
        margin-bottom: 0;
    }

    .page-product-detail .block h4 {
        margin: 0 0 10px 0
    }

    .page-product-detail .content p {
        padding-right: 20px;
        font-size: 15px;
        line-height: 22px;
    }

    .page-product-detail .item-promo {
        padding: 40px;
        margin-bottom: 15px;
    }

        .page-product-detail .item-promo .title {
            margin: 0;
        }

        .page-product-detail .item-promo .btn-flat.pull-right {
            float: right !important;
        }

        .page-product-detail .item-promo .title.pull-left {
            float: left !important;
        }

    .page-product-detail .item-case {
        padding: 30px;
    }

    .page-product-detail .mess {
        margin-top: 35px;
    }

        .page-product-detail .mess hr {
            margin: 30px 55px
        }

    .page-news-detail .page-content {
        margin-top: -130px;
        position: relative;
        z-index: 1;
        padding-bottom: 50px;
    }

    .page-news-detail .content {
        padding-left: 120px;
        padding-right: 120px;
    }

        .page-news-detail .content time {
            margin: 0 0 20px 0;
            display: block;
            color: #8e8e8f
        }

    .page-news-detail h1 {
        margin: 0 120px 20px;
        padding: 90px 0px 40px 0px;
        font-size: 45px;
        line-height: 44px;
    }

        .page-news-detail h1 span {
            line-height: 18px;
        }

    .page-news-detail .content .sub-header {
        margin-bottom: 0;
    }

    .page-news-detail .content p {
        font-size: 15px;
        line-height: 22px;
        margin-right: 40px
    }

    .page-news-detail .content hr {
        margin: 40px 0px;
    }

    .page-news-detail .product-panel .thumb {
        margin-right: -20px;
    }

    .page-news-detail .product-panel .title {
        margin: 20px 0px 0px 20px;
    }

        .page-news-detail .product-panel .title big {
            font-size: 36px;
            line-height: 44px;
        }

    .page-news-detail .product-panel p {
        line-height: 20px;
        margin-left: 20px;
    }

    .page-news-detail .share-panel {
        padding: 40px;
        margin-bottom: 40px;
        text-align: left;
    }

        .page-news-detail .share-panel .title {
            float: left;
            margin-right: 20px;
        }

    .page-news-detail .other-article a {
        font-size: 16px;
        line-height: 19px;
    }

    .page-career-detail .content {
        padding-top: 34px;
    }

        .page-career-detail .content p {
            font-size: 15px;
            line-height: 22px;
        }

    .page-career-detail h4.title {
        font-size: 16px;
        line-height: 22px;
    }

    .page-career-detail h5 {
        font-size: 15px;
        line-height: 22px;
    }

    .page-career-detail .career-item {
        margin-left: 20px;
    }

    .page-contact .top-banner .container {
        margin-left: -480px;
    }

    .page-contact h1.title {
        font-size: 46px;
    }

    .page-contact .contact-info {
        padding: 40px;
    }

    .page-contact h2 {
        font-size: 30px;
    }

    .page-contact h3 {
        font-size: 18px;
    }

    .page-contact .page-content hr {
        margin: 20px 0px;
    }

    .page-contact .hr-last {
        left: 60px;
        right: 60px;
    }

    .centek-map {
        height: 470px;
        width: 100%;
    }

    .page-meet .list-members {
        margin: 0px 0px 50px 0px;
        padding-top: 40px;
    }

    .page-meet .member .info {
        left: 20px;
        right: 20px;
    }
}

@media screen and (min-width:1400px) {
    .page-home .top-banner {
        min-height: 350px;
        /*max-height: 500px;*/
        overflow: hidden;
    }

        .page-home .top-banner .item {
            /*max-height: 500px;*/
        }
}

.page-meet .list-members .member {
    margin: 0 auto 5px;
    max-width: 280px;
    min-height: 310px;
    position: relative;
    text-align: center;
}

/* Search */
.bg-lightbg {
    background-color: #e9eef1;
}

.mt1em {
    margin-top: 1em;
}

.pa1em {
    padding: 1em;
}

@media (min-width: 768px) {
    .nav__search input[type=text] {
        display: block;
        width: 90%;
        float: left;
        vertical-align: middle;
    }
}

@media (min-width: 768px) {
    .nav__search input[type=submit] {
        text-align: left;
        text-indent: -9000px;
        cursor: pointer;
        background: #fff url(/images/svgs/magnifier.svg) no-repeat right center;
        background-size: 40%;
        display: block;
        width: 10%;
        height: 48px;
        border: .45em solid #fff;
        vertical-align: middle;
    }
}

input[type=text], select {
    height: 48px;
}

input[type=text], textarea, select {
    color: #004996;
    font-size: 16px;
    font-family: inherit;
    display: inline-block;
    padding: 12px 18px;
    width: 100%;
    border-radius: 3px;
    border: none;
    box-shadow: none;
    background-color: #fff;
}

.ico--search {
    width: 17px;
    height: 17px;
    fill: #529dba !important;
}

.svg-dark * {
    fill: transparent;
    stroke: #529dba;
}

@media (min-width: 1200px) {
    .container {
        width: 1100px !important;
    }
}

.col-container {
    display: flex;
}

.col {
    flex: 1;
}

ul.sub-nav {
    list-style: none;
    padding: 0;
}

    ul.sub-nav li {
        padding: 7px 15px;
        border-bottom: 1px dashed #529dba;
        margin: 0;
    }

        ul.sub-nav li a {
            color: #529dba;
        }

.subnav-active a {
    color: #FFFFFF;
}

.subnav-active {
    background-color: #dedede;
}

.sub-nav-parent {
    color: #529dba;
    font-size: 1.1em;
    font-weight: 600;
    padding-bottom: 12px;
    padding-left: 15px;
    border-bottom: 9px solid #529dba;
}

.item iframe {
    opacity: 0.6;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }

     .page-product .item-product a p{
        width:50%;
    }

    .plnm {
        padding-left: 0px !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }

}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }

   
}

@media (min-width: 768px) and (max-width: 991px) {

    header.header .ico-menu {
        display: none;
    }

    header.header nav {
        margin-top: 40px;
        display: block;
    }

    .page-home .top-banner .item {
        max-height: 412px;
    }

    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }

    .page-product .item-product {
        width: 100%;
    }

    .column-1-2 h2 a {
        white-space: normal !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }

    .sm-blue a .sub-arrow {
        top: 50% !important;
    }

    .column-1-2 h2 a {
        white-space: normal !important;
    }

    .item-product a p {
        width: 50%;
    }

}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }

    .sm-blue a .sub-arrow {
        top:50% !important;
    }

    .item-product a p{
        width:50%;
    }

    .video-wrapper video {
        margin-top: -200px; /*230*/
        /*margin-bottom: 0px; 150*/
    }
 
}



.video-wrapper video {
    position: relative;
    opacity: 0.6;
    width: 100%;
    height: auto;
    padding: 0;
}

.video-wrapper {
    position: relative;
    width: 100%;
}

    .video-wrapper > video {
        width: 100%;
        vertical-align: middle;
    }

        .video-wrapper > video.has-media-controls-hidden::-webkit-media-controls {
            display: none;
        }

.video-overlay-play-button {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 10px calc(50% - 50px);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 0.95;
    cursor: pointer;
    background-image: linear-gradient(transparent, #000);
    transition: opacity 150ms;
}

    .video-overlay-play-button:hover {
        opacity: 1;
    }

    .video-overlay-play-button.is-hidden {
        display: none;
    }


.top-banner .container{
    padding-top:3%;
}

.pln {
    padding-left: 0px !important;
}

.prn {
    padding-right: 0px !important;
}

.flex-center {
    align-items: center;
    justify-content: center;
}

.flex {
    display: flex;
}

.btn {
    background-image: none;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    min-width: 170px;
    padding: 13px 40px;
    border-radius: 5px;
    border: none;
    box-shadow: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-appearance: none;
    line-height: 2rem;
}

.btn--secondary {
    background-color: #529dba;
    color: #fff;
}

.btn--small {
    min-width: 0;
    padding: 13px 20px;
}

.btn--primary {
    background-color: #529dba;
    color: #fff;
}

.btn--inverse--grey:hover {
    background-color: #529dba;
}

    .btn--primary:hover {
        background-color: #529dba;
    }


.btn-group .btn + .btn {
    margin-left: 4px;
}

.mtl {
    margin-top: 6rem;
}

.mbxl {
    margin-bottom: 8rem;
}

.mthalfem {
    margin-top: .5em;
}

.item-category p{
    color:#FFFFFF;
}

.related-product p {
    font-size: 1.0em !important;
}

.related-product img {
    padding-right:4px;
}

.ttn {
    text-transform: none !important;
    font-size: 1.0em !important;
}

@media all and (max-width: 370px) {
    .page-news h1.title,
    .page-product h1.title {
        font-size: 2.0em !important;
    }
}

h4.hdr-logo {
    padding-top:0;
    margin-top:0;
}
h4.hdr-logo img {
    position: relative !important;
    z-index:2;
}

.image-prtb img {
    margin-right: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.image-pltb img {
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.related-product {
    padding-bottom:20px;
}

.related-product h3 {
    padding-bottom: 0px;
}

.optimus-font {
    font-family: 'MuseoSlab-500' !important;
    text-transform: capitalize;
}

.rte img {
    max-width:100%;
    height:auto !important;
}

.box_text {
    margin-bottom:15px;
}

.related-product p{
    line-height: normal !important;
}

.dt-header-red {
    background-color: #c9252c;
    color:#FFFFFF;
}

.no-sort::after {
    display: none !important;
}

.no-sort {
    pointer-events: none !important;
    cursor: default !important;
}

#modalDownload .modal-header
{
    border-bottom:0px !important;
}

#modalDownload .modal-footer {
    border-top: 0px !important;
}



/*/////////////////////////////////////////////////
                 Downloads Page
/////////////////////////////////////////////////*/

.downloads-section {
    padding-top: 20px;
    border-bottom: 1px solid #e4e4e4;
}

.downloads-section:first-child {
    padding-top: 15px;
}

.downloads-section:last-child {
    border-bottom: none;
}

.downloads-section .row > div {
    margin-bottom: 40px;
}

.downloads-section h2 {
    font-family: 'FuturaStd-Book';
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.downloads-section a:link {
    display: inline-block;
}

.downloads-section p.download-name {
    font-family: 'FuturaStd-Book';
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2px;
}

.downloads-section a:link .download-name,
.downloads-section a:visited .download-name {
    color: #c9252c;
    text-decoration: none;
}

.downloads-section a:hover .download-name,
.downloads-section a:active .download-name,
.downloads-section a:focus .download-name {
    color: #a81419;
    text-decoration: none;
}

.downloads-section .download-button {
    text-align: center;
}

.downloads-section .download-button .download-button-svg svg {
    max-width: 45px;
    height: auto;
}

.downloads-section a.download-button:link .download-button-svg svg,
.downloads-section a.download-button:visited .download-button-svg svg {
    fill: #c9252c;
}

.downloads-section a.download-button:hover .download-button-svg svg,
.downloads-section a.download-button:active .download-button-svg svg,
.downloads-section a.download-button:focus .download-button-svg svg {
    fill: #a81419;
}

.downloads-section .download-button p {
    font-size: 13px;
}

.downloads-section a.download-button:link p,
.downloads-section a.download-button:visited p {
    color: #666666;
    text-decoration: none;
}

.downloads-section a.download-button:hover p,
.downloads-section a.download-button:active p,
.downloads-section a.download-button:focus p {
    color: #a81419;
    text-decoration: none;
}

@media (min-width: 480px) {

    .downloads-section .download-item-content {
        padding-right: 100px
    }

    .downloads-section .download-button {
        position: absolute;
        right: 20px;
        top: 0;
    }
}

@media (min-width: 768px) {

    .downloads-section {
        position: relative;
    }

    .downloads-section .row > div {
        margin-bottom: 50px;
    }

    .downloads-section .row > div:nth-child(2n+1) {
        clear: both;
    }

    .downloads-section .download-button .download-button-svg svg {
        max-width: 50px;
    }
}

@media (min-width: 992px) {

    .downloads-section .download-item-content {
        padding-right: 115px
    }
}