/*
Theme Name: GreyRaven
Author: ProdaCom
Author URI: https://www.prodacom.nl/
Version: 1.1

#fff
#b4b2b5
#000
*/

body {
    margin: 0;
    font-family: Open Sans;
    color: #333333;
}

body.nav-top {
    padding-top: 157px;
}

p {
    font-size: 16px;
    line-height: 24px;
}
.content {
    overflow: hidden;
}
.content p {
    margin: 0 0 22px;
}
h1, h2, h3, h4, h5 {
    font-family: Hind;
    margin-top: 0;
    line-height: 1;
}
.whatwedo-block h2, .news-block h2 {
    font-size: 40px;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 28px;
}
.content h2 {
    margin-bottom: 16px;
}
h3 {
    font-size: 32px;
}

hr {
    border: 0;
    height: 2px;
    background-color: #000;
}
input:focus, textarea:focus, select:focus {
    outline: 0;
}
.container {
    width: 100%;
    max-width: 1100px;
    padding: 0 15px;
    margin: 0 auto;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #f9c100;
}

.gallery-columns-0 .gallery-item {
    width: 100%;
}
.gallery-columns-1 .gallery-item {
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery-columns-3 .gallery-item {
    width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    width: 25%;
}
.gallery-columns-5 .gallery-item {
    width: 20%;
}
.gallery-columns-6 .gallery-item {
    width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    width: 11.11%;
}

.gallery {
    clear: both;
    overflow: hidden;
    margin: 0 auto;
}

.gallery .gallery-item {
    overflow: hidden;
    float: left;
    margin: 0 0 22px;
    list-style: none;
    text-align: center;
}

.gallery img {
    max-width: 96%;
    height: auto;
}

.gallery-caption {
    font-size: 11px;
    font-weight: normal;
    font-style: italic;
}

.btn, form input[type=submit] {
    padding: 10px 18px;
    color: #fff;
    background-color: #f9c100;
    text-decoration: none;
    border-radius: 2px;
    float: left;
    border: 0;
    cursor: pointer;

    -webkit-transition: background-color 400ms;
    -moz-transition: background-color 400ms;
    -ms-transition: background-color 400ms;
    -o-transition: background-color 400ms;
    transition: background-color 400ms;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn:hover, form input[type=submit]:hover {
    background-color: #ffd42a;
}

.grid {
    margin: 0 -15px;
    overflow: hidden;
}

[class^="col"] {
    min-height: 1px;
    float: left;
    padding: 0 15px;
    overflow: hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.col4 {
    width: 25%;
}

.col3 {
    width: 33.3333%;
}

.col2 {
    width: 50%;
}

.col23 {
    width: 66.6666%;
}

.col34 {
    width: 75%;
}

.block {
    padding: 80px 0;
    position: relative;
}

.left-half {
    position: absolute;
    top: 80px;
    right: 50%;
    bottom: 80px;
    left: 0;

    margin-right: 15px;
}

.cover {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.grey-block {
    background-color: #efefef;
}

.center-block {
    text-align: center;
}

.circle-wrapper {
    float: right;
    max-width: 50%;
    padding-left: 20px;
    box-sizing: border-box;
    font-size: 26px;
    font-family: Hind;
    margin-top: 20px;
}

.circle-wrapper > div {
    overflow: hidden;
}

.circle {
    display: block;
    width: 100%;
    max-width: 210px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.circle span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    padding: 16px 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    font-size: 21px;
    text-transform: uppercase;

    -webkit-transition: background-color 400ms;
    -moz-transition: background-color 400ms;
    -ms-transition: background-color 400ms;
    -o-transition: background-color 400ms;
    transition: background-color 400ms;
}

.circle img {
    width: 100%;
    display: block;
}

.circle::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    -webkit-transition: background-color 400ms;
    -moz-transition: background-color 400ms;
    -ms-transition: background-color 400ms;
    -o-transition: background-color 400ms;
    transition: background-color 400ms;

    /*background-color: red;*/
}

.circle:hover::after {
    background-color: rgba(249, 193, 0, 0.9);;
}

.circle:hover span {
    background-color: transparent;
}
.black-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background-color: rgba(0, 0, 0, 0.2);
}

.nav {
    background-color: #fff;
    height: 152px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
}

.nav > .inner {
    padding: 16px 0;
}
.nav .logo {
    height: 84px;
}
.nav .logo-responsive {
    display: none;
    height: 84px;
}
.nav .links {
    position: absolute;
    right: 15px;
    bottom: -16px;
}

.nav .links .link {
    float: left;
    position: relative;
}
.nav .links .link a, .nav .links .link span {
    display: block;
    padding: 8px 16px 6px;
    text-decoration: none;
    font-family: Hind;
    font-size: 15px;

    color: #000;
    background-color: #fff;

    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    -ms-transition: background-color 300ms ease-out;
    -o-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
}
.nav .links .link a:hover {
    background-color: #efefef;
}
.nav .links .link:hover .dropdown, .nav .links .dropdown:hover {
    display: block;
}
.nav .links .link a.cur {
    background-color: #000;
    color: #fff;
}
.nav .links .link i {
    margin-left: 6px;
}
.nav .hamburger {
    padding: 0;
    position: absolute;
    right: 15px;
    bottom: 0;
}

.nav .hamburger {
    outline: 0 !important;
    display: none;
}

.nav .hamburger-box {
    width: 46px;
}

.nav .hamburger .hamburger-inner, .nav .hamburger .hamburger-inner::before, .nav .hamburger .hamburger-inner::after {
    border-radius: 0;
    height: 5px;
    width: 46px;
}

.nav .hamburger .hamburger-inner::before {
    top: -12px;
}

.nav .hamburger .hamburger-inner::after {
    top: -24px;
}
.nav .container {
    position: relative;
}

.nav .lang-selector {
    position: absolute;
    top: 10px;
    right: 15px;
}

.nav .lang-selector > * {
    float: left;
}

.nav .lang-selector select {
    border: 0;
    font-size: 15px;
    margin-left: 4px;
    background-color: transparent;
}

.nav .lang-selector > img {
    margin-top: -6px;
}

.nav .lang-selector .lang-dropdown {
    display: none;
}
.nav .lang-selector .current_lang {
    display:block;
}
.nav .subtitle {
    background-color: #000;
    color: #b4b2b5;
    padding: 5px 0;
    font-family: Hind;
    height: 36px;
    box-sizing: border-box;
}
.nav .subtitle strong {
    color: #fff;
    font-size: 15px;
    margin-right: 12px;
}
.footer {
    background-color: #b4b2b5;
    background-image: url("img/footer.jpg");
    color: #f3f3f3;

    -webkit-background-size: cover;
    background-size: cover;
}
.footer .inner {
    background-color: rgba(93, 93, 93, 0.8);
    padding: 60px 0;
}
.footer > .container {
    padding: 40px 15px;
}

.footer .grid .col3 {
    font-family: Hind;
    line-height: 34px;
    font-size: 17px;
}
.footer .grid .col3 strong {
    text-transform: uppercase;
}
.footer .grid .col3 i {
    width: 26px;
    display: inline-block;
}
.footer .title {
    font-size: 26px;
    font-family: Hind;
    font-weight: 400;
    text-align: center;
    display: block;
    color: #fff;
}

.footer.block {
    padding-bottom: 0;
}

.footer img {
    width: 100%;
    max-width: 280px;
    margin-top: 32px;
    float: right;
}

.footer .bottom {
    padding: 30px 0;
    background-color: #000;
}

.footer .bottom h4 {
    margin-bottom: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}

.footer .bottom a {
    color: #ccc;
    padding-left: 8px;
    margin-left: 6px;
    border-left: 1px solid #ccc;
    text-decoration: none;
    font-size: 13px;
}

.footer .bottom a:first-child {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
}

.footer .bottom .col2:last-child {
    text-align: right;
}

.footer .form-row {
    overflow: hidden;
    margin-bottom: 8px;
}

.footer .form-row label {
    color: #fff;
    font-family: Hind;
    font-size: 17px;
}

.footer .form-row input, .footer .form-row textarea {
    border: 0;
    padding: 8px 8px;
    width: 100%;
}

.footer .form-row textarea {
    height: 120px;
}

.footer form .btn {
    float: right;
    width: 100px;
    margin-top: 10px;
}

.home-slider, .home-slider .slide {
    height: 600px;
    /*overflow: hidden;*/
}

.home-slider .inner {
    opacity: 0;

    -webkit-transition: opacity 1400ms;
    -moz-transition: opacity 1400ms;
    -ms-transition: opacity 1400ms;
    -o-transition: opacity 1400ms;
    transition: opacity 1400ms;
}

.home-slider .active .inner {
    opacity: 1;
}

.home-slider .slide {
    position: relative;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    background-position: center center;
}

.home-slider .slide .container {
    height: 100%;
    position: relative;
}

.home-slider .slide .inner {
    position: absolute;
    left: 15px;
    right: 15px;
    text-align: center;
}

.home-slider .slide .inner strong {
    font-family: Hind;
    display: block;
    font-size: 60px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 14px;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 8px 12px 0;
}

.home-slider .slide .inner p {
    /*background-color: rgba(0, 0, 0, 0.5);*/
    /*color: #fff;*/
    /*padding: 12px 26px;*/
    /*margin: 0;*/
    /*display: inline-block;*/
    /*font-size: 17px;*/
    /*max-width: 74%;*/

    background-color: rgb(255, 255, 255);
    padding: 14px 26px;
    margin: 0;
    display: inline-block;
    font-size: 16px;
    max-width: 74%;
}

.home-slider .owl-pagination {
    position: absolute;
    right: 0;
    bottom: 20px;
    left: 0;
    text-align: center;
}

.home-slider .owl-pagination .owl-page {
    width: 14px;
    height: 14px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    display: inline-block;
    margin: 10px 4px;
}

.home-slider .owl-pagination .owl-page.active {
    background-color: #fff;
}

.home-slider .owl-prev {
    left: 20px;
}

.home-slider .owl-next {
    right: 20px;
}

.home-slider .owl-prev, .home-slider .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 80px;
    width: 80px;
    height: 80px;
    text-align: center;
    color: #fff;
}

.news-item {
    overflow: hidden;
    margin-bottom: 50px;
}

.news-item hr {
    background-color: #f9c100;
    width: 80px;
    margin-left: 0;
    overflow: hidden;
}

.news-item h3 {
    font-size: 19px;
    line-height: 23px;
    font-family: Hind;
    overflow: hidden;
}

.news-item p {
    margin-top: 0;
    overflow: hidden;
}

.news-item .btn {
    float: right;
}
.news-item img {
    float: left;
    border-radius: 50%;
    margin-right: 40px;
}
.news-archive-link {
    font-size: 19px;
    font-family: Hind;
    text-decoration: none;
}
.news-archive-link i {
    margin-right: 10px;
}
.page-top {
    height: 440px;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    background-position: center center;
    
    overflow: hidden;
}

.page-top .container {
    position: relative;
    height: 100%;
}

.page-top .inner {
    margin-top: 220px;
    /*transform: translateY(-50%);*/
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 18px 24px 12px;
}

.page-top .inner h1 {
    margin: 0;
    font-size: 56px;
    line-height: 60px;
    text-transform: uppercase;
    font-weight: 400;

    word-wrap: break-word;
    overflow-wrap: break-word;

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.page-top .inner h1.long-title {
    font-size: 46px;
    line-height: 50px;
}

.machine-block .btn {
    margin-top: 26px;
    width: 200px;
    text-align: center;
}
.machine-block:nth-child(even) {
    background-color: #efefef;
}
.machine-block:nth-child(odd) .col4 {
    float: right;
}

.machine-block img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.machine-block h2 {
    font-size: 32px;
}
.contact-block .inner {
    padding: 40px;
    background-color: #fff;
    overflow: hidden;
}
.contact-block h3 {
    font-size: 28px;
}
.contact-block .btn {
    width: 100%;
    font-size: 18px;
}
.contact-block .btn i {
    margin-right: 10px;
    font-size: 21px;
}
.grey-block + .contact-block, .machine-block:nth-child(even) + .contact-block {
    background-color: #fff;
}
.grey-block + .contact-block .inner, .machine-block:nth-child(even) + .contact-block .inner {
    background-color: #efefef;
}
.crumbs {
    overflow: hidden;
    margin-bottom: 24px;
}
.crumbs span {
    margin-right: 20px;
    float: left;
}
.crumbs span, .crumbs span a {
    position: relative;
    color: #8a8a8a;
}
.crumbs span a {
    text-decoration: underline;
}
.crumbs span::after {
    content: '/';
    position: absolute;
    right: -13px;
    top: 0;
}
.crumbs span:last-child {
    margin-right: 0;
}
.crumbs span:last-child::after {
    content: '';
}

.machine-slider img, .machine-gallery img {
    width: 100%;
}
.machine-slider {
    margin-bottom: 40px;
}
.machine-slider .zoom {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    text-align: center;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    padding-top: 42px;
    background-color: rgba(0, 0, 0, 0.5);

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    opacity: 0;

    -webkit-transition: opacity 400ms;
    -moz-transition: opacity 400ms;
    -ms-transition: opacity 400ms;
    -o-transition: opacity 400ms;
    transition: opacity 400ms;
}
.machine-slider .zoom i {
    font-size: 54px;
    color: #fff;
}
.machine-slider .owl-item > div {
    position: relative;
}
.machine .owl-item > div:hover .zoom {
    opacity: 1;
}
.machine iframe {
    margin-bottom: 40px;
}
.machine .btn {
    width: 100%;
    text-align: center;
    font-size: 17px;
}
.machine-gallery {
    margin-bottom: 30px;
}
.machine-gallery .col3 {
    margin-bottom: 10px;
}
.machine-gallery img {
    cursor: pointer;
}
.pagenotfound-block .btn {
    float: none;
}
.pagenotfound-block h1 {
    font-size: 154px;
    line-height: 128px;
    margin: 30px 0 40px;
}
.img-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    z-index: 1001;
    background-color: rgba(0, 0, 0, 0.5);
}
.img-overlay, .img-overlay * {
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.img-overlay img {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    max-height: 94%;
    max-width: 94%;
    top: 50%;
    transform: translateY(-50%);
}
.img-overlay i {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 44px;
    width: 60px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.5);
}
.img-overlay .ion-ios-arrow-left, .img-overlay .ion-ios-arrow-right {
    top: 50%;
    left: auto;
    right: auto;
    transform: translateY(-50%);
}
.img-overlay .ion-ios-arrow-left {
    left: 20px;
}
.img-overlay .ion-ios-arrow-right {
    right: 20px;
}
.sub-block .circle-wrapper {
    float: left;
}
.sub-block .circle {
    margin: 0 auto;
}
.alignleft {
    float: left;
    margin-right: 14px;
}
.alignright {
    float: right;
    margin-left: 14px;
}
.prodacom {
    font-size: 13px;
}

form input[type=text], form input[type=tel], form input[type=email], form input[type=number], form textarea, form select {
    padding: 0 8px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #000;
    width: 100%;
    max-width: 500px;
}
form textarea {
    height: 140px;
}
form input:focus {
    outline: 0;
    border: 2px solid #f9c100;
}

@media screen and (min-width: 981px) {
    .nav .links .dropdown {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 160px;
        padding: 20px 0 0;
        display: none;
        z-index: 998;
    }
    .nav .links .dropdown .inner {
        padding: 10px 0;
        background-color: #fff;
        -webkit-box-shadow: 0px 0px 22px -10px #717171;
        -moz-box-shadow: 0px 0px 22px -10px #717171;
        box-shadow: 0px 0px 22px -10px #717171;
    }
    .nav .links .dropdown .ion-android-arrow-dropup {
        position: absolute;
        top: -3px;
        left: 22px;
        font-size: 40px;
        line-height: 20px;
        color: white;
        overflow: hidden;
    }
    .nav .links .dropdown a {
        white-space: nowrap;
        margin-left: 0;
    }
}
@media screen and (max-width: 980px) {
    .nav .links {
        /*display: none;*/

        position: fixed;
        left: 0;
        bottom: 100%!important;
        right: 0;
        display: block;
        background-color: #fff;
        z-index: 999;
        top: 152px;
        overflow: hidden;
        overflow-y: auto;

        -webkit-transition: bottom 400ms, padding 400ms;
        -moz-transition: bottom 400ms, padding 400ms;
        -ms-transition: bottom 400ms, padding 400ms;
        -o-transition: bottom 400ms, padding 400ms;
        transition: bottom 400ms, padding 400ms;
    }
    .nav .links .dropdown {
        height: auto;
    }
    .nav .links.active {
        bottom: 0!important;
        padding: 10px 20px;
    }
    .nav .links * {
        font-size: 19px!important;
    }
    .nav .links .dropdown a {
        padding-left: 60px;
    }
    .nav .links .dropdown .inner .ion-android-arrow-dropup {
        display: none;
    }
    .nav .links .link {
        float: none;
    }
    .nav .hamburger {
        display: block;
        float: right;
        margin-top: 40px;
    }

    .news-block .left-half {
        display: none;
    }
    .news-block .grid .col2 {
        width: 100%;
    }
    .news-block .grid .col2:first-child {
        display: none;
    }
    .page-top {
        height: 340px;
    }
    .page-top .container {
        position: relative;
    }
    .page-top .inner {
        position: absolute;
        margin-top: 0;
        top: 50%;
        left: 15px;
        right: 15px;
        transform: translateY(-50%);
    }
    .page-top .inner h1 {
        font-size: 44px;
        line-height: 54px;
    }
}

@media screen and (min-width: 721px) {
    .lang-selector .lang-dropdown {
        display: none!important;
    }

    .nav.fixed {
        position: fixed;
        height: auto;
    }
    .nav.fixed .links {
        bottom: 0;
    }
    .nav.fixed .lang-selector {
        display: none;
    }
    .nav .logo, .nav .logo-responsive {
        -webkit-transition: height 400ms, margin 400ms;
        -moz-transition: height 400ms, margin 400ms;
        -ms-transition: height 400ms, margin 400ms;
        -o-transition: height 400ms, margin 400ms;
        transition: height 400ms, margin 400ms;
    }
    .nav.fixed .logo, .nav.fixed .logo-responsive {
        height: 64px;
        margin: 6px 0;
    }
    .nav.fixed .subtitle .container {
        display: none;
    }
    .nav.fixed .subtitle {
        padding: 0;
        height: 6px;
    }
    .nav.fixed .inner {
        padding: 0;
    }
    .nav.fixed .hamburger {
        bottom: 16px;
    }

    .nav.fixed > .inner > .container > .links.active {
        top: 82px;
    }

    .home-slider .slide .inner {
        bottom: 76px;
    }
}

@media screen and (max-width: 720px) {
    /* new settings */
    body.nav-top {
        padding-top: 75px;
    }

    .nav {
        height: 75px;
    }

    .nav .logo {
        height: 51px;
        margin-bottom:0px;

    }

    .nav .links {
        top: 75px;
    }

    .nav > .inner {
        padding: 9px 0;
    }

    .nav .hamburger {
        bottom: 12px;
    }

    .nav .hamburger-box {
        width: 31px;
    }

    .nav .hamburger .hamburger-inner, .nav .hamburger .hamburger-inner::before, .nav .hamburger .hamburger-inner::after {
        height: 4px;
        width: 30px;
    }

    .nav .hamburger .hamburger-inner::before {
        top: -10px;
    }

    .nav .hamburger .hamburger-inner::after {
        top: -20px;
    }

    .nav .lang-selector select {
        display:none;
    }

    .nav .lang-selector > img {
        position: absolute;
        margin-top: 1px;
        padding: 0px 4px;
        display: block;
    }

    .nav .lang-selector .current_lang {
        right: 50px;
        border: 2px solid #000;
        margin-top: -1px;
        display: block;
    }

    .nav .lang-selector .lang_imgs {
        right: 52px;
    }

    .nav .subtitle {
        height: 6px;
        padding: 0;
    }

    .lang-dropdown {
        display: none;
        position: absolute;
        top: 28px;
        right: 50px;
        padding: 20px 0 0;
        z-index: 1000;

    }

    .lang-inner {
        width: 150px;
        height: 43px;
        background-color: #fff;
        box-shadow: 0px 0px 22px -6px #717171;
    }

    .lang-arrow {
        position: absolute;
        top: -5px;
        right: 13px;
        font-size: 40px;
        line-height: 20px;
        color: #fff;
        overflow: hidden;
        margin-left: 6px;
    }
    .lang-dropdown .lang-inner img {
        margin-top: 6px;
    }

    .lang-dropdown .lang-inner a {
        float: left;
        display: block;
        width: 33.3333%;
        height: 43px;
        text-align: center;
    }

    .home-slider .slide .inner {
        top: 50%;
        transform: translateY(-50%);
    }

    .home-slider .slide .inner p {
        display: none;
    }

    .home-slider .owl-prev, .home-slider .owl-next {
        top: inherit;
        bottom: -21%;
        font-size: 50px;
    }

    .home-slider, .home-slider .slide {
        height: 275px;
    }

    /* END new settings */

    .nav .subtitle .container {
        display: none;
    }

    .footer .grid .col3 {
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }
    .footer img {
        float: none;
        margin: 0 auto;
    }
    .footer .bottom .col2 {
        width: 100%;
    }

    .home-slider .slide .inner strong {
        font-size: 36px;
        line-height: 51px;
        margin: 0 12px 56px;
    }
    .machine > .grid > .col2 {
        width: 100%;
    }
    .machine > .grid > .col2:first-child {
        padding: 0;
    }
    .machine-gallery {
        padding: 0 15px;
    }
    .whatwedo-block .col2 {
        width: 100%;
    }
    .circle-wrapper {
        width: 50%;
        padding: 0 15px;
    }
    .circle-wrapper .circle {
        margin: 0 auto;
    }
    .machine-block .grid .col34, .machine-block .grid .col4 {
        width: 100%;
        float: none;
    }
    .machine-block img {
        max-width: 300px;
        margin: 0 auto 20px;
        display: block;
    }
    .page-top {
        height: 240px;
    }
}
@media screen and (max-width: 560px) {
    .contact-block h3 {
        font-size: 22px;
    }
    .contact-block .col2 {
        width: 100%;
    }
    .contact-block .col2 {
        margin-top: 10px;
    }
    .circle-wrapper {
        width: 100%;
        max-width: 100%;
    }
    .news-item img {
        float: none;
        display: block;
        margin: 0 auto 20px;
    }
    .page-top .inner h1 {
        font-size: 34px;
        line-height: 36px;
    }
    .page-top .inner h1.long-title {
        font-size: 30px;
        line-height: 32px;
    }
}

@media screen and (max-width: 480px) {
    h1, .whatwedo-block h2, .news-block h2 {
        font-size: 32px;
    }
    .home-slider .slide .inner strong {
        font-size: 32px;
        line-height: 47px;
    }
}

@media screen and (max-width: 360px) {
    /* new settings */
    body.nav-top {
        padding-top: 68px;
    }

    .nav {
        height: 68px;
    }

    .nav .logo {
        height: 44px;

    }

    .nav .links {
        top: 68px;
    }

    .nav .hamburger {
        bottom: 10px;
    }

    .nav .hamburger .hamburger-inner::before {
        top: -9px;
    }

    .nav .hamburger .hamburger-inner::after {
        top: -18px;
    }

    /* TO DO: zorgen dat hij netjes opent */
    .nav .lang-selector select {
        display:none;
    }

    .nav .lang-selector > img {
        margin-top: -6px !important;
    }

    .nav .lang-selector .current_lang {
        right: 44px;
    }

    .lang-dropdown {
        top: 20px;
    }
    /* END new settings */
}

@media screen and (max-height: 508px) {
    .nav .links * {
        font-size: 15px!important;
        line-height: 20px!important;
    }
}