﻿body {
    /*margin: 0;
    
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.48);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    zoom: reset;*/
}

.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: 100vh;
    display: flex;
}

.se1 {
    background-image: url(images/bugm.png);
    background-color: #FF5427;
    background-position: center;
    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;
}

    .se1:hover {
        width: 150%;
    }

.se2 {
    background-image: url(images/dum.png);
    background-color: #FF8C00;
    background-position: center;
    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: center;
    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;
    height: 100vh;
    width: 100%;
}

.twitter {
    position: absolute;
    top: 60px;
    left: 50%;
    background-image: url(images/twitter.png);
    background-repeat: no-repeat;
    background-size: auto;
    height: 64px;
    width: 64px;
    -webkit-transition-property: background-image; /* Safari */
    -webkit-transition-duration: 1s; /* Safari */
    transition-property: background-image;
    transition-duration: 1s;
}

    .twitter:hover {
        background-image: url(images/twitting.png);
    }

.facebook {
    position: absolute;
    top: 115px;
   left: 60%;
    background-image: url(images/f1.png);
    background-repeat: no-repeat;
    background-size: auto;
    height: 70px;
    width: 70px;
    -webkit-transition-property: background-image;
    -webkit-transition-duration: 1s;
    transition-property: background-image;
    transition-duration: 1s;
}

    .facebook:hover {
        background-image: url(images/f2.png);
    }

.google {
    position: absolute;
    top: 115px;
    left: 70%;
    background-image: url(images/g1.png);
    background-repeat: no-repeat;
    background-size: auto;
    height: 70px;
    width: 70px;
    -webkit-transition-property: background-image;
    -webkit-transition-duration: 1s;
    transition-property: background-image;
    transition-duration: 1s;
}

    .google:hover {
        background-image: url(images/g2.png);
    }

.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: 4px 12px;
    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;
}

    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: 0px;
    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: #304269;
}

.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;
}


.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: auto;
}
  .p2p-wrap {
        margin: 0 auto;
        position: relative;
        top: 65%;
        height: 215px;
    }
@media all and (max-width:480px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width:480px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width:480px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width:480px), only screen and (min-device-pixel-ratio: 2) and (max-width:480px), only screen and (min-resolution: 192dpi) and (max-width:480px), only screen and (min-resolution: 2dppx) and (max-width:480px) {


    .cont-warp {
        position: relative;
        height: 100vh;
        /*overflow: auto;*/
        width: 100%;
        margin: 0 auto;
    }


    .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: #304269;
    }


    .work-boxs {
        width: 100vw;
        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: #efc32f;
    }

    .makl {
        background-image: url('Works/makl.png');
        text-align: left;
        background-position: 0px;
        background-size: 102px;
        background-repeat: no-repeat;
        background-color: #B5E655;
    }

    .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: #FFFAD5;
    }

    .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: #e44c41;
    }

    .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: #CC3910;
    }

    .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: #FFF1CE;
    }

    .tet {
        color: #fff;
        padding-left: 104px;
        padding-top: 7px;
        width: auto;
        font-size: 0.9em;
        padding-right: 5px;
    }

    .work-boxs3 {
        width: 100vw;
        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: 100vw;
            left: 0;
        }

    .work-boxs:hover {
        width: 100vw;
        left: 0;
    }

    .h-Content {
        display: -webkit-inline-box;
        width: 100%;
        text-align: center;
        height: 100%;
        display: block;
    }

    .se1 {
        background-image: url(images/bugm.png);
        background-size: 65px;
        background-color: #FF5427;
        background-position: 33px;
        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: 100%;
        }

    .se2 {
        background-image: url(images/dum.png);
        background-color: #FF8C00;
        background-position: 32px;
        background-size: 70px;
        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;
    }

        .se2:hover {
            width: 100%;
        }

    .se3 {
        background-image: url(images/bikem.png);
        background-color: #54B3C2;
        background-size: 79px;
        background-position: 29px;
        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;
    }

        .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;
        color: #fff;
        font-size: larger;
        padding-left: 117px;
        height: auto!important;
    }

    .p2p-wrap {
        margin: 0 auto;
        position: relative;
        top: 65%;
        height: auto;
    }

    .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 {
        position: absolute;
        top: 69px;
        left: 181px;
        background-image: url(images/twitter.png);
        background-repeat: no-repeat;
        background-size: auto;
        height: 64px;
        width: 64px;
        -webkit-transition-property: background-image;
        -webkit-transition-duration: 1s;
        transition-property: background-image;
        transition-duration: 1s;
    }

    .facebook {
        position: absolute;
        top: 0;
        left: 50%;
        background-image: url(images/f1.png);
        background-repeat: no-repeat;
        background-size: auto;
        height: 70px;
        width: 70px;
        -webkit-transition-property: background-image;
        -webkit-transition-duration: 1s;
        transition-property: background-image;
        transition-duration: 1s;
    }

    .google {
        position: absolute;
        top: 0;
        left: 70%;
        background-image: url(images/g1.png);
        background-repeat: no-repeat;
        background-size: auto;
        height: 70px;
        width: 70px;
        -webkit-transition-property: background-image;
        -webkit-transition-duration: 1s;
        transition-property: background-image;
        transition-duration: 1s;
    }
}
