html {
    height: 100%;
}
body {
    -webkit-font-smoothing: subpixel-antialiased;
    overflow-x: hidden;
    -moz-osx-font-smoothing: grayscale;
    height: 100%;
    background: #000; /*url(../images/bg_firstslide.jpg) no-repeat center center fixed;*/
    background-size: cover;   
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    font-family: 'Ubuntu', sans-serif;
}
.paly2020{
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    background: transparent url(../images/ERFA_fly.png) no-repeat center center ;
    background-size: cover;
    width: 224px;
    height: 157px;
    z-index: 12;
}
.paly2025{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background: transparent url(../images/dimop_logo.jpg) no-repeat center center ;
    background-size: cover;
    width: 280px;
    height: 80px;
    z-index: 12;
}
@font-face{
    font-family: 'Garamond';
    src: url(../fonts/Garamond.ttf);
}
.mobileHeader,
.mobile-prod,
.mobile-layer,
.mobile-nav {
    display: none;
    visibility: hidden;
    height: 0;
}

.pr0 { padding-right: 0 }
.pl0 { padding-left: 0 }
.pr140 { padding-right: 140px !important; }
.pt50 { padding-top: 50px !important; }
.pt100 { padding-top: 100px !important; }
.pt150 { padding-top: 150px !important; }

header {
    width: 100%;
    margin-top: 45px;
    position: absolute;
    z-index: 11;
}
header.fixed-nav {
    position: fixed;
    top: 0;
    background: rgba(132,108,76,1.0);
    width: 100%;
    margin-top: 0;
    z-index: 11;
    /*height: 190px;
    padding-top: 110px;*/
}
a.logo {
    display: block;
    background: transparent url(../images/KomCAD_logo_png_HQ_invert.png) no-repeat 0 0;
    width: 227px;
    height: 73px;
    margin-top: 4px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
header.fixed-nav a.logo {
    width: 188px;
    height: 60px;
    margin-top: 10px;
}
header.fixed-nav div.lang {
    padding: 10px 0;
}

.navbar-inverse, .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: transparent;
    border: 0;
    background: transparent;
    padding: 0;
    position: relative;
    z-index: 100;
}
.navbar-nav,
.navbar-nav li {
    float: none;
    display: inline-block;
}
.navbar-nav > li > a {
    padding: 0;
    margin: 0 10px;
    line-height: normal;
    font-weight: 700;
    color: #fff !important;
    font-family: 'Orbitron', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    }
.navbar-nav > li > a:hover { color: #afaeae !important }
.navbar-nav > li {
    position: relative;
    padding-right: 15px;
}
.nav a.active {
    color: /*#70a5ce*/ #cab292 !important;
}

.navbar-nav > li:after {
/*    display: block;
    content: "♠";
    color: #cab292;
    font-size: 20px;
    /*background: #70cea5;/*#70a5ce;*/
    /*width: 11px;
    height: 11px;*/
/*    position: absolute;
    right: 0;
    top: -8px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);*/
    display: block;
    content: "";
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 3px;
    width: 11px;
    height: 11px;
    background: #cab292;
    border-radius: 50%
}

.navbar-nav > li:last-child:after { display: none }
.navbar-nav > li:last-child { padding-right: 0 }
.navbar-nav > li:last-child a {  margin-right: 0 }
div.lang {
    padding-bottom: 20px;
    transition: all 0.5s ease;
    z-index: 101;
    position: relative;
    visibility: hidden;
}
div.lang a {
    font-weight: 700;
    color: #afaeae;
    font-family: 'Orbitron', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-left: 5px;
}

div.lang a.active {
    color: #fff;
}
.section1 {
    width: 100%;
    height: 100%;
}
.section1 .background {
    position: fixed;
    box-sizing: border-box;
    background: transparent url(../images/bg_firstslide.jpg) no-repeat center center fixed;
    background-size: cover;
    background-attachment: cover;
    background-position: center;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.section1 .background .bgHelper{
    background: transparent url('../images/dot.png');
    width: 100%;
    height: 100%;
}

.section1 .container {
    height: 100%;
}
.section1:before {
    margin: 0;
    padding: 0;
}
/*.section1 .after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 50px solid #FFF9E9;
    border-left: solid transparent;
    border-right: solid transparent;
}*/

.slogan h1 {
    text-align: center;
    color: #dca;
    -webkit-text-fill-color: #fec; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 0.3px;
    -webkit-text-stroke-color: #dca;
    font-weight: 100;
    font-size: 60px;
    letter-spacing: 2px;
    margin: 0;
    
}
.slogan {
    height: 100%;
    vertical-align: middle;
}

.section2 {
    width: 100%;
    background-color: #FFF9E9;
    /*background: #fff url(../images/bg_slide2.jpg) no-repeat center right;
    background-size: auto 100%;*/
    position: relative;
}
/*.section2 .after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 50px solid #FFE7C7;
    border-left: solid transparent;
    border-right: solid transparent;
}*/

.section2Helper {
    width: 100%;
    height: 100%;
    /*background: transparent url(../images/bg_sec.png) no-repeat bottom right;*/
}
.section2Helper2 {
    /*width: calc(100% - 573px);
    width: -moz-calc(100% - 573px);
    width: -webkit-calc(100% - 573px);*/
    background: transparent;
}

.section2 .container {
    margin: 0 auto;
    /*width: calc(100% - 286px);
    width: -moz-calc(100% - 286px);
    width: -webkit-calc(100% - 286px);

    width: calc(1140px - 286px);
    width: -moz-calc(100% - 286px);
    width: -webkit-calc(100% - 286px);*/
    padding: 0;
    width: 1240px;/*1140px;*/
}
.section2 .container div[class^="col-"] {
    padding: 100px 0 100px 0;
    /*background: #fff url(../images/sgs_logo.png) no-repeat top 75px right 75px;*/
    background: transparent no-repeat top 75px right 75px;
}
/*.section2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-bottom: 50px solid #f6f5f3;
    border-left: 950px solid transparent;
    border-right: 950px solid transparent;
}*/
.section2 .Table {
    text-align: center;
    min-width: 550px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    display: inline-block;
}
.section2 .Table > div {
    display: inline-block;
    float: left;
    color: rgba(40, 40, 40, 0.66);
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    width: 45%;
    margin: 0 1% 1% 0;
}
.section2 .Table .tableColumnLeft{
    text-align: right;
}
.section2 .Table .tableColumnCenter{
    text-align: center;
    width: 5%;
}
.section2 .Table .tableColumnRight{
    text-align: left;
}
.section2_cert{
    background: transparent url(../images/CERT_ISO_9001.png) no-repeat 0 0;
    background-size: 250px 250px;  
    width: 250px;
    height: 250px;
    margin: auto;
    padding: 5px;
    clear: both;
    
}
.cert_link{
    width: 250px;
    height: 250px;
}
.section2_dimop{
    background: transparent url(../images/dimop_logo.jpg) no-repeat 0 0;
    background-size: 675px 200px;
    width: 675px;
    height: 200px;
    margin: auto;
    padding: 5px;
    clear: both; 
}
.section2_erfa{
    background: transparent url(../images/ERFA_fix.jpg) no-repeat 0 0;
    background-size: 675px 250px;
    width: 675px;
    height: 250px;
    margin: auto;
    padding: 5px;
    clear: both; 
}
.section2_nkfi{
    background: transparent url(../images/NKFIA_fekvo.png) no-repeat 0 0;
    background-size: 675px 250px;
    width: 675px;
    height: 250px;
    margin: auto;
    padding: 5px;
    clear: both; 
}
.slickhelper {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
span.scroll {
    position: absolute;
    bottom: 10%;
    width: 100%;
    text-align: center;
    color: #cab292;/*#fff;*/
    font-size: 14px;
    font-weight: 400;
    line-height: 10px;
}
span.scroll i {
    font-size: 23px;
    display: inline-block;
    width: 100%;
    clear: both;
    line-height: 1px;
    position: relative;
}
span.scroll i:before {
    position: absolute;
    top: -35px;
    left: 50%;
    margin-left: -10px;
}
span.scroll i:first-child:before { opacity: 0.6 }
span.scroll i:nth-child(2):before { opacity: 0.8 }

p {
    color: rgba(40, 40, 40, 0.66);
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    margin: 13px 0;
}
h1 {
    color: #282828;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 40px;
}
h2 {
    color: #cab292;/*#ff6d6d;*/
    font-family: 'Orbitron', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    margin: 0;
}
.section3 {
    background: #FFE7C7;/*#f6f5f3;*/
    /*padding: 130px 0;*/
    padding: 60px 0px 80px 0px;
}
/*.section4 .after-in {
    content: "";
    position: relative;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 50px solid transparent;
    border-left: solid #FFE7C7;
    border-right: solid #FFE7C7;
}
.section4 .after-out {
    content: "";
    position: relative;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 50px solid #cab292;
    border-left: solid transparent;
    border-right: solid transparent;
}*/
h3 {
    color: #282828;
    font-size: 22px;
    font-weight: 500;
}
.section3 i {
    font-size: 75px;
    color: #cab292;/*#fd8888;*/
    line-height: 20px;
}
.section4 {
    /*background: rgba(50,50,50,1) url(../images/pattern22.png) repeat center center;*/
    background: transparent url(../images/milling.png) repeat center center;
    /*padding: 60px 0;*/
}
.section4 .bgHelper{
    background-color: rgba(0, 0, 0, 0.3);
    background-size: cover;
    padding-bottom: 10px;
}
#machinery {
    background: #8a7252 url(../images/pattern3.png) repeat center center;
}
.section4 h1 {
    color: #fff;
    line-height: 50px;
}
.section6 {
    /*background: rgba(50,50,50,1) url(../images/pattern22.png) repeat center center;*/
    background: transparent url(../images/industrial-box.png) repeat center center;
    padding: 60px 0;
}
.section6 .bgHelper{
    background-color: rgba(0, 0, 0, 0.5);
    background-size: cover;
    padding-bottom: 10px;
}
.section6 h1 {
    color: #fff;
    line-height: 50px;
}
.machinery,
.prod-nav {
    min-height: 330px;
    /*max-height: 330px;*/
}
.product {
    min-height: 330px;
    max-height: 660px;
}
.references {
    min-height: 270px;
    max-height: 270px;
}
.machinery img,
.prod-nav img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    width: 100%;
    position: relative;
    display: inline-block !important;
    transition: all 0.8s ease;
}
.product img {
/*    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
/*    filter: gray; /* IE6-9 */
/*    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    position: relative;
    display: block;
    transition: all 0.8s ease;
    margin-left: auto;
    margin-right: auto;
    width: 65%;
}
.product .text{
    display: none;
    visibility: collapse;
}
#products h1{
    margin-top: 20px;
    margin-bottom: 0;
}
#products h3 {
    font-weight: 400;
    font-size: 18px;
    color: #fefefe;
    margin-top: 0;
    margin-bottom: 20px;
}
.machinery .slick-center img,
.prod-nav .slick-center img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
    -webkit-box-shadow: 0px 20px 9px -10px rgba(0,0,0,0.66);
    -moz-box-shadow: 0px 20px 9px -10px rgba(0,0,0,0.66);
    box-shadow: 0px 20px 9px -10px rgba(0,0,0,0.66);
}
.machinery .slick-slide,
.prod-nav .slick-slide {
    padding: 23px 0 0 0;
    transition: all 0.8s ease;
}
.machinery .slick-center,
.prod-nav .slick-center {
    padding-top: 0;
}
.machinery .slick-slide > div,
.prod-nav .slick-slide > div {
    padding: 0 11px;
}
.machinery .slick-slide > div div,
.prod-nav .slick-slide > div div {
    position: relative;
    text-align: center;
}
.machinery .slick-slide > div div:before,
.prod-nav .slick-slide > div div:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    content: "";
    z-index: 2;
}
.machinery .slick-center > div div:before,
.prod-nav .slick-center > div div:before {
    display: none;
}

.machinery .slick-list,
.prod-nav .slick-list,
.references .slick-list {
    padding: 0 !important;
}

.machinery .slick-slide .text,
.prod-nav .slick-slide .text {
    display: none;
    transition: all 0.8s ease;
}
.references .slick-slide .text {
    opacity: 0;
    transition: all 0.8s ease;
}
.machinery .slick-center .text,
.prod-nav .slick-center .text {
    display: block;
    text-align: center;
    transition: all 0.8s ease;
}
.references .slick-center .text {
    opacity: 1;
    text-align: center;
    transition: all 0.8s ease;
}
.machinery h4,
.prod-nav h4,
.references a {
    font-weight: 100;
    font-style: italic;
    font-size: 14px;
    color: #f9c4a7;/*#cab292;#fd8888;*/
    margin: 60px 0 0 0;
}
.prod-nav h4 {
    margin: 10px 0 0 0;
    color: #ead2b2;
    font-size: 16px;
}
.machinery h3,
.references h3 {
    font-weight: 500;
    font-size: 18px;
    color: #fefefe;
    margin: 10px 0 0 0;
}
.prod-nav h3 {
    font-size: 16px;
    margin-top: 10px;
}
.pagingInfo {
    color: #cab292;/*#fd8888;*/
    font-size: 16px;
    width: 100%;
    text-align: center;
    font-weight: 500;
    display: none;/*inline-block;*/
    padding-top: 50px;
}
.section5 {
    background: #f6f5f3;
    padding: 105px 0;
}
.section5 .text-center {
    color: #e0e0e0;
}
.measurement {
    padding: 40px 0 0 0;
}
.measurementItem {
    height: 290px;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    position: relative;
}
.measurement button {
    color: #d9d9d9;
    opacity: 1 !important;
}
.measurementItem:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0,0,0,0.4);
    top: 0;
    left: 0;
    transition: background 0.5s ease;
}
.measurementItem .front {
    display: table-cell;
    width: 760px;
    height: 290px;
    vertical-align: bottom;
    z-index: 2;
    position: relative;
    padding: 20px 5px;
    opacity: 1;
    transition: all 0.5s ease;
}
.measurementItem .helper {
    display: flex;
    flex-direction: row;
    width: calc(100% - 1px);
    width: -moz-calc(100% - 1px);
    width: -webkit-calc(100% - 1px);
}
.measurementItem .close,
.measurementItem .open {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    font-style: italic;
    line-height: 27px;
    cursor: pointer;
    margin-top: 20px;
    float: none;
    opacity: 1;
    text-shadow: none;
}
.measurementItem .close i,
.measurementItem .open i {
    display: block;
    float: left;
    width: 27px;
    height: 27px;
    margin-right: 20px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 25px;
    font-size: 44px;
    font-weight: 100;
    color: #fff;
    font-style: normal;
}
.measurementItem h2 {
    font-weight: 500;
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.5px;
}
.measurementItem .front em,
.measurementItem .back em {
    font-style: normal;
    height: 1px;
    background: #fff;
    display: inline-block;
    flex: 1;
    margin-top: 33px;
    margin-left: 10px;
}

.measurementItem .back {
    opacity: 0;
    width: 760px;
    height: 290px;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    transition: all 0.5s ease;
}
.measurementItem.opened .back {
    opacity: 1;
    z-index: 3;
}
.measurementItem.opened .front { opacity: 0; z-index: 0 }
.measurementItem.opened:before {
    background: rgba(0,0,0,0.6);
}
.measurementItem .back .helper {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
}
.measurementItem .close i {
    background: transparent url(../images/close2.png) no-repeat center center;
}
.measurementItem .back ul {
    list-style: none;
    margin: 25px 0;
    color: #fff;
    font-size: 16px;
}
.measurementItem .back ul li {
    padding: 0 0 0 35px;
    position: relative;
}
.measurementItem .back ul li:before {
    content: "-";
    color: #fff;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
}
.measurementItem .back * {
    color: #fff;
    font-size: 16px;
}
.references .slick-slide img {
    display: inline-block !important;
}
.references .slick-slide div {
    text-align: center;
}
.references .slick-slide div.image {
    width: 190px;
    display: inline-block !important;/*table-cell;*/
    height: 100%;
    vertical-align: middle;
    line-height: 100px;
    padding-bottom: 50px;
}
.references .slick-slide div.image img {
    vertical-align: middle;

    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */

    max-width: 140px;
}
.references .slick-slide.slick-center div.image img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}
h5 {
    color: #fd8888;
    font-size: 16px;
    font-style: italic;
    font-weight: 100;
    letter-spacing: 1px;
}
.section7 {
    background: #cab292;/*#70a5ce;*/
    padding: 40px 0;
    -webkit-box-shadow: 0px 10px 9px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 10px 9px 0 rgba(0,0,0,0.2);
    box-shadow: 0px 10px 9px 0 rgba(0,0,0,0.2);
    position: relative;
    z-index: 2;
}
.section7 h1,
.section7 h2 {
    color: #fff;
}
.section7 .col-md-4 {
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    padding-top: 20px;
}
.section7 .col-md-4 i {
    font-size: 70px;
    float: none;
    vertical-align: middle;
    line-height: 70px;
    display: block;
    margin-bottom: 20px;
}
.section7 .col-md-4 i:before {
    vertical-align: middle;
    line-height: 10px;
}
.section7 .row .col-md-4:last-child i {
    font-size: 70px;
}
.section7 .row .col-md-4:nth-child(2) span {
    line-height: 80px;
}
.section7 .row .col-md-4:nth-child(2) i:before {
    line-height: 10px;
}
.section7 .row .col-md-4:last-child {
    line-height: 80px;
}
.section7 a {
    color: #fff;
}

section.map {
    position: relative;
    width: 100%;
    height: 400px;
}
/*.map .after-in {
    content: "";
    position: relative;
    left: 0;
    bottom: 0px;
    width: 0;
    height: 0;
    z-index: 2;
    border-bottom: 50px solid transparent;
    border-left: solid #CAB292;
    border-right: solid #CAB292;
}*/
#map {
    width: 100%;
    height: 400px;
    z-index: 1;
    position: relative;
}
footer {
    padding: 50px 0 20px 0;
    /*background: #fff url(../images/bg_footer.gif) no-repeat top right;*/
    background: #FFE7C7 no-repeat top right;
    /*min-height: 350px;*/
    min-height: 250px;
    color: rgba(40, 40, 40, 0.56);
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
}
footer a {
    color: rgba(40, 40, 40, 0.56);
}
footer h2 {
    color: #282828;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 30px;
}
footer a.fb {
    display: block;
    /*background: transparent url(../images/fb.png) no-repeat 0 0;*/
    background: transparent no-repeat 0 0;
    width: 22px;
    height: 42px;
    margin: 15px 0 0 70px;
}
footer .col-sm-2 img{
    width: 100%;
}
/*footer a.woolly {
    display: inline-block;
    margin-top: 30px;
}*/
/*a.woolly span {
    display: inline-block;
    width: 24px;
    height: 22px;
    background: transparent url(../images/woolly.png) no-repeat 0 0;
    vertical-align: middle;
    margin: 0 5px;
}*/
.brand {
    border-top: 1px solid rgb(152, 128, 96);/*#b4b4b4;*/
    text-align: center;
}
footer div.row:last-child {
    margin-top: 20px;
}
footer .flagcounter {
    max-width: 400px;
    margin: 10px auto 0 auto;
}
footer .flagcounter > a > img {
    width: 100%;
}
.back .scrollbox {
    height: 222px;
    overflow: auto;
    width: 100%;
}
.vertical-track {
    width: 3px;
    background-color: #eeeeee;
}
.vertical-handle {
    width: 3px;
    background-color: #70a5ce;
}

/**
    media query
                **/
@media (min-width: 1201px) and (max-width: 1720px){
    header.fixed-nav{
        height: 190px;
        padding-top: 110px;
    }
    header{
        padding-top: 70px;
    }
}

@media  (min-width : 768px) and (max-width : 1200px) {
    body {
        overflow-x: hidden;
    }
    .paly2020{
    width: 112px;
    height: 66px;
    z-index: 110;
    }
    .paly2025{
    width: 140px;
    height: 40px;
    z-index: 110;
    }
    header.fixed-nav{
        height: 100px;
        padding-top: 30px;
    }
    nav.navbar-inverse .nav.navbar-nav {
        display: none !important;
    }
    header.fixed-nav a.logo {
        width: 155px;
        height: 50px;
    }
    .section1 .container{
        width: 100%
    }
    .section2 .container {
        width: 100%;
    }
    .section2 .Table > div {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
    }
    .section2_cert{
    background-size: 200px 200px;  
    width: 200px;
    height: 200px;
    margin: auto;
    padding: 3px;
    clear: both; 
    }
    .section2_dimop{
    background-size: 540px 160px;  
    width: 540px;
    height: 160px;
    margin: auto;
    padding: 3px;
    clear: both; 
    }
    .section2_erfa{
    background-size: 540px 200px;  
    width: 540px;
    height: 200px;
    margin: auto;
    padding: 3px;
    clear: both; 
    }
    .section2_nkfi{
    background-size: 540px 200px;  
    width: 540px;
    height: 200px;
    margin: auto;
    padding: 3px;
    clear: both; 
    }
    .section7 .col-md-4 {
        font-size: 20px;
    }
    .section7 .col-md-4 i {
        font-size: 50px;
        clear: both;
        line-height: 50px;
        float: none;
        margin-bottom: 30px;
    }
    .section7 .row .col-md-4:last-child i {
        font-size: 50px;
    }
    .section7 .row .col-md-4:first-child i {
        margin-bottom: 30px;
        line-height: 66px;
    }
    .section7 .row .col-md-4:nth-child(2), .section7 .row .col-md-4:last-child {
        line-height: 80px;
    }
    h1 {
        font-size: 32px;
        margin-bottom: 30px;
    }
    .section4 h1 {
        line-height: 40px;
    }
    .slogan h1 {
        font-size: 50px;
        letter-spacing: 1px;
    }
    p {
        font-size: 16px;
        line-height: 20px;
        margin: 10px 0;
    }
    .section7 .col-md-4 span {
        width: 100%;
        clear: both;
        display: inline-block;
        text-align: center;
    }
    .section2 .container div[class^="col-"] {
        padding: 190px 0 140px 20px;
    }
    .pt150 {
        padding-top: 20px !important;
    }

    .measurementItem .back {
        opacity: 0;
        width: 100%;
        height: 290px;
        z-index: -1;
        position: absolute;
        top: 0;
        left: 0;
        padding: 20px;
        transition: all 0.5s ease;
    }
    .measurementItem .front {
        display: block;
        width: 100%;
    }
    .measurementItem .front .helper {
        position: absolute;
        bottom: 20px;
    }
    .slick-slider button.slick-next {
        right: 0;
    }
    .mobileHeader { display: block; height: 95px; width: 100%; visibility: visible; position: fixed; top: 0; left: 0; z-index: 100; background: rgba(0,0,0,1) }
    .mobileHeader img { margin: 10px 0 0 10px }
    .mobile-nav.open { -ms-transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0px, 0px, 0px); transform: translate3d(0px, 0px, 0px); display: block; visibility: visible }
    .mobile-nav { width: 75%; margin: 0; padding: 0; z-index: 101; position: fixed; top: 0; right: 0; float: none; line-height: normal; overflow-y: auto; background: rgba(0,0,0, 0.75); box-shadow: 0 0 10px rgba(0, 0, 0, 0.35); height: 100% }
    .btn-navbar .close { display: none }
    .btn-navbar.open .close  { display: block; width: 19px; height: 15px; background: transparent url(../images/close2.png) no-repeat 0 0; background-size: 19px 15px; margin: 1px 0 0 3px;opacity: 1 }
    .btn-navbar { border: none; background: transparent; z-index: 999; cursor: pointer; margin: -5px 0 0 0; color: #bca203; display: block; float: right; width: 34px; height: 10px;position: relative }
    .btn-navbar i { display: block; width: 6px; height: 6px; background: #cab292;/*#70a5ce;*/ margin: 0 0 0 5px; float: left; }
    .btn-navbar.open i { display: none }
    .mobile-layer.open { display: block; width: 100%; height: 100%; z-index: 11; position: fixed; top: 0; right: 0; background: rgba(0,0,0, 0.3); visibility: visible }
    .mobile-nav {
        padding: 120px 0 0 100px;
        list-style: none;
    }
    .mobile-nav li a {
        width: 100%;
        display: block;
        font-family: 'Orbitron', sans-serif;
        font-size: 20px;
        position: relative;
        color: #fff;
        text-align: left;
        line-height: 40px;
        font-weight: 600;
        padding-left: 25px;
        margin-bottom: 10px
    }
    .mobile-nav li a:before {
/*        display: block;
        content: "♠";
        font-size: 30px;
        color: #cab292;
        /*background: #70a5ce;
        width: 15px;
        height: 15px;*/
/*        position: absolute;
        left: 0;
        top: -2px;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);*/

        display: block;
        content: "";
        font-size: 30px;
        position: absolute;
        left: 0;
        top: 13px;
        width: 14px;
        height: 14px;
        background: #cab292;
        border-radius: 50%
    }
    .mobile-nav li.menu a.active {color: #e4c87c }
    header.fixed-nav div.lang {
        padding: 15px 0 15px 0;
    }

    header {
        z-index: 101;
    }
    header.fixed-nav {
        z-index: 101;
    }
    .navbar {
        margin-bottom: 10px;
    }
    .references.slick-slider button.slick-arrow.slick-next {
        right: 0;
    }
    button.slick-arrow.slick-prev {
        left: 0 !important;
    }
    .references .slick-slide div.image {
        width: 100%;
        display: block;
        height: 100px;
        vertical-align: middle;
        line-height: 100px;
        padding-bottom: 50px;
    }
    footer {
        font-size: 13px;
        line-height: 20px;
    }
    footer .col-sm-2 img{
        width: 100%;
    }
}

@media  (max-width : 767px) {
    .navbar-collapse {
        display: block;
    }
    body { overflow-x: hidden }
    .paly2020{
    width: 112px;
    height: 66px;
    z-index: 110;
    }
    .paly2025{
    width: 140px;
    height: 40px;
    z-index: 110;
    }
    a.logo {
        width: 155px;
        height: 50px
    }
    body {
        overflow-x: hidden;
    }
    nav.navbar-inverse .nav.navbar-nav {
        display: none !important;
    }
    header.fixed-nav{
        height: 100px;
        padding-top: 30px;
    }
    header.fixed-nav a.logo {
        width: 155px;
        height: 50px;
    }
    .section1 .container{
        width: 100%
    }
    .section2 .container {
        width: 100%;
    }
    .section2 .Table {
        min-width: 400px;
    }
    .section2 .Table > div {
        font-size: 12px;
        font-weight: 500;
        line-height: 22px;
    }
    .section2_cert{
        background-size: 150px 150px;  
        width: 150px;
        height: 150px;
        margin: auto;
        padding: 2px;
        clear: both; 
    }
    .section2_dimop{
        background-size: 405px 120px;  
        width: 405px;
        height: 120px;
        margin: auto;
        padding: 2px;
        clear: both; 
    }
    .section2_erfa{
        background-size: 405px 150px;  
        width: 405px;
        height: 150px;
        margin: auto;
        padding: 2px;
        clear: both; 
    }
    .section2_nkfi{
        background-size: 405px 150px;  
        width: 405px;
        height: 150px;
        margin: auto;
        padding: 2px;
        clear: both; 
    }
    .section7 .col-md-4 {
        font-size: 20px;
    }
    .section7 .col-md-4 i {
        font-size: 50px;
        clear: both;
        line-height: 50px;
        float: none;
    }
    .section7 .row .col-md-4:last-child i {
        font-size: 50px;
    }
    .section7 .row .col-md-4:first-child i {
        margin-bottom: 30px;
        line-height: 66px;
    }
    .section7 .row .col-md-4:nth-child(2), .section7 .row .col-md-4:last-child {
        line-height: 60px;
    }
    h1 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .section4 h1 {
        line-height: 40px;
    }
    .slogan h1 {
        font-size: 40px;
        letter-spacing: 1px;
    }
    .section2Helper {
        width: 100%;
        height: 100%;
        background: transparent;
    }
    .section2 {
        background: #FFF9E9;
    }
    p {
        font-size: 16px;
        line-height: 20px;
        margin: 10px 0;
    }
    .section7 .col-md-4 span {
        width: 100%;
        clear: both;
        display: inline-block;
        text-align: center;
    }
    .section2 .container div[class^="col-"] {
        padding: 120px 20px 100px 20px !important;
        /*background: #fff url(../images/sgs_logo.png) no-repeat top 20px right 20px;*/
        background: transparent no-repeat top 20px right 20px;
        background-size: 120px auto;
    }
    .section3 {
        padding: 80px 0;
    }
    .section3 .container {
        padding: 0;
    }
    .section3 .container div[class^="col-"] {
        padding: 20px;
    }
    .pt150 {
        padding-top: 20px !important;
    }
    .machinery .slick-slide .text {
        display: block;
        transition: all 0.8s ease;
    }
    .measurementItem .back {
        opacity: 0;
        width: 100%;
        height: 290px;
        z-index: -1;
        position: absolute;
        top: 0;
        left: 0;
        padding: 20px;
        transition: all 0.5s ease;
    }
    .measurementItem .front {
        display: block;
        width: 100%;
    }
    .measurementItem .front .helper {
        position: absolute;
        bottom: 20px;
    }
    .slick-slider button.slick-next {
        right: 0;
    }
    .mobileHeader { display: block; height: 95px; width: 100%; visibility: visible; position: fixed; top: 0; left: 0; z-index: 100; background: rgba(0,0,0,1) }
    .mobileHeader img { margin: 10px 0 0 10px }
    .mobile-nav.open { -ms-transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0px, 0px, 0px); transform: translate3d(0px, 0px, 0px); display: block; visibility: visible }
    .mobile-nav { width: 75%; margin: 0; padding: 0; z-index: 101; position: fixed; top: 0; right: 0; float: none; line-height: normal; overflow-y: auto; background: rgba(0,0,0, 0.75); box-shadow: 0 0 10px rgba(0, 0, 0, 0.35); height: 100% }
    .btn-navbar .close { display: none }
    .btn-navbar.open .close  { display: block; width: 19px; height: 15px; background: transparent url(../images/close2.png) no-repeat 0 0; background-size: 19px 15px; margin: 1px 0 0 3px;opacity: 1 }
    .btn-navbar { border: none; background: transparent; z-index: 999; cursor: pointer; margin: -5px 0 0 0; color: #bca203; display: block; float: right; width: 34px; height: 10px;position: relative }
    .btn-navbar i { display: block; width: 6px; height: 6px; background: #cab292;/*#70a5ce;*/ margin: 0 0 0 5px; float: left; }
    .btn-navbar.open i { display: none }
    .mobile-layer.open { display: block; width: 100%; height: 100%; z-index: 11; position: fixed; top: 0; right: 0; background: rgba(0,0,0, 0.3); visibility: visible }
    .mobile-nav {
        padding: 120px 0 0 50px;
        list-style: none;
    }
    .mobile-nav li a {
        width: 100%;
        display: block;
        font-family: 'Orbitron', sans-serif;
        font-size: 14px;
        position: relative;
        color: #fff;
        text-align: left;
        line-height: 40px;
        font-weight: 600;
        padding-left: 25px;
        margin-bottom: 10px
    }
    .mobile-nav li a:before {
/*        display: block;
        content: "♠";*/
        /*background: #70a5ce;
        width: 15px;
        height: 15px;*/
/*        font-size: 30px;
        color: #cab292;
        position: absolute;
        left: 0;
        top: -2px;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);*/
        display: block;
        content: "";
        font-size: 30px;
        position: absolute;
        left: 0;
        top: 13px;
        width: 14px;
        height: 14px;
        background: #cab292;
        border-radius: 50%
    }
    .mobile-nav li.menu a.active {color: #e4c87c }
    header.fixed-nav div.lang {
        padding: 15px 0 15px 0;
    }

    header {
        z-index: 101;
    }
    header.fixed-nav {
        z-index: 101;
    }
    .navbar {
        margin-bottom: 10px;
    }
    .section3 i {
        font-size: 60px;
    }
    .references.slick-slider button.slick-arrow.slick-next {
        right: 0;
    }
    button.slick-arrow.slick-prev {
        left: 0 !important;
    }
    .references .slick-slide div.image {
        width: 100%;
        display: block;
        height: 100px;
        vertical-align: middle;
        line-height: 100px;
        padding-bottom: 50px;
    }
    footer {
        font-size: 13px;
        line-height: 20px;
    }
    footer .col-sm-2 img{
        min-width: 25%;
        max-width: 200px;
    }
    .measurementItem .back * {
        color: #fff;
        font-size: 12px;
        line-height: normal;
    }
    .measurementItem .back p {
        margin: 10px 20px;
    }
    .slick-slider button.slick-arrow:before {
        font-size: 30px !important;
        left: -7px;
        top: 0;
    }
    .slick-slider button.slick-next {
        right: -7px;
    }
    .slick-slider button.slick-arrow {
        top: 50%;
        margin-top: -10px;
        display: block;
        width: 40px;
        height: 40px;
    }
    footer .container div[class^="col-"] {
        padding-top: 20px;
    }
    footer h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .machinery .slick-slide > div div:before {
        display: none;
    }
    .machinery img {
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
        -webkit-filter: grayscale(0%);
        -webkit-box-shadow: 0px 20px 9px -10px rgba(0,0,0,0.66);
        -moz-box-shadow: 0px 20px 9px -10px rgba(0,0,0,0.66);
        box-shadow: 0px 20px 9px -10px rgba(0,0,0,0.66);
    }
    .product {
        display: none;
    }
    
    .prod-nav img {
/*        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
/*        filter: gray; /* IE6-9 */
        -webkit-filter: none; /* Chrome 19+ & Safari 6+ */
        width: 100%;
        position: relative;
        display: inline-block !important;
        transition: all 0.8s ease;
    }
    
    .prod-nav .slick-slide > div div:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.0);
        content: "";
        z-index: 2;
    }
    
    .prod-nav .slick-slide .text {
        display: block;
        transition: all 0.8s ease;
    }
}