/* Fontface*/
@import url(//fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(//fonts.googleapis.com/css?family=PT+Sans:400,700);

/*CSS reset*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

/*ALGEMEEN*/
.wrapper {
    width: 1248px;
    margin: 0 auto;
    position: relative;
}
.clear {
    clear: both;
}
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.floatRightI {
    float: right!important;
}
.offsetTop {
    margin-top: 40px;
}
.offsetTopHalf {
    margin-top: 20px;
}
.offsetBottom {
    margin-bottom: 40px;
}
.offsetBottomHalf {
    margin-bottom: 20px;
}
.offsetLeft {
    margin-left: 40px;
}
.offsetRight {
    margin-right: 40px;
}
.offsetRightHalf {
    margin-right: 20px;
}
.noOffset {
    margin: 0;
}
.mt10 {
    margin-top: 10px;
}
.regular {
    font-family: "Montserrat";
    font-weight: 400;
    font-style: normal;
}
.bold {
    font-family: "Montserrat";
    font-weight: 700;
    font-style: normal;
}
.ptregular {
    font-family: "PT Sans";
    font-weight: 400;
    font-style: normal;
}
.ptbold {
    font-family: "PT Sans";
    font-weight: 700;
    font-style: normal;
}
.uppercase {
    text-transform: uppercase;
}
.underline {
    text-decoration: underline;
}
.bold {
    font-weight: bold;
}
strong {
    font-weight: bold;
}
.italic {
    font-style: italic;
}
em {
    font-style: italic;
}
.centerText {
    text-align: center;
}

/*H CLASSES*/
h1 {
    font-family: "Montserrat";
    font-weight: 700;
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    color: #333333;
    position: relative;
}
h1:after {
    content: '';
    position: absolute;
    width: 90px;
    height: 2px;
    background-color: #fab702;
    left: 0;
    bottom: -20px;
}
h2 {
    font-family: "Montserrat";
    font-weight: 700;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    color: #333333;
    position: relative;
}
h2:after {
    content: '';
    position: absolute;
    width: 90px;
    height: 2px;
    background-color: #fab702;
    left: 0;
    bottom: -20px;
}
h2.white {
    color: white;
}
h2.white:after {
    background-color: white;
}

h3 {
    font-family: "Montserrat";
    font-weight: 700;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 2.0;
    color: #333333;
}
h3.white {
    color: white;
}
h4 {
    font-family: "Montserrat";
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    line-height: 1.5;
    color: #333333;
}
h4.white {
    color: white;
}
.paragraph h1:after, .paragraph h2:after, .paragraph h3:after, .paragraph h4:after{
    display: none;
}
.backgroundCover {
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
}
.clearFix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.btn {
    cursor: pointer;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font: 15px/20px Helvetica, Arial, sans-serif;
    background: white;
    text-rendering: optimizeLegibility;
}
a {
    color: inherit;
}
b {
    font-family: "Montserrat";
    font-weight: 700;
    font-style: normal;
    font-weight: bold;
}

/*PARAGRAPH*/
.paragraph {
    float: left;
    font-family: "PT Sans";
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 1.6;
    color: #777777;
}
.paragraph img {
    max-width: 100%;
    height: auto;
}
.paragraph.white {
    color: white!important;
}
.paragraph.italic {
    font-style: italic;
}
.paragraph.big {
    font-size: 19px;
    line-height: 1.7;
}
.paragraph a {
    color: black;
    text-decoration: none;
}
.paragraph a:hover {
    color: black;
}

/*BUTTON*/
.button {
    float: left;
    position: relative;
    cursor: pointer;
    padding: 12px 50px 12px 20px;
    background-color: #272727;
    color: white;
    font-size: 14px;
    text-decoration: none;
    font-family: "Montserrat";
    font-weight: 700;
    font-style: normal;
    font-weight: bold;
    border-radius: 3px;
}
.button.yellow {
    background-color: #fab702;
}
.button.yellow:hover {
    background-color: #faa502;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}
.button.green {
    background-color: #1c785f;
}
.button.green:hover {
    background-color: #0f5d48;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}
.button:after {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -8px;
    content: '\f101';
    font-family: "FontAwesome";
    font-size: 14px;
}
.button.small {
    padding: 10px 30px 10px 15px;
}
.button.small:after {
    top: 50%;
    margin-top: -10px;
    right: 15px;
    font-size: 14px;
}
.button.submit {
    border: none;
    outline: none;
}
.button:hover {
    background-color: black;
}
.slideBtn {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
    width: 200px;
}

/*COL*/
.col-1,
.col-2,
.col-2-5,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
    float: left;
}
.col-1 {
    width: 8.333%;
}
.col-2 {
    width: 16.666%;
}
.col-2-5 {
    width: 20%;
}
.col-3 {
    width: 25%;
}
.col-4 {
    width: 33.333%;
}
.col-5 {
    width: 41.666%;
}
.col-6 {
    width: 50%;
}
.col-7 {
    width: 58.333%;
}
.col-8 {
    width: 66.666%;
}
.col-9 {
    width: 75%;
}
.col-10 {
    width: 83.333%;
}
.col-11 {
    width: 91.666%;
}
.col-12 {
    width: 100%;
}
.col-padding {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
}
.col-padding-text {
    padding: 15px;
}
.col-padding-small {
    padding: 5px;
}
.s-show,
.s-show-block {
    display: none;
}
.dpn {
    display: none !important;
}

/*HEADER*/
.headerTop {
    float: right;
    width: 40%;
    padding: 15px 0 0 0;
}
.textTop {
    float: right;
    color: #777777;
    font-family: "PT Sans";
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    padding: 7px 10px;
}
.textTop a {
    text-decoration: none;
}
.textTop a:hover {
    color: #faa502;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}
.textTop i {
    font-size: 17px;
    margin-right: 10px;
    color: #999999;
}
.textTop i:hover {
    color: #fab702;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}
.language {
    float: right;
}
.flag {
    float: left;
    width: 30px;
    height: 20px;
    opacity: 0.6;
    margin-right: 10px;
}
.flag.selected {
    opacity: 1;
}
.flag img {
    width: 100%;
    height: auto;
}
.call {
    font-family: "PT Sans";
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    color: #c2c2c2;
    margin-right: 5px;
}
.callYellow {
    font-family: "Montserrat";
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #fab702;
}
.header {
    float: left;
    width: 100%;
    padding: 0 0 0px 0;
    box-shadow: 0 0 3px #aaaaaa;
    -moz-box-shadow: 0 0 3px #aaaaaa;
    -webkit-box-shadow: 0 0 3px #aaaaaa;
    position: fixed;
    z-index: 150;
    background-color: white;
}
.header.scroll {
    position: fixed;
    top: 0;
    left: 0;
}
.header.scroll .headerTop {
    display: none;
}
.header.scroll .logo {
    height: auto;
    width: 140px;
    margin-top: 2px;
}
.logo {
    float: left;
    position: relative;
    margin-top: 15px;
    width: 210px;
    height: 80px;
    z-index: 20;
}
.logo img {
    width: 100%;
    height: auto;
}

/*MENU*/
#menu {
    float: right;
    margin-top: 5px;
}
#menu ul {
    float: left;
}
#menu li {
    float: left;
    width: auto;
    position: relative;
}
#menu li:last-child {
    margin-right: 0px;
}
#menu li:hover .sub {
    display: block;
}
#menu li a {
    float: left;
    font-family: "Montserrat";
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    color: #999999;
    font-size: 13px;
    padding: 10px 10px 20px 10px;
}
#menu li a:hover {
    color: #1c785f;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}
#menu li a.selected {
    color: #1c785f;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}
#menu .sub {
    display: none;
    position: absolute;
    width: 180px;
    top: 50px;
    left: 0px;
    background-color: #fafafa;
    z-index: 99;
    margin-top: 0;
}
#menu .sub li {
    float: left;
    width: 100%;
}
#menu .sub li:last-child {
    border-bottom: none;
}
#menu .sub li a {
    float: left;
    width: 100%;
    font-family: "PT Sans";
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    padding: 12px 10px;
    color: #777777;
    border-bottom: 1px solid #eee;
}
#menu .sub li a:hover {
    color: #777777;
    background-color: #F4F4F4;
}

/*PAGES*/
.contentProducts {
    float: left;
    position: relative;
    z-index: 120;
    width: 100%;
    background-image: url("../../images/pattern.png");
    padding-bottom: 60px;
}
.products {
    float: left;
    width: 100%;
    margin-top: -80px;
}
.product {
    float: left;
    width: 18%;
}
.product:nth-child(2n) {
    margin: 0 1%;
}
.product .image {
    float: left;
    width: 100%;
    height: auto;
    /*background-color: #fff;*/
}
.product .image img {
    width: 100%;
    height: auto;
}
.productLink {
    float: left;
    font-family: "PT Sans";
    font-weight: 700;
    font-style: normal;
    font-size: 17px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fab702;
}
.productLink:hover {
    color: #faa502;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}
.content {
    float: left;
    position: relative;
    width: 100%;
    background-color: white;
    padding: 60px 0;
}
.logoImage {
    float: left;
    width: 100%;
}
.logoImage a {
    float: right;
}
.logoImage img {
    max-width: 100%;
    height: auto;
}
.references {
    float: left;
    width: 100%;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}
.parallax {
    left: 0;
    width: 100%;
    background: url("../../images/example-back.jpg");
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
    position: absolute;
    z-index: -1;
    height: 1080px;
    top: -1080px;
}
.referencesslider {
    float: left;
    width: 100%;
    margin-top: 60px;
    height: 150px;
}
.slideImage {
    float: left;
    position: relative;
    width: 130px;
    height: 130px;
    overflow: hidden;
    border-radius: 50%;
    border: 5px solid white;
}
.slideImage img {
    width: 100%;
    height: auto;
    position: relative!important;
    left: 0;
    top: 0!important;
    bottom: 0!important;
}
.slideInfo {
    float: left;
    width: 80%;
    padding: 0 20px;
}
#referencesSlides {
    float: left;
    width: 100%;
    position: relative;
    height: 150px;
}
#referencesSlides .slidesjs-container {
    float: left;
    width: 100%;
    height: 150px!important;
    margin-top: 0px;
}
#referencesSlides .slidesjs-control {
    height: 150px!important;
}
#referencesSlides .slide {
    float: left;
    width: 100%;
    height: 250px;
}
.topImage {
    float: left;
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
    margin-top: 100px;
}
.topImage img {
    width: 100%;
    position: absolute;
    top: -100%;
    bottom: -100%;
    margin: auto;
}
.check {
    float: left;
    width: 100%;
}
.check li {
    list-style: none;
    padding-left: 20px;
    text-indent: -1.4em;
    font-size: 15px;
    line-height: 25px;
}
.check li:before {
    content: "\f078";
    font-family: "FontAwesome";
    color: #fab702;
    font-size: 12px;
    padding-right: 10px;
}
.subMenu {
    float: left;
    width: 100%;
}
.subMenu li {
    float: left;
    width: 100%;
    padding: 1px 0;
}
.subMenu li a {
    text-decoration: none;
    font-family: "PT Sans";
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 1.6;
    color: #777777;
}
.subMenu li a:hover {
    color: #fab702;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}

/*CONTACT*/
.contactForm {
    float: left;
    margin-top: 40px;
    width: auto;
}
.formText {
    float: left;
    width: 110px;
    text-align: left;
    font-family: "PT Sans";
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: #404040;
    margin: 10px 20px 10px 0;
}
.contactInput {
    cursor: auto;
    display: inline-block;
    position: relative;
    font-size: 13px;
    color: #404040;
    width: 220px;
    height: 30px;
    margin-top: 5px;
    font-family: "PT Sans";
    font-weight: 400;
    font-style: normal;
    float: left;
    outline: none;
    padding: 8px;
    background-color: #f8f8f8;
    border: 1px solid #e7e7e7;
}
.contactTextarea {
    cursor: auto;
    display: inline-block;
    position: relative;
    font-size: 13px;
    color: #404040;
    width: 300px;
    height: 160px;
    max-width: 490px;
    max-height: 160px;
    margin-top: 5px;
    font-family: "PT Sans";
    font-weight: 400;
    font-style: normal;
    float: left;
    outline: none;
    padding: 8px;
    background-color: #f8f8f8;
    border: 1px solid #e7e7e7;
}

/*Footer*/
footer {
    float: left;
    width: 100%;
    background-color: white;
    border-top: 1px solid #f1f1f1;
    padding-top: 20px;
}
.infoFooter {
    background-color: #f8f8f8;
    border: 1px solid #f1f1f1;
}
.apply {
    float: left;
    padding: 20px;
    border-right: 1px solid #f1f1f1;
}
.footer {
    float: left;
    width: 100%;
}
.footer .line {
    float: left;
    height: 1px;
    width: 100%;
    background: #cacaca;
    background: -moz-linear-gradient(left, #cacaca 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #cacaca), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(left, #cacaca 0%, #ffffff 100%);
    background: -o-linear-gradient(left, #cacaca 0%, #ffffff 100%);
    background: -ms-linear-gradient(left, #cacaca 0%, #ffffff 100%);
    background: linear-gradient(to right, #cacaca 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cacaca', endColorstr='#ffffff', GradientType=1);
}
.footer ul {
    float: left;
    width: 100%;
}
.footer li {
    float: left;
    width: 100%;
}
.footer a {
    float: left;
    width: 100%;
    text-decoration: none;
    font-family: "PT Sans";
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    line-height: 25px;
    color: #797979;
}
.footer a:hover {
    color: #fab702;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}
#map {
    float: left;
    height: 220px;
    width: 100%;
}
.bottomFooter {
    float: left;
    width: 100%;
    background-color: #f8f8f8;
    border-top: 1px solid #f1f1f1;
    padding: 15px 0;
}
.bottomFooter .infoBottom {
    font-family: "PT Sans";
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: #7B7B7B;
}
.bottomFooter .infoBottom a {
    text-decoration: none;
    cursor: pointer;
}
.bottomFooter .infoBottom a:hover {
    color: #fab702;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}
.paragraph ul {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.paragraph li {
    list-style: none;
    padding-left: 20px;
    text-indent: -1.4em;
    font-size: 15px;
    line-height: 25px;
}
.paragraph li:before {
    content: "\f078";
    font-family: "FontAwesome";
    color: #fab702;
    font-size: 12px;
    padding-right: 10px;
}
