﻿


body {
    padding-top: 125px;
    padding-bottom: 0;
    font-family: "Roboto", sans-serif;
    font-size: 2rem;
}

img {
    max-width: 100%;
}

/*Navbar*/

.navbar {
    height: auto;
    background: #fff;
    border-bottom: 3px solid #f4f4f4;
}

.navbar-brand {
    height: 85px;
    padding: 0;
}

    .navbar-brand img {
        height: 25px;
        margin: 30px 0;
    }

.navbar-nav {
    float: right;
}

    .navbar-nav .social {
        margin: 30px 0;
    }

        .navbar-nav .social img {
            max-height: 25px;
        }

.breadcrumbs {
    background: #f4f4f4;
    font-size: 1.5rem;
}

    .breadcrumbs .container {
        padding: 5px 0;
    }

.nav-menu-links {
    padding-top: 75px;
}

    .nav-menu-links a {
        font-size: 1.5rem;
        color: #000;
    }

        .nav-menu-links a:hover {
            color: #00B259;
        }

.icon-bar {
    background: #555 !important;
}
/*Footer*/

footer {
    text-align: center;
    margin-right: -15px;
    margin-left: -15px;
    font-size: 1.5rem;
}

    footer table {
        margin: auto;
        width: auto;
    }

        footer table td {
            width: auto;
        }

            footer table td img {
                max-height: 150px;
            }

        footer table img {
            max-width: 100%;
        }

    footer .logo {
        height: 25px;
        margin-top: 30px;
    }

    footer .social {
        margin: 30px 0;
    }

        footer .social img {
            max-height: 50px;
            margin: 0 10px;
        }

    footer .footer-base table {
        width: 100%;
    }

.footer-base {
    background: #f4f4f4;
    padding: 15px;
}

    .footer-base p {
        margin: 0;
    }

    .footer-base .footer-copy {
        text-align: left;
    }

    .footer-base .footer-links {
        text-align: right;
    }

.footer-outer {
    width: 20%;
}

/*Page style*/
.top-bg {
    height: 70vh;
    background-size: cover;
    margin: 0 -15px;
}

.top-title {
    color: #fff;
    font-size: 6rem;
    margin-top: 10%;
}

.top-copy {
    color: #fff;
    font-size: 3.6rem;
}

.careers-areas {
    margin: 0 -15px;
    background: #000;
    text-align: center;
}

.careers-facts {
    margin: 0 -15px;
    background: #00B259;
    text-align: center;
}

.big-text {
    font-size: 4rem;
}

/*Vacancies Table*/

.vacancies {
    font-size: 2rem;
    margin: 0 -15px 15px;
    padding: 0;
}

    .vacancies .header-row {
        background: #00B259;
        color: #fff;
    }

    .vacancies table {
        width: 100%;
    }

    .vacancies th {
        padding: 10px 20px 10px 0;
    }

    .vacancies td {
        padding: 40px 20px 40px 0;
        vertical-align: top;
    }

.vacancy-button {
    padding-top: 35px;
}


table .spacer {
    width: 10vw;
}

.dark-row {
    background: #f4f4f4;
}

.vacancy-details {
    display: block;
    width: 120px;
    background: #707070;
    padding: 10px;
    text-align: center;
    border-radius: 30px;
    color: #fff;
    font-size: 1.4rem;
}

    .vacancy-details:hover {
        transition: 1s;
        background: #555;
        text-decoration: none;
        color: #fff;
    }

.vacancy-apply {
    display: block;
    width: 120px;
    background: #DC6F2E;
    padding: 10px;
    text-align: center;
    border-radius: 30px;
    color: #fff;
    font-size: 1.4rem;
}

    .vacancy-apply:hover {
        transition: 1s;
        background: #a85422;
        text-decoration: none;
        color: #fff;
    }

.job-filter {
    display: inline-block;
    width: 230px;
    background: #707070;
    padding: 10px;
    text-align: center;
    border-radius: 30px;
    color: #fff;
    font-size: 1.4rem;
    border: none;
}

    .job-filter:hover {
        transition: 1s;
        background: #555;
        text-decoration: none;
        color: #fff;
    }

.ytstill {
    background-size: cover;
    height: 257px;
    display: flex;
    padding: 0;
}

    .ytstill p, .ytstill a {
        opacity: 0;
        margin: auto;
        margin-right: 0;
        margin-bottom: 0;
        padding: 5px;
        color: #fff;
        background-color: #00b259;
        font-weight: 600;
        transition: 1s;
    }

    .ytstill:hover p, .ytstill:hover a {
        display: flex;
        opacity: 1;
        text-decoration: none;
    }

    .ytstill.customerservice {
        background-image: url('../Images/YTStills/1.png')
    }

    .ytstill.rentalmanager {
        background-image: url('../Images/YTStills/2.png')
    }

    .ytstill.itsupport {
        background-image: url('../Images/YTStills/3.png')
    }

    .ytstill.procurement {
        background-image: url('../Images/YTStills/4.png')
    }

    .ytstill.sales {
        background-image: url('../Images/YTStills/5.png')
    }

    .ytstill.purchaseledger {
        background-image: url('../Images/YTStills/6.png')
    }


    /*While links are broken enable overlay by defualt*/
    .ytstill p, .ytstill a {
        display: flex;
        opacity: 1;
        text-decoration: none;
    }

/*Media Queries*/


@media (min-width: 1400px) {
    .container {
        width: 1350px;
    }
}


@media (max-width: 1399px) {
    .container {
        width: 80%;
    }

    .vacancies {
        font-size: 1.6rem;
    }

    .big-text {
        font-size: 3.3rem;
    }
}


.hidden-desktop {
    display: none;
}

@media (max-device-width: 768px) {

    .hidden-desktop {
        display: unset;
    }
}

.FooterImagesWraper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.FooterImages {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    justify-content: space-evenly;
    align-items: center;
}

    .FooterImages img:nth-child(1) {
        width: 11%;
        height: 10%;
    }

    .FooterImages img:nth-child(2) {
        width: 5.6%;
        height: auto;
    }

    .FooterImages img:nth-child(3) {
        width: 7.5%;
        height: auto;
    }

    .FooterImages img:nth-child(4) {
        width: 7.5%;
        height: auto;
    }

    .FooterImages img:nth-child(5) {
        width: 12.5%;
        height: auto;
    }

    .FooterImages img:nth-child(6) {
        width: 7.2%;
        height: auto;
        margin-top: -5px;
    }

    .FooterImages img:nth-child(7) {
        width: 7.2%;
        height: auto;
        margin-top: -5px;
    }

    .FooterImages img:nth-child(8) {
        width: 7.2%;
        height: auto;
        margin-top: -5px;
    }

    .FooterImages img:nth-child(9) {
        width: 7.2%;
        height: auto;
        margin-top: -5px;
    }
    .FooterImages img:nth-child(10) {
        width:10%;
        height: auto;
       
    }