﻿html, body {
    height: 100%;
    background-color: #33394a;
}
@font-face {
    font-family: 'Limelight';
    src: url('../fonts/Limelight.ttf') format('truetype');
}
.section1 {
    height: 100%!important;
            
    background-position: center;
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: #33394a;
}

.section2 {
    height: 100%!important;
           
    background-position: center;
    background-repeat: no-repeat;
    background-position: bottom;
}
.section2 p{
    color:#fff;
}

.section3 {
    height: auto!important;
            
    background-position: center;
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: #dc9c76;
}

.section4 {
    height: auto!important;
            
    background-repeat: repeat;
    background-size: 61%;
    padding-top: 47px;
    padding-bottom: 104px;
    background-color: #2f96b4;
}
.section4 h1,p{color: #fff;}

.section5 {
          
    background-position: center;
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 94px;
    padding-top: 47px;
            
}
.section5 h1,p{
    color:#fff;
}
.section-lunching{
    min-height: 264px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #43596b;
}
.row{

    overflow: hidden;
    display: flex;
}
.tabs{
    height: 250px;
          
    width: 100%;
    float: left;
    padding: 20px;
    color: #fff;
}
.tab1{background-color: #33394a;}
.tab2{background-color: #81c61d;}
.tab2 .txt{color: #33394a;}
.white{color: #ffffff;}
.green{color:#81c61d;}
.hellotext {
    color: #fff;
    position: absolute;
    top: 22%;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.thankstext {
    color: #fff;
    position: absolute;
    top: 50%;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.batr {
    background-image: url(../images/bat.png);
    background-repeat: repeat;
    background-size: 2%;
    height: 100%!important;
}
.logo-image{
    background-repeat: no-repeat;
    background-size: contain;
    height: 41px;
    width: 240px;
    margin-top: 10px;
    margin-bottom: 35px;
}
.h2{
    font-size: 19px;
    margin-bottom: 16px;
}
.host-color{
        color: #fff;
    }
h1{
    font-family: 'Limelight';
}
.header {
    position: fixed;
    top: 0;
    background: linear-gradient(to bottom, #E8E8E8 5%, #AFAFAF 100%);
    height: auto;
    width: 100%;
    text-align: center;
    font-family: sans-serif;
    border-bottom: 1px solid #808080;
    z-index: 1;
    display: none;
}

.h-Content {
    display: -webkit-inline-box;
    width: 100%;
    text-align: center;
    height: 500px;
    display: flex;
}

.se1 {
    background-image: url(../images/bugm.png);
    background-color: #FF5427;
    background-position: 50% 10%;
    height: 100%;
    background-repeat: no-repeat;
    width: 100%;
    /* display: flex; */
    text-align: center;
    -webkit-transition-property: width;
    -webkit-transition-duration: 2s;
    transition-property: width;
    transition-duration: 2s;
}

    .se1:hover {
        width: 150%;
    }

.se2 {
    background-image: url(../images/dum.png);
    background-color: #FF8C00;
    background-position: 50% 10%;
    height: 100%;
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    text-align: center;
    -webkit-transition-property: width; /* Safari */
    -webkit-transition-duration: 2s; /* Safari */
    transition-property: width;
    transition-duration: 2s;
}

    .se2:hover {
        width: 150%;
    }

.se3 {
    background-image: url(../images/bikem.png);
    background-color: #54B3C2;
    background-position: 50% 10%;
    height: 100%;
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    text-align: center;
    -webkit-transition-property: width; /* Safari */
    -webkit-transition-duration: 2s; /* Safari */
    transition-property: width;
    transition-duration: 2s;
}

    .se3:hover {
        width: 150%;
    }

.p1 {
    text-align: center;
    width: 100%;
    font-size: 1.5em;
    top: 65%;
    position: relative;
    margin: 50px;
    color: #fff;
    font-weight: inherit;
    font-family: myFirstFont;
}



.p2 {
    text-align: center;
    width: 100%;
    font-size: 1.5em;
    top: 65%;
    position: relative;
    margin: 50px;
    color: #fff;
    font-weight: inherit;
    font-family: myFirstFont;
}



.p3 {
    text-align: center;
    width: 100%;
    font-size: 1.5em;
    top: 65%;
    position: relative;
    margin: 50px;
    color: #fff;
    font-weight: inherit;
    font-family: myFirstFont;
}

.footer {
    background-image: url(../images/tree.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: auto;
    width: 100%;
    padding-bottom: 117px;
    padding-top: 45px;
    background-color: #3F6118;
}
.footer h1,p{color: #fff;}

.twitter {
    background-image: url(../images/twitter.png);
    background-repeat: no-repeat;
    background-position: 5px;
    background-size: auto;
    height: 64px;
    width: 64px;
    -webkit-transition-property: background-image;
    -webkit-transition-duration: 1s;
    transition-property: background-image;
    transition-duration: 1s;
    border-radius: 11px;
    padding: 10px;
    background-color: rgba(0, 58, 100, 0.23);
}

    .twitter:hover {
        background-image: url(../images/twitting.png);
    }

.facebook {
    background-image: url(../images/f1.png);
    background-repeat: no-repeat;
    background-position: 5px;
    background-size: auto;
    height: 64px;
    width: 64px;
    -webkit-transition-property: background-image;
    -webkit-transition-duration: 1s;
    transition-property: background-image;
    transition-duration: 1s;
    border-radius: 11px;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.23);
}

    .facebook:hover {
        background-image: url(../images/f2.png);
    }

.google {
    background-image: url(../images/g1.png);
    background-repeat: no-repeat;
    background-position: 5px;
    background-size: auto;
    height: 64px;
    width: 64px;
    -webkit-transition-property: background-image;
    -webkit-transition-duration: 1s;
    transition-property: background-image;
    transition-duration: 1s;
    border-radius: 11px;
    padding: 10px;
    background-color: rgba(228, 76, 65, 0.3);
}

    .google:hover {
        background-image: url(../images/g2.png);
    }

.socialmedia {
    display: -webkit-box;
    display: -moz-box;
    margin-bottom: 39px;
}

.contact {
    color: #fff;
    margin-left: 15px;
    width: auto;
    height: auto;
    padding: 17px;
    text-align: left;
    background-color: #8BC34A;
    -moz-box-shadow: -11px 14px 0px 2px rgba(0, 0, 0, 0.34);
    -webkit-box-shadow: -11px 14px 0px 2px rgba(0, 0, 0, 0.34);
    box-shadow: -11px 14px 0px 2px rgba(0, 0, 0, 0.34);
    font-family: mySecFont;
}

.text {
    /*border: 1px solid #CECECE;
    padding: 3px;
    width: 300px;
    margin: 1px;
    height: 22px;
    cursor: pointer;
    background: linear-gradient(to bottom, rgba(236, 236, 236, 0.68) 5%, #F9F9F9 100%);
    
    outline: solid 0px rgba(40, 120, 196, 0.46);
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;*/
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: -webkit-box;
    display: -moz-groupbox;
    width: 100%;
    background: #fff;
    margin-bottom: 10px;
    border: 1px solid #b7e358;
    padding: 6px;
    font: 95% Arial, Helvetica, sans-serif;
    border-radius: 0px;
    background: linear-gradient(to bottom, rgba(236, 236, 236, 0.68) 5%, #F9F9F9 100%);
    -moz-box-shadow: -3px 4px 0px 2px rgba(0, 0, 0, 0.34);
    -webkit-box-shadow: -3px 4px 0px 2px rgba(0, 0, 0, 0.34);
    box-shadow: -3px 4px 0px 2px rgba(0, 0, 0, 0.34);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b7e358), color-stop(1, #b7e358));
    background: -moz-linear-gradient(top, #b7e358 5%, #b7e358 100%);
    background: -webkit-linear-gradient(top, #b7e358 5%, #b7e358 100%);
    background: -o-linear-gradient(top, #b7e358 5%, #b7e358 100%);
    background: -ms-linear-gradient(top, #b7e358 5%, #b7e358 100%);
    background: linear-gradient(to bottom, #b7e358 5%, #b7e358 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b7e358', endColorstr='#b7e358',GradientType=0);
    background-color: #b7e358;
    display: inline-block;
    cursor: pointer;
    color: #000;
    font-family: Arial;
    font-size: 15px;
    padding: 8px 17px;
    text-decoration: none;
    border: 0;
    /*margin-top: 11px;*/
    border: 1px solid #b7e358;
}

    .text:focus {
        -webkit-transition: all 0.30s ease-in-out;
        -moz-transition: all 0.30s ease-in-out;
        -ms-transition: all 0.30s ease-in-out;
        -o-transition: all 0.30s ease-in-out;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        /*box-shadow: 0 0 1px #2080BF;*/
        border: 1px solid #FF8C00;
    }

textarea {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: -webkit-box;
    display: -moz-groupbox;
    background: #fff;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    color: #555;
    font: 95% Arial, Helvetica, sans-serif;
    border-radius: 0px;
    width: 100%;
    background: linear-gradient(to bottom, rgba(236, 236, 236, 0.68) 5%, #F9F9F9 100%);
    height: 150px;
    -moz-box-shadow: -3px 4px 0px 2px rgba(0, 0, 0, 0.34);
    -webkit-box-shadow: -3px 4px 0px 2px rgba(0, 0, 0, 0.34);
    box-shadow: -3px 4px 0px 2px rgba(0, 0, 0, 0.34);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b7e358), color-stop(1, #b7e358));
    background: -moz-linear-gradient(top, #b7e358 5%, #b7e358 100%);
    background: -webkit-linear-gradient(top, #b7e358 5%, #b7e358 100%);
    background: -o-linear-gradient(top, #b7e358 5%, #b7e358 100%);
    background: -ms-linear-gradient(top, #b7e358 5%, #b7e358 100%);
    background: linear-gradient(to bottom, #b7e358 5%, #b7e358 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b7e358', endColorstr='#b7e358',GradientType=0);
    background-color: #b7e358;
    display: inline-block;
    cursor: pointer;
    color: #000;
    font-family: Arial;
    font-size: 15px;
    padding: 11px;
    text-decoration: none;
    border: 0;
    border: 1px solid #b7e358;
}
.section-lunching h1,p{color:#fff;}

    textarea:focus {
        -webkit-transition: all 0.30s ease-in-out;
        -moz-transition: all 0.30s ease-in-out;
        -ms-transition: all 0.30s ease-in-out;
        -o-transition: all 0.30s ease-in-out;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        /*box-shadow: 0 0 1px #2080BF;*/
        border: 1px solid #FF8C00;
    }


.myButton {
    -moz-box-shadow: -3px 4px 0px 2px rgba(0, 0, 0, 0.34);
    -webkit-box-shadow: -3px 4px 0px 2px rgba(0, 0, 0, 0.34);
    box-shadow: -3px 4px 0px 2px rgba(0, 0, 0, 0.34);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b7e358), color-stop(1, #b7e358));
    background: -moz-linear-gradient(top, #b7e358 5%, #b7e358 100%);
    background: -webkit-linear-gradient(top, #b7e358 5%, #b7e358 100%);
    background: -o-linear-gradient(top, #b7e358 5%, #b7e358 100%);
    background: -ms-linear-gradient(top, #b7e358 5%, #b7e358 100%);
    background: linear-gradient(to bottom, #b7e358 5%, #b7e358 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b7e358', endColorstr='#b7e358',GradientType=0);
    background-color: #b7e358;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    padding: 8px 17px;
    text-decoration: none;
    border: 0;
    margin-top: 11px;
    outline: none;
}

    .myButton:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b7e358), color-stop(1, #b7e358));
        background: -moz-linear-gradient(top, #b7e358 5%, #b7e358 100%);
        background: -webkit-linear-gradient(top, #b7e358 5%, #b7e358 100%);
        background: -o-linear-gradient(top, #b7e358 5%, #b7e358 100%);
        background: -ms-linear-gradient(top, #b7e358 5%, #b7e358 100%);
        background: linear-gradient(to bottom, #b7e358 5%, #b7e358 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b7e358', endColorstr='#b7e358',GradientType=0);
        background-color: #b7e358;
    }

    .myButton:active {
        position: relative;
        top: 1px;
    }


@font-face {
    font-family: myFirstFont;
    src: url(Stilu-Light.otf);
}

@font-face {
    font-family: mySecFont;
    src: url(TenorSans-Regular.ttf);
}

.ci1 {
    background-image: url(../images/ci1.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 120%;
    height: 100vh;
}

.ci2 {
    background-image: url(../images/ci2.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 120%;
    height: 100vh;
}

.left-tab {
    position: absolute;
    top: 0;
    touch-action: none;
    transform: translate3d(0px, 0px, 0px);
    transition: all 700ms ease;
    background-color: #FF5427;
    width: 50%;
    height: 100vh;
    z-index: 0;
}

.work-boxs2 {
    width: 210px;
    height: 130px;
    position: relative;
    /*display: -webkit-inline-box;*/
    margin: 0;
    /*margin-left: -10px;*/
}

.work-boxs {
    width: 210px;
    height: 130px;
    position: relative;
    margin: 0;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    overflow: hidden;
}

    .work-boxs:hover {
        width: 630px;
        position: relative;
        transition: all 1s ease-in-out;
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        z-index: 4;
    }

.work-boxs3 {
    width: 210px;
    height: 130px;
    position: relative;
    margin: 0;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    overflow: hidden;
    left: 0px;
}

    .work-boxs3:hover {
        width: 630px;
        position: relative;
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        z-index: 4;
        left: -420px;
    }

.vita {
    background-image: url('../Works/vitalis.png');
    text-align: left;
    background-position: 10px;
    background-repeat: no-repeat;
    background-color: #0d3657;
}

.easycall {
    background-image: url('../Works/easycall.png');
    text-align: left;
    background-position: 0px;
    background-repeat: no-repeat;
    background-color: #fff;
}

.emijn {
    background-image: url('../Works/emijn.png');
    text-align: left;
    background-position: 0px;
    background-repeat: no-repeat;
    background-color: #efc32f;
}

.makl {
    background-image: url('../Works/makl.png');
    text-align: left;
    background-position: 0px;
    background-repeat: no-repeat;
    background-color: #B5E655;
}

.onderdelen {
    background-image: url('../Works/onderdelen.png');
    text-align: left;
    background-position: 0px;
    background-repeat: no-repeat;
    background-color: #fff;
}

.market2 {
    background-image: url('../Works/maket2.png');
    text-align: left;
    background-position: 0px;
    background-repeat: no-repeat;
    background-color: #FFFAD5;
}

.oslo {
    background-image: url('../Works/oslo.png');
    text-align: left;
    background-position: 0px;
    background-repeat: no-repeat;
    background-color: #fff;
}

.sp9 {
    background-image: url('../Works/sp9.png');
    text-align: left;
    background-position: 0px;
    background-repeat: no-repeat;
    background-color: #e44c41;
}

.motorp {
    background-image: url('../Works/motor.png');
    text-align: left;
    background-position: 0px;
    background-repeat: no-repeat;
    background-color: #363942;
}

.host2 {
    background-image: url('../Works/host.png');
    text-align: left;
    background-position: 0px;
    background-repeat: no-repeat;
    background-color: #CC3910;
}

.Sahara {
    background-image: url('../Works/sahara.png');
    text-align: left;
    background-position: 0px;
    background-repeat: no-repeat;
    background-color: #DC9C76;
}

.pharma {
    background-image: url('../Works/pharma.png');
    text-align: left;
    background-position: 0px;
    background-repeat: no-repeat;
    background-color: #FFF1CE;
}

#background:hover img {
    opacity: 0.5;
}






.cont-warp {
    /*position: relative;*/
    /*height: 100vh;*/
    /*overflow: auto;*/
    width: 840px;
    margin: 0 auto;
    margin-bottom: 0px;
}


.dis-prowser {
    /*display: block;
    list-style-type: none;
    float: left;
    height: 100%;*/
}

.tet {
    color: #fff;
    padding-left: 210px;
    padding-top: 15px;
    width: 400px;
}

.h1h {
    z-index: 1;
    position: absolute;
    top: 29px;
    margin: 0 auto;
    height: 0;
    color: #fff;
    width: 100%;
    font-size: -webkit-xxx-large;
}

@media all and (max-width: 1024px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {

    .menu-min {
        display: block;
        width: 33px;
        height: 33px;
        border: 1px solid #CECECE;
        background-image: url(../images/men.png);
        background-repeat: no-repeat;
        position: fixed;
        background-color: #e8e8e8;
        top: 0;
        left: 0;
        z-index: 1;
    }

        .menu-min:hover {
            background-color: #f8f8f8;
        }

    .header {
        position: fixed;
        top: 0;
        /*background: linear-gradient(to bottom, #E8E8E8 5%, #AFAFAF 100%);*/
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b7e358), color-stop(1, #b7e358));
        background: -moz-linear-gradient(top, #b7e358 5%, #b7e358 100%);
        background: -webkit-linear-gradient(top, #b7e358 5%, #b7e358 100%);
        background: -o-linear-gradient(top, #b7e358 5%, #b7e358 100%);
        background: -ms-linear-gradient(top, #b7e358 5%, #b7e358 100%);
        background: linear-gradient(to bottom, #b7e358 5%, #b7e358 100%);
        background-color: #ccc;
        height: auto;
        width: 180px;
        text-align: left;
        font-family: sans-serif;
        border-bottom: 1px solid #808080;
        z-index: 1;
        left: 36px;
        display: none;
    }
}

.p2p {
    text-align: left;
    /* width: 400px; */
    font-size: 1.5em;
    position: relative;
    margin: 10px;
    color: #fff;
    font-weight: inherit;
    height: 300px;
    margin-top: 71%;
}

.p2p-wrap {
    margin: 0 auto;
    position: relative;
    top: 65%;
    height: 215px;
}

.inside-content {
    height: 130px;
    width: 210px;
    display: -webkit-box;
    float: left;
}

.sac {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    z-index: 2;
}

.skillsman {
    width: 100%;
    z-index: 2;
    background-image: url(../images/skills.png);
    background-position: bottom;
    background-repeat: no-repeat;
}

@media all and (max-width:1300px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width:1300px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width:1300px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width:1300px), only screen and (min-device-pixel-ratio: 2) and (max-width:1300px), only screen and (min-resolution: 192dpi) and (max-width:1300px), only screen and (min-resolution: 2dppx) and (max-width:1300px) {

    .p2p {
        text-align: left;
        /* width: 400px; */
        font-size: 1.0em;
        position: relative;
        margin: 10px;
        color: #fff;
        font-weight: inherit;
        height: 300px;
        margin-top: 71%;
    }
}

@media all and (max-width:856px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width:856px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width:856px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width:856px), only screen and (min-device-pixel-ratio: 2) and (max-width:856px), only screen and (min-resolution: 192dpi) and (max-width:856px), only screen and (min-resolution: 2dppx) and (max-width:856px) {

    body{
        color:#fff;
    }
    .section4{
        background-color:#fff;
    }
    .section1{
        background-color:#fff;
        color:#000;
    }
    .section2{
            background-color: #1d1d1d;
    }
    .section4 h1,p{color: #444;}
    .section5 {
        background-color:#fff;
    }
        .section5 h1, p {
            color: #444;
        }
       
        .section-lunching{
            background-color:#fff;
            
        }
        .section-lunching h1,p{color:#444;padding-left: 14px;}
        .tab1, .tab2{background-color:#363942;}
        .tab2 .txt{color: #fff;}
        .white{color:#fff}
        .green{color:#fff;}

    .footer{
        background-image: none;
        background-color: #fff;
    }
    .footer h1,p{color: #444;padding-left:14px;}
    .thankstext{
        color:#000;
    }
    .hellotext{
        color:#000;
    }
    .row{
        display:block
    }
    .tabs{
        width:auto;
    }
    .cont-warp {
        position: relative;
        /*height: 100vh;*/
        /*overflow: auto;*/
        width: 100%;
        margin: 0 auto;
    }
    .skillsman {
        width: 100%;
        z-index: 2;
        background-image: url(../images/skills.png);
        background-position: bottom;
        background-repeat: no-repeat;
        display:none;
    }
    .p2p {
        text-align: left;
        width: auto;
        font-size: 1.0em;
        position: relative;
        margin: 10px;
        color: #fff;
        font-weight: inherit;
        height: auto;
    }

    .sac {
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 100%;
        z-index: 2;
    }

    .inside-content {
        height: 130px;
        width: 100%;
        display: block;
        float: left;
    }

    .dis-prowser {
        display: compact;
        list-style-type: decimal;
        /*float: left;*/
    }

    .vita {
        background-image: url('../Works/vitalis.png');
        text-align: left;
        background-position: -23px;
        background-size: 149px;
        background-repeat: no-repeat;
        background-color: #fff;
        color:#000;
    }


    .work-boxs {
        width: 100%;
        height: 130px;
        position: relative;
        margin: 0;
        /*transition: all 1s ease-in-out;
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;*/
        overflow: hidden;
    }

    .easycall {
        background-image: url('../Works/easycall.png');
        text-align: left;
        background-position: 0px;
        background-size: 100px;
        background-repeat: no-repeat;
        background-color: #fff;
    }

    .emijn {
        background-image: url('../Works/emijn.png');
        text-align: left;
        background-position: 0px;
        background-size: 100px;
        background-repeat: no-repeat;
        background-color: #fff;
    }

    .makl {
        background-image: url('../Works/makl.png');
        text-align: left;
        background-position: 0px;
        background-size: 102px;
        background-repeat: no-repeat;
        background-color: #fff;
    }

    .onderdelen {
        background-image: url('../Works/onderdelen.png');
        text-align: left;
        background-position: 0px;
        background-size: 108px;
        background-repeat: no-repeat;
        background-color: #fff;
    }

    .market2 {
        background-image: url('../Works/maket2.png');
        text-align: left;
        background-position: 0px;
        background-size: 105px;
        background-repeat: no-repeat;
        background-color: #fff;
    }

    .oslo {
        background-image: url('../Works/oslo.png');
        text-align: left;
        background-position: 0px;
        background-size: 102px;
        background-repeat: no-repeat;
        background-color: #fff;
    }

    .sp9 {
        background-image: url('../Works/sp9.png');
        text-align: left;
        background-position: 0px;
        background-size: 110px;
        background-repeat: no-repeat;
        background-color: #fff;
    }

    .motorp {
        background-image: url('../Works/motor.png');
        text-align: left;
        background-position: 0px;
        background-size: 103px;
        background-repeat: no-repeat;
        background-color: #363942;
    }

    .host2 {
        background-image: url('../Works/host.png');
        text-align: left;
        background-position: 0px;
        background-size: 105px;
        background-repeat: no-repeat;
        background-color: #fff;
    }

    .Sahara {
        background-image: url('../Works/sahara.png');
        text-align: left;
        background-position: 0px;
        background-size: 114px;
        background-repeat: no-repeat;
        background-color: #DC9C76;
    }


    .pharma {
        background-image: url('../Works/pharma.png');
        text-align: left;
        background-position: 0px;
        background-size: 113px;
        background-repeat: no-repeat;
        background-color: #fff;
    }

    .tet {
        color: #000;
        padding-left: 104px;
        padding-top: 7px;
        width: auto;
        font-size: 0.9em;
        padding-right: 5px;
    }

    .work-boxs3 {
        width: 100%;
        height: 130px;
        position: relative;
        margin: 0;
        /*-webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;*/
        overflow: hidden;
        left: 0px;
    }

        .work-boxs3:hover {
            width: 100%;
            left: 0;
        }

    .work-boxs:hover {
        width: 100%;
        left: 0;
    }

    .h-Content {
        display: -webkit-inline-box;
        width: 100%;
        text-align: center;
        height: auto;
        display: block;
    }

    .se1 {
        background-image: url(../images/bugm.png);
        background-size: 65px;
       background-color:#fff;
        background-position: 33px;
        height: auto;
        background-repeat: no-repeat;
        width: auto;
        /*display: flex;*/
        text-align: center;
        -webkit-transition-property: width;
        -webkit-transition-duration: 2s;
        transition-property: width;
        transition-duration: 2s;
            display: table;
                padding-top: 20px;
    padding-bottom: 20px;
    }

        .se1:hover {
            width: 100%;
        }

    .se2 {
        background-image: url(../images/dum.png);
        background-color:#fff;
        background-position: 32px;
        background-size: 70px;
        height: auto;
        background-repeat: no-repeat;
        width: auto;
        display: flex;
        text-align: center;
        -webkit-transition-property: width;
        -webkit-transition-duration: 2s;
        transition-property: width;
        transition-duration: 2s;
            display: table;
                padding-top: 20px;
    padding-bottom: 20px;
    }

        .se2:hover {
            width: 100%;
        }

    .se3 {
        background-image: url(../images/bikem.png);
        background-color:#fff;
        background-size: 79px;
        background-position: 29px;
        height: auto;
        background-repeat: no-repeat;
        width: auto;
        display: flex;
        text-align: center;
        -webkit-transition-property: width;
        -webkit-transition-duration: 2s;
        transition-property: width;
        transition-duration: 2s;
            display: table;
                padding-top: 20px;
    padding-bottom: 20px;
    }

        .se3:hover {
            width: 100%;
        }

    .h1h {
        z-index: 1;
        color: #fff;
        font-size: -webkit-xxx-large;
        text-align: left;
        padding-top: 16px;
        position: inherit;
        margin: 0;
        height: auto;
    }

    .p2p {
        text-align: left;
        width: auto;
        position: relative;
        margin: 10px;
       
        font-size: larger;
        padding-left: 117px;
        height: auto!important;
    }
     .se1,se2,se3{
        background-color:#fff;
      }
    .p2p{color:#444;}
    .p2p-wrap {
        margin: 0 auto;
        position: relative;
        top: 65%;
        height: auto;
    }
    .host-color{
        color: #444;
    }
    .contact {
        color: #fff;
        margin-left: 0px;
        width: auto;
        height: 100%;
        padding: 17px;
        text-align: left;
        background-color: #8BC34A;
        -moz-box-shadow: -11px 14px 0px 2px rgba(0, 0, 0, 0.34);
        -webkit-box-shadow: -11px 14px 0px 2px rgba(0, 0, 0, 0.34);
        box-shadow: -11px 14px 0px 2px rgba(0, 0, 0, 0.34);
        font-family: mySecFont;
    }

    .twitter {
        background-image: url(../images/twitter.png);
        background-repeat: no-repeat;
        background-position: 5px;
        background-size: auto;
        height: 64px;
        width: 64px;
        -webkit-transition-property: background-image;
        -webkit-transition-duration: 1s;
        transition-property: background-image;
        transition-duration: 1s;
        border-radius: 11px;
        padding: 10px;
        background-color: white;
    }

    .facebook {
        background-image: url(../images/f1.png);
        background-repeat: no-repeat;
        background-position: 5px;
        background-size: auto;
        height: 64px;
        width: 64px;
        -webkit-transition-property: background-image;
        -webkit-transition-duration: 1s;
        transition-property: background-image;
        transition-duration: 1s;
        border-radius: 11px;
        padding: 10px;
        background-color: white;
    }

    .google {
        background-image: url(../images/g1.png);
        background-repeat: no-repeat;
        background-position: 5px;
        background-size: auto;
        height: 64px;
        width: 64px;
        -webkit-transition-property: background-image;
        -webkit-transition-duration: 1s;
        transition-property: background-image;
        transition-duration: 1s;
        border-radius: 11px;
        padding: 10px;
        background-color: white;
    }
}
