.bb-bookblock {
    width: 400px;
    height: 300px;
    margin: 0 auto;
    position: relative;
    z-index: 100;
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.bb-page {
    position: absolute;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
}

.bb-vertical .bb-page {
    width: 50%;
    height: 100%;
    left: 50%;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    transform-origin: left center;
}

.bb-horizontal .bb-page {
    width: 100%;
    height: 50%;
    top: 50%;
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    transform-origin: center top;
}

.bb-page>div, .bb-outer, .bb-content, .bb-inner {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
}

.bb-outer {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.bb-vertical .bb-content {
    width: 200%;
}

.bb-horizontal .bb-content {
    height: 200%;
}

.bb-page>div {
    width: 100%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.bb-page>div:not(:only-child) {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.bb-vertical .bb-back {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.bb-horizontal .bb-back {
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}

.bb-outer {
    width: 100%;
    overflow: hidden;
    z-index: 999;
}

.bb-overlay, .bb-flipoverlay {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.bb-flipoverlay {
    background-color: rgba(0, 0, 0, 0.2);
}


/* */

.bb-bookblock.bb-vertical>div.bb-page:first-child, .bb-bookblock.bb-vertical>div.bb-page:first-child .bb-back {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.bb-bookblock.bb-horizontal>div.bb-page:first-child, .bb-bookblock.bb-horizontal>div.bb-page:first-child .bb-back {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    transform: rotateX(180deg);
}


/* Content display */

.bb-vertical .bb-front .bb-content {
    left: -100%;
}

.bb-horizontal .bb-front .bb-content {
    top: -100%;
}


/* Flipping classes */

.bb-vertical .bb-flip-next, .bb-vertical .bb-flip-initial {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.bb-vertical .bb-flip-prev {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.bb-horizontal .bb-flip-next, .bb-horizontal .bb-flip-initial {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.bb-horizontal .bb-flip-prev {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.bb-vertical .bb-flip-next-end {
    -webkit-transform: rotateY(-15deg);
    -moz-transform: rotateY(-15deg);
    transform: rotateY(-15deg);
}

.bb-vertical .bb-flip-prev-end {
    -webkit-transform: rotateY(-165deg);
    -moz-transform: rotateY(-165deg);
    transform: rotateY(-165deg);
}

.bb-horizontal .bb-flip-next-end {
    -webkit-transform: rotateX(15deg);
    -moz-transform: rotateX(15deg);
    transform: rotateX(15deg);
}

.bb-horizontal .bb-flip-prev-end {
    -webkit-transform: rotateX(165deg);
    -moz-transform: rotateX(165deg);
    transform: rotateX(165deg);
}

.bb-item {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    background: #fff;
}


/* No JS */

.no-js .bb-bookblock, .no-js ul.bb-custom-grid li {
    width: auto;
    height: auto;
}

.no-js .bb-item {
    display: block;
    position: relative;
}


/* END OF BOOKBLOCK */


/* Colors */

.bookshelf {
    position: relative;
    margin: 40px auto 0;
    list-style: none;
    text-align: center;
}

.bookshelf figure {
    position: relative;
    display: inline-block;
    margin: 40px 0 0 0;
    padding: 45px 0;
    max-width: 75%;
    width: 324px;
    vertical-align: top;
}


/* Perspectiv wrapper, figure and book */

.perspective {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-perspective: 1800px;
    perspective: 1800px;
}

.book {
    position: relative;
    margin: 0 auto;
    width: 180px;
    height: 260px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.book div {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
}

.cover {
    z-index: 10;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.cover::before {
    position: absolute;
    left: 0;
    z-index: 10;
    visibility: hidden;
    width: 20px;
    height: 100%;
    background: #000;
    content: '';
    -webkit-transform: translateX(-100%) rotateY(-90deg);
    transform: translateX(-100%) rotateY(-90deg);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.front {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.inner {
    border-width: 3px;
    border-style: solid;
    background-color: #fff;
}

.bookshelf .book .inner-left {
    border-right: none;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.inner-right {
    border-left: none
}


/* Buttons and figcaption */

.buttons {
    margin-top: 5px;
    text-align: center;
}

.buttons a {
    display: inline-block;
    text-decoration: none;
}

.buttons a:first-child:not(:only-child) {
    border-right: 1px solid rgba(100, 105, 106, 0.3)
}

.buttons a:hover, .buttons a:active {
    color: #64696a
}

.bookshelf figcaption {
    position: relative;
    top: 100%;
    padding: 0 2em;
    text-align: center;
}

.bookshelf figcaption h2 {
    margin: 1em 0 0 0;
    font-weight: 300;
    font-size: 1em;
}

.bookshelf figcaption h2 span {
    position: relative;
    display: block;
    margin: 1em 0 0 0;
    padding: 1em 0 0 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 0.7em;
}

.bookshelf figcaption h2 span::before, .details ul li:first-child::after {
    position: absolute;
    top: 0;
    left: 40%;
    width: 20%;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    content: '';
}


/* Details panel */

.details {
    position: absolute;
    top: 0;
    width: 100%;
}

.details ul {
    margin: 0;
    padding: 60px 30px 0 30px;
    list-style: none;
    text-align: left;
}

.csstransformspreserve3d .details ul {
    padding: 60px 30px 0 70px
}

.details ul li {
    margin: 0 0 10px;
    font-weight: 300;
}

.details ul li:not(:first-child) {
    font-weight: 700
}

.details ul li:first-child {
    position: relative;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    text-align: justify;
}

.details ul li:first-child::after {
    top: 100%;
    left: 0;
}

.close-details {
    position: absolute;
    top: 10px;
    right: 10px;
    visibility: hidden;
    width: 20px;
    height: 20px;
    font-size: 0;
    opacity: 0.6;
    cursor: pointer;
}

.details-open .close-details {
    visibility: visible
}

.close-details:hover {
    opacity: 1
}

.close-details::before, .close-details::after {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: #333;
    content: '';
}

.close-details::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.close-details::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* Custom BookBlock */

.bb-custom-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 10px;
    width: 100%;
    height: 100%;
    border-width: 3px 10px;
    border-style: solid;
}

.bb-custom-wrapper::before, .bb-custom-wrapper::after {
    position: absolute;
    top: 0;
    z-index: 10;
    width: 10px;
    height: 100%;
    background: -webkit-linear-gradient(left, #dddddd 33.33%, #f0f0f0 33.33%, #f0f0f0 66.66%, white 66.66%);
    background: linear-gradient(to right, #dddddd 33.33%, #f0f0f0 33.33%, #f0f0f0 66.66%, white 66.66%);
    background-size: 3px 100%;
    content: '';
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.bb-custom-wrapper::before {
    left: 0
}

.bb-custom-wrapper::after {
    right: 0
}

.bb-custom-wrapper .bb-bookblock {
    width: 100%;
    height: 100%;
    -webkit-perspective: 2000px;
    perspective: 2000px;
}

.bb-custom-side {
    position: relative;
    float: left;
    overflow: scroll;
    width: 50%;
    height: 100%;
}

.bb-custom-side::before {
    position: absolute;
    top: 0;
    z-index: 100;
    width: 80px;
    height: 100%;
    box-shadow: inset 30px 0 40px -20px rgba(0, 0, 0, 0.1);
    content: '';
}

.bb-custom-side:first-child::before {
    right: 0;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.05), inset -30px 0 40px -20px rgba(0, 0, 0, 0.15);
}


/* Book navigation */

.bb-custom-wrapper>.booknav a {
    position: absolute;
    z-index: 1000;
    font-size: 0;
    opacity: 0.4;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.bb-custom-wrapper>.booknav a:hover {
    opacity: 1
}

.bb-custom-wrapper>.booknav a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(221, 221, 221, 0.7);
}

.bb-nav-prev, .bb-nav-next {
    top: 50%;
    left: 25px;
    margin-top: -15px;
}

.bb-nav-close {
    top: 15px;
    right: 25px;
}

.bb-nav-next {
    right: 25px;
    left: auto;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.bb-custom-wrapper>.booknav a::before, .bb-custom-wrapper>.booknav a::after {
    position: absolute;
    top: 0;
    left: 25%;
    width: 1px;
    height: 50%;
    background: #333;
    content: '';
}

.bb-custom-wrapper>.booknav a.bb-nav-close::before, .bb-custom-wrapper>.booknav a.bb-nav-close::after {
    top: 15%;
    left: 50%;
    height: 70%;
}

.bb-custom-wrapper>.booknav a:not(.bb-nav-close)::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.bb-custom-wrapper>.booknav a:not(.bb-nav-close)::after {
    top: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.bb-custom-wrapper>.booknav a.bb-nav-close::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.bb-custom-wrapper>.booknav a.bb-nav-close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/****** Custom book colors and borders *****/


/* Custom book covers */

.no-csstransforms3d .book[data-book="book-1"], .no-js .book[data-book="book-1"], .book[data-book="book-1"] .front {
    background: url(../img/cover1_.jpg);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url(../img/newsletter/q1/cover1_.jpg), #e6e6e6;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url(../img/newsletter/q1/cover1_.jpg), #e6e6e6;
    background-size: cover;
}

.book[data-book="book-1"] .inner {
    border-color: #e6e6e6
}

.book[data-book="book-1"] .cover::before {
    background: url(../img/spine1.svg);
    background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url(../img/spine1.svg), #e6e6e6;
    background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url(../img/spine1.svg), #e6e6e6;
}

.no-csstransforms3d .book[data-book="book-2"], .no-js .book[data-book="book-2"], .book[data-book="book-2"] .front {
    background: url(../img/newsletter/q2/cover1_.jpg);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url(../img/newsletter/q2/cover1_.jpg), #e6e6e6;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url(../img/newsletter/q2/cover1_.jpg), #e6e6e6;
    background-size: cover;
}

.book[data-book="book-2"] .inner {
    border-color: #e6e6e6
}

.book[data-book="book-2"] .cover::before {
    background: url(../img/spine1.svg);
    background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url(../img/spine1.svg), #e6e6e6;
    background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url(../img/spine1.svg), #e6e6e6;
}

.no-csstransforms3d .book[data-book="book-3"], .no-js .book[data-book="book-3"], .book[data-book="book-3"] .front {
    background: url(../img/newsletter/q3/cover1_.jpg);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url(../img/newsletter/q3/cover1_.jpg), #e6e6e6;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url(../img/newsletter/q3/cover1_.jpg), #e6e6e6;
    background-size: cover;
}

.book[data-book="book-3"] .inner {
    border-color: #e6e6e6
}

.book[data-book="book-3"] .cover::before {
    background: url(../img/spine1.svg);
    background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url(../img/spine1.svg), #e6e6e6;
    background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url(../img/spine1.svg), #e6e6e6;
}

.no-csstransforms3d .book[data-book="book-4"], .no-js .book[data-book="book-4"], .book[data-book="book-4"] .front {
    background: url(../img/newsletter/q4/cover1_.jpg);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url(../img/newsletter/q4/cover1_.jpg), #e6e6e6;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url(../img/newsletter/q4/cover1_.jpg), #e6e6e6;
    background-size: cover;
}

.book[data-book="book-4"] .inner {
    border-color: #e6e6e6
}

.book[data-book="book-4"] .cover::before {
    background: url(../img/spine1.svg);
    background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url(../img/spine1.svg), #e6e6e6;
    background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url(../img/spine1.svg), #e6e6e6;
}

.no-csstransforms3d .book[data-book="book-5"], .no-js .book[data-book="book-5"], .book[data-book="book-5"] .front {
    background: url(../img/newsletter/s1/cover1_.jpg);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url(../img/newsletter/s1/cover1_.jpg), #e6e6e6;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url(../img/newsletter/s1/cover1_.jpg), #e6e6e6;
    background-size: cover;
}

.book[data-book="book-5"] .inner {
    border-color: #e6e6e6
}

.book[data-book="book-5"] .cover::before {
    background: url(../img/spine1.svg);
    background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url(../img/spine1.svg), #e6e6e6;
    background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url(../img/spine1.svg), #e6e6e6;
}

.no-csstransforms3d .book[data-book="book-6"], .no-js .book[data-book="book-6"], .book[data-book="book-6"] .front {
    background: url(../img/newsletter/s2/cover1_.jpg);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url(../img/newsletter/s2/cover1_.jpg), #e6e6e6;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url(../img/newsletter/s2/cover1_.jpg), #e6e6e6;
    background-size: cover;
}

.book[data-book="book-6"] .inner {
    border-color: #e6e6e6
}

.book[data-book="book-6"] .cover::before {
    background: url(../img/spine1.svg);
    background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url(../img/spine1.svg), #e6e6e6;
    background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url(../img/spine1.svg), #e6e6e6;
}

.no-csstransforms3d .book[data-book="book-7"], .no-js .book[data-book="book-7"], .book[data-book="book-7"] .front {
    background: url(../img/newsletter/s3/cover1_.jpg);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url(../img/newsletter/s3/cover1_.jpg), #e6e6e6;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url(../img/newsletter/s3/cover1_.jpg), #e6e6e6;
    background-size: cover;
}

.book[data-book="book-7"] .inner {
    border-color: #e6e6e6
}

.book[data-book="book-7"] .cover::before {
    background: url(../img/spine1.svg);
    background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url(../img/spine1.svg), #e6e6e6;
    background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url(../img/spine1.svg), #e6e6e6;
}

/* border around bookblock same as book cover color*/

#book-1 {
    border-color: #e6e6e6
}


/****** Transitions ******/


/* Book open / view inside */

.book {
    -webkit-transition: -webkit-transform 0.5s, opacity 0.3s 0.3s;
    transition: transform 0.5s, opacity 0.3s 0.3s;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
}

.csstransformspreserve3d .bookshelf figure.open .cover {
    -webkit-animation: openSmallBook 0.5s forwards;
    animation: openSmallBook 0.5s forwards;
}

.csstransformspreserve3d .bookshelf figure.close .cover {
    -webkit-animation: closeSmallBook 0.5s forwards;
    animation: closeSmallBook 0.5s forwards;
}

.bookshelf figure.open .book {
    z-index: 1000;
    -webkit-animation: scaleUpSmallBook 0.5s forwards;
    animation: scaleUpSmallBook 0.5s forwards;
}

.bookshelf figure.close .book {
    -webkit-animation: scaleDownSmallBook 0.5s forwards;
    animation: scaleDownSmallBook 0.5s forwards;
}

.inner-right {
    background-color: #ddd;
    -webkit-transition: background-color 0.5s 0.25s;
    transition: background-color 0.5s 0.25s;
}

.open .inner-right {
    background-color: #f9f9f9;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.bb-custom-wrapper {
    z-index: 2000;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s 0.5s;
    transition: visibility 0s 0.5s;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}

.bb-custom-wrapper.show {
    visibility: visible;
    -webkit-transition: visibility 0s;
    transition: visibility 0s;
    -webkit-animation: openBigBook 0.5s forwards;
    animation: openBigBook 0.5s forwards;
}

.no-cssanimations .bb-custom-wrapper.show {
    opacity: 1
}

.bb-custom-wrapper.hide {
    -webkit-animation: closeBigBook 0.5s forwards;
    animation: closeBigBook 0.5s forwards;
}

.no-cssanimations .bb-custom-wrapper.hide {
    opacity: 0
}


/* Details open / view details */

.bookshelf figure {
    z-index: 100;
    -webkit-transition: z-index 0s 0.3s;
    transition: z-index 0s 0.3s;
}

.bookshelf figure.details-open {
    z-index: 101;
    -webkit-transition: none;
    transition: none;
}

.csstransformspreserve3d .details-open .book {
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: translateX(-36px) rotateY(90deg);
    transform: translateX(-36px) rotateY(90deg);
}

.no-csstransformspreserve3d .details-open .book {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
}

.csstransformspreserve3d .cover::before {
    -webkit-transition: visibility 0s 0.5s;
    transition: visibility 0s 0.5s;
}

.csstransformspreserve3d .details-open .cover::before {
    visibility: visible;
    -webkit-transition: none;
    transition: none;
}

.details {
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
}

.details-open .details {
    visibility: hidden;
    opacity: 1;
    z-index: 10;
    -webkit-transition: opacity 0.5s, visibility 0s;
    transition: opacity 0.5s, visibility 0s;
}

.details ul li {
    visibility: visible;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translateX(30%);
    transform: translateX(30%);
}

.details-open .details ul li:first-child {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.details-open .details ul li:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.details-open .details ul li:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.details-open .details ul li:nth-child(4) {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.details-open .details ul li:nth-child(5) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.details-open .details ul li {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}


/* Details background */

.bookshelf figure::before {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background: #fff;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
    transition: opacity 0.3s, visibility 0s 0.3s;
}

.bookshelf figure.details-open::before {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.3s, visibility 0s;
    transition: opacity 0.3s, visibility 0s;
}


/* Overlay when viewing details */

.bookshelf figure::after {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 0;
    background: rgba(51, 51, 51, 0.1);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, height 0s 0.3s;
    transition: opacity 0.3s, height 0s 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.bookshelf figure.details-open::after {
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}


/* Animations */

@-webkit-keyframes openSmallBook {
    0% {}
    55%, 100% {
        -webkit-transform: rotateY(-180deg)
    }
}

@keyframes openSmallBook {
    0% {}
    55%, 100% {
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }
}

@-webkit-keyframes closeSmallBook {
    0%, 45% {
        -webkit-transform: rotateY(-180deg)
    }
    100% {
        -webkit-transform: rotateY(0deg)
    }
}

@keyframes closeSmallBook {
    0%, 45% {
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }
    100% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@-webkit-keyframes scaleUpSmallBook {
    0% {}
    85%, 100% {
        -webkit-transform: scale(1.4)
    }
}

@keyframes scaleUpSmallBook {
    0% {}
    85%, 100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
    }
}

@-webkit-keyframes scaleDownSmallBook {
    0%, 15% {
        -webkit-transform: scale(1.4)
    }
    100% {
        -webkit-transform: scale(1)
    }
}

@keyframes scaleDownSmallBook {
    0%, 15% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes openBigBook {
    0% {}
    45% {
        opacity: 0;
        -webkit-transform: scale(0.95);
    }
    85% {
        opacity: 1
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@keyframes openBigBook {
    0% {}
    45% {
        opacity: 0;
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    85% {
        opacity: 1
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes closeBigBook {
    0%, 15% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
    55%, 100% {
        opacity: 0;
        -webkit-transform: scale(0.95);
    }
}

@keyframes closeBigBook {
    0%, 15% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    55%, 100% {
        opacity: 0;
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
}


/* Media Queries */

@media screen and (max-width: 68.75em) {
    .bb-custom-wrapper {
        font-size: 75%
    }
    .page-layout-3 h3 {
        font-size: 9em
    }
}

@media screen and (max-width: 41.375em) {
    .bb-custom-wrapper {
        font-size: 60%
    }
    .page-layout-3 h3 {
        font-size: 6em
    }
}

@media screen and (max-width: 29.75em) {
    .bb-custom-wrapper {
        font-size: 40%
    }
    .page-layout-2 div {
        top: 50%;
        left: 0;
        width: 100%;
        height: 50%;
    }
    .page-layout-2 div:first-child {
        top: 0
    }
    .page-layout-2 {
        background: -webkit-linear-gradient(top, #64696a 50%, white 50%);
        background: linear-gradient(to bottom, #64696a 50%, white 50%);
    }
    .page-layout-2:first-child {
        background: -webkit-linear-gradient(top, white 50%, #64696a 50%);
        background: linear-gradient(to bottom, white 50%, #64696a 50%);
    }
}

@media screen and (max-width: 26.3125em) {
    .details-open .book {
        -webkit-transform: rotateY(90deg);
        transform: rotateY(90deg);
    }
}


/* END OF COMPONENT */


/* Basic sample */

#magazine .turn-page {
    background-color: #ccc;
}

.flipbook-viewport {
  z-index: 9999;
  overflow: hidden;
  width: 100%;
  height: 900px;
  position: fixed;
  top: 0;
  left: 0;
  margin-top: -100px;}

.flipbook-viewport .container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(245, 255, 250, 0.75);
    display: flex;
    justify-content: center;
    align-content: center;
    margin: auto;
}

.flipbook-viewport .flipbook {
    display: flex;
    align-self: center;
}

.flipbook-viewport .page {
    background-color: white;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.flipbook .page {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.flipbook-viewport .page img {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
    /*image-rendering: pixelated;*/

}

.flipbook-viewport .shadow {
    -webkit-transition: -webkit-box-shadow 0.5s;
    -moz-transition: -moz-box-shadow 0.5s;
    -o-transition: -webkit-box-shadow 0.5s;
    -ms-transition: -ms-box-shadow 0.5s;
    -webkit-box-shadow: 0 0 20px #ccc;
    -moz-box-shadow: 0 0 20px #ccc;
    -o-box-shadow: 0 0 20px #ccc;
    -ms-box-shadow: 0 0 20px #ccc;
    box-shadow: 0 0 20px #ccc;
}
.loading {
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    position: fixed;
    margin: 0 auto;
    z-index: 10;
    width: calc(180px/2);
    height: calc(260px/2);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateX(-50%) translateY(50%);
            transform: translateX(-50%) translateY(50%);
}
/* END OF BASIC */

img, svg {
    max-width: 100%
}

.bg-image, body {
    transition: all .5s ease-in-out
}

.go-top, h1 {
    color: #fff
}

.management-description, .title-text p, h1 {
    text-shadow: 1px 1px 1px #000;
}

.go-top, a {
    text-decoration: none
}

body, p, figcaption {
    font-family: 'Open Sans', sans-serif
}

.go-top, strong {
    font-weight: 700
}

.caption, i {
    font-style: italic
}
b {
  font-weight: 900;
}

.cd-secondary-nav, .secondary-nav li, html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.btn:focus, input:focus, select:focus {
    outline: 0
}

.about-graph circle, .btn, .close-alert, a, select {
    cursor: pointer
}

.no-flexbox .references, .no-flexbox .wf-flex {
    clear: both
}

*, :after, :before {
    box-sizing: border-box
}

html {
    font-size: 60.5%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll
}

img {
    width: 100%
}

.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

::selection {
    background: rgba(204, 206, 153, .2)
}

::-moz-selection {
    background: rgba(204, 206, 153, .2)
}

.hidden {
    opacity: 0;
    filter: alpha(opacity=0)
}

.shown {
    opacity: 1!important;
    filter: alpha(opacity=100)
}

@font-face {
    font-family: VAG;
    src: url(VAG.ttf) format("truetype")
}

.go-top {
    position: fixed;
    bottom: 5em;
    right: 2em;
    background-color: rgba(0, 0, 0, .3);
    font-size: 9pt;
    padding: 1em;
    z-index: 99999;
    display: none
}

.go-top:hover {
    background-color: rgba(0, 0, 0, .6)
}

body {
    font-size: 14px;
    background-color: #ededed;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out
}

.alert-box {
    z-index: 3;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 25vw;
    min-width: 300px
}

.alert-box span {
    padding: 2.5% 2.5vw;
    position: relative;
    display: inline-block;
    animation: fadeIn 1s linear
}

.close-alert {
    position: absolute;
    right: -1vw;
    top: -1%;
    font-size: 1.5em;
    border-radius: 75pt;
    background-color: #000;
    width: 25px;
    height: 25px;
    color: #fff;
    padding-left: 6px
}
 h2, h3, h4, h5 {
      max-width: 750px;
}
h1, h2 {
    font-size: 2em
}

.popup {
    width: 50%;
    height: 60%;
    position: fixed;
    z-index: 999;
    background-size: cover;
    margin: 10% 25%;
    border-radius: 10px
}

h2, h3 {
    margin: 0.4em auto .4em auto;
    font-weight: 100
}

h1, p, figcaption {
    margin: 0 auto
}

.blur-overlay {
    -webkit-filter: blur(5px)
}

.bg-image {
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    /*background-repeat: no-repeat;*/
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    z-index: -2;
    overflow: hidden
}

.bg-image.home, header {
    position: fixed;
    width: 100%
}

.bg-image.home {
    transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    overflow: hidden;
    z-index: -3;
    content: " ";
    background: url(../img/19156112311_9cf29da923_o_1_0.jpg) no-repeat;
    background-size: cover;
    will-change: transform;
    height: calc(100% + 145px);
    -webkit-filter: none;
    filter: none
}

h1 span, p a {
    position: relative
}

.bg-image.about, .bg-image.business, .bg-image.consultants, .bg-image.remote, .bg-image.contact, .bg-image.newsletter, .bg-image.references, .bg-image.freelancers, .bg-image.kmo {
    height: 400px
}
.bg-image.kmo {
  background-image: url(../img/rawpixel-com-600777-unsplash.jpg);
}
.bg-image.freelancers {
  background-image: url(../img/helloquence-51716.jpg);
}
.bg-image.about, .bg-image.contact {
    background-image: url(../img/8363737128_b76782c7a2_b_1.jpg);
    background-position: 0 60%
}

.bg-image.remote {
    background-image: url(../img/14625076141_40cd67ba14_o_1.jpg);
    background-position: 0 45%
}

.bg-image.jobs {
    background-image: url(../img/6e609595.jpeg);
    height: calc(100% + 145px);
    /*background-position: 0;*/
    background-size: inherit;
    position: fixed;
}
.bg-image.apply {
    background-image: url(../img/ruthson-zimmerman-233522.jpg);
    height: calc(100% + 145px);
    /*background-position: 0;*/
    background-size: cover;
    position: fixed;
}
/*.bg-image.tomorrowland {
    background-image: url(../img/tomorrowland-clear.jpg);
    height: 80%;

}*/
.bg-image.consultants {
    background-image: url(../img/18979280280_0b9fc08501_o_1_0.jpg);
    background-position: 0 70%
}

.bg-image.business {
    background-image: url(../img/14538200081_28b4c375ef_o_1_0.jpg);
    background-position: 0 50%
}

.bg-image.disclaimer {
    background-image: url(../img/6551303327_2ee1d81434_o_d.jpg);
    background-position: 0;
    height: 100%;
    position: fixed;
}
.bg-image.privacy {
    background-image: url(../img/matthew-henry-87142-unsplash.jpg);
    background-position: 0 45%;
    position: fixed;
    height: 100%;
}
.bg-image.vacature-IT {
    background-image: url(../img/5fnmwej4taa-helloquen-compressor.jpg);
    height: calc(100% + 145px);
    background-size: cover;
    position: fixed;
    background-position: 0 100%;
}

.bg-image.vacature-developer {
    background-image: url(../img/photo-1429051883746-afd9d56fbdaf.jpg);
    height: calc(100% + 145px);
    background-size: cover;
    position: fixed;

}
.bg-image.vacature-marketing {
    background-image: url(../img/rawpixel-703134-unsplash.jpg);
    background-position: 0;
    position: fixed;
    height: 100%;

}
.bg-image.vacature-office {
    background-image: url(../img/glenn-carstens-peters-190592-unsplash.jpg);
    background-position: 0;
    position: fixed;
    height: 100%;
}

.bg-image.vacature-technical {
    background-image: url(../img/technical.jpg);
    background-position: 0;
    position: fixed;
    height: 100%;
}

.bg-image.references {
    background-image: url(../img/d6jt1mcwods-mark-asthoff.jpg);
    background-position: 0 42%;
}

.bg-image.newsletter {
    background-image: url(../img/newsletter.jpg);
    background-position: 0px 115%;
    background-repeat: no-repeat;
}

/*.bg-image.contact {
    background-image: url(../img/contact.jpg);
}*/

.apply-now {
width: inherit;
/*margin: -8px;*/
font-weight: 900;

    min-width: 0;

}

h1 {
    font-family: VAG, sans-serif;
    text-align: center;
    display: block;
    overflow: hidden;
    font-weight: 100
}

h1 span {
    display: inline-block;
    line-height: 40px;
    letter-spacing: 1px
}

h1 span:after, h1 span:before {
    content: "";
    position: absolute;
    top: 50%;
    border-radius: 75pt;
    height: 4px;
    background: #cfcd03;
    width: 100vw
}

h1 span:before {
    left: 100%;
    margin-left: 20px
}

h1 span:after {
    right: 100%;
    margin-right: 20px
}

h2 {
    line-height: 1.4em
}

h3 {
    font-size: 1.2em;
    line-height: 1.2em
}

.wf-cover h2 {
    color: #000;
}

.wf-cover p {
    color: #858688;
}

a, p a {
    color: #cfcd03;
    text-decoration: underline;
    font-style: none;
    -webkit-transition: all .3s cubic-bezier(.55, 0, .1, 1);
    transition: all .3s cubic-bezier(.55, 0, .1, 1)
}

a:hover {
    color: #b8b6d2;
    text-decoration: none;
    -webkit-transition: all .3s cubic-bezier(.55, 0, .1, 1);
    transition: all .3s ease transition: all .3s cubic-bezier(.55, 0, .1, 1)
}

h2 a[target="_blank"]:after {
    content: url(../img/svgs/outbound.svg);
    width: 25px;
    height: 50px;
    display: inline-block;
    margin: 5px 0 5px 10px;
    zoom: 1;
    vertical-align: middle
}

p, figcaption {
    line-height: 1.5;
    max-width: 750px;
    width: 100%
}

strong {
    color: #cfcd03
}

strong.strongest {
    font-weight: 900
}

small {
    font-size: .6em
}

sup {
    font-size: xx-small;
    vertical-align: super
}

.caption {
    font-size: .85em;
    padding: 0 1vw;
    font-weight: 100
}

.left-align {
    text-align: left
}

.right-align {
    text-align: right
}

.cd-secondary-nav, .centered, .contact-content h2, .contact-content p, .secondary-nav, .title-text, header {
    text-align: center
}

p a {}

.crumbs, p a:hover {
    text-decoration: none
}

p a:hover {}

.button:hover {
    text-decoration: none;
}


}
.crumbs {
    background-color: #fff;
    border-radius: 500px;
    border: 1px solid #D1C336
}
.companies-subnav-trigger, .consultants-subnav-trigger, .supernav-trigger {
    display: none
}
.logo-green, .logo-grey {
    -webkit-transition: all .3s;
    transition: all .3s
}
.menu-is-open .logo-green, .menu-is-open .logo-grey {
    fill: #FFF
}
.logo-green {
    fill: #D1C336
}
.logo-grey {
    fill: #808285
}
.cd-logo svg {
    max-height: 70px;
    -webkit-transition: all .3s;
    transition: all .3s
}
header {
    top: 0;
    left: 0;
    color: #fff;
    z-index: 1000;
    height: 75pt;
    background: 0 0;
    -webkit-transition: all .3s;
    transition: all .3s
}
nav ul.primary {
    list-style: none;
    margin: 0;
    padding: 00 30px 0 0;
    float: right;
    text-decoration: none;
}
nav ul.primary li {
    position: relative;
    float: left;
}
nav ul.primary a {
    color: #FFF;
    padding: 5px;
    -webkit-transition: color .75s ease-in-out;
    transition: color .75s ease-in-out;
    font-weight: 700;
    line-height: 25px;
    text-decoration: none;
}
nav ul.primary a:hover {
    color: #444
}
nav ul.primary li.companies, nav ul.primary li.consultants, nav ul.primary li.supernav {
    width: 0;
    margin: 0;
    padding: 0
}
nav ul.primary li.companies-label, nav ul.primary li.consultants-label {
    font-weight: 900;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-75pt);
    -ms-transform: translateY(-75pt);
    transform: translateY(-75pt);
    -webkit-transition: -webkit-transform .3s .2s, opacity .3s .2s;
    transition: transform .3s .2s, opacity .3s .2s
}
nav ul.primary li.companies-label.move-out, nav ul.primary li.consultants-label.move-out {
    position: absolute;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    filter: alpha(opacity=100)
}
ul li ul li a.active, ul li.active a {
    color: #d1c336
}
body.overflow-hidden {
    position: fixed;
    left: 0;
    right: 0
}
.secondary-nav {
    bottom: auto;
    right: 10em;
    display: block
}
.secondary-nav a {
    color: rgba(255, 255, 255, .5);
    font-size: 3%;
    font-weight: 100
}
.secondary-nav-trigger .menu-text {
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    display: inline-block
}
.contact p, textarea {
    font-weight: 300
}
.secondary-nav-trigger .menu-text:after {
    content: "MORE"
}
body.overflow-hidden .secondary-nav-trigger .menu-text:after {
    content: "LESS"
}
.secondary-nav-trigger .menu-icon {
    display: inline-block;
    height: 3px;
    background-color: #FFF;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}
.secondary-nav-trigger .menu-icon:after, .secondary-nav-trigger .menu-icon:before {
    z-index: 999;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #FFF;
    right: 0;
    -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
    transition: transform .3s, top .3s, background-color 0s
}
.secondary-nav-trigger .menu-icon:before {
    top: -5px
}
.secondary-nav-trigger .menu-icon:after {
    top: 5px
}
.secondary-nav-trigger .menu-icon.is-clicked {
    background-color: rgba(255, 255, 255, 0)
}
.secondary-nav-trigger .menu-icon.is-clicked:after, .secondary-nav-trigger .menu-icon.is-clicked:before {
    background-color: #FFF
}
.secondary-nav-trigger .menu-icon.is-clicked:before {
    top: 0;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}
.secondary-nav-trigger .menu-icon.is-clicked:after {
    top: 0;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg)
}
.secondary-nav-trigger .menu-icon {
    width: 20px;
    left: auto;
    right: 1em;
    -webkit-transform: translateX(6px) translateY(-4px);
    -ms-transform: translateX(6px) translateY(-4px);
    transform: translateX(6px) translateY(-4px)
}
.secondary-nav {
    position: fixed;
    font-size: 18px;
    text-transform: none;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .9);
    z-index: 10;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}
.cd-header, .cd-primary-nav ul {
    position: absolute;
    top: 0;
    /* left: 0 */
}
.secondary-nav li {
    font-weight: 300;
    margin: .2em 0;
    color: #fff
}
.secondary-nav a {
    display: block;
    padding: .4em 1em;
    border-radius: .25em;
    -webkit-transition: background .2s;
    transition: background .2s
}
.no-touch .secondary-nav a:hover {
    color: #e36767
}
.secondary-nav .cd-label {
    text-transform: none;
    color: #FFF;
    font-weight: 700;
    margin: 2.4em 0 .8em;
    width: 100%;
    float: left
}
.cd-social {
    display: inline-block;
    margin: 0 .4em
}
.cd-social img, .cd-social svg {
    height: 28px
}
.cd-social svg path {
    fill: #808080
}
.cd-facebook:hover a svg path {
    fill: #3b5998
}
.cd-linkedin:hover a svg path {
    fill: #1b86bd
}
.cd-twitter:hover a svg path {
    fill: #4099FF
}
.secondary-nav.is-visible {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}
.wf-menu-info {
    text-transform: none;
    color: #fff;
    font-size: 14px;
    background-color: rgba(128, 128, 128, .15)
}
.secondary-nav {
    padding: 100px 0
}
.white-svg line, .white-svg path, .white-svg rect {
    stroke: #FFF;
    fill: none
}
.cd-container {
    width: 90%;
    max-width: 8in;
    margin: 0 auto
}
.cd-container:after {
    content: "";
    display: table;
    clear: both
}
@-webkit-keyframes animate-margin-top {
    0% {
        margin-top: 75pt
    }

    100% {
        margin-top: 70px
    }
}
@keyframes animate-margin-top {
    0% {
        margin-top: 75pt
    }

    100% {
        margin-top: 70px
    }
}
.cd-header {
    width: 100%;
    height: 50px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    background-color: #030d18;
    z-index: 3
}
#cd-logo {
    float: left;
    margin: 13px 0 0 5%
}
#cd-logo img {
    display: block
}
.cd-primary-nav {
    /* float: right; */
    ht; */
    margin-right: 5%;
    /* width: 44px; */
    /* height: 100%; */
}
.consultantQuotes ul li, .contacts ul li, .home-logos ul li, .quotesSlider ul li {
    float: left
}
.cd-primary-nav ul {
    width: 100%;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: all 400ms ease-in
}
.cd-primary-nav ul.is-visible {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px)
}
.cd-primary-nav a {
    display: block;
    height: 50px;
    /* line-height: 50px; */
    /* padding-left: 5%; */
    /* background: #000101; */
    /* border-top: 1px solid #051426; */
    color: #f0eee1;
}
.cd-secondary-nav {
    position: relative;
    z-index: 3
}
.cd-secondary-nav ul.is-visible {
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s, visibility 0s 0s;
    transition: transform .3s, visibility 0s 0s
}
.cd-secondary-nav li a {
    display: block;
    padding: 1.6em
}
.cd-secondary-nav li:last-child a {
    border-bottom: none
}
.cd-secondary-nav-trigger {
    position: fixed;
    bottom: 20px;
    right: 5%;
    width: 44px;
    height: 44px;
    border-radius: .25em;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    z-index: 2
}
#scrollArea, .consultantQuotes, .quotesSlider {
    overflow: auto
}
.cd-secondary-nav-trigger span {
    position: absolute;
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #f0eee1;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: background .3s;
    transition: background .3s
}
.cd-secondary-nav-trigger span:after, .cd-secondary-nav-trigger span:before {
    content: '';
    position: absolute;
    background: inherit;
    width: 100%;
    height: 100%;
    border-radius: 50%
}
.cd-secondary-nav-trigger span:before {
    right: -10px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}
.cd-secondary-nav-trigger span:after {
    left: -10px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}
.cd-secondary-nav-trigger.menu-is-open {
    background: 0 0
}
.cd-secondary-nav-trigger.menu-is-open span {
    background: rgba(240, 238, 225, 0);
    width: 20px;
    height: 2px
}
.cd-secondary-nav-trigger.menu-is-open span:after, .cd-secondary-nav-trigger.menu-is-open span:before {
    background: #f0eee1;
    width: 100%;
    height: 100%;
    border-radius: 0;
    top: 0;
    left: 0
}
.cd-secondary-nav-trigger.menu-is-open span:before {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}
.cd-secondary-nav-trigger.menu-is-open span:after {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg)
}
.btn {
    display: inline-block;
    border: none;
    box-shadow: none;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    padding: .6em 2.2em;
    background: #878787;
    -webkit-transition: all .5s cubic-bezier(.55, 0, .1, 1);
    transition: all .5s cubic-bezier(.55, 0, .1, 1);
    margin: 5px 0;
    min-width: 175px
}
.no-touch .btn:hover {
    background: #999
}
.btn.btn-success {
    background: #6fce72
}
.no-touch .btn.btn-success:hover {
    background: #82d485
}
.btn.btn-alert {
    background: #e4655f
}
.no-touch .btn.btn-alert:hover {
    background: #e87a75
}
.btn.btn-outline {
    color: #cfcd03;
    background: 0 0;
    border: 1px solid #878787
}
.no-touch .btn.btn-outline:hover {
    color: #fff;
    background: #878787
}
.contact-content svg {
    max-width: 100%;
    margin: 10px auto;
    max-height: 44px
}
.contact-content svg path:hover {
    fill: #1b86bd
}
.unslider-arrow.next {
    right: 70px
}
.unslider-arrow.prev {
    left: 70px
}
.unslider-arrow {
    width: 75px;
    padding: 5px;
    margin: 5px;
    z-index: 10;
    position: absolute;
    top: 0
}
.unslider-arrow svg path {
    stroke: rgba(255, 255, 255, .5)
}
.unslider-arrow:hover svg path {
    stroke: #D1C336
}
.help-block {
    color: red
}
.contact-content h2 {
    font-size: 2em;
    margin-bottom: 0
}
input, select {
    /* border: 1px solid #e6e6e6; */
    /* background: #fff */
}
input {
    padding: .6em 1em;
    /* box-shadow: inset 1px 1px rgba(0, 0, 0, .03) */
}
input.success {
    border-color: #6fce72;
    /* box-shadow: 0 0 6px rgba(111, 206, 114, .2) */
}
input.alert {
    border-color: #e4655f;
    /* box-shadow: 0 0 6px rgba(228, 101, 95, .2) */
}
input:focus {
    border-color: #5f8ee4;
    /* box-shadow: 0 0 6px rgba(95, 142, 228, .2) */
}
input[type=checkbox], input[type=radio] {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    filter: alpha(opacity=0)
}
.checkbox-label, .radio-label {
    padding-left: 24px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.checkbox-label:after, .checkbox-label:before, .radio-label:after, .radio-label:before {
    content: '';
    display: block;
    width: 1pc;
    height: 1pc;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
.checkbox-label:before, .radio-label:before {
    left: 0;
    border: 1px solid #e6e6e6;
    box-shadow: inset 1px 1px rgba(0, 0, 0, .03)
}
.checkbox-label:after, .radio-label:after {
    left: 3px;
    background: url(../assets/form/icon-check.svg) center center no-repeat;
    display: none
}
.radio-label:before {
    border-radius: 50%
}
.checkbox-label:before {
    border-radius: 3px
}
input[type=checkbox]:checked+label:before, input[type=radio]:checked+label:before {
    background-color: #19191a;
    border: none;
    box-shadow: none
}
input[type=checkbox]:checked+label:after, input[type=radio]:checked+label:after {
    display: block
}
.cd-select:after {
    content: '';
    position: absolute;
    z-index: 1;
    right: 14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 1pc;
    height: 1pc;
    background: url(../assets/form/icon-select.svg) center center no-repeat;
    pointer-events: none
}
main, select {
    position: relative
}
select {
    padding: .6em 2em .6em 1em;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none
}
.contact form {
    margin-top: 10px!important;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}
.button, .button a, button, button a {
    text-decoration: none;
}
button {
    background: #d1c336;
    min-width: 200px;
    width: 100%;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.25);
    padding: 8px 1vw !important;
    border-radius: 20px;
    outline: none;
    font-weight: 700;
    color: white;
    font-size: 0.9em;
    border: none;
    display: block;
    margin: 10px auto;
    cursor: pointer;
}
button a {
    color: inherit;
    text-decoration: none;
}
button:hover {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    color: #77777a;
    background: rgba(209, 195, 54, 0.5);
}
input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color], select, textarea {
    font-size: 1pc
}
.contact .wf-flex {
    width: 100%
}
.contact input.ng-invalid.ng-dirty, .contact textarea.ng-invalid.ng-dirty {
    border: 1px solid red
}
.contact input.ng-valid.ng-dirty, .contact textarea.ng-valid.ng-dirty {
    border: 1px solid green
}
.contact input.has-error, .contact textarea.has-error, select.has-error {
    border: 1px solid red!important
}
.contact input, .contact textarea {
    outline: 0;
    margin: 5px;
    padding: 0 15px;
    border-radius: 20px;
    min-height: 45px;
    overflow: auto;
    width: 100%;
    background-color: rgba(245, 245, 245, .44);
    border: 1px solid #8080805e
}
.contact input::ms-value {
    background-color: red;
}
.contact textarea, textarea {}
textarea {
    font-family: inherit;
    font-size: 14px;
    color: #000;
    padding: 20px;
    border: 1px solid #8080805e
}
.contact input[type=submit] {
    background: #ccdc00;
    color: #fff
}
main {
    z-index: 2;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s
}
.contain {
    width: 95vw;
    margin: 0 auto
}
.main-page {
    bottom: 0;
    position: absolute;
    top: 0;
    width: 100%;
    margin-top: 15%;
    height: 85%;
    z-index: 0;
}
.main-page {
  /*transform: translateY(0);*/
  transition: all 300ms cubic-bezier(.55, 0, .1, 1)
}
.main-page.ng-enter {
  transform: translateY(1000px);
    /*-webkit-animation: fadeIn 300ms both cubic-bezier(.55, 0, .1, 1);
    animation: fadeIn 300ms both cubic-bezier(.55, 0, .1, 1)*/
}
.main-page.ng-leave {
  display: none;
    -webkit-animation: fadeOut .250s both cubic-bezier(.55, 0, .1, 1);
    animation: fadeOut .250s both cubic-bezier(.55, 0, .1, 1)
}
.main-page .animin {
    opacity: 1;
    filter: alpha(opacity=100)
}
.bottom, .pop {
    opacity: 0;
    filter: alpha(opacity=0)
}
.boxes {
    -webkit-animation: boxes 1s cubic-bezier(.55, 0, .1, 1);
    animation: boxes 1s cubic-bezier(.55, 0, .1, 1)
}
.wf-cover {
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .06)
}
.wf-cover, .wf-no-cover {
    padding: .5% 5vw 3%;
    margin: 1% .5%
}
.title-text {
    max-width: 950px;
    margin: 0 auto 2%;
    padding: 0 1vw 2%
}
.title-text p {
    font-size: 1.5em;
    font-weight: 200;
    color: #fff;
    text-align: center!important
}

.wf-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: wrap;
    -webkit-flex: wrap;
    -ms-flex: wrap;
    flex: wrap;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    min-width: 200px;
    max-width: 100%;
    -webkit-align-content: baseline;
    -ms-flex-line-pack: baseline;
    align-content: baseline
}
.wf-flex-1, .wf-flex-2, .wf-flex-3, .wf-flex-4, .wf-flex-5 {
    max-width: 100%;
    padding: 16px
}
.wf-flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 300px;
    -ms-flex: 1 21%;
    flex: 1 21%;
    min-width: 75pt
}
.wf-flex-1-medium {
    -webkit-box-flex: 1;
    -webkit-flex: 1 68px;
    -ms-flex: 1 68px;
    flex: 1 68px
}
.wf-flex-1-small {
    -webkit-box-flex: 1;
    -webkit-flex: 1 15%;
    -ms-flex: 1 15%;
    flex: 1 15%
}
.wf-flex-1-x-small {
    -webkit-box-flex: 1;
    -webkit-flex: 1 5px;
    -ms-flex: 1 5px;
    flex: 1 5px
}
.wf-flex-2 {
    -webkit-box-flex: 2;
    -webkit-flex: 2 200px;
    -ms-flex: 2 200px;
    flex: 2 200px
}
.wf-flex-3 {
    -webkit-box-flex: 3;
    -webkit-flex: 3 200px;
    -ms-flex: 3 200px;
    flex: 3 200px
}
.wf-flex-4 {
    -webkit-box-flex: 4;
    -webkit-flex: 4 200px;
    -ms-flex: 4 200px;
    flex: 4 200px
}
.wf-flex-5 {
    -webkit-box-flex: 5;
    -webkit-flex: 5 200px;
    -ms-flex: 5 200px;
    flex: 5 200px
}
.flex-seperator {
    border-left: 1px solid #cfcd03;
    margin: 2% 0
}
.wf-flex ul {
    list-style: disc;
    line-height: 1.5em;
    margin: 0 auto;
    max-width: 750px

}
.wf-flex ul li {
    margin-left: 20px;
}
.vanonder .wf-flex ul li {
    margin: auto;
}
.consultantQuotes li, .contacts li, .home-logos li, .quotesSlider li {
    list-style: none
}
.wf-cover ul {
    color: #858688
}
.next-to-each-other svg, .svg-anim, .svg-anim-icons {
    display: block;
    padding: 0;
    -webkit-transition: all .5s cubic-bezier(.55, 0, .1, 1);
    transition: all .5s cubic-bezier(.55, 0, .1, 1)
}
.svg-anim-icons circle, .svg-anim-icons line, .svg-anim-icons path, .svg-anim-icons polygon, .svg-anim-icons polyline, .svg-anim-icons rect {
    -webkit-animation: dash 20s ease-in-out forwards;
    animation: dash 20s ease-in-out forwards;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    fill: none;
    stroke: #000
}
.svg-anim circle, .svg-anim line, .svg-anim path, .svg-anim polygon, .svg-anim polyline, .svg-anim rect {
    stroke-linecap: round;
    stroke-linejoin: round;
    /*stroke-dasharray: 1700;
    stroke-dashoffset: 1700;*/
    stroke-miterlimit: 10;
    fill: none;
    stroke: #000
}
.bottom {
    padding-bottom: 0
}
.v-seperator svg {
    max-height: 45%;
    padding: 5% 0;
    stroke: rgba(244, 244, 244, .35);
    width: 4px
}
.h-seperator {
    max-width: 750pt;
    min-width: 80%;
    margin: 0 auto;
    border-bottom: 1px solid rgba(128, 130, 133, .1)
}
.loading-indicator-body {
    position: absolute;
    top: 25%;
    z-index: 999999;
    width: 100%
}
.loading-animation {
    max-height: 50%
}
.loading-animation polygon {
    -webkit-animation: logo 3s linear infinite;
    animation: logo 3s linear infinite;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}
footer {
  height: 245px;
      color: #ccc;
      font-size: 12px;
      position: relative;
      z-index: -2;
      background-color: #31353a;
      background-image: -webkit-linear-gradient(top, #31353a, #2f3337);
      background-image: -moz-linear-gradient(top, #31353a, #2f3337);
      background-image: linear-gradient(top, #31353a, #2f3337);
}
.home-icon {
    max-width: 600px
}
figure {
    position: relative;
    height: 95%;
    width: 100%;
margin: 0 auto;
}
.wf-contact figure {
  width: 80%;
}
figcaption {
    font-size: 1em;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
    width: 100%;
    transition: all 0.25s cubic-bezier(.55, 0, .1, 1);
}
.home-icon:hover figcaption, .icon:hover figcaption {
    opacity: 1;
}
.home-icon:hover object, object:hover, .icon:hover object {}
.home-logos .wf-flex-1 {
    min-width: 0;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    padding: 0 2vw
}
.consultantQuotes, .contacts, .home-logos, .quotesSlider {
    position: relative;
    max-width: 100%;
    min-width: 100%
}
.home-logos {
    max-height: 70%;
    margin: 0;
    padding: 0;
    background: #fff;
}
.contacts {
    margin-top: calc(25% - 130px)
}
.quotesSlider ul li h2 {
    max-width: 750px;
    margin: 3% auto;
    font-weight: 100;
    font-style: italic;
    font-size: 2em;
    min-height: 100%;
    max-height: 100%
}
.quotesSlider ul li p {
    text-align: center!important
}
.references {
    text-align: center;
    margin: 0 auto
}
.company-icon {
     max-width: 100%;
     width: 100%;
    max-height: 200px;
}

.svg-icon {
     max-width: 100%;
     width: 100%;
    max-height: 200px;
}
.wf-values .svg-icon {
  max-height: 80px;
}
.st0{fill:none;stroke:#000000;stroke-miterlimit:10;}

.company-icon line {
    -webkit-animation: dash 20s ease-in-out forwards;
    animation: dash 20s ease-in-out forwards
}
.company-icon path {
    -webkit-animation: dash 10s ease-in-out forwards;
    animation: dash 10s ease-in-out forwards
}
.company-icon polygon {
    -webkit-animation: dash 10s ease-in-out forwards;
    animation: dash 10s ease-in-out forwards;
}
.company-icon circle, .company-icon ellipse {
    -webkit-animation: dash 30s ease-in-out forwards;
    animation: dash 30s ease-in-out forwards
}
.company-icon circle, .company-icon ellipse, .company-icon line, .company-icon path, .company-icon polygon {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 0, 0;
    stroke-miterlimit: 10;
    stroke-width: 5;
    stroke: #d1c336;
    -webkit-transition: stroke .5s cubic-bezier(.55, 0, .1, 1);
    transition: stroke .5s cubic-bezier(.55, 0, .1, 1)
}
.home-1:hover circle, .home-1:hover ellipse, .home-1:hover line, .home-1:hover path, .home-1:hover polygon {
    stroke: #808285;
    -webkit-transition: stroke .5s cubic-bezier(.55, 0, .1, 1);
    transition: stroke .5s cubic-bezier(.55, 0, .1, 1)
}
.home-logo-title {
    padding: 1% 0;
    font-size: 1.2em;
    font-weight: 100;
    color: #FFF
}
.pop {
    z-index: 99999;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-99%);
    -ms-transform: translateX(-99%);
    transform: translateX(-99%);
    -webkit-transition: 1.5s cubic-bezier(.55, 0, .1, 1);
    transition: 1.5s cubic-bezier(.55, 0, .1, 1)
}
.pop:hover {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: 1.5s cubic-bezier(.55, 0, .1, 1);
    transition: 1.5s cubic-bezier(.55, 0, .1, 1)
}
.about-graph-content, .ng-fade {
    -webkit-transition: all cubic-bezier(.25, .46, .45, .94) .5s
}
.about-graph-content {
    transition: all cubic-bezier(.25, .46, .45, .94) .5s
}
.about-graph-content h2, .about-graph-content.ng-enter {
    -webkit-animation: leftFadeIn 1.2s cubic-bezier(.55, 0, .1, 1);
    animation: leftFadeIn 1.2s cubic-bezier(.55, 0, .1, 1)
}
.about-graph-content.ng-enter {
    display: none
}
.about-graph-content.ng-enter-active {
    display: block
}
.about-graph-content.ng-leave {
    -webkit-animation: rightFadeOut 1s cubic-bezier(.55, 0, .1, 1);
    animation: rightFadeOut 1s cubic-bezier(.55, 0, .1, 1);
    position: absolute
}
.about-graph line {
    -webkit-animation: dash 5s ease-in-out forwards;
    animation: dash 5s ease-in-out forwards;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 0, 0;
}
.about-graph circle, .about-graph line {
    -webkit-transition: all cubic-bezier(.25, .46, .45, .94) .25s;
    transition: all cubic-bezier(.25, .46, .45, .94) .25s;
    stroke-width: 3px;
    fill: #77777c
}
.about-graph circle.graph-active, .about-graph circle:hover {
    fill: rgba(207, 205, 3, 1)
}
.management-image {
    border-radius: 5px;
    -webkit-transition: all .5s cubic-bezier(.55, 0, .1, 1);
    transition: all .5s cubic-bezier(.55, 0, .1, 1);
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}
.management-description, .management-image:hover {
    -webkit-transition: all .5s cubic-bezier(.55, 0, .1, 1)
}
.management-image:hover {
    transition: all .5s cubic-bezier(.55, 0, .1, 1);
    -webkit-filter: gray;
    filter: gray
}
.management-image img {
    border-radius: 500px
}
.management-description {
    font-size: 2em;
    font-weight: 700;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .5s cubic-bezier(.55, 0, .1, 1);
    margin-top: -12%
}
.management-image:hover .management-description {
    margin-top: -20%;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all .5s cubic-bezier(.55, 0, .1, 1);
    transition: all .5s cubic-bezier(.55, 0, .1, 1)
}
.ng-fade {
    transition: all cubic-bezier(.25, .46, .45, .94) .5s
}
.ng-fade.ng-enter {
    position: absolute
}
.ng-fade.ng-enter h2, .ng-fade.ng-enter p {
    -webkit-animation: opacity 1s cubic-bezier(.55, 0, .1, 1);
    animation: opacity 1s cubic-bezier(.55, 0, .1, 1)
}
.ng-fade.ng-leave h2, .ng-fade.ng-leave p {
    -webkit-animation: invOpacity 1s cubic-bezier(.55, 0, .1, 1);
    animation: invOpacity 1s cubic-bezier(.55, 0, .1, 1);
    z-index: -1
}
.value-graph-content {
    -webkit-transition: all cubic-bezier(.25, .46, .45, .94) .5s;
    transition: all cubic-bezier(.25, .46, .45, .94) .5s;
    position: absolute;
    left: 0;
    right: 0
}
.value-graph-content.ng-enter {
    position: absolute;
    text-align: center
}
.value-graph-content h2, .value-graph-content.ng-enter {
    -webkit-animation: opacity 1s cubic-bezier(.55, 0, .1, 1);
    animation: opacity 1s cubic-bezier(.55, 0, .1, 1)
}
.value-graph-content.ng-leave {
    -webkit-animation: invOpacity 1s cubic-bezier(.55, 0, .1, 1);
    animation: invOpacity 1s cubic-bezier(.55, 0, .1, 1);
    z-index: -1
}
.values-container {
    text-align: center;
    padding: 10% 0 20%;
    min-height: 5%
}
.growth-bar, .specialize-2nd-line {
    cursor: pointer;
    height: 40px;
    text-align: center;
    padding: 1%
}
.values-slogan {
    font-size: 7em;
    text-align: center;
    color: #808285;
    font-weight: 100;
    margin: 7% 0
}
.values-slogan strong {
    cursor: pointer;
    -webkit-transition: 1s all cubic-bezier(.23, 1, .32, 1);
    transition: 1s all cubic-bezier(.23, 1, .32, 1)
}
.values-slogan strong:hover {
    color: rgba(207, 205, 3, .4)
}
.values-slogan strong.active {
    color: rgba(128, 130, 133, .5)
}
.wf-values .wf-flex-1 {
    margin: 20px 20px;
    padding: 35px;
    background-color: white;
    border: 3px solid white;
    border-radius: 10px;
        min-width: 27%;
}
.wf-values .wf-flex-1:hover {
    border: 3px solid #cfcd03;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.wf-values .wf-flex-1 div svg {
    margin: 0 auto;
}
.values-flexibility svg path {
    stroke-width: 3px;
}
.growth-graph-content h2, .growth-graph-content.ng-enter {
    -webkit-animation: leftFadeIn 1s cubic-bezier(.55, 0, .1, 1);
    animation: leftFadeIn 1s cubic-bezier(.55, 0, .1, 1)
}
.growth-graph-content.ng-leave {
    -webkit-animation: rightFadeOut 1s cubic-bezier(.55, 0, .1, 1);
    animation: rightFadeOut 1s cubic-bezier(.55, 0, .1, 1);
    position: absolute;
    left: 60%;
    z-index: -1
}
.growth-bar {
    background-color: #f6f6f6;
    border-radius: 75pt;
    margin: 5%;
    border: 1px solid #f6f6f6;
    font-family: VAG;
    font-size: 1.2em;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, .1);
    z-index: 20
}
.growth-bar:hover {
    background-color: rgba(128, 130, 133, .5);
    border: 1px solid #FFF;
    color: #fff
}
.growth-bar.active {
    background-color: #808285;
    border: 1px solid #FFF;
    color: #fff
}
.growth-bar.active strong {
    color: #fff
}
.specialize {
    opacity: 0;
    filter: alpha(opacity=0);
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}
.specialize.active {
    opacity: 1;
    filter: alpha(opacity=100);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: boxes 1s cubic-bezier(.55, 0, .1, 1);
    animation: boxes 1s cubic-bezier(.55, 0, .1, 1)
}
.specialize-2nd-line {
    font-family: 'Open Sans', sans-serif;
    margin: 1% 1vw;
    font-size: 1em;
    min-width: 150px;
    background-color: #f6f6f6;
    border-radius: 75pt;
    border: 1px solid #f6f6f6
}
.specialize-2nd-line:hover {
    background-color: rgba(128, 130, 133, .5);
    border: 1px solid #FFF;
    color: #fff
}
.specialize-2nd-line.active {
    background-color: #808285;
    border: 1px solid #FFF;
    color: #fff
}
.growth-area {
    margin: -22px calc(.5vw+ 1px);
    box-shadow: none;
    border: none;
    border-radius: 0
}
.services svg {
    max-height: 150px;
    margin: 0 auto;
    padding: 0
}
#gmaps {
    width: 450px;
    height: 450px
}
.d-contact {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}
.a-contact {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}
.j-contact {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
}
.h-contact {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4
}
.contact-quote {
    width: 100%;
    height: 10%;
    position: absolute
}
.next-to-each-other path {
    stroke: none
}
.next-to-each-other.active {
    opacity: 1!important;
    filter: alpha(opacity=100)
}
.next-to-each-other {
    -webkit-transition: 1s all cubic-bezier(.23, 1, .32, 1);
    transition: 1s all cubic-bezier(.23, 1, .32, 1);
    opacity: .1;
    filter: alpha(opacity=10);
    filter: alpha(opacity=100)
}
.next-to-each-other-content.active img {
    opacity: 1;
    filter: alpha(opacity=100)
}
.contact-info-container {
    border-bottom: #CFCD03 5px solid
}
@-webkit-keyframes fadeIn {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0;
        filter: alpha(opacity=0)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}
@keyframes fadeIn {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0;
        filter: alpha(opacity=0)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}
@-webkit-keyframes fadeOut {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        filter: alpha(opacity=100)
    }

    to {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
        filter: alpha(opacity=0)
    }
}
@keyframes fadeOut {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        filter: alpha(opacity=100)
    }

    to {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
        filter: alpha(opacity=0)
    }
}
@-webkit-keyframes inFadeIn {
    from {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
        filter: alpha(opacity=0)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}
@keyframes inFadeIn {
    from {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
        filter: alpha(opacity=0)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}
@-webkit-keyframes leftFadeIn {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0;
        filter: alpha(opacity=0)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}
@keyframes leftFadeIn {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0;
        filter: alpha(opacity=0)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}
@-webkit-keyframes rightFadeOut {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 1;
        filter: alpha(opacity=100)
    }

    to {
        -webkit-transform: translateY(-250%);
        transform: translateY(-250%);
        opacity: 0;
        filter: alpha(opacity=0)
    }
}
@keyframes rightFadeOut {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 1;
        filter: alpha(opacity=100)
    }

    to {
        -webkit-transform: translateY(-250%);
        transform: translateY(-250%);
        opacity: 0;
        filter: alpha(opacity=0)
    }
}
@-webkit-keyframes boxes {
    from {
        -webkit-transform: translateY(125px);
        transform: translateY(125px);
        opacity: 0;
        filter: alpha(opacity=0)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}
@keyframes boxes {
    from {
        -webkit-transform: translateY(125px);
        transform: translateY(125px);
        opacity: 0;
        filter: alpha(opacity=0);
        filter: alpha(opacity=10)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}
@-webkit-keyframes logo {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes logo {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@-webkit-keyframes dash {
    to {
        stroke-dashoffset: 0
    }
}
@keyframes dash {
    to {
        stroke-dashoffset: 0
    }
}
@-webkit-keyframes opacity {
    from {
        opacity: 0;
        filter: alpha(opacity=0)
    }

    to {
        opacity: 1;
        filter: alpha(opacity=100)
    }
}
@keyframes invOpacity {
    from {
        opacity: 1;
        filter: alpha(opacity=100);
        display: inline-block
    }

    to {
        display: none;
        opacity: 0;
        filter: alpha(opacity=0)
    }
}
@-webkit-keyframes invOpacity {
    from {
        display: inline-block;
        opacity: 1;
        filter: alpha(opacity=100)
    }

    to {
        display: none;
        opacity: 0;
        filter: alpha(opacity=0)
    }
}
@keyframes opacity {
    from {
        display: none;
        opacity: 0;
        filter: alpha(opacity=0)
    }

    to {
        display: inline-block;
        opacity: 1;
        filter: alpha(opacity=100)
    }
}
.hi {
    display: none
}
.contain-breaker {
    -webkit-animation: opacity 500ms ease;
    animation: opacity 500ms ease;
    min-height: 30%;
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat
}
@-moz-document url-prefix() {
    body {
        background-color: #FFF
    }

    .wf-cover {
        background-color: #F8F8F8
    }

    .hi {
        width: 100%;
        display: block;
        opacity: 1;
        filter: alpha(opacity=100);
        max-height: 22%
    }

    .hi line {
        -webkit-animation: dash 20s ease-in-out forwards;
        animation: dash 20s ease-in-out forwards
    }

    .hi path {
        -webkit-animation: dash 10s ease-in-out forwards;
        animation: dash 10s ease-in-out forwards
    }

    .hi circle, .hi ellipse {
        -webkit-animation: dash 30s ease-in-out forwards;
        animation: dash 30s ease-in-out forwards
    }

    .hi circle, .hi ellipse, .hi line, .hi path {
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
        fill: none;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-dasharray: 1700;
        stroke-dashoffset: 1700;
        stroke-miterlimit: 10;
        stroke-width: 5;
        stroke: #d1c336;
        -webkit-transition: stroke .5s cubic-bezier(.55, 0, .1, 1);
        transition: stroke .5s cubic-bezier(.55, 0, .1, 1)
    }

    .hi:hover circle, .hi:hover ellipse, .hi:hover line, .hi:hover path {
        stroke: #808285;
        -webkit-transition: stroke .5s cubic-bezier(.55, 0, .1, 1);
        transition: stroke .5s cubic-bezier(.55, 0, .1, 1)
    }
}
#scrollArea {
    height: 280px
}
#bottom {
    display: block;
    margin-top: 125pc
}
*|html[xmlns*=""] .svg-anim-icons circle, *|html[xmlns*=""] .svg-anim-icons line, *|html[xmlns*=""] .svg-anim-icons path, *|html[xmlns*=""] .svg-anim-icons polygon, *|html[xmlns*=""] .svg-anim-icons polyline, *|html[xmlns*=""] .svg-anim-icons rect {
    stroke-dasharray: 0, 0;
    -webkit-animation: none;
    animation: none
}
.no-flexbox .wf-cover {
    min-height: 300px
}
.no-flexbox .home-logos.wf-cover {
    min-height: auto
}
.no-flexbox .social {
    margin: 0 auto;
    width: 30%;
    height: 75pt
}
.no-flexbox .cd-social {
    width: 29%!important;
    padding-top: 20px
}
.no-flexbox .supernav-sub.wf-flex .wf-flex-1, .no-flexbox .wf-menu-info .wf-flex .wf-flex-1 {
    display: inline-block
}
.no-flexbox .contain .wf-flex {
    display: table;
    width: 100%
}
.no-flexbox .wf-flex .wf-flex-1 {
    display: table-cell
}
.no-flexbox .contact-information .wf-flex, .no-flexbox .hi {
    display: block
}
.no-flexbox .wf-flex .wf-flex-1-x-small {
    width: 50px;
    float: left
}
.no-flexbox .cd-secondary-nav .wf-flex .wf-flex-1-x-small {
    width: auto;
    float: none
}
.no-flexbox .references .wf-cover {
    border: none
}
.no-flexbox .references .wf-flex-1 {
    width: 12%
}
.no-flexbox .references .wf-flex {
    margin-left: 0;
    background: #fff;
}
.no-flexbox .contacts ul li, .no-flexbox .home-logos ul li {
    float: none
}
.no-flexbox circle, .no-flexbox line, .no-flexbox path, .no-flexbox polygon, .no-flexbox polyline, .no-flexbox rect {
    stroke-dasharray: 0, 0;
    -webkit-animation: none;
    animation: none
}
.no-flexbox #company-icon circle, .no-flexbox #company-icon ellipse, .no-flexbox #company-icon line, .no-flexbox #company-icon path {
    stroke: #d1c336;
    fill: none;
    stroke-width: 5;
    stroke-linecap: round;
    stroke-linejoin: round
}
.no-flexbox .main-page .animin {
    width: 100%
}
.no-flexbox .contact-information .svg-anim-icons {
    width: 31%;
    display: inline-table
}
.no-flexbox .contain .contactform {
    margin: 0 auto;
    width: 50%
}
.no-flexbox .contactform .wf-flex {
    margin-left: 0
}
.no-flexbox input {
    max-width: 45%
}
.no-flexbox .contact .next-to-each-other {
    width: 25%
}
.no-flexbox .contact .next-to-each-other img {
    width: 100%!important
}
a[href^="http://maps.google.com/maps"], a[href^="https://maps.google.com/maps"] {
    display: none!important
}
.gm-style-cc, .gmnoprint a, .gmnoprint span {
    display: none
}
.gmnoprint div {
    background: 0 0!important
}
.extra-padding {
    padding-top: 15px
}
select {
    background-color: white;
    border: thin solid blue;
    border-radius: 1px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}
select.classic {
    background-image: linear-gradient(45deg, transparent 50%, blue 50%), linear-gradient(135deg, blue 50%, transparent 50%), linear-gradient(to right, skyblue, skyblue);
    background-position: calc(100% - 20px) calc(1em+ 2px), calc(100% - 15px) calc(1em+ 2px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
}
select.classic:focus {
    background-image: linear-gradient(45deg, white 50%, transparent 50%), linear-gradient(135deg, transparent 50%, white 50%), linear-gradient(to right, gray, gray);
    background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
    border-color: grey;
    outline: 0;
}
select.round {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), radial-gradient(#ddd 70%, transparent 72%);
    background-position: calc(100% - 20px) calc(1em+ 2px), calc(100% - 15px) calc(1em+ 2px), calc(100% - .5em) .5em;
    background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
    background-repeat: no-repeat;
}
select.round:focus {
    background-image: linear-gradient(45deg, white 50%, transparent 50%), linear-gradient(135deg, transparent 50%, white 50%), radial-gradient(gray 70%, transparent 72%);
    background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - .5em) .5em;
    background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
    background-repeat: no-repeat;
    border-color: green;
    outline: 0;
}
select {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) 1.5em, calc(100% - 15px) 1.5em, calc(100% - 2.5em) 1em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    outline: 0;
    margin: 5px;
    min-height: 45px;
    overflow: auto;
    width: 100%;
    background-color: rgba(245, 245, 245, .44);
    border: 1px solid #8080805e;
    border-radius: 20px;
}
select:focus {
    background-image: linear-gradient(45deg, green 50%, transparent 50%), linear-gradient(135deg, transparent 50%, green 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 15px) 1.5em, calc(100% - 20px) 1.5em, calc(100% - 2.5em) 1em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    border-color: green;
    outline: 0;
}
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
textarea {
    width: 100%;
    background: transparent;
}
.maps {
    position: relative;
    padding: 1% 0; //(450 Ã· 500 = 0.9 = 90%)
    height: 0;
    overflow: hidden;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .06);
}
.maps ifram {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.overlay {
    background: transparent;
    position: relative;
    width: 640px;
    height: 480px;
    top: 480px;
    margin-top: -480px;
}
.contact-image {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .06);
    border-radius: 500px;
        border: 4px solid #d2c436;
}
.contact-image:hover {
      border: 4px solid #77777a;
}
.cls-3:hover {
    fill: crimson;
}
.cls-3.triggered {
    fill: green;
}
#brussel {
    fill: #77777a;
}
#map.map {
    position: absolute;
    width: 70%;
    display: flex;
    transform: scale(1.5);
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    z-index: 0;
    justify-content: center;
    align-items: center;
    align-self: center;
    align-content: center;
    top: 20%;
    left: 10%;
}
#map.hiddenmap {
    transform: scale(1.1);
    z-index: -1;
    opacity: 0.01;
}
#brussel_zoom {
    position: absolute;
    transform: translateY(-162px) translateX(-83px) scale(0);
    width: 100%;
    height: 100%;
    display: block !important;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
#brussel_zoom.active {
    transform: translateX(-100px) translateY(-90px) scale(0.65);
}
.clients {}
.province {
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.references-clients {
    padding: 5px;
    box-shadow: rgba(128, 128, 128, 0.25) 2px 3px 6px;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    transform: translate(0px, 0px) scale(.9);
}
.references-clients:hover {
    padding: 5px;
    box-shadow: rgba(128, 128, 128, 0.2) -1px 2px 5px;
}
.clientscontent {
    position: fixed;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: 0;
    z-index: 0;
    max-height: 999px;
    height: 80%;
    width: 0px;
}
.clientscontent.active {
    height: 70%;
    right: -10px;
    border-radius: 5px;
    z-index: 99;
    margin: 0;
    width: 51%;
    z-index: 10;
    overflow: scroll;
    opacity: 1;
    background: #f5f5f5;
    box-shadow: rgba(0, 0, 0, 0.5) 2px 1px 11px;
}
.clientscontent>div {
    padding: 20px;
}
.clientscontent.active>div {}
.close {
    position: absolute;
    display: flex;
    align-self: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    overflow: hidden;
    align-content: center;
    align-items: center;
    height: 100%;
    left: 9px;
    top: 0;
}
.close::before, .close::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #000;
}
.close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.close.black::before, .close.black::after {
    height: 5px;
    margin-top: -4px;
}
.close.rounded::before, .close.rounded::after {
    border-radius: 5px;
}
.sidebarClientscontent {
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    position: fixed;
    top: inherit;
    height: 70%;
    width: 2%;
    border-radius: 4px;
    background: rgb(218, 218, 218);
}
.sidebarClientscontent:hover {
    background: rgb(123, 123, 123);
}
.sidebarClientscontent:hover .close::before, .sidebarClientscontent:hover .close::after {
    background: white;
}
.clientLogo {
    align-self: center;
}
.clientsList {
    z-index: 10;
    opacity: 1;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.clientsList ul {
  list-style: none;
line-height: 1.5em;
margin-left: 30px;
}
.hiddenclients {
    z-index: 5;
    opacity: 0;
    visibility: hidden;
}
.positionchange {
    position: absolute;
    width: 200px;
    top: 40%;
    left: 10%;
}
.flipbook * {
    margin: 0 !important;
}
.closeButton {
  position: fixed;
      right: 5%;
      left: 90%;
      top: 10%;
      height: 50px;
      display: inline-block;
}
.closeButton:hover::before, .closeButton:hover::after {
    background: #cccccc;
}
.close::before, .close::after {
    -webkit-transition: all .3s cubic-bezier(.55, 0, .1, 1);
    transition: all .3s cubic-bezier(.55, 0, .1, 1);
}
@media only screen and (min-device-width:481px) and (max-device-width:1024px) and (orientation:landscape) {
    .wf-flex-1 {
        -webkit-box-flex: 1;
        -webkit-flex: 1 300px;
        -ms-flex: 1 300px;
        flex: 1 300px;
        min-width: 300px
    }

    .wf-flex-1, .wf-flex-2, .wf-flex-3, .wf-flex-4, .wf-flex-5 {
        min-width: 250px;
        max-width: 100%;
        padding: 2%
    }
}
@media only screen and (min-width:1170px) {
    .has-top-margin {
        -webkit-animation: animate-margin-top .3s;
        animation: animate-margin-top .3s;
        margin-top: 70px
    }

    #cd-logo.is-hidden {
        opacity: 0;
        filter: alpha(opacity=0);
        position: fixed;
        left: -20%;
        margin-left: 0;
        -webkit-transition: left .3s, opacity .3s;
        transition: left .3s, opacity .3s
    }

    #cd-logo.is-hidden.slide-in {
        left: 5%;
        opacity: 1;
        filter: alpha(opacity=100)
    }
}
@media only screen and (min-width:1024px) {
    .cd-header {
        height: 70px;
        background-color: transparent;
        box-shadow: none
    }

    #cd-logo {
        margin: 23px 0 0 5%
    }

    .cd-primary-nav {
        width: auto;
        height: auto;
        background: 0 0
    }

    .cd-primary-nav ul {
        position: static;
        width: auto;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        line-height: 70px
    }

    .cd-primary-nav ul.is-visible {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .cd-primary-nav li {
        display: inline-block;
        /*margin-left: 1em*/
    }

    .cd-primary-nav a {
        display: inline-block;
        height: auto;
        line-height: normal;
        background: 0 0;
        padding: .6em 1em;
        border-top: none;
        color: #030d18
    }

    .cd-close-panel, .cd-faq-categories a:after, .cd-faq-categories a:before {
        display: none
    }

    .cd-faq {
        position: relative;
        margin: 4em auto;
        box-shadow: none
    }

    .cd-faq-categories {
        width: 20%;
        float: left
    }

    .cd-faq-categories a {
        font-size: 13px;
        font-weight: 600;
        padding: 0 24px;
        -webkit-transition: background .2s, padding .2s;
        transition: background .2s, padding .2s
    }

    .cd-faq-categories a:hover {
        background: #808285;
        text-decoration: none;
        color: #FFF
    }

    .no-js .cd-faq-categories {
        width: 100%;
        margin-bottom: 2em
    }

    .cd-faq-items {
        position: static;
        height: auto;
        width: 78%;
        float: right;
        overflow: visible;
        -webkit-transform: translateZ(0) translateX(0);
        -ms-transform: translateZ(0) translateX(0);
        transform: translateZ(0) translateX(0);
        padding: 0;
        background: 0 0
    }

    .cd-faq-group {
        display: block
    }

    .cd-faq-group>li {
        border-radius: 10px;
        background: #fff;
        margin-bottom: 6px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, .08);
        -webkit-transition: box-shadow .2s;
        transition: box-shadow .2s
    }

    .no-touch .cd-faq-group>li:hover {
        box-shadow: 0 1px 10px rgba(108, 125, 142, .3)
    }

    .cd-faq-group .cd-faq-title {
        margin: 2em 0 1em
    }

    .cd-faq-group:first-child .cd-faq-title {
        margin-top: 0
    }

    .cd-faq-content {
        display: none;
        padding: 0 24px 30px
    }

    .cd-faq-content p {
        line-height: 1.6
    }

    .no-js .cd-faq-content {
        display: block
    }
}
@media only screen and (max-width:1024px) {
    p {
        text-align: justify!important
    }

    .wf-menu-info p, h2 {
        text-align: center!important
    }

    .about-graph-content {
        position: static
    }

    .popup {
        width: 90%;
        margin: 25% 5%
    }
}
@media only screen and (min-width:1024px) {
    .cd-secondary-nav {
        z-index: 1;
        height: 75pt;
        -webkit-transition: height .3s;
        transition: height .3s
    }

    .cd-secondary-nav a, .cd-secondary-nav li, .cd-secondary-nav nav, .cd-secondary-nav ul {
        height: 100%
    }

    .cd-secondary-nav nav {
        -webkit-transform: translateY(-35px);
        -ms-transform: translateY(-35px);
        transform: translateY(-35px)
    }

    .cd-secondary-nav ul {
        position: static;
        width: auto;
        max-width: 100%;
        visibility: visible;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        text-align: center
    }

    .cd-secondary-nav li {
        display: inline-block;
        margin-left: -4px
    }

    .cd-secondary-nav li a {
        position: relative;
        text-align: center;
        display: block;
        padding: 75pt 40px 0;
        border-bottom: none;
        -webkit-transition: padding .2s;
        transition: padding .2s
    }

    .cd-secondary-nav li a b {
        text-transform: uppercase;
        font-weight: 700;
        color: #555
    }

    .cd-secondary-nav li a span {
        position: absolute;
        display: inline-block;
        width: 60px;
        height: 40px;
        top: 18px;
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background-repeat: no-repeat;
        -webkit-transition: opacity .2s;
        transition: opacity .2s
    }

    .cd-secondary-nav li a.active b, .cd-secondary-nav li a:hover b {
        color: #d1c336
    }

    .cd-secondary-nav li a:hover svg circle, .cd-secondary-nav li a:hover svg path, .cd-secondary-nav li a:hover svg polygon, .cd-secondary-nav li a:hover svg rect {
        stroke: #d1c336
    }

    .cd-secondary-nav.is-fixed {
        position: fixed;
        left: 0;
        top: 0;
        height: 70px;
        width: 100%
    }

    .cd-secondary-nav.animate-children {
        box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
        background-color: #fff
    }

    .cd-secondary-nav.animate-children li a {
        padding: 25px 30px 0;
        margin-top: -20px
    }

    .cd-secondary-nav.animate-children li a span {
        opacity: 0;
        filter: alpha(opacity=0)
    }
}
@media only screen and (max-width:1024px) {
    .contactform .wf-flex-1-x-small, .v-seperator, nav ul.primary li.companies-label.move-out, nav ul.primary li.consultants-label.move-out, nav ul.primary li.seperator {
        display: none
    }

    .wf-flex {
        max-width: 100%
    }

    .wf-flex-1 {
        -webkit-box-flex: 1;
        -webkit-flex: 1 300px;
        -ms-flex: 1 46%;
        flex: 1 300px;
        min-width: 300px
    }

    .wf-flex-1, .wf-flex-2, .wf-flex-3, .wf-flex-4, .wf-flex-5 {
        min-width: 250px;
        max-width: 100%;
        padding: 2%
    }

    .wf-flex-4, .wf-flex-5 {
        min-width: 300px;
        max-width: 100%;
        padding: 2%
    }

    .alert-box {
        bottom: 60px;
        width: 90%;
        margin: 25% 5% 0
    }

    .values-container {
        padding: 5% 0 40%
    }

    .wf-menu-info {
        position: relative;
        bottom: 0
    }

    .wf-menu-info .left-align, .wf-menu-info .right-align {
        text-align: inherit
    }

    .intro-img.about {
        height: 70%
    }

    header {
        position: absolute
    }

    nav.upper-nav {
        position: fixed;
        background: rgba(255, 255, 255, .9);
        width: 100%;
        bottom: 0;
        height: 60px;
        z-index: 5;
        box-shadow: -5px -5px 10px rgba(0, 0, 0, .06);
        border-top: 1px solid #e6e6e6
    }

    .secondary-nav-trigger .menu-icon, .secondary-nav-trigger .menu-icon.is-clicked:after, .secondary-nav-trigger .menu-icon.is-clicked:before, .secondary-nav-trigger .menu-icon:after, .secondary-nav-trigger .menu-icon:before {
        background-color: #000
    }

    nav ul.primary {
        margin: 1% 0 70px;
        width: auto;
        float: right
    }

    nav ul.primary a {
        color: #000;
        text-decoration: none;
    }

    .cd-logo img {
        max-height: 14%
    }

    .hide-for-small, .secondary-nav-trigger .menu-text {
        display: none!important
    }

    .references {
        /*position: relative!important;*/
        width: 95vw
    }

    .bottom {
        opacity: 0;
        filter: alpha(opacity=0);
        padding-bottom: 65px
    }

    .contact-image, .next-to-each-other, .next-to-each-other.active .contact-image {
        opacity: 1;
        filter: alpha(opacity=100)
    }

    .next-to-each-other {
        -webkit-transform: translateX(0) translateY(0)!important;
        -ms-transform: translateX(0) translateY(0)!important;
        transform: translateX(0) translateY(0)!important;
        -webkit-animation: none;
        animation: none
    }

    .next-to-each-other-content {
        -webkit-transform: translateX(0) translateY(0)!important;
        -ms-transform: translateX(0) translateY(0)!important;
        transform: translateX(0) translateY(0)!important
    }

    .contact-image {
        -webkit-animation: none;
        animation: none;
        -webkit-transition: 1s all cubic-bezier(.23, 1, .32, 1);
        transition: 1s all cubic-bezier(.23, 1, .32, 1)
    }

    .d-contact {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .a-contact {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .j-contact {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .h-contact {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .sidebarClientscontent {
        height: 2%;
        width: 100%;
        position: relative;
        background: transparent;
        -webkit-backface-visibility: hidden;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        top: inherit;
    }

    .clientsMap {
        height: 46%
    }

    .clientsMap svg {
        height: 40%;
        transform: scale(1) !important;
    }

    .clientscontent.active {
        bottom: 0;
    }

    .clientscontent.clientsContentHover {
        bottom: 2px;
        -webkit-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
    }

    .clientscontent.active {
        height: 55%;
        right: 0;
        width: 100%;
    }

    .clientscontent {
        bottom: -100%;
        width: 100%;
    }

    .close {
        left: 50%;
    }
}
@media only screen and (min-width:930px) and (max-width:1060px) {
    .wf-flex-1 {
        -webkit-box-flex: 1;
        -webkit-flex: 1 44%;
        -ms-flex: 1 44%;
        flex: 1 44%;
        min-width: 75pt
    }

    .wf-flex-4 {
        -webkit-box-flex: 1;
        -webkit-flex: 1 55%;
        -ms-flex: 1 55%;
        flex: 1 55%;
        min-width: 100pt
    }
}
@media only screen and (min-width:1024px) {
    .clientscontent {
        right: -500px;
    }

    .clientscontent.clientsContentHover {
        right: -25px;
    }

    .cd-logo, nav {
        position: absolute
    }

    .flex-seperator h2 {
        margin-top: -2%
    }

    .hide-for-large {
        display: none!important
    }

    .home-icon {
        margin: 0
    }

    header.shrink {
        height: 75px;
        -webkit-transition: all .3s;
        transition: all .3s;
        background-color: rgba(41, 41, 41, .95)
    }

    header.shrink nav {
        top: 0
    }

    header.shrink h1 {
        -webkit-transition: all .3s;
        transition: all .3s
    }

    .supernav-sub {
        margin-top: 10%
    }

    .cd-logo {
        -webkit-transition: 1s all cubic-bezier(.23, 1, .32, 1);
        transition: 1s all cubic-bezier(.23, 1, .32, 1);
        width: 200px;
        left: 40px;
        top: 35px;
        z-index: 100
    }

    header.shrink .cd-logo {
        -webkit-transition: 1s all cubic-bezier(.23, 1, .32, 1);
        transition: 1s all cubic-bezier(.23, 1, .32, 1);
        top: 17px;
        width: 140px;
        left: 25px
    }

    header.shrink .cd-logo svg {
        max-height: 50px;
        -webkit-transition: all .3s;
        transition: all .3s
    }

    nav {
        -webkit-transition: 1s all cubic-bezier(.23, 1, .32, 1);
        transition: 1s all cubic-bezier(.23, 1, .32, 1);
        line-height: 60px;
        width: 100%;
        top: 35px;
        font-weight: 400;
        font-size: 14px;
        text-transform: uppercase;
        text-align: right;
        z-index: 10
    }

    .header {
        -webkit-transition: background-color .3s;
        transition: background-color .3s;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .header.is-fixed {
        position: fixed;
        top: -5pc;
        background-color: rgba(2, 23, 37, .96);
        -webkit-transition: -webkit-transform .3s;
        transition: transform .3s
    }

    .header.is-visible {
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    .header.menu-is-open {
        background-color: transparent
    }

    main {
        padding: 0
    }

    .contain {
        width: 85vw
    }

    .main-page {
        margin-top: 75pt
    }
}
.wf-flex.jobs {}
@media only screen and (max-width:1024px) {
    .cd-secondary-nav-link span {
        display: none
    }

    .cd-secondary-nav-link {
        text-align: center;
        text-transform: none;
        font-weight: 900
    }

    .wf-flex.jobs {
        margin: 0;
    }

}
@media only screen and (max-height:745px) {
    .wf-menu-info {
        position: relative;
        bottom: 0
    }

    .secondary-nav.is-visible {
        overflow-y: scroll
    }

    .references {
        /*position: relative!important*/
    }

    .next-to-each-other-content {
        -webkit-transform: translateX(999%) translateY(0);
        -ms-transform: translateX(999%) translateY(0);
        transform: translateX(999%) translateY(0)
    }

    .next-to-each-other-content.active {
        -webkit-transform: translateX(-15%) translateY(0);
        -ms-transform: translateX(-15%) translateY(0);
        transform: translateX(-15%) translateY(0)
    }
}
@media only screen and (max-width:601px) {
    .contact-content {
        margin: 0;
        padding: 0;
        max-height: none
    }

    .svg-anim-icons circle, .svg-anim-icons line, .svg-anim-icons path, .svg-anim-icons polygon, .svg-anim-icons polyline, .svg-anim-icons rect {
        stroke-dasharray: 0, 0;
        -webkit-animation: none;
        animation: none
    }
}
.display-IE-message {
    display: none
}
@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
    .wf-values .wf-flex-1 {
        margin: 5px 5px;
        padding: 35px;
        background-color: white;
    }
    .cd-auto-hide-header.is-hidden {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

    .display-IE-message {
        font-family: 'Open Sans', sans-serif;
        font-weight: 100;
        font-size: 1.5em;
        line-height: 1.4em;
        background: #000;
        text-align: center;
        padding: 25% 0;
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        color: #FFF;
        z-index: 9999999
    }

    .cd-logo {
        top: 15px
    }

    .alert-box {
        display: none
    }

    header.shrink .cd-logo {
        top: 7px
    }

    .about-graph {
        min-height: 40%;
        /*max-height: 40%*/
    }

    .about-graph line, .company-icon circle, .company-icon ellipse, .company-icon line, .company-icon path {
        stroke-dasharray: 0, 0
    }

    .company-icon {
        /*max-height: 20%*/
    }

    .svg-anim-icons circle, .svg-anim-icons line, .svg-anim-icons path, .svg-anim-icons polygon, .svg-anim-icons polyline, .svg-anim-icons rect {
        stroke-dasharray: 0, 0;
        -webkit-animation: none;
        animation: none
    }

    .contacts-flex {
        padding-bottom: 25%;
        padding-top: 5%
    }

    .next-to-each-other {
        cursor: pointer
    }

    .next-to-each-other-content {
        -webkit-transform: translateX(999%) translateY(-275%);
        -ms-transform: translateX(999%) translateY(-275%);
        transform: translateX(999%) translateY(-275%)
    }

    .active.next-to-each-other-content {
        -webkit-transform: translateX(30%) translateY(-275%);
        -ms-transform: translateX(30%) translateY(-275%);
        transform: translateX(30%) translateY(-275%)
    }

    .contactform {
        margin-top: 50px
    }
}
.wf-values .company-icon {
    max-height: 80px;
}
a[x-apple-data-detectors] {
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}
a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}
/* --------------------------------

1. Auto-Hiding Navigation - Simple

-------------------------------- */
.cd-auto-hide-header {
    position: fixed;
    /*border-bottom: 2px solid rgba(0, 0, 0, 0.1);*/
    z-index: 3;
    top: 0;
    /* left: 0; */
    width: 100%;
    height: 60px;
    /*background-color: #EDEDED;*/
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
}
.cd-auto-hide-header::after {
    clear: both;
    content: "";
    display: block;
}
.cd-auto-hide-header.is-hidden {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
@media only screen and (min-width: 1024px) {
    .cd-auto-hide-header {
        height: 80px;
    }
}
.cd-auto-hide-header .logo, .cd-auto-hide-header .nav-trigger {
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.cd-auto-hide-header .logo {
    left: 5%;
}
.cd-auto-hide-header .logo a, .cd-auto-hide-header .logo img {
    display: block;
}
.cd-auto-hide-header .nav-trigger {
    /* vertically align its content */
    display: table;
    height: 100%;
    padding: 0 1em;
    text-transform: uppercase;
    /* color: #25283D; */
    right: 0;
    /* border-left: 1px solid #f2f2f2; */
}
.cd-auto-hide-header .nav-trigger span {
    /* vertically align inside parent element */

    display: table-cell;
    vertical-align: middle;
}
.cd-auto-hide-header .nav-trigger em, .cd-auto-hide-header .nav-trigger em::after, .cd-auto-hide-header .nav-trigger em::before {
    /* this is the menu icon */
    display: block;
    position: relative;
    height: 2px;
    width: 22px;
    background-color: #d1c336;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.cd-auto-hide-header .nav-trigger em {
    /* this is the menu central line */

    margin: 6px auto 14px;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
}
.cd-auto-hide-header .nav-trigger em::before, .cd-auto-hide-header .nav-trigger em::after {
    position: absolute;
    content: '';
    left: 0;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}
.cd-auto-hide-header .nav-trigger em::before {
    /* this is the menu icon top line */

    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}
.cd-auto-hide-header .nav-trigger em::after {
    /* this is the menu icon bottom line */

    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
}
@media only screen and (min-width: 1024px) {
    .cd-auto-hide-header .nav-trigger {
        display: none;
    }
}
.cd-auto-hide-header.nav-open .nav-trigger em {
    /* transform menu icon into a 'X' icon */

    background-color: rgba(255, 255, 255, 0);
}
.cd-auto-hide-header.nav-open .nav-trigger em::before {
    /* rotate top line */

    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.cd-auto-hide-header.nav-open .nav-trigger em::after {
    /* rotate bottom line */

    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cd-primary-nav {
    /* display: inline-block; */
    /* float: right; */
    /* height: 100%; */
    /* padding-right: 5%; */
}
.cd-primary-nav>ul {
    position: absolute;
    z-index: 2;
    top: 60px;
    /* left: 0; */
    width: 100%;
    /*background-color: #E4E4E4;*/
    display: block;
    /*box-shadow: 0 14px 20px rgba(0, 0, 0, 0.2);*/
}
.cd-primary-nav>ul a {
    /* target primary-nav links */

    display: block;
    height: 50px;
    line-height: 35px;
    padding-left: 5%;
    /*border-top: 1px solid #f2f2f2;*/
    text-transform: uppercase;
    font-weight: 900;
    color: white;
    text-decoration: none;
}
.cd-primary-nav>ul a:hover, .cd-primary-nav>ul a.active {
    color: #77777c;
}
@media only screen and (min-width: 1024px) {
    .cd-primary-nav {
        /* vertically align its content */
        display: table;
    }

    .cd-primary-nav>ul {
        /* vertically align inside parent element */
        display: block;
        /*vertical-align: middle;*/
        /* reset mobile style */
        position: relative;
        width: auto;
        top: 0;
        padding: 0;
        background-color: transparent;
        box-shadow: none;
    }

    .cd-primary-nav>ul::after {
        clear: both;
        content: "";
        display: block;
    }

    .cd-primary-nav>ul li {
        display: inline-block;
        float: left;
        margin-right: 1.5em;
        position: relative;
    }

    .cd-primary-nav>ul li:last-of-type {
        margin-right: 0;
    }

    .cd-primary-nav>ul a {
        /* reset mobile style */
        height: auto;
        line-height: normal;
        padding: 0;
        border: none;
    }
}
.nav-open .cd-primary-nav ul, .cd-primary-nav ul:target {
    /*
  	show primary nav - mobile only
  	:target is used to show navigation on no-js devices
  */

    display: block;
}
@media only screen and (min-width: 1024px) {
    .nav-open .cd-primary-nav ul, .cd-primary-nav ul:target {
        display: table-cell;
    }
    .feet {
      width: 100%;
      height: 350px;
      position: fixed;
      left: 0;
      bottom: 0;
      z-index: -1;
    }
}

.feet ul {
    list-style-type: none;
    margin: 0;
}
.feet li {
    line-height: 2em;
}
.feet hr {
    height: 1px;
    border: 0;
    border-top: 1px solid #d6d6d6;
    margin: 1em 0;
    padding: 0;
}
.feet h2 {
    text-align: left!important;
}
footnote {
    padding-bottom: 50px;
}
@media screen and (min-width: 1024px) {
#cd-navigation li:hover ul {
    display: block;
}
#cd-navigation li ul {
  display: none;
  position: absolute;
  margin-top: 16px;
  padding: 19px 0 0 0;
  width: calc(100% + 120px);
}
#cd-navigation li ul li {
  clear: both;
  width: 100%;


}
#cd-navigation li ul li:hover {
  background: rgba(41, 41, 41, .65);

}
#cd-navigation li ul li a {
  color: white;
  text-transform: none;
font-weight: 500;
width: 100%;

text-align: left;
font-size: .9em;
background: rgba(41, 41, 41, .95);
padding: 10px;
}
#cd-navigation li ul li:hover a{
  color: #8F3985;

}
.cd-primary-nav>ul{
  position: absolute;
  right: 5%;
  margin-top: 2px;
  /* left: initial; */
  text-transform: none;
}
.upper-nav {
      font-size: 0.8em;
}
.upper-nav li a {
    text-transform: capitalize;
    font-weight: 600;
    color: white;
}
header.shrink nav {
  width: 100%;
}
.cd-primary-nav {
  width: 100%;
}
.coverup {
  display: none;

}
article {
  padding: 24px 0;

  /*margin-bottom: 350px;*/

}


}
@media screen and (max-width: 1024px) {
  .values-slogan {
      font-size: 4em;
    }
.nav-open .cd-primary-nav ul {
  -webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
transition: all 400ms
}
.cd-primary-nav>ul a {
  height: 30px;
}
.cd-logo {
  max-width: 150px;
margin: 1em;
}
.cd-primary-nav>ul a {
    text-align: left;
    text-transform: capitalize;
    font-weight: 500;
}

 .cd-primary-nav ul li ul {
    position: relative;
    /*margin: 0 2em;*/
    font-size: 0.8em;
}
.coverup.cover {
  transform: translateX(0);

    transition: all 300ms;
    -webkit-transition: all 300ms;
    -ms-transition: all 300ms;
}
.coverup {
  position: fixed;
  width: 100%;
  height: calc(100% + 100px);
  margin-top: -100px;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
background: black;
transform: translateX(100%);
transition: all 300ms;
-webkit-transition: all 300ms;
-ms-transition: all 300ms;
display: block;
}
.feet {
  height: 100%;
  position: relative;
}
article {
  padding: 16px 0;

margin-bottom: 0px;
  height: 100%;
}
.clientsList ul li {
  margin-left: 0;
}
.cd-logo {
  max-width: 60px;
}
.cd-logo svg {
  max-height: 50px;
}
.cd-auto-hide-header {
  height: 70px;
}

}
article {
z-index: 2;
/*background: #ededed;*/
position: relative;
/*box-shadow: black 4px 5px 40px;*/
}
.vanonder {
  border-top: 2px solid #D1C337;
  background-image: url(../img/svgs/markers-opacity.svg);
      background-repeat: no-repeat;
      background-color: #303438;
      color: #989898;
      background-size: 1600px;
      background-position: -800px 100px;
      transform: translateY(0);
      transition: all 300ms linear;

}
.vanonder h3, .vanonder h3 a {
  color: white;
  font-weight: 900;
  text-decoration: none;
  /*font-size: 26px;*/
}

.vanonder ul {
  list-style: none;
margin: 0;
    font-family: Source Code Pro, monospace;
        text-shadow: #77777c 1px 0px 0px;
}

.vanonder ul li a {
    color: #989898;
    text-decoration: none;
}
.vanonder ul li a:hover {
  color: #f1f1f1;
  text-decoration: none;
  -webkit-transition: all .3s cubic-bezier(.55, 0, .1, 1);
  transition: all .3s ease transition: all .3s cubic-bezier(.55, 0, .1, 1)
}
.animate {
  transform: translateY(600px);
}
select.unselected {
  color: #a9a9a9;
  font-size: 1.1em;
}

.quoteAuthor {
  width: 100%;
line-height: 0;
text-align: center;
padding: 14px 0;
max-width: 750px;
margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .speechbubble-contain {
    background: url("../img/textarrow.png");
  background-repeat: no-repeat;
  background-position: 80% 80%;
  }
  .speechbubble {
    background: url("../img/textballon.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-size: 100%;
    text-align: center;
    background-position: 0% 80%;
    margin: 0 auto;
    padding: 80px;
  }
  .vanonder {
  background-image: url(../img/svgs/markers-01.svg);
}
.wf-fifth {
  max-width: 25%;
  margin: 0 auto;
}


}
.clientInfo p {
    text-align: left!important;
}
