@import url(https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,400,400italic,500,500italic,700,700italic,900,900italic&subset=latin,latin-ext,cyrillic,cyrillic-ext,greek-ext,greek);
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
button,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font: inherit;
    color: inherit;
    vertical-align: baseline;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

form,
input,
textarea {
    outline: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

*,
::after,
::before {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

img {
    max-width: 100%
}

@font-face {
    font-family: futura_hvheavy;
    src: url(futura/futurahv-webfont.eot);
    src: url(futura/futurahv-webfont.eot?#iefix) format("embedded-opentype"), url(futura/futurahv-webfont.woff) format("woff"), url(futura/futurahv-webfont.ttf) format("truetype"), url(futura/futurahv-webfont.svg#futurahv) format("svg");
    font-weight: 400;
    font-style: normal
}

a {
    text-decoration: none
}

body,
html {
    margin: 0;
    width: 100%;
    height: auto;
    min-height: 100%;
    display: block;
    text-align: center;
    font-family: Roboto;
    font-size: 100%;
    position: relative;
    color: #FFF;
    -webkit-font-smoothing: antialiased;
    min-width: 320px;
    background: #000;
    -webkit-transition: all 600ms;
    -moz-transition: all 600ms;
    transition: all 600ms;
    word-wrap: break-word;
    opacity: 1
}

html {
    -webkit-animation: loads 1.5s 1 ease-in-out;
    animation: loads 1.5s 1 ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    transition: all 1s swing
}

@-webkit-keyframes loads {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes loads {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.hue45 {
    -webkit-filter: hue-rotate(45deg);
    filter: hue-rotate(45deg)
}

.hue90 {
    -webkit-filter: hue-rotate(90deg);
    filter: hue-rotate(90deg)
}

.hue135 {
    -webkit-filter: hue-rotate(135deg);
    filter: hue-rotate(135deg)
}

.hue180 {
    -webkit-filter: hue-rotate(180deg);
    filter: hue-rotate(180deg)
}

.hue225 {
    -webkit-filter: hue-rotate(225deg);
    filter: hue-rotate(225deg)
}

.hue270 {
    -webkit-filter: hue-rotate(270deg);
    filter: hue-rotate(270deg)
}

.hue315 {
    -webkit-filter: hue-rotate(315deg);
    filter: hue-rotate(315deg)
}

.transition {
    -webkit-transition: all 600ms;
    -moz-transition: all 600ms;
    transition: all 600ms
}

#wrap {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    box-sizing: border-box;
    z-index: 1;
    overflow: hidden;
    min-width: 320px
}

#header_nav {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    z-index: 3;
    width: 100%;
    height: 90px
}

#logo {
    position: absolute;
    width: 100%;
    top: 40px
}

#lang {
    position: absolute;
    right: 0;
    top: 10px;
    width: 260px
}

#lang .sep {
    background: url(../images/sep.png) no-repeat;
    width: 100%;
    height: 11px
}

.langs {
    font-size: 1.2em
}

.langs .current {
    font-weight: 700
}

#scroll_nav {
    position: fixed;
    top: 0;
    left: 0;
    background: #222;
    color: #fff;
    width: 100%;
    min-height: 85px;
    height: auto;
    z-index: 20;
    font-weight: 300;
    display: none
}

#scroll_nav .logo {
    float: left;
    padding-top: 10px
}

#scroll_nav .menu {
    float: right;
    font-size: 1.3em
}

#scroll_nav .menu a {
    line-height: 85px;
    padding: 0 25px
}

#scroll_nav .logo img {
    max-width: 160px
}

#scroll_nav .login {
    position: absolute;
    right: 10px;
    top: 10px;
    font-weight: 400
}

.menuToggle {
    display: none;
    font-size: 1.6em
}

.sect {
    width: 100%;
    min-height: 0;
    height: auto;
    overflow: visible;
    background-size: cover;
    position: relative;
    z-index: 1
}

.sect .sect_inner {
    width: 960px;
    padding: 200px 0 0;
    display: inline-block;
    position: relative
}

.sect .sect_inner.m1 {
    padding-top: 20px
}

.sect .sect_inner.m2 {
    width: 980px
}

.sect .overlay {
    position: absolute;
    z-index: -2;
    height: 100%;
    width: 100%
}

.sect.mt {
    margin-top: -60px;
    padding-bottom: 150px
}

.sect.pb {
    padding-bottom: 150px
}

.bottom-white {
    height: 150px;
    position: absolute;
    bottom: 0;
    background: #fff;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left
}

.sect .bottom-white.rot2,
.sect .overlay.rot2 {
    -moz-transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
    width: 120%;
    left: -10%;
    margin-top: -60px
}

.sect .overlay.rot-2 {
    -moz-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
    width: 120%;
    left: -10%;
    margin-top: -60px
}

    /*BUILDER SECT*/
    #sect_builder {
        margin-top: -88px;
    }

        /*#sect_builder .sect_inner h3 { font-size: 4.2em; }*/

        #sect_builder .sect_inner > p { margin-top: 10px; }

        #sect_builder .sect_inner > p:first-of-type { margin-bottom: 50px; }

        .highlight-txt {
            color: #ff8f00;
            margin: 0 3px;
        }

        /*START NOW BTN*/

        .builder_btn {
            border: none;
            padding: 1em;
            background: rgba(255, 143, 0, 0.6);
            text-align: center;
            text-decoration: none;
            font-size: 1.2em;
            position: relative;
            z-index: 0;
            overflow: hidden;
            display: inline-block;
            margin-top: 40px;
            vertical-align: bottom;
            transition: all 0.4s ease;
        }

            .shine {
                -webkit-transform: translateY(-50%) translateX(-50%);
                -ms-transform: translateY(-50%) translateX(-50%);
                transform: translateY(-50%) translateX(-50%);
                position: absolute;
                top: 50%;
                left: 50%;
                z-index: -1;
            }

            .shine::before {
                position: relative;
                content: '';
                display: block;
                margin-top: 100%;
            }

            .shine::after {
                content: '';
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                border-radius: 50%;
            }

            .builder_btn:hover { background: rgba(255, 143, 0, 0.8); }

            .builder_btn:hover > .shine,
            .builder_btn:focus > .shine {
                -webkit-animation: shine-out 0.75s;
                animation: shine-out 0.75s;
            }

            .builder_btn:hover > .shine::after,
            .builder_btn:focus > .shine::after {
                -webkit-animation: shine-out-pseudo 0.75s;
                animation: shine-out-pseudo 0.75s;
            }



            @-webkit-keyframes shine-out {
                0% {
                    width: 0%;
                }
                100% {
                    width: 100%;
                }
            }

            @keyframes shine-out {
                0% {
                    width: 0%;
                }
                100% {
                    width: 100%;
                }
            }

            @-webkit-keyframes shine-out-pseudo {
                0% {
                    background: rgba(0, 0, 0, 0.25);
                }
                100% {
                    background: transparent;
                }
            }
            
            @keyframes shine-out-pseudo {
                0% {
                    background: rgba(0, 0, 0, 0.25);
                }
                100% {
                    background: transparent;
                }
            }

    /*****************************************/

.cw_arr {
    height: 66px
}

.cw_arr_1 {
    margin: 0 50px 0 0;
    height: 0;
    width: 0
}

.cw_arr_2 {
    margin: 0 70px 0 0;
    height: 0;
    width: 0
}

.path {
    stroke-width: 2;
    stroke: #fff;
    -webkit-transition: all 600ms;
    -moz-transition: all 600ms;
    transition: all 600ms
}

.magic {
    -webkit-animation-name: magic;
    animation-name: magic
}

@-webkit-keyframes magic {
    0% {
        opacity: 0;
        -webkit-transform-origin: 100% 200%;
        -ms-transform-origin: 100% 200%;
        transform-origin: 100% 200%;
        -webkit-transform: scale(1, 1) rotate(0deg);
        -ms-transform: scale(1, 1) rotate(0deg);
        transform: scale(1, 1) rotate(0deg)
    }
    100% {
        opacity: 1;
        -webkit-transform-origin: 200% 500%;
        -ms-transform-origin: 200% 500%;
        -transform-origin: 200% 500%;
        -webkit-transform: scale(0, 0) rotate(270deg);
        -ms-transform: scale(0, 0) rotate(270deg);
        -transform: scale(0, 0) rotate(270deg)
    }
}

@keyframes magic {
    0% {
        opacity: 1;
        transform-origin: 100% 200%;
        transform: scale(1, 1) rotate(0deg)
    }
    100% {
        opacity: 0;
        transform-origin: 200% 500%;
        transform: scale(0, 0) rotate(270deg)
    }
}

.seo_anim {
    width: 250px;
    height: 140px;
    overflow: visible;
    display: inline-block
}

.seo_anim div[class^=bar] {
    position: absolute;
    width: 30px;
    border-radius: 3px;
    bottom: 0
}

.seo_anim .bar1 {
    background: #65cbf7;
    left: 30px;
    height: 0;
    opacity: 0
}

.seo_anim .bar2 {
    background: #ff5c39;
    left: 80px;
    height: 0;
    opacity: 0
}

.seo_anim .bar3 {
    background: #4ad6c1;
    left: 130px;
    height: 0;
    opacity: 0
}

.seo_anim .circle {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: #cdcdcd;
    position: absolute;
    bottom: 0;
    opacity: 0;
    z-index: 10
}

.seo_anim .bar1+.circle {
    left: 30px
}

.seo_anim .bar2+.circle {
    left: 80px
}

.seo_anim .bar3+.circle {
    left: 130px
}

.seo_anim .circle1 {
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px
}

.seo_anim .arrow {
    color: #657c8b;
    font-size: 52px
}

#bar_chart {
    width: 0;
    position: relative;
    top: 20px;
    overflow: hidden;
    z-index: 9
}

#rect_1 {
    width: 30px;
    height: 85px
}

.what-we-do {
    position: absolute;
    top: -80px;
    left: 100px;
    z-index: -3
}

.what-we-do .fa {
    position: absolute;
    left: 100%;
    bottom: 15%;
    animation: rotateGear 8s linear infinite;
    -webkit-animation: rotateGear 8s linear infinite
}

.what-we-do .fa:nth-child(2) {
    left: 140%;
    bottom: 15%;
    font-size: 1.3em;
    animation: rotateGearOpp 8s linear infinite;
    -webkit-animation: rotateGearOpp 8s linear infinite
}

.what-we-do .fa:nth-child(3) {
    left: 138%;
    bottom: 152%;
    font-size: 1.3em;
    -webkit-animation: rotateGearOpp 8s linear infinite;
    animation: rotateGearOpp 8s linear infinite;
}

.svg_gear {
    position: absolute;
    top: -90px;
    left: 180px
}

h1.vw {
    font-size: 6vw
}

#contact {
    padding: 50px;
    width: 460px;
    height: auto;
    min-height: 100px;
    background: #d32f2f;
    position: absolute;
    top: 40px;
    right: 0;
    z-index: 100
}

#contact .contact {
    float: left;
    font-size: 1.5em
}

#contact .contact p {
    padding-left: 50px;
    position: relative
}

#contact .contact p .fa {
    position: absolute;
    width: 40px;
    left: 0;
    top: 3px
}

#contact .social {
    float: right
}

#contact .line_con {
    clear: both;
    border-bottom: 1px solid #fff;
    background: #fff;
    margin: 30px 0
}

.social {
    width: 60px;
    border-left: 1px solid #fff
}

.social p {
    height: 70px;
    line-height: 70px;
    font-size: 2em
}

#contact .contact a:hover,
.social a:hover {
    color: #900
}

.closeContact {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 30px;
    font-size: 1.5em;
    display: none
}

.openContact {
    position: absolute;
    right: 0;
    top: 40px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.5em;
    cursor: pointer;
    z-index: 11;
    background: #d32f2f;
    display: none
}

.testimonials {
    position: relative;
    height: 90px
}

.testimonials ul li {
    text-align: center;
    line-height: 1.1;
    display: inline-block
}

.box4 {
    min-width: 230px;
    width: 20%;
    padding: 10px;
    margin-left: -4px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

.box4 .fa {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}


.box4.m1 {
    width: 10%;
    min-width: 0
}

.box4:hover .fa-angle-down,
.box4:hover>.fa {
    -moz-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.box2 {
    width: 50%;
    padding: 5px;
    float: left;
    position: relative
}

.box2.m1 {
    width: 59%
}

.box2.m2 {
    width: 39%;
    float: right;
    font-weight: 300
}

.bx-wrapper {
    position: relative;
    z-index: 20
}

.bx-pager {
    margin-top: 10px
}

.testimonials .bx-controls-direction {
    position: absolute;
    top: 25px;
    width: 100%;
    height: 2px;
    font-size: 3em
}

.testimonials .bx-controls .bx-next {
    position: absolute;
    right: -25px
}

.testimonials .bx-controls .bx-prev {
    position: absolute;
    left: -25px
}

.testimonials .bx-controls .bx-next:hover,
.testimonials .bx-controls .bx-prev:hover {
    color: #900
}

.we-create .bx-controls {
    margin-top: 25px
}

.we-create .bx-wrapper {
    padding-left: 100px;
    box-sizing: border-box
}

.we-create.first .bx-controls {
    left: 10px
}

.we-create.develop .bx-controls {
    left: 5px
}

.slides {
    position: absolute;
    right: 10px;
    min-height: 250px
}

.slides .slide {
    text-align: right;
    min-height: 170px;
    display: inline-block;
    vertical-align: top
}

#trust,
#trust .slide,
#trust .slide a {
    display: inline-block;
    text-align: left
}

#trust a.trust {
    margin: 3px 5px
}

#trust,
#trust .slide,
#trust .slide span {
    display: inline-block;
    text-align: left
}

#trust span.trust {
    margin: 3px 5px
}

.we-create.first .bx-viewport {
    position: relative;
    right: 15px
}

.we-create.develop .bx-viewport {
    position: relative;
    right: 10px
}

.lSSlideWrapper {
    overflow: hidden
}

.lSSlideOuter.trust .slides {
    height: 170px!important
}

#trust a {
    max-height: 161px;
    width: 219px;
    height: 161px;
    display: inline-block
}

.bx-pager-item a {
    border: 2px solid #222;
    text-indent: -999999px;
    display: inline-block;
    width: 14px;
    margin: 0 1px;
    height: 14px;
    border-radius: 20px
}

.bx-pager-item a.active {
    background: #222
}

.we-create .bx-pager-item a {
    text-indent: -999999px;
    display: inline-block;
    width: 14px;
    margin: 0 1px;
    height: 14px;
    border-radius: 20px;
    border: 2px solid #fff
}

.we-create .bx-pager-item a.active {
    background: #fff
}

.bx-pager-item,
.we-create .bx-pager-item {
    display: inline-block
}

.btn {
    height: 29px;
    padding: 0 10px;
    display: inline-block;
    line-height: 25px;
    border: 2px solid #fff;
    position: relative;
    left: 20px;
    font-weight: 300;
    cursor: pointer;
    -webkit-transition: all 600ms;
    -moz-transition: all 600ms;
    transition: all 600ms
}

.btn .fa {
    width: 40px;
    line-height: 23px;
    position: absolute;
    right: 100%;
    top: -2px;
    height: 29px;
    border: 2px solid #fff;
    display: inline-block;
    -webkit-transition: all 600ms;
    -moz-transition: all 600ms;
    transition: all 600ms
}

.btn:hover {
    color: #333;
    background: #fff
}

.btn:hover .fa {
    color: #333;
    background: #fff;
    border-right: 2px solid #ddd
}

.btn_1 {
    background: #535353;
    background: -moz-linear-gradient(top, #535353 0, #414141 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #535353), color-stop(100%, #414141));
    background: -webkit-linear-gradient(top, #535353 0, #414141 100%);
    background: -o-linear-gradient(top, #535353 0, #414141 100%);
    background: -ms-linear-gradient(top, #535353 0, #414141 100%);
    background: linear-gradient(to bottom, #535353 0, #414141 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#535353', endColorstr='#414141', GradientType=0);
    width: auto;
    padding: 0 20px;
    height: 27px;
    line-height: 27px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    vertical-align: middle;
    top: -1px;
    position: relative
}

.btn_trans {
    background: 0 0;
    color: #d32f2f;
    border: none;
    font: inherit;
    cursor: pointer
}

#btn_quote {
    padding: 12px 0
}

#btn_quote:hover {
    color: #fff!important
}

.ip_flow {
    width: auto;
    min-width: 30px;
    color: #d32f2f;
    background: 0 0;
    border: 0;
    font: inherit
}

.ip_text_1 {
    width: 180px;
    height: 27px;
    line-height: 27px;
    background: #f6f6f6;
    border: 1px solid #ececec;
    padding: 5px;
    border-radius: 5px
}

.ip_text_2 {
    width: 240px;
    height: 50px;
    line-height: 50px;
    background: 0 0;
    border: none;
    color: #fcbcbc;
    font-size: 1.2em;
    padding: 0 0 0 5px;
    cursor: pointer
}

.text_flow {
    min-width: 30px;
    color: #d32f2f;
    background: url(../images/txtareabg.png);
    border: 0;
    min-height: 105px;
    width: 100%;
    font: inherit;
    line-height: 1.2;
    resize: none;
    overflow: hidden
}

.ip_flow.m1 {
    width: 410px
}

.neo {
    -moz-appearance: textfield-multiline;
    -webkit-appearance: textarea;
    min-height: 22px
}

.error {
    background: linear-gradient(to bottom, #c30000 0, #d40000 100%);
    background: -webkit-linear-gradient(to bottom, #c30000 0, #d40000 100%);
    background: -webkit-gradient(to bottom, #c30000 0, #d40000 100%);
    border: 5px solid #c00;
    color: #fff;
    display: inline-block;
    line-height: 1.3;
    padding: 10px 20px;
    border-radius: 8px;
    -webkit-box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, .5);
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .5)
}

.ol_overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: 100;
    background: rgba(0, 0, 0, .6);
    display: none
}

.ol_content {
    width: 90%;
    max-width: 640px;
    height: auto;
    min-height: 470px;
    top: 100px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 101;
    padding: 20px;
    display: none
}

.ol_content .inner {
    background: #fff;
    height: inherit;
    color: #222;
    padding: 20px 40px
}

.ol_content .inner.m1 {
    background: #fff;
    color: #212121;
    padding: 40px
}

.ol_content.m1 {
    max-width: 1024px
}

.ol_close {
    position: absolute;
    right: 30px;
    width: 28px;
    height: 28px;
    cursor: pointer;
    top: 30px;
    font-size: 1.6em;
    color: #212121
}

.ol_neoform {
    background: #d32f2f;
    height: auto;
    padding: 0 0 5px;
    width: auto;
    z-index: 101;
    top: 0
}

.ol_neoform button {
    background: #b31d1d;
    font-size: 1.6em;
    cursor: pointer;
    height: 52px;
    width: 50px;
    line-height: 52px
}

.ol_neoform .text {
    height: 25px;
    line-height: 25px;
    padding: 3px 0;
    border-top: 1px dashed rgba(255, 255, 255, .7)
}

.ol_common {
    display: none;
    position: absolute
}

.ol_content .bx-pager {
    text-align: center;
    margin-top: 30px
}

.ol_content .bx-pager .bx-pager-item a {
    border: 2px solid #212121;
    width: 15px;
    height: 15px;
    margin: 0 3px
}

.ol_content .bx-pager .bx-pager-item a.active {
    background: #212121
}

.trans {
    -webkit-transition: all 600ms;
    -moz-transition: all 600ms;
    transition: all 600ms
}

.sample_slide .bx-viewport {
    height: 360px
}

.slideslide {
    height: 360px;
    overflow: hidden;
    position: relative
}

.sample_slide .bx-wrapper {
    height: 360px;
    position: relative
}

.sample_slide .slideslide_controls {
    height: 100%;
    position: absolute;
    z-index: 100;
    width: 100%;
    top: 4px;
    overflow: hidden
}

.sample_slide .slideslide_controls .prevc {
    position: absolute;
    left: 5px;
    top: 43%;
    font-size: 45px;
    text-shadow: 1px 1px 3px #333;
    color: #fff
}

.sample_slide .slideslide_controls .nextc {
    position: absolute;
    right: 5px;
    top: 43%;
    font-size: 45px;
    text-shadow: 1px 1px 3px #333;
    color: #fff
}

.sample_slide .slideslide_controls .nextc:hover,
.sample_slide .slideslide_controls .prevc:hover {
    color: #333;
    -webkit-transition: all 600ms;
    -moz-transition: all 600ms;
    transition: all 600ms
}

.vweb:hover a {
    text-decoration: underline
}

.quoteprojectgr {
    width: 500px
}

.quoteprojecten {
    width: 400px
}

.wd700 {
    width: 700px;
    position: relative;
    right: 30px
}

.wd700.gr {
    right: 60px
}

.flL {
    float: left
}

.flR {
    float: right
}

.flNo {
    float: none
}

.clear {
    clear: both
}

.pozRZI {
    position: relative;
    z-index: 100
}

.pozR {
    position: relative
}

.pozAZI {
    position: absolute;
    z-index: 101
}

.pozA {
    position: absolute
}

.disIB {
    display: inline-block
}

.disNn {
    display: none
}

.disBk {
    display: block
}

.visH {
    visibility: hidden
}

.taC {
    text-align: center
}

.taL {
    text-align: left
}

.taR {
    text-align: right
}

.vaM {
    vertical-align: middle
}

.vaT {
    vertical-align: top
}

.strike {
    text-decoration: line-through
}

.italic {
    font-style: italic
}

.t1 {
    top: 1px
}

.t2 {
    top: 2px
}

.t3 {
    top: 3px
}

.t4 {
    top: 4px
}

.t5 {
    top: 5px
}

.t-1 {
    top: -1px
}

.t-2 {
    top: -2px
}

.t-3 {
    top: -3px
}

.t-4 {
    top: -4px
}

.t-5 {
    top: -5px
}

.r1 {
    right: 1px
}

.r2 {
    right: 2px
}

.r3,
.r4,
.r5 {
    right: 3px
}

.l-1 {
    left: -1px
}

.l-2 {
    left: -2px
}

.l-3 {
    left: -3px
}

.l-4 {
    left: -4px
}

.l-5 {
    left: -5px
}

.l1 {
    left: 1px
}

.l2 {
    left: 2px
}

.l3 {
    left: 3px
}

.l4 {
    left: 4px
}

.l5 {
    left: 5px
}

.b1 {
    bottom: 1px
}

.b2 {
    bottom: 2px
}

.b3,
.b4,
.b5 {
    bottom: 3px
}

.mL1 {
    margin-left: 1px
}

.mL3 {
    margin-left: 3px
}

.mL5 {
    margin-left: 5px
}

.mL10 {
    margin-left: 10px
}

.mL15 {
    margin-left: 15px
}

.mL20 {
    margin-left: 20px
}

.mL30 {
    margin-left: 30px
}

.mL40 {
    margin-left: 40px
}

.mL50 {
    margin-left: 50px
}

.mR5 {
    margin-right: 5px
}

.mR10 {
    margin-right: 10px
}

.mR15 {
    margin-right: 15px
}

.mR20 {
    margin-right: 20px
}

.mT1 {
    margin-top: 1px
}

.mT2 {
    margin-top: 2px
}

.mT3 {
    margin-top: 3px
}

.mT4 {
    margin-top: 4px
}

.mT5 {
    margin-top: 5px
}

.mT10 {
    margin-top: 10px
}

.mT15 {
    margin-top: 15px
}

.mT20 {
    margin-top: 20px
}

.mT50 {
    margin-top: 50px
}

.mB5 {
    margin-bottom: 5px
}

.mB10 {
    margin-bottom: 10px
}

.mB15 {
    margin-bottom: 15px
}

.mB20 {
    margin-bottom: 20px
}

.mB50 {
    margin-bottom: 50px
}

.mNone {
    margin: 0
}

.mAuto {
    margin-left: auto;
    margin-right: auto
}

.p10 {
    padding: 10px
}

.pLR10 {
    padding: 0 10px
}

.p20 {
    padding: 20px
}

.pLR20 {
    padding: 0 20px
}

.pL5 {
    padding-left: 5px
}

.pL8 {
    padding-left: 8px
}

.pL10 {
    padding-left: 10px
}

.pL15 {
    padding-left: 15px
}

.pL20 {
    padding-left: 20px
}

.pT5 {
    padding-top: 5px
}

.pT10 {
    padding-top: 10px
}

.pT15 {
    padding-top: 15px
}

.pT20 {
    padding-top: 20px
}

.pR5 {
    padding-right: 5px
}

.pR10 {
    padding-right: 10px
}

.pR15 {
    padding-right: 15px
}

.pR20 {
    padding-right: 20px
}

.pB5 {
    padding-bottom: 5px
}

.pB10 {
    padding-bottom: 10px
}

.pB15 {
    padding-bottom: 15px
}

.pB20 {
    padding-bottom: 20px
}

.pB40 {
    padding-bottom: 40px
}

.padNn {
    padding: 0
}

.pT200 {
    padding-top: 200px
}

.tdUl {
    text-decoration: underline
}

.tdUl:hover {
    text-decoration: none
}

.h10 {
    height: 10px
}

.h20 {
    height: 20px
}

.h30 {
    height: 30px
}

.h35 {
    height: 35px
}

.absCen {
    top: 50%;
    left: 50%;
    position: absolute;
    -moz-transform: translate(100%);
    -webkit-transform: translate(100%);
    -o-transform: translate(100%);
    -ms-transform: translate(100%);
    transform: translate(100%)
}

.transAll {
    transition: all 2s ease-in-out 0;
    -o-transition: all 2s ease-in-out 0;
    -ms-transition: all 2s ease-in-out 0;
    -moz-transition: all 2s ease-in-out 0;
    -webkit-transition: all 2s ease-in-out 0
}

.wd5 {
    width: 5%
}

.wd10 {
    width: 10%
}

.wd15 {
    width: 15%
}

.wd17 {
    width: 17%
}

.wd20 {
    width: 20%
}

.wd23 {
    width: 23%
}

.wd25 {
    width: 25%
}

.wd30 {
    width: 30%
}

.wd40 {
    width: 40%
}

.wd45 {
    width: 45%
}

.wd47 {
    width: 47%
}

.wd50 {
    width: 50%
}

.wd55 {
    width: 55%
}

.wd60 {
    width: 60%
}

.wd65 {
    width: 65%
}

.wd70 {
    width: 70%
}

.wd75 {
    width: 75%
}

.wd80 {
    width: 80%
}

.wd85 {
    width: 85%
}

.wd90 {
    width: 90%
}

.wd95 {
    width: 95%
}

.wd33 {
    width: 33%
}

.wd16 {
    width: 16.66%
}

.wd66 {
    width: 66.66%
}

.wd100 {
    width: 100%
}

.wd940 {
    width: 940px
}

.thin {
    font-weight: 100
}

.light {
    font-weight: 300
}

.medium {
    font-weight: 500
}

.thick {
    font-weight: 700
}

.heavy {
    font-weight: 900
}

.bold {
    font-weight: 700
}

.lH {
    line-height: 1.38
}

.lH1 {
    line-height: 1
}

.lH2 {
    line-height: 2
}

.lH1-2 {
    line-height: 1.2
}

.fs0-1 {
    font-size: .1em
}

.fs0-2 {
    font-size: .2em
}

.fs0-3 {
    font-size: .3em
}

.fs0-4 {
    font-size: .4em
}

.fs0-5 {
    font-size: .5em
}

.fs0-6 {
    font-size: .6em
}

.fs0-7 {
    font-size: .7em
}

.fs0-8 {
    font-size: .8em
}

.fs0-9 {
    font-size: .9em
}

.fs1-1 {
    font-size: 1.1em
}

.fs1-2 {
    font-size: 1.1em
}

.fs1-5 {
    font-size: 1.5em
}

.fs1-6 {
    font-size: 1.6em
}

.fs1-7 {
    font-size: 1.7em
}

.fs1-8 {
    font-size: 1.8em
}

.fs2 {
    font-size: 2em
}

.fs2-5 {
    font-size: 2.5em
}

.fs2-3 {
    font-size: 2.5em
}

.fs3 {
    font-size: 3em
}

.fs3-2 {
    font-size: 3.2em
}

.fs3-6 {
    font-size: 3.6em
}

.fs3-8 {
    font-size: 3.8em
}

.fs3-9 {
    font-size: 3.9em
}

.fs4 {
    font-size: 4em
}

.fs4-2 {
    font-size: 4.2em
}

.fs4-3 {
    font-size: 4.2em
}

.fs4-5 {
    font-size: 4.5em
}

.fs4-8 {
    font-size: 4.8em
}

.fs4-9 {
    font-size: 4.9em
}

.fs4-6 {
    font-size: 4.6em
}

.fs5 {
    font-size: 5em
}

.fs5-3 {
    font-size: 5.3em
}

.fs5-8 {
    font-size: 5.8em
}

.fs6 {
    font-size: 6em
}

.fs6-3 {
    font-size: 6.3em
}

.fs7-3 {
    font-size: 7.3em
}

.fs11-2 {
    font-size: 11.3em
}

.colOrange {
    color: #ff8f00
}

.colBlue {
    color: #0277bd
}

.colGreen {
    color: #9e9d24
}

.colRed {
    color: #d32f2f
}

.col999 {
    color: #999
}

.col444 {
    color: #444
}

.colfff {
    color: #fff
}

.coleee {
    color: #eee
}

.colBlue2 {
    color: #08a0d8
}

.lineOrange {
    background: #ff8f00;
    width: 60%;
    height: 2px
}

.lineBlue {
    background: #0277bd;
    width: 60%;
    height: 2px
}

.lineGreen {
    background: #9e9d24;
    width: 60%;
    height: 2px
}

.bR {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.bxSz {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bxSh {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .4)
}

.txSh {
    text-shadow: 0 1px 1px rgba(0, 0, 0, .7)
}

.curPo {
    cursor: pointer
}

.whtSpace {
    white-space: pre
}

.opaq50 {
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5
}

@keyframes rotateGear {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    25% {
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }
    50% {
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    75% {
        -moz-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg)
    }
    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotateGear {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    25% {
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }
    50% {
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    75% {
        -moz-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg)
    }
    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotateGearOpp {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    25% {
        -moz-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
    50% {
        -moz-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }
    75% {
        -moz-transform: rotate(-270deg);
        -webkit-transform: rotate(-270deg);
        -o-transform: rotate(-270deg);
        -ms-transform: rotate(-270deg);
        transform: rotate(-270deg)
    }
    100% {
        -moz-transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@-webkit-keyframes rotateGearOpp {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    25% {
        -moz-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
    50% {
        -moz-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }
    75% {
        -moz-transform: rotate(-270deg);
        -webkit-transform: rotate(-270deg);
        -o-transform: rotate(-270deg);
        -ms-transform: rotate(-270deg);
        transform: rotate(-270deg)
    }
    100% {
        -moz-transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-70px);
        -moz-transform: translateX(-70px);
        -o-transform: translateX(-70px);
        transform: translateX(-70px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-70px);
        -moz-transform: translateX(-70px);
        -o-transform: translateX(-70px);
        transform: translateX(-70px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeIn {
    -webkit-animation: fadeIn .3s 1 ease-in;
    animation: fadeIn .3s 1 ease-in
}

@keyframes fadeOut {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(70px);
        -ms-transform: translateX(70px);
        transform: translateX(70px);
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation: fadeOut 1s;
    animation: fadeOut 1s;
    display: none
}

@-webkit-keyframes fadeInNew {
    0% {
        opacity: 1;
        height: 0
    }
    100% {
        opacity: 1;
        height: 100%
    }
}

@keyframes fadeInNew {
    0% {
        opacity: 1;
        height: 0
    }
    100% {
        opacity: 1;
        height: 100%
    }
}

@media screen and (min-width:1700px) {
    .sect.mt {
        margin-top: -80px;
        padding-bottom: 150px
    }
    .bottom-white {
        bottom: 0;
        height: 180px
    }
}

@media screen and (max-width:1090px) {
    .ol_content.m1 {
        width: 90%;
        max-width: 840px
    }
    .what-we-do {
        -moz-transform: scale(.8);
        -webkit-transform: scale(.8);
        -o-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8);
        left: 10px;
        top: -80px
    }
}

@media screen and (max-width:1024px) {
    .box4 {
        width: 40%;
        padding: 20px;
        min-width: 220px
    }
    .box4.m1 {
        display: none
    }
    .slides {
        position: relative
    }
    .slides .slide {
        text-align: center
    }
    .pager {
        position: relative;
        top: 0;
        padding: 20px 0;
        height: 14px
    }
    .wd700,
    .wd940 {
        width: 100%
    }
    .we-create .bx-controls {
        top: -40px;
        width: 100%
    }
    .cw_arr_1 {
        margin: 0 70px 0 0
    }
    .cw_arr_2 {
        margin: 0 10px 0 0
    }
    .we-create .scl400 {
        padding-bottom: 40px
    }
    .we-create .bx-wrapper {
        padding-left: 0
    }
    .closeContact {
        display: block
    }
    .box2.m1,
    .box2.m2 {
        width: 100%!important;
        text-align: center;
        float: none
    }
    .we-create.first .bx-viewport {
        right: 0
    }
    .we-create.first .bx-controls {
        left: 0
    }
    #scroll_nav .menu {
        clear: both;
        float: none
    }
    #scroll_nav .menu a {
        line-height: 55px
    }
    .sect {
        min-height: 44em
    }
    .ol_content.m1 {
        width: 90%;
        max-width: 740px
    }
    .wd700,
    .wd700.gr {
        right: 0
    }
}

@media screen and (max-width:940px) {
    .sect .sect_inner,
    .sect .sect_inner.m2 {
        width: 100%;
        padding: 60px 15px 0
    }
    #contact {
        position: relative;
        margin: 20px 0;
        right: auto;
        top: auto;
        display: inline-block
    }
    #contact .contact,
    #contact .social {
        float: none
    }
    #contact .social {
        width: 100%;
        height: 40px;
        padding: 10px 0;
        margin-top: 20px;
        border: none;
        border-top: 1px solid #fff
    }
    #contact .social p {
        display: inline-block;
        width: 22%;
        height: 40px;
        line-height: 40px
    }
    .sect.first .sect_inner {
        padding-top: 200px
    }
    .sect.mt {
        padding-bottom: 110px
    }
    #trust,
    #trust .slide {
        height: 340px;
        margin: 0 auto;
        display: inline-block
    }
    #trust .slide {
        text-align: center
    }
    .bx-wrapper.trust {
        width: 680px;
        display: inline-block
    }
}

@media screen and (max-width:800px) {
    #scroll_nav .menu {
        float: none;
        width: 100%;
        clear: both
    }
    #scroll_nav .logo {
        float: none
    }
}

@media screen and (max-width:700px) {
    .menuToggle {
        display: block;
        margin: 10px auto;
        position: absolute;
        right: 10px;
        top: 12px
    }
    #scroll_nav .menu {
        display: none;
        padding-bottom: 20px
    }
    #scroll_nav .menu a {
        display: block;
        height: 30px;
        line-height: 30px
    }
    .bx-wrapper.trust {
        width: 455px
    }
    #scroll_nav .logo {
        float: left;
        clear: both;
        padding: 10px 0 0 10px
    }
    #scroll_nav .login {
        display: none
    }
    #scroll_nav {
        min-height: 55px
    }
    .sample_slide .slideslide_controls .nextc,
    .sample_slide .slideslide_controls .prevc {
        top: 43%
    }
}

@media screen and (max-width:600px) {
    .box4 {
        width: 80%;
        padding: 20px
    }
    #contact {
        width: 90%
    }
    #lang {
        top: auto;
        margin: 50px 0
    }
    #lang .sep {
        display: none
    }
    .langs {
        margin-bottom: 10px
    }
    #lang,
    #logo {
        position: relative;
        display: inline-block;
        left: auto
    }
    .cw_arr {
        display: none
    }
    .box2 {
        width: 100%
    }
    .bx-wrapper.trust {
        width: 225px
    }
    .ol_content .inner.m1 {
        padding: 40px 10px
    }
    .what-we-do {
        top: -90px
    }
    .slides .slide .wd70 {
        width: 100%
    }
    .scl400 {
        font-size: 300%
    }
}

@media screen and (max-width:500px) {
    #scroll_nav .logo img {
        max-width: 90px
    }
    #contact {
        padding: 20px
    }
    .hidMob {
        display: none
    }
    #sect_seven .scl400 {
        font-size: 400%
    }
    .ip_flow.m1 {
        width: 280px
    }
    .ip_flow,
    .text_flow {
        font-size: .9em
    }
    .text_flow {
        line-height: 1.27
    }
    #contact .contact {
        font-size: 1.3em;
        line-height: 1.4
    }
    .we-create .bx-controls {
        padding-bottom: 20px
    }
}

@media screen and (max-width:550px) {
    .quoteprojecten,
    .quoteprojectgr {
        width: auto;
        display: block
    }
    .box2text {
        display: none
    }
}

.temp {
    text-align: right
}

.temp1 {
    text-align: left
}

@media screen and (max-width:1024px) {
    .temp,
    .temp1 {
        text-align: center
    }
}