/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

/*@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;700&display=swap');*/

:root {
    --logo-width: 140px;
    --total-blue: #2355aa;
    --total-lightblue: #29539F;
    --total-skyblue: #2f8ad0;
    --total-green: #6DC731;
    --total-red: #ff0033;
    --world-move: 261px;
    --world2-move: 261px;
    --roll-highlight: #fff;
    --border-grey: #999999;
    --light-grey: #e9e9e9;
    --dark-grey: #666;

    --margin-neg: -18px;
}
body {
    font-size: 14px;
    line-height: 20px;
    color: #333;
    background-color: #fff;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.letter {
    border: 2px solid #666;
    border-radius: 10px;
    padding: 20px;
}

.no-margin {
    margin: 0;
}

.margin-botttom-only {
    margin: 0 0 10px;
}


.offscreen {
    position: absolute;
    clip: rect(1px 1px 1px 1px); /* for Internet Explorer */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
#manlogoarea2022 {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 92%;
    overflow: hidden;
    padding: 1rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
    #manlogoarea2022::-webkit-scrollbar {
        display: none;
    }
.logo-group {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 16.66666666666667%;
    scroll-snap-align: start;
}
.logo-block {
    display: grid;
    justify-content: space-between;
    grid-template-rows: min-content;
    gap: 1rem;
    align-items: center;
}
.logoimage {
    background-color: white;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
}
#manlogoinner {
    display: grid;
    grid-auto-flow: column;
    gap: 20px;
    justify-content: start;
}

.slide {
    overflow: hidden;
    margin-top: 0 !important;
}

.homePromo {
    height: auto;
    aspect-ratio: 666 / 215;
    background-color: #666;
    position: relative;
}
    .homePromo .slide {
        position: absolute;
        inset: 0;
        background-size: cover;
        background-color: #ccc;
        background-position: center;
    }

    .homePromo .slide.prod {
        display: flex;
        justify-content: space-around;
        flex-direction: column;
        align-items: center;
        flex-wrap: wrap;
        background: #fff;
        padding: 10px;
    }
        .homePromo .slide.prod * {
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }
        .homePromo .slide.prod .slidelogo {
            width: auto;
            height: 70px;
            margin-right: 10px;
        }
    .homePromo .slide.prod .descarea {
        width: 100%;
        padding: 0 20px;
        font-size: 1.3em;
        font-weight: bold;
        display: flex;
        gap: 3em;
        align-items: center;
        line-height: 1.4em;
        color: var(--total-blue);
    }
        .homePromo .slide.prod .prodbox {
            width: 23%;
            height: 90%;
            margin: 0;
            position: relative;
            border-radius: 10px;
            background-position: center;
            background-size: contain;
            background-repeat: no-repeat;
            background-origin: content-box;
            padding: 0 10px;
        }
            .homePromo .slide.prod .prodbox.isVid:after {
                content: '';
                width: 70px;
                height: 42px;
                border-radius: 7px;
                border: 2px solid white;
                background-color: #ff0000;
                background-image: url(/images/play.svg);
                background-repeat: no-repeat;
                background-position: center;
                background-size: 15px;
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
            }
            .homePromo .slide .label {
            position: absolute;
            width: 80%;
            max-width: 300px;
            left: 50%;
            transform: translateX(-50%);
            bottom: 0;
            border: 2px solid var(--total-blue);
            background: rgba(255,255,255,0.8);
            display: flex;
            flex-direction: column;
            border-radius: 10px;
            overflow: hidden;
            text-align: center;
            transition: 0.5s;
        }
        .homePromo .slide .title {
            background: var(--total-blue);
            color: #fff;
        }
        .homePromo .slide .price {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 1em;
        }
        .homePromo .slide .ptitle {
            width: 17px;
            text-align: left;
            font-size: 0.8em;
            line-height: 1em;
            color: #666;
        }
        .homePromo .slide .cost {
            font-size: 2em;
            font-weight: bold;
        }
        .homePromo .slide .price div {
            padding: 5px;
        }

    .homePromo .allslides {
        display: flex;
        width: 100%;
        flex: 1 1;
        overflow: hidden;
        overflow-x: auto;
        align-items: center;
        justify-content: center;
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none;
    }
        .homePromo .allslides::-webkit-scrollbar {
            display: none;
        }
        .homePromo .allslides > * {
            flex-shrink: 0;
            flex-basis: 270px;
            border-radius: 10px;
            overflow: hidden;
        }
        .homePromo .allslides > a {
            transition: 0.5s;
            border: 2px solid transparent;
        }
        .homePromo .allslides > a:hover {
            border-color: var(--total-blue);
        }
        .homePromo .allslides > a:hover .label {
            bottom: 1em;
        }


.full-vid-w {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
    margin: 0 !important;
}

.red-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--total-green);
    font-size: 15em;
    cursor: pointer;
    user-select: none;
    padding: 0px 40px 0px 0;
}
    .red-arrow span {
        transform: translateY(-100%);
    }

.vid iframe {
    pointer-events: none;
    transform: scale(2);
}

.inner-yt-container {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.vidcover {
    display: none;
}

.two-btns {
    display: flex;
    gap: 2%;
    width: 100%;
}

.two-btns a {
    width: 49%;
}

.hometitle {
    text-align: center;
    font-weight: bold;
    line-height: 1.2rem;
    padding: 0 10px 10px;
    font-size: 1.5em;
}

.homecols {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.homegrey .basicButton {
    margin: 10px 0;
    display: block;
    text-align: center;
}
.quoteButton.moveright {
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(-100%);
    height: fit-content;
}

.tddvideo-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.tddvideo-bigplayer {
    width: 75%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#tddbigplayer {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.loadmorevids {
    text-align: center;
    background-color: var(--total-blue);
    color: #fff;
    padding: 5px;
    margin-bottom: 10px;
}
.tddvideo-thumbnails {
    padding: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.tddvideo-thumbnail {
    position: relative;
    width: 20%;
    display: flex;
    flex-direction: column;
    padding-bottom: 5px;
    margin-bottom: 10px;
    line-height: 1.3em;
    cursor: pointer;
    padding: 0 0.5% 3px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.tddvideo-thumbnail h3 {
    font-weight: bold;
    margin: 0 0 5px 0;
    font-size: 0.9em;
}
.tddvideo-thumbnail .vidpreview {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}
    .tddvideo-thumbnail .descbox {
        height: 8em;
        overflow: hidden;
    }
.vidmore {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center;
    background-color: var(--total-blue);
    color: #fff;
    padding: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.teampage {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 10px;
}
.teamitem {
    width: 24%;
    margin: 0 0.5% 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    cursor: pointer;
    overflow: hidden;
}
.teamitem h2 {}
.teamitem h3 {
    color: var(--total-blue);
}
.teamitem img {
    width: 100%;
    transition: all 0.3s;
}
.teamdetails {
    border: 1px solid #c6c6c6;
    padding: 10px 20px 0;
    height: 100%;
    background: #fff;
    transition: all 0.3s;
}
.teamitem:hover .teamdetails {
    background: #c6c6c6;
}
.teamitem:hover img {
    transform: scale(1.1);
}
.popOuter {
    position: fixed;
    background: rgba(0,0,0,0.7);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 200000;
}

.popInner {
    width: 100%;
    max-width: 600px;
    position: relative;
    background: #fff;
    border: 2px solid #000;
    padding: 20px 20px 20px 135px;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
    border-radius: 30px 10px 10px 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.popTeamClose {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    border: 2px solid #000;
    background: #fff;
    border: 2px solid #000;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
}

.popTeamImage {
    position: absolute;
    top: -20px;
    left: -20px;
    background: #fff;
    border: 2px solid #000;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background-size: cover;
}
.teamButton {
    position: relative;
    background: var(--total-blue);
    color: #fff;
    border-radius: 10px;
    padding: 6px 14px;
    margin: 10px 0;
    cursor: pointer;
}

#purposeslides {
    background: #f2f2f2;
    display: flex;
    height: 100%;
    flex-direction: column;
    overflow: hidden;
}
.purSlide {
    border-radius: 10px;
    margin: 4px 0;
    height: 50px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px;
    font-size: 1rem;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    transition: opacity 0.5s;
}
.purSlide:hover {
    opacity: 0.5;
}
.purposeimage {
    position: absolute;
    width: 30%;
    height: 100%;
    right: 0;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*.macblock {
    padding-top: 20px;
}*/

.psInner {
    position: absolute;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
}

.hoverarea {
    overflow: hidden;
    position: relative;
}

.purSlides {
    min-height: 50vh;
    position: relative;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.purSlides .container {
    padding-top: 0!important;
}
    .purSlides .container .pblock *:not(.box) {
        background-color: transparent !important;
    }

    .purSlides .galSlidesOuter {
        width: 100%;
        position: relative;
        min-height: 50vh;
    }

    .purSlides .wording {
        width: 100%;
        display: flex;
        flex-direction: column;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        box-shadow: 0 39px 21px -10px inset rgba(0,0,0,0.3);
    }

    .purSlides .wording h1 {
        position: absolute;
        transform: translateY(-100%);
        margin-top: 20px;
        color: #fff;
        font-weight: bold;
        font-size: 2rem;
        padding: 20px;
        display: inline-block;
        border-radius: 10px;
        margin-bottom: 5px;
        margin-inline: 20px;
        box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
        border: 1px solid #fff;
    }

    .machines-title {
        color: #fff;
        font-weight: bold;
        margin-left: 1%;
    }

    .purSlides .pblock {
        padding: 40px 40px 20px;
    }

    .pblock li h4 {
        line-height: 10px !important;
    }

    .pblock ul {
        margin-left: 20px;
    }
    .pblock:after {
        content: '';
        display: table;
        clear: both;
    }

/* HORIZTONAL */

#purposeslides.horizontal {
    width: 1200px;
    margin: auto;
    /*height: 96px;*/
    height: 116px;
    margin-top: 6px;
    margin-bottom: 6px;
    background-color: transparent !important;
    overflow: hidden;
}

    #purposeslides.horizontal .purSlide {
        border-radius: 10px;
        margin: 4px 0;
        height: 110px;
        display: flex;
        align-items: center;
        padding: 10px;
        font-size: 1.1em !important;
        font-weight: bold;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden;
        width: 235px !important;
        transition: opacity 0.5s;
        background-color: var(--total-blue);
        color: white;
        flex-shrink: 0;
    }

    #purposeslides.horizontal .psInner {
        display: flex;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        position: relative;
        box-sizing: border-box;
        padding: 0 !important;
        gap: 6px;
    }

    #purposeslides.horizontal .purSlides {
        min-height: 50vh;
        position: relative;
        margin-bottom: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #purposeslides.horizontal .purposeimage {
        position: absolute;
        width: 110px !important;
        height: 100%;
        right: 0;
        top: 0;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #purposeslides.horizontal .purposetext {
        width: 104px;
    }

    /* END */
    .tabTitle {
        font-size: 1.1em !important;
        font-weight: 700 !important;
        margin-bottom: 0 !important;
    }

.galSlide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
}

/*.outerusedmachines {
    display: none !important;
}*/

#twitterfeed {
    position: fixed;
    width: 0;
    height: 100vh;
    top: 0;
    right: 0;
    z-index: 100000;
    background: rgb(29 155 240 / 50%);
    color: white;
}
.tweeton, .youtubeon {
    width: 320px!important;
    max-width: calc(100% - 60px);
}
.tweethandle {
    background: rgb(29 155 240 / 50%);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    position: absolute;
    left: -56px;
    top: 50%;
    transform: translateY(-50%);
    padding: 33px 55px 0 10px;
    clip-path: inset(0 50% 0 0);
    box-sizing: border-box;
    transition: 0.3s;
}
    .tweethandle:hover {
        background: rgb(29 155 240 / 100%);
        left: -50px;
    }
    .tweethandle svg, .youtubehandle svg {
        fill: white;
    }
.twittertimeline {
    position: absolute;
    inset: 0;
    overflow-y: auto;
    padding: 0px 10px 20px 10px;
}

#youtubeplaylist .youtubehandle.offset {
    transform: translateY(50%);
}

#youtubeplaylist {
    position: fixed;
    width: 0;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 100000;
    background: rgba(255, 0, 0, 50%);
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

    #youtubeplaylist ::-webkit-scrollbar, 
    #twitterfeed ::-webkit-scrollbar {
        display: none;
    }

#youtubecontent, .yt-video {
    overflow: hidden;
}

.yt-video {
    width: 0;
    box-sizing: border-box;
    margin: 8px auto;
}

.youtubeon .yt-video {
    width: 100% !important;
}

.youtubehandle {
    background: rgba(255,0,0,50%);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    position: absolute;
    right: -56px;
    top: 50%;
    transform: translateY(-50%);
    padding: 33px 55px 0 10px;
    clip-path: inset(0 0 0 50%);
    box-sizing: border-box;
    transition: .3s;
}

    .youtubehandle svg {
        margin-left: 46px;
        width: 35px;
        height: 35px;
    }

    .youtubehandle:hover {
        background: #F00;
        right: -50px;
    }

.tweethandle, .youtubehandle {
    cursor: pointer;
}

#youtubecontent {
    width: 94%;
    margin: 20px auto;
    background-color: #fff;
    box-sizing: border-box;
    padding: 12px 0;
    border: 1px solid #cfd9de;
    border-radius: 10px;
    height: fit-content;
    overflow: visible;
    display: none;
}

/*#twittertimeline, #youtubecontent {
    cursor: all-scroll;
}*/

.ctr-title {
    font-weight: 700;
    display: block;
    color: #000;
    font-size: 21px;
    padding: 0 12px 16px 12px !important;
}

.youtube-container {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    overscroll-behavior: contain;
}

#youtubeplaylist.youtubeon #youtubecontent {
    display: block;
}

.yt-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.yt-video, .ctr-title {
    border-bottom: 1px solid rgb(207, 217, 222);
    padding: 12px;
}

.yt-video > a.thumb {
    width: 100%;
    height: 158px;
    display: block;
    background-color: #000;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.yt-video > a.thumb svg {
    fill: #fff;
    width: 14px;
    margin: auto;
    display: block;
    background-color: #f00;
    scale: .8;
    padding: 9px 21px 9px 24px;
    border-radius: 8px;
    border: 2px solid #fff;
    transition: 300ms;
    position: absolute;
    inset: 0;
} .yt-video > a:hover svg {
    scale: 1.1;
}

.yt-video > .title {
    font-size: 1.2em;
    font-weight: 700;
    color: #000;
    text-align: left;
    display: block;
    margin-top: 6px;
}

#megamenu {
    background: var(--total-blue);
    position: fixed;
    inset: 0;
    display: none;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backdrop-filter: blur(100px);
    backdrop-filter: blur(100px);
    place-items: center;
    z-index: 1000000;
    background: rgba(255,255,255,.8);
    background: repeating-linear-gradient(-45deg,rgba(100,100,100,.3),rgba(100,100,100,.3) 20px,rgba(0,0,0,.2) 20px,rgba(0,0,0,.2) 40px);
}

.megaon {
    display: grid!important;
}

.megainner .toprow {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: auto;
    margin-bottom: 1em;
}
#megamenu .megainner {
    max-width: 99vw;
    max-height: 80vh;
    overflow-y: auto;  
    padding: 30px 30px 50px 30px;
}
#megamenu .megaitems {
    columns: 4 30ch;
    gap: 10px;
}

    /*#megamenu .megaitems a {
        padding: 10px;
        display: flex;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        position: relative;
        transition: 1s;
        border: 3px solid #ccc;
        background: #fff;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        justify-content: center;
        min-height: 130px;
        box-shadow: 0 20px 10px -10px rgb(0 0 0 / 30%);
        border-radius: 10px;
    }*/
/*#megamenu a span {
    color: #fff !important;
    font-size: 13px !important;
    line-height: 1em!important;
}
#megamenu .megainner a:hover {
    background-color: #0a6bb8;
    -moz-box-shadow: -1px -1px 1px #6db0e5 inset, 1px 1px 1px rgba(0,0,0,.5) inset !important;
    box-shadow: -1px -1px 1px #6db0e5 inset, 1px 1px 1px rgba(0,0,0,.5) inset !important;
}*/

.column {
    position: relative;
}

.basicButton {
    position: relative;
    right: 0;
    bottom: 7px;
    background: var(--total-blue);
    color: #fff;
    border-radius: 15px;
    padding: 5px 10px;
}
.quoteButton {
    position: relative;
    right: 0;
    bottom: 7px;
    background: var(--total-blue);
    color: #fff;
    border-radius: 15px;
    padding: 5px 10px;
    max-width: 30ch;
    display: block;
}
    .quoteButton::after {
        content: '';
        position: absolute;
        bottom: -20px;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 20px 15px 0 15px;
        border-color: var(--total-blue) transparent transparent transparent;
        right: 20px;
    }
.container {
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.pageContent .container {
    /*background: rgba(0,0,0,0.5);*/
}

#featureSlider {
    background-color: var(--light-grey);
    margin-bottom: 3rem;
    padding-block: 2em;
}

#newfeaturePanel .container {
    padding: 0;
}
.outerusedmachines .container {
    padding: 0;
}
.outerfeaturedmachines .container {
    padding: 0;
}
    .outerusedmachines .container .areatitle, .outerfeaturedmachines .container .areatitle, #newfeaturePanel .container .areatitle, .areatitle {
        padding: 10px 20px;
        margin-bottom: 0;
        background: var(--total-skyblue);
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        line-height: 1.1em;
        width: fit-content;
        transform: translateY(-50%);
    }

.sectionBorder {
    border-top: 2px solid var(--total-skyblue);
    padding-bottom: 3rem;
}
    .sectionBorder:last-of-type, .featuresliderarea.sectionBorder {
        padding-bottom: 0;
    }
.padBottom {
    padding-bottom: 2rem!important;
}

#animation_container {
    margin-bottom: 20px;
}

.logobox {
    float: left;
    padding: 10px;
    border: 1px solid #ccc;
    margin-right: 2%;
    margin-bottom: 10px;
    width: 25%;
    margin-top: 20px;
}
.logoboxtext {
	float: left;
	width: 70%;
	margin-top: 20px;
}

.bullets {
	list-style: disc;
	line-height: normal;
	margin-left: 20px;
}
.bullets li {
	line-height: 10px;
}
    .bullets a, .logoboxtext a {
        color: var(--total-blue);
        text-decoration: underline;
    }

.mobileLogo {
    display: none;
}

.stickylogo {
    display: none;
}

.tdd-sticky {
    position: fixed !important;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10001!important;
    background: var(--total-blue);
    box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
}

    .tdd-sticky .strapline, .tdd-sticky .logoleft, .tdd-sticky .logoright, .tdd-sticky .logomiddle {
        display: none !important;
    }

    .tdd-sticky .topflex {
        height: 36px;
    }

    .tdd-sticky .navPanel {
        min-height: 60px;
    }
    .tdd-sticky .navPanel > .container {
        width: auto!important;
        padding: 0!important;
    }

    .tdd-sticky .newsflash {
        display: none !important;
    }

    .tdd-sticky .menu {
        justify-content: flex-end;
        padding-right: 7px;
    }

.tdd-searchsticky {
    position: fixed !important;
    width: 100%;
    z-index: 10000;
    top: 104px;
}

.newsflash {
    top: 0px;
    padding: 0;
    left: -20px;
}

.more {
    float: left;
    margin-right: 5px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.more a {
    background-color: var(--total-lightblue);
    padding: 6px 8px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 1.1em;
    border: 2px solid var(--total-skyblue);
    border-radius: 6px;
    cursor: pointer;
    margin-top: 8px;
    margin-left: 3px;
}

#searchBtnShow {
    cursor: pointer;
}

.tdd-searchsticky .searchResults {
    height: calc(90vh - 104px);
    overflow-y: auto;
    overflow-x: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#searchlinks {
    /*    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;*/
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.sBtn {
    margin: 0 0.5% 10px 0.5%;
    display: inline-block;
    color: #fff;
    border-radius: 7px;
    padding: 10px;
    font-size: 1.2em;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    background: var(--total-blue);
}

    .sBtn:hover {
        background-color: var(--total-blue) !important;
        color: #ffffff !important;
    }

.tdd-stickytop {
    display: block !important;
    position: fixed !important;
    width: 100%;
    height: 50px !important;
    top: 0;
    z-index: 10002 !important;
}

    .tdd-stickytop .bulge {
        top: 0 !important;
        line-height: 1em !important;
        padding-top: 0 !important;
    }

    .tdd-stickytop .stickylogo {
        display: inline-block !important;
        position: absolute;
        padding-left: 0;
        margin-top: 8px;
    }

        .tdd-stickytop .stickylogo img {
            height: 50px;
            margin-top: 5px;
        }

.topflex {
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 0;
}

.logomiddle {
    min-width: 250px;
    flex-grow: 1;
    position: relative;
    display: inline-grid;
    place-items: center;
    margin-inline: 2em;
}

    .logomiddle > img {
        margin: 2em auto;
    }

    .logomiddle .sociallinks {
        position: absolute;
        bottom: 14px;
        display: flex;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
        justify-content: center;
        width: 100%;
        padding: 0 30px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .logomiddle .sociallinks a {
        white-space: nowrap;
        height: 30px;
    }
    .logomiddle .sociallinks a span {
        font-size: 0;
        transition: 0.3s;
        margin-right: 0;
        position: relative;
        top: -3px;
    }
    .logomiddle .sociallinks a:hover span {
        font-size: 1em;
        margin-right: 5px;
        margin-left: 5px;
    }

    .logomiddle .navBtn {
        position: relative;
    }
    .logomiddle .sociallink i {
        font-size: 1.6em;
    }

.noPowerBox {
    width: 400px;
    padding: 10px;
    border: 1px solid #000;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
    z-index: 20000;
    position: fixed;
    background: #fcff00;
    top: 0;
    left: 0;
}

.noPowerClose {
    padding: 6px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #000;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.ha {
    overflow: hidden;
    padding-bottom: 10px;
}

.floatingsearch {
    height: 30px;
    padding: 20px;
    z-index: 200;
    position: relative;
}

.homearea {
    position: relative;
}

.noPadding {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.areatitle {
    position: relative !important;
    color: #fff;
    z-index: 100;
    position: relative;
    font-weight: bold;
}
.titlebtn {
    position: absolute;
    line-height: normal;
    top: 2px;
    right: 10px;
    z-index: 100;
    padding: 8px 8px !important;
    margin: 3px 0 0 0 !important;
    border: none !important;
}

    .titlebuttons {
    position: absolute;
    right: 10px;
    top: -6px;
}

    .titlebuttons a:hover {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        margin-top: 10px;
    }
.titlebuttons img {
    max-height: 50px;
    max-width: none;
    margin: 0 10px;
}

.pnblue {
    background: #58B3F0 !important;
    color: #fff !important;
}

.pnwhite {
    background: #ffffff !important;
    color: #58B3F0 !important;
}


.logolist img {
    height: 40px;
}

.strapline {
    position: relative;
    font-size: 1.24em;
    padding: 8px 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    line-height: 1.2em;
    font-weight: bold;
    color: var(--total-blue);
    top: 0;
    background-color: var(--total-blue);
}

    .strapline br {
        display: none;
    }
    .basearea {
        padding-top: 10px;
        padding-bottom: 50px;
        background: var(--total-blue);
        color: #fff;
    }

#topband {
    height: 0;
    position: relative;
    z-index: 10000;
    display: none;
}

.mobonly, .minionly {
    display: none;
}

#earth_div {
    top: 0;
    right: 0;
    bottom: 0;
    left: 10px;
    opacity: 0.8;
    width: 111px;
    z-index: 101;
    position: relative;
    padding-top: 15px;
}

.cesium-credit-textContainer {
    display: none;
}

.spinlogo {
    position: relative;
    text-align: center;
    min-height: 140px;
}

.spinwords {
    width: 300px;
    position: absolute;
    top: 35px;
    left: 140px;
}

.globeglow {
    width: 111px;
    height: 140px;
    position: absolute;
    top: 0;
    left: 10px;
    background: url(/images/globeglow.png) no-repeat center;
    z-index: 100;
}

.MyTabStyle * {
    background-image: none!important;
    height: auto!important;
}

.MyTabStyle .ajax__tab_header {
    font-family: "Helvetica Neue", Arial, Sans-Serif;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
}

    .MyTabStyle .ajax__tab_header .ajax__tab_outer {
        border-color: #222;
        color: #222;
        padding-left: 10px;
        margin-right: 3px;
        border: solid 1px #d7d7d7;
        border-radius: 10px 10px 0 0;
    }

    .MyTabStyle .ajax__tab_header .ajax__tab_inner {
        border-color: #666;
        color: #666;
        padding: 3px 10px 2px 0px;
    }

.MyTabStyle .ajax__tab_panel {
    padding: 10px;
}

.MyTabStyle .ajax__tab_hover .ajax__tab_outer {
    background-color: var(--total-blue);
}

.MyTabStyle .ajax__tab_hover .ajax__tab_inner, .MyTabStyle .ajax__tab_hover h3 {
    color: #ffffff;
}

.MyTabStyle .ajax__tab_outer {
    background-color: #efefef;
}

.MyTabStyle .ajax__tab_active .ajax__tab_outer {
    border-bottom-color: #ffffff;
    background-color: #ffffff;
}

.MyTabStyle .ajax__tab_active .ajax__tab_inner {
    color: #000;
    border-color: #333;
}

.MyTabStyle .ajax__tab_body {
    font-family: verdana,tahoma,helvetica;
    font-size: 10pt;
    background-color: #fff;
    border: solid 1px #d7d7d7 !important;
    border-top-color: #ffffff;
    margin-top: -6px;
    display: inline-block;
}

.MyTabStyle {
    margin-bottom: 10px;
    margin-top: 10px;
}

#ContentPlaceHolder1_detailPanel {
    margin-bottom: 20px;
}

    #ContentPlaceHolder1_detailPanel h1 {
        background-color: var(--total-skyblue);
        color: #fff;
        padding: 0.25rem .5rem;
        margin-top: 1rem;
    }

    .gallery:after, .thumbnails:after {
        content: '';
        display: table;
        clear: both;
    }

.manlogo {
    height: 63px;
    padding-top: 1rem;
    padding-bottom: 0;
    margin-bottom: 14px;
}

.makeanofferflash {
    display: none;
}

#manlogoarea {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#manlogoarea > * {
    flex: 1 1 100px;
}

.manlogoicon {
    max-width: 80px;
    margin: 20px;
    filter: grayscale(100%);
    transition: 2s;
    z-index: 0;
    opacity: 0.5;
    mix-blend-mode: multiply;
}
.manlogoicon2 {
    max-width: 80px;
    margin: 20px;
    transition: 2s;
    z-index: 0;
    opacity: 1;
    mix-blend-mode: multiply;
}
.manlogoicon:hover {
    transition: 0.3s;
    transform: scale(2);
    filter: grayscale(0%);
    z-index: 1;
    opacity: 1;
}

.flag {
    position: absolute;
    top: 35px;
    right: 7px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 45px;
    height: 27px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
}

.innerflag {
    position: absolute;
    background-color: #fff;
    color: #666;
    z-index: 100;
    top: 65px;
    left: 0;
    text-align: center;
    line-height: 1em;
    padding: 5px;
    font-size: 0.8em;
    padding-left: 5px;
    width: 60px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
}

    .innerflag img {
        background-color: #fff !important;
        border-color: #fff !important;
    }

.uk {
    background-image: url(/images/flags/uk.gif);
}

.germany {
    background-image: url(/images/flags/germany.gif);
}

.poland {
    background-image: url(/images/flags/poland.gif);
}

.usa {
    background-image: url(/images/flags/usa.gif);
}

.spain {
    background-image: url(/images/flags/spain.gif);
}

.italy {
    background-image: url(/images/flags/italy.gif);
}

.france {
    background-image: url(/images/flags/france.gif);
}

.belgium {
    background-image: url(/images/flags/belgium.gif);
}

.canada {
    background-image: url(/images/flags/canada.gif);
}

.china {
    background-image: url(/images/flags/china.gif);
}

.greece {
    background-image: url(/images/flags/greece.gif);
}

.india {
    background-image: url(/images/flags/india.gif);
}

.netherlands {
    background-image: url(/images/flags/netherlands.gif);
}

.sweden {
    background-image: url(/images/flags/sweden.gif);
}

.switzerland {
    background-image: url(/images/flags/switzerland.gif);
}

.taiwan {
    background-image: url(/images/flags/taiwan.gif);
}

.denmark {
    background-image: url(/images/flags/denmark.gif);
}

.japan {
    background-image: url(/images/flags/japan.gif);
}

.iceland {
    background-image: url(/images/flags/iceland.gif);
}

.finland {
    background-image: url(/images/flags/finland.gif);
}

.korea {
    background-image: url(/images/flags/korea.gif);
}

.thailand {
    background-image: url(/images/flags/thailand.gif);
}

.australia {
    background-image: url(/images/flags/australia.gif);
}

.austria {
    background-image: url(/images/flags/austria.gif);
}

#google_translate_element {
    position: fixed;
    top: auto;
    bottom: 0;
    background-color: #fff;
    padding: 6px 10px;
    z-index: 10000;
    border: 1px solid #666666;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    opacity: 0;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    overflow: hidden;
}

.altCatLinks {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    float: none;
    clear: both;
}

.intro {
    /*margin-bottom: 10px;*/
    position: relative;
    padding-bottom: 20px;
    display: grid;
    grid-template-rows: 20px;
    overflow: hidden;
    transition: 0.3s;
}
    .intro.home {
        grid-template-rows: 420px;
    }

    .intro.introopen {
        border-bottom: none;      
        grid-template-rows: 1fr;
    }
.intro.introopen:after {
        opacity: 0;
    }

.introinner {
/*    padding-top: 40px;*/
    transition: 0.3s;
}
.intro.introopen .introinner {
    padding-top: 0;
}

.intro:after {
    content: 'Read more';
    position: absolute;
    padding: 6px 10px;
    background-color: var(--total-blue);
    border: 2px solid var(--total-skyblue);
    color: #fff;
    bottom: 0;
    width: 100px;
    left: 50%;
    text-align: center;
    margin-left: -50px;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}


.intro h2 {
    margin-bottom: 1em;
    line-height: 1em;
}

/*.add1perc {
    margin-left: 1%;
}
*/
.catlogofile {
    margin-left: 1%;
    max-height: 100px;
}

.marright {
    margin-right: 1%;
}

.signup {
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

    .signup h2 {
        color: var(--dark-grey);
        margin-bottom: 0;
        line-height: 1;
        margin-bottom: 8px;
    }

    .signup p {
        margin: 0;
    }

    .signup .fa-exclamation-triangle {
        font-size: 5.5em !important;
        margin-top: 10px !important;
    }

#mailchimpframe {
    width: 100%;
}

#mc_embed_signup {
    padding-top: 45px;
    background-color: transparent !important;
}

    #mc_embed_signup .clear {
        clear: both;
        display: inline-block;
        overflow: auto !important;
        visibility: visible !important;
        width: auto !important;
        height: auto !important;
    }

    .clearboth {
        clear: both;
    }

.topads {
    float: right;
    width: 70%;
    vertical-align: middle;
    text-align: right;
    margin-top: 5px;
}

    .topads img {
        width: 22%;
        margin-left: 2%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: -5px;
    }

.grocerfloater {
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    -moz-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
    z-index: 1000;
}

    .grocerfloater img {
        width: 300px;
    }

.balmoralfloater {
    position: absolute;
    right: 0;
    left: auto;
    z-index: 1000;
    top: 0;
}

.eNewsId {
    display: none;
}

/*.news {
}*/

.newslist {
    width: 100%;
    min-height: 50px;
    font-weight: bold;
    padding: 10px;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #efefef;
    border: 1px solid #333;
    border-radius: 17px 17px 0 17px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
    margin-bottom: 10px;
}

    .newslist:hover {
        background-color: var(--total-blue);
        color: #ffffff !important;
    }

    .newslist div {
        font-size: 0.8em;
    }

.newslistOn .newslist {
    background-color: var(--total-blue) !important;
    color: #ffffff !important;
}

.newslistOn:hover a {
    color: #ffffff !important;
}

.morenews .pager td {
    height: 30px;
    vertical-align: bottom;
}

.black {
    background-color: var(--total-blue);
    min-height: 30px;
    line-height: 30px;
    z-index: 3000;
    position: fixed;
    width: 100%;
}

.orange {
    background-color: #00abe2 !important;
}

.navBtn.orange.navon {
    background-color: #00c5f4 !important;
}

.white {
    background-color: #ffffff;
    min-height: 30px;
    line-height: 30px;
    color: #666666;
}

img {
    max-width: 100%;
}

h1 {
    font-size: 2.0em;
    line-height: 1em;
    text-wrap: balance;
}
.fakeh2 {
    font-size: 1.5em!important;
}

h2 {
    font-size: 1.5em;
    text-wrap: balance;
}

h3 {
    font-size: 1.2em;
    line-height: 1.3em;
    text-wrap: balance;
}

h4 {
    font-size: 1em;
    text-wrap: balance;
}
h5 {
    font-size: 1em;
    display: inline;
    margin: 0;
    text-wrap: balance;
}

.rel {
    position: relative;
}

.bg-globe {
    background-attachment: fixed;
    background-image: url(/images/total-dot-globe-grey.svg);
    background-repeat: no-repeat;
    background-size: 55%;
    background-position: left center;
}
.bg-globe-page {
    background-attachment: fixed;
    background-image: url(/images/total-dot-globe-darkgrey.svg);
    background-repeat: no-repeat;
    background-size: 85%;
    background-position: left center;
}

.header {
    position: relative;
    text-align: center;
    padding-bottom: 0;
    color: #FFF;
    z-index: 1;
}

#videoBtn {
    background-color: var(--total-red);
}
    #videoBtn svg {
        position: relative;
        top: 2px;
        color: #fff;
        height: 1.1em;
        fill: #fff;
    }
    #videoBtn:hover {
        background-color: #ba1d3d;
    }

    .xmas {
        background: url(/images/header-back.jpg) no-repeat #ffffff;
        background-position: center;
        background-size: cover;
    }

.left {
    text-align: left !important;
}

.navPanel {
    position: relative;
    margin-bottom: 0;
    min-height: 140px;
}

.menu {
    width: 100%;
    position: relative;
    bottom: 0px;
    z-index: 1000;
    text-align: center;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.menubg {
    padding:0;
}

.tdd-sticky .menubg {
    transform: translateY(50%);
}

.mainBtn, .navBtn, .mobileMenuBtn, .inTitleButton {
    margin: 0 9px;
    padding: 6px 15px;
    text-align: center;
    display: inline-block;
    background-color: var(--total-blue);
    border: 2px solid var(--total-skyblue);
    border: 2px solid #ffffff;
    color: #fff !important;
    text-decoration: none;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-weight: bold;
    font-size: 1.05em;
    cursor: pointer;
    user-select: none;
}

#megaCloseBtn {
    margin-left: auto;
}

.mainBtn, .mobileMenuBtn {
    border: 2px solid var(--total-skyblue) !important;
}

    .inTitleButton {
        margin: 0 0 0 9px;
        font-size: 0.9rem;
        font-weight: normal;
    }

    #prevSlide, #nextSlide {
        transition: 300ms;
    }

    .hoverarea #prevSlide {
        left: 49.5%;
        transform: translateX(-600px);
    }

    .hoverarea #nextSlide {
        right: 49.5%;
        transform: translateX(640px)
    }

    .hoverarea:hover #prevSlide.expanded {
        transform: translateX(-660px)
    }

    .hoverarea:hover #nextSlide.expanded {
        transform: translateX(700px)
    }

    .sociallink {
        position: relative;
        background-color: #58b2ee;
        padding: 4px;
        flex-grow: 0;
    }

    .searchshow {
        position: relative;
        flex-grow: 0;
        padding: 6px 40px 6px 20px;
    }

        .searchshow svg {
            background-color: #fff;
            fill: var(--total-blue);
            border-radius: 50%;
            width: 20px;
            height: 20px;
            text-align: center;
            line-height: 20px;
            position: absolute;
            right: 10px;
            padding: 3px 2px 2px 3px;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

    .sociallink i {
        background-color: #fff;
        color: var(--total-blue);
        border-radius: 50%;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        right: 10px;
    }

    .notActive {
        position: relative;
        display: inline-block;
        font-size: 2em;
        line-height: 1.2em;
        background-color: #b80419;
        padding: 20px;
        border-radius: 20px;
        border: 1px solid #666666;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        box-shadow: 10px 10px 10px rgba(0,0,0,0.2);
        margin: 20px 0;
        color: #ffffff;
        z-index: 100;
    }

    .navsingle {
        padding-top: 53px;
    }

    .navon {
        background-color: var(--total-blue);
        color: #fff !important;
    }

    .navBtn:hover, .mainBtn:hover {
        box-shadow: none !important;
        background-color: #5779bd;
    }

        .navBtn:hover svg {
            fill: #5779bd;
        }

    .social {
        height: 100px;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
        -moz-transition: background-image 0.5s;
        -o-transition: background-image 0.5s;
        -webkit-transition: background-image 0.5s;
        transition: background-image 0.5s;
        margin-bottom: 10px;
        background-size: 100%;
    }

    .twitterholder {
        background-color: #ffffff;
        border-radius: 37px;
        padding: 0 20px;
    }

    .ico-meat {
        background-image: url(../images/mince.png);
    }

    .ico-fish {
        background-image: url(../images/salmon.png);
    }

    .ico-veg {
        background-image: url(../images/veg.png);
    }

    .ico-bread {
        background-image: url(../images/bread.png);
    }

    .ico-facebook {
        background-image: url(../images/facebook.png);
    }

    .ico-twitter {
        background-image: url(../images/twitter.png);
    }

    .ico-linkedin {
        background-image: url(../images/linkedin.png);
    }

    .ico-google {
        background-image: url(../images/googleplus.png);
    }

    .ico-ebay {
        background-image: url(../images/ebay.png);
    }

    .ico-facebook:hover {
        background-image: url(../images/facebookon.png);
    }

    .ico-twitter:hover {
        background-image: url(../images/twitteron.png);
    }

    .ico-linkedin:hover {
        background-image: url(../images/linkedinon.png);
    }

    .ico-google:hover {
        background-image: url(../images/googlepluson.png);
    }

    .ico-ebay:hover {
        background-image: url(../images/ebayon.png);
    }


    .curved {
        position: absolute;
        background-color: #cc0000;
        margin-top: -15px;
        border-radius: 10px 10px 0 0;
        width: 100%;
        height: 40px;
        cursor: pointer;
    }

    blockquote {
        color: var(--total-blue) !important;
        border-width: 5px;
        border-color: rgba(0,0,0,0.3);
    }

        blockquote h2, blockquote p {
            color: var(--total-blue) !important;
        }

    .logo {
        top: 0;
    }

    #cookieConsent {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 10px 20px;
        background: var(--total-skyblue);
        color: white;
        z-index: 10000;
    }

        #cookieConsent .flx {
            display: flex;
            gap: 10px;
            align-items: center;
        }

        #cookieConsent h2 {
            color: white;
            margin: 0;
        }

    #okBtn {
        background: var(--total-blue);
        color: white;
        padding: 10px;
        border: 1px solid white;
        transition: 0.3s;
        cursor: pointer;
    }

        #okBtn:hover {
            background: var(--total-lightblue);
        }

    .bubble {
        background: var(--total-skyblue);
        padding: 10px 10px;
        color: #fff;
        font-size: 1.23em;
        text-align: center;
        position: relative;
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-weight: bold;
        overflow: hidden;
        display: block;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

        .bubble span {
            position: relative;
            z-index: 2;
        }

        .bubble:hover {
            color: var(--total-lightblue);
            font-size: 1.2em;
        }

    .logoleft, .logoright {
        width: 33%;
        flex-grow: 1;
        color: #333;
        line-height: 1.2em;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }

    .logoright {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        color: inherit;
    }

    .logoleft {
        gap: 0;
    }

    .centerbox, .centerbox2 {
        position: relative;
        display: grid;
        place-items: center;
        margin: 10px auto;
    }

    .centerbox2 {
        background: none;
        margin: 10px 0;
        width: 150px;
        aspect-ratio: auto;
        height: fit-content;
    }

        .centerbox2 > img {
            height: initial !important;
            width: 100%;
        }

    .globe {
        position: relative;
        width: 65%;
        aspect-ratio: 1;
        top: 4px;
    }

    .world {
        position: absolute;
        width: 100%;
        aspect-ratio: 1;
        border-radius: 50%;
        box-shadow: 0 0 40px inset #05325a;
        background-image: url(/images/earth2.png);
        background-size: cover;
        animation: world 4s linear infinite;
        background-color: rgb(37, 121, 177);
        z-index: 1;
    }

    .centerbox2 .world {
        animation: world2 4s linear infinite;
    }

    .world::after {
        content: "";
        position: absolute;
        width: 100%;
        aspect-ratio: 1;
        background: radial-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
        background-blend-mode: difference;
        border-radius: 50%;
        left: -10%;
        top: -10%;
    }

    @keyframes world {
        100% {
            background-position: var(--world-move) 0;
        }
    }

    @keyframes world2 {
        100% {
            background-position: var(--world2-move) 0;
        }
    }

    .iconTopPanel {
        position: relative;
        width: 100%;
        height: 50px;
        display: flex;
        flex-direction: row;
        overflow: hidden;
        justify-content: flex-end;
        gap: 10px;
    }

    .diabox {
        width: 45px;
        height: 45px;
        padding: 5px;
        background-size: 70px;
        background-position: center;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .diasocbtn {
        background-color: #fff;
        border: 1px solid var(--border-grey);
        color: var(--total-blue);
        height: 100%;
        width: 100%;
        cursor: pointer;
        transition: all 0.3s;
        background-size: contain;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }

        .diasocbtn svg {
            fill: var(--total-blue);
            width: 70%;
            max-width: 70%;
            max-height: 70%;
            transition: all 0.3s;
        }

        .diasocbtn:hover {
            background-color: var(--total-blue);
            color: #fff;
        }

        .diasocbtn.youtube:hover {
            background-color: var(--total-red);
        }

        .diasocbtn.youtube svg {
            fill: var(--total-red);
        }

        .diasocbtn:hover svg {
            fill: #fff;
        }

    .greylogo {
        float: left;
        margin-right: 20px;
        margin-bottom: 70px;
        width: 100px;
    }

    .lmFooter {
        position: absolute;
        bottom: 0;
        background-color: #cc0000;
        height: 25px;
        color: #ffffff;
        text-align: center;
        width: 100%;
    }

    .outerfeaturePanel {
        height: 0;
        /*overflow: hidden;*/
    }

        .outerfeaturePanel h2 {
            font-weight: bold;
            color: #ffffff;
        }

    .outerfeaturePanelMax {
        height: auto !important;
    }

    #usedfeaturePanel {
        position: relative;
        background-color: #333;
        color: #ffffff;
        padding-bottom: 20px;
        font-size: 0.9em;
        padding-top: 40px;
    }

    #newfeaturePanel {
        position: relative;
        color: #ffffff;
        font-size: 0.9em;
    }

    #prevSoldBand {
        position: relative;
        background-color: #333;
        color: #ffffff;
        padding-bottom: 20px;
        font-size: 0.9em;
        padding-top: 0;
    }

        #prevSoldBand .container {
            text-align: center;
        }

        #prevSoldBand .catSold {
            width: 100%;
            background-color: var(--total-blue);
            color: #ffffff;
            padding: 8px;
            font-size: 1em;
            background-image: none !important;
        }

            #prevSoldBand .catSold:hover {
                background-color: #00c5f4;
                border-color: var(--total-blue);
            }

    .otext {
        color: #00abe2;
    }

    .btext {
        color: #5a78ce;
    }

    .newScroller, .usedScroller {
        height: 340px;
        overflow: hidden;
        position: relative;
    }

    .usedScroller {
        height: 295px;
    }

    .dirarrow {
        position: absolute;
        z-index: 100;
        bottom: 167px;
        font-size: 2em;
        background-color: #fff;
        opacity: 0.7;
        padding: 20px;
        -moz-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        -webkit-transition: opacity 0.5s;
        transition: opacity 0.5s;
        cursor: pointer;
        color: var(--total-blue);
        box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
    }

        .dirarrow img {
            width: 20px;
            height: 20px;
        }

    .logoLeft, .logoRight {
        top: 0;
        padding-top: 21px;
        padding-bottom: 21px;
    }

    .usedScroller .dirarrow {
        top: 90px;
        background-color: var(--total-blue);
    }

    #usedfeaturePanel .catBtn, #usedfeaturePanel p {
        color: #fff;
    }

    .dirarrow:hover {
        opacity: 1;
    }

    .newLeft, .logoLeft, .usedLeft {
        border-radius: 30%;
        left: -20px;
    }

    .newRight, .logoRight, .usedRight {
        border-radius: 30%;
        right: 0;
    }

    .bigWord {
        position: absolute;
        font-size: 10em;
        font-weight: bold;
        opacity: 0.3;
        text-align: right;
        width: 400px;
        margin-top: 0;
        height: 50px;
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        top: 170px;
        left: -235px;
    }

    #searchPanel {
        position: relative;
        color: #ffffff;
        font-size: 0.9em;
    }

        #searchPanel h2 {
            color: #ffffff;
            font-size: 2em;
            line-height: 1.2em;
        }

    .searchPanelMin {
        min-height: 30px;
        color: var(--total-blue);
    }

    #searchPanel .bluebg {
        margin-bottom: 0;
        padding-bottom: 10px;
        background: rgba(0,0,0,0.8);
        border: 2px solid rgba(255,255,255,0.5);
    }

    .searchBox {
        width: 100%;
        border: 1px solid var(--border-grey);
        padding: 8px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: var(--total-blue);
        background: url(../images/searchbig.png) no-repeat #ffffff;
        background-position: 99% center;
        background-size: 30px;
        max-width: 214px;
    }

    .expandSearchBtn {
        position: absolute;
        background: url(../images/categories.png) center center no-repeat #ffffff;
        z-index: 1000;
        width: 33px;
        height: 33px;
        right: 0;
        text-decoration: none;
        border-radius: 10px;
        font-size: 2em;
        color: var(--total-blue);
        text-align: center;
        top: 0;
        cursor: pointer;
    }

    .searchClose {
        position: absolute;
        top: 5px;
        right: 22px;
        color: var(--total-blue);
        cursor: pointer;
        font-size: 1.5em;
    }

        .searchClose:hover {
            color: #fff;
        }

        .searchClose span {
            position: relative;
            top: 7px;
            right: 10px;
            color: #fff;
        }

        .searchClose i {
            font-size: 2.5em;
        }

    .searchPanel .searchBox {
        width: 100%;
    }

    .searchPanel .searchBtn {
        right: 5px;
    }

    .searchPanel .expandSearchBtn {
        display: none;
    }

    .home-cat-tiles {
        columns: 4 30ch;
        column-gap: 10px;
        box-sizing: border-box;
    }

    .home-cat-tile {
        flex: 1 1 32%;
        display: flex;
        justify-content: space-between;
        box-sizing: border-box;
        height: 70px;
        align-items: center;
        padding: 5px;
        border-radius: 5px;
        overflow: hidden;
        border: 2px solid var(--border-grey);
        /*box-shadow: 0 17px 5px -11px rgba(0,0,0,0.3);*/
        transition: 1s;
        margin-bottom: 10px;
    }

        .home-cat-tile:first-child {
            margin-top: 0;
        }

        .home-cat-tile:last-child {
            margin-bottom: 0;
        }

        .home-cat-tile:hover {
            transition: 0.3s;
            transform: scale(1.2);
            z-index: 10;
            box-shadow: 0 27px 5px -11px rgba(0,0,0,0.3);
        }

    .megaitems .home-cat-tile:hover {
        transform: scale(1.1);
    }

    .home-cat-flash {
        transform: scale(1.1);
    }

    .home-cat-tile .hometitle {
        flex: 1 1 75%;
        margin: 0;
        padding: 0;
        text-wrap: pretty;
    }

    .cat-home-image {
        flex: 1 1 25%;
        position: relative;
        height: 70px;
        overflow: hidden;
        box-sizing: border-box;
        right: -5px;
    }

        .cat-home-image img {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
            box-sizing: border-box;
        }


    .catTiles {
        display: flex;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        /*align-items: center;*/
        justify-content: flex-start;
    }

    .catTile {
        width: 18.8%;
        margin: 5px 0.5%;
        display: flex;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        position: relative;
        transition: 1s;
        border: 3px solid #ccc;
        background: #fff;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        justify-content: center;
        min-height: 130px;
        box-shadow: 0 20px 10px -10px rgb(0,0,0,0.3);
        border-radius: 10px;
    }

        .catTile:hover {
            transition: 0.3s;
            transform: scale(1.2);
            z-index: 1000;
        }

        .catTile .hometitle {
            margin-bottom: 0;
            padding: 0;
            line-height: 1;
        }

    .tileLogo {
        width: 70%;
        margin: 0 auto;
        height: 120px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        transition: 0.5s;
    }

    .catTile:hover {
        border-radius: 15px;
        border-color: var(--total-blue);
        box-shadow: 0 70px 40px -20px rgba(0,0,0,0.5);
    }

    .catTileFlash {
        border-radius: 15px;
        border-color: var(--total-blue);
    }

        .catTileFlash .tileLogo {
            width: 80%;
        }

    .catTile:hover:after {
        content: 'Click for more';
        position: absolute;
        bottom: 0px;
        transform: translate(-50%, 100%);
        width: 70%;
        padding: 5px 10px;
        left: 50%;
        border-radius: 0 0 10px 10px;
        background: var(--total-blue);
        text-align: center;
        color: #fff;
    }

    .catTile:hover .tileLogo {
        width: 90%;
    }



    .catBtn {
        position: relative;
        margin-bottom: 5px;
        display: table;
        float: left;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 32.333333%;
        margin-right: 0.5%;
        margin-left: 0.5%;
        text-align: center;
        /*background: url(../images/button-glow.png) left top var(--total-blue);*/
        background-color: var(--total-blue);
        background-size: 100% auto;
        background-repeat: no-repeat;
        color: #ffffff;
        text-decoration: none;
        border-radius: 17px 17px 17px 17px;
        -moz-transition: background-color 0.5s, border-color 0.5s;
        -webkit-transition: background-color 0.5s, border-color 0.5s;
        -o-transition: background-color 0.5s, border-color 0.5s;
        transition: background-color 0.5s, border-color 0.5s;
        border: 2px solid #cbd8fb;
        box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
        line-height: 1.2em;
        min-height: 32px;
        text-transform: capitalize !important;
        font-size: 1.2em;
    }


    .catList .catBtn:nth-Child(2n) {
        background-color: #5b74ba;
    }

    .priBtn {
        min-height: 60px;
        font-size: 1.3em;
    }

        .priBtn:after {
            position: absolute;
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 10px 10px 10px 10px;
            border-color: #fff transparent transparent transparent;
            z-index: 100;
            bottom: -6px;
            right: 50%;
            left: 50%;
            margin-left: -10px;
        }

        .priBtn .innerCat {
            padding-bottom: 10px !important;
        }

    .searchResults .catBtn {
        padding: 10px 5px;
        min-height: 73px;
        overflow: hidden;
        display: inline-block;
    }

    .innerCat {
        vertical-align: middle;
        display: table-cell;
        padding: 3px;
        text-transform: capitalize !important;
    }

    .catBtn:hover {
        background-color: #00c5f4 !important;
        color: #ffffff !important;
    }

    .catSold {
        width: 98.66% !important;
        background-color: #d07016;
        color: #ffffff;
    }

    .pageContent h1 {
        padding-top: 10px;
        padding-bottom: 0;
        line-height: 1.3em;
        margin-top: 0.75em;
    }

    .pageContentWhite {
        padding-bottom: 0;
    }

        .pageContentWhite .container {
            padding-top: 10px;
            padding-bottom: 10px;
        }

    .catpage li, .introinner li {
        margin-left: 1.5em;
        position: relative;
        padding-left: 30px;
        line-height: normal;
        margin-bottom: 0.5em;
    }

    .pblock li {
        margin-left: -10px;
        position: relative;
        padding-left: 30px;
        line-height: normal;
        margin-bottom: 0.5em;
    }

        .catpage li:before, .introinner li:before, .pblock li:before {
            content: '';
            background: url(/images/bullet.svg) no-repeat center;
            filter: hue-rotate(232deg) brightness(2.4);
            background-size: cover;
            margin-right: 25px;
            position: absolute;
            width: 18px;
            height: 18px;
            left: 0;
        }

    .homegrey {
        color: #000;
    }

        .homegrey h1 {
            color: #000;
            font-weight: bold;
            margin-top: 0;
        }

    .homeyoutube {
        width: 95%;
        height: 82%;
        width: 95%;
        margin-top: 20px;
        right: 20px;
    }

    .promoinset {
        position: absolute;
        left: 15px;
        top: 10px;
        width: 27%;
        z-index: 100;
        border: 3px solid #fff;
    }

        .promoinset img {
            display: block;
        }

    .promobanner {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: min(75%, 600px);
        bottom: 2vh;
        background-color: rgba(0,0,0,0.7);
        padding: 20px 10px;
        color: #fff;
        font-weight: bold;
        text-align: left;
        border-radius: 5px;
    }

    .promotext {
        position: relative;
    }

        .promotext h2 {
            color: #fff;
            margin: 0 0 3px 0;
            font-weight: bold;
            font-size: 1.3em;
            line-height: 1.3em;
        }

        .promotext p {
            margin: 0;
        }

        .promotext a {
            background: var(--total-lightblue);
            border-radius: 6px;
            display: block;
            padding: 10px;
            color: #fff;
            font-weight: normal;
            text-decoration: none;
            text-align: center;
            font-weight: bold;
            margin-top: 10px;
        }

    .eventsPanel h2 {
        line-height: 1.2em;
    }

    .blue {
        color: var(--total-blue);
    }

    .pinkpanel {
        background-color: #d58fd9;
    }

    .bluepanel {
        background-color: var(--total-blue);
    }

    .bluepanel, .pinkpanel {
        padding-top: 30px;
        padding-bottom: 20px;
        color: #ffffff;
    }

        .bluepanel h2, .pinkpanel h2 {
            color: #ffffff;
            padding-top: 10px;
            padding-bottom: 15px;
            line-height: 1.3em;
        }

    .greypanel, .twitterpanel {
        background: #00c5f4;
        background-size: cover;
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .twitterpanel {
        background: var(--total-blue);
    }

        .greypanel h2, .twitterpanel h2 {
            color: #ffffff;
            padding-top: 10px;
            padding-bottom: 15px;
            line-height: 1.3em;
        }

    .footer {
        background-color: var(--light-grey);
        color: var(--dark-grey);
        padding-top: 10px;
    }

        .footer .vcard {
            padding-top: 10px;
            padding-bottom: 10px;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            gap: 1em;
        }
        .footer .vcard > div {
            border: 1px solid var(--border-grey);
            border-radius: 7px;
            padding: 1em;
        }
#subscribe {
    flex: 1 1 300px;
}
#footer-logos {
    flex: 1 1 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2em;
}
    #footer-logos > div {
        width: 20%;
        display: grid;
        place-items: center;
    }
#baselinks {
    flex: 1 1 200px;
    text-align: center;
}

.footer .container:after {
    content: '';
    display: none;
}

.credits-area {
    background-color: var(--total-skyblue);
}

    a {
        text-decoration: none;
        color: inherit;
    }

    .icontop {
        font-size: 1.4em;
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 20px;
        text-decoration: none;
        padding-left: 30px;
        color: #ffffff;
        margin-right: 20px;
        line-height: 30px;
        height: 30px;
        display: inline-block;
    }

    .footicon {
        background-position: left center;
        background-repeat: no-repeat;
        text-decoration: none;
        padding-left: 40px;
        font-size: 1.3em;
        line-height: 40px;
        height: 40px;
        color: inherit;
        display: block;
    }

    .floatright {
        float: right !important;
    }

    .floatleft {
        float: left;
    }

    .right {
        text-align: right;
    }

    .mobileMenuBtn {
        display: none;
        cursor: pointer;
    }

    .spechead {
        width: 100%;
        border-bottom: 1px solid #efefef;
        margin-bottom: 5px;
        padding: 3px;
        background-color: #efefef;
        display: block;
        color: var(--total-blue);
        font-weight: bold;
    }

    .specoption {
        width: 100%;
        display: block;
        padding-bottom: 5px;
    }

        .specoption input {
            float: right;
        }
    /*.specoption label {
        float: left;
    }*/

    .photobox {
        float: left;
        border: 3px solid transparent;
        border-radius: 6px;
        margin-right: 6px;
        background-repeat: no-repeat;
        background-position: center;
        width: 60px;
        height: 60px;
        background-size: cover;
        cursor: pointer;
    }

    .vidbox {
        border-style: double;
        position: relative;
    }

        .vidbox:after {
            content: '';
            width: 31px;
            height: 21px;
            border-radius: 7px;
            border: 1px solid white;
            background-color: #ff0000;
            background-image: url(/images/play.svg);
            background-repeat: no-repeat;
            background-position: center;
            background-size: 7px;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
        }

    .photobox:hover {
        border-color: var(--total-blue);
    }

    .macDetailDescription {
        clear: both;
        padding: 10px 0 10px 0;
    }

    .tdd-hide {
        display: none;
    }

    .machineBigRating {
        float: right;
        cursor: pointer;
    }

    .ratingAll {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        z-index: 200000;
    }

    .ratingClose {
        background-color: #00c5f4;
        text-align: center;
        cursor: pointer;
        padding: 5px 0;
    }

    .ratingExplain {
        box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
        display: inline-block;
        width: 100%;
        max-width: 600px;
        background: var(--total-blue);
        color: #ffffff;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: left;
        border: 3px solid #ffffff;
        margin-top: 150px;
    }

        .ratingExplain p, .ratingExplain h2 {
            padding: 0px 20px 5px;
            color: #ffffff;
        }

    .machineGrid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 1em;
        padding-inline: 1em;
    }

    .shaperate {
        background: url(../images/star-bg.png) no-repeat var(--total-blue);
    }

    .frontRating {
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: center;
        height: 29px;
        width: 100%;
        cursor: pointer;
    }

    .machineRating {
        background-color: var(--light-grey);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 90px;
        height: 29px;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        cursor: pointer;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    .machineRating0 {
        background-image: none;
        background-color: transparent !important;
    }

    .machineRating1 {
        background-image: url(/images/ratings/1.png);
    }

    .machineRating2 {
        background-image: url(/images/ratings/2.png);
    }

    .machineRating3 {
        background-image: url(/images/ratings/3.png);
    }

    .machineRating4 {
        background-image: url(/images/ratings/4.png);
    }

    .machineRating5 {
        background-image: url(/images/ratings/5.png);
    }

    .mainImage {
        position: relative;
        margin-bottom: 10px;
        background-color: #ffffff;
        display: flex;
        justify-content: center;
        width: 100%;
        border: 1px solid var(--border-grey);
    }

        .mainImage img {
            /*border: 5px solid #fafafa;*/
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            margin: auto;
            max-height: 480px;
        }

    .videoImage {
        height: 480px;
    }

    .popPhoto {
        border: 10px solid #ffffff;
        position: fixed;
        background-color: white;
        top: 20px;
        left: 30px;
        z-index: 10000;
    }

    .popImage {
        background-position: center;
        background-size: cover;
    }

    .popClose {
        color: var(--total-blue);
        text-align: center;
        padding-top: 5px;
    }

    .specField {
        background-color: #efefef;
        color: var(--total-blue);
        width: 100%;
        margin-bottom: 5px;
    }

    .specTitle {
        width: 30%;
        float: left;
        padding: 6px 4px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .specDetail {
        padding: 6px 4px;
        width: 70%;
        float: left;
        border-left: 1px solid var(--total-blue);
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .makeanofferform {
        position: relative;
        padding: 10px 20px;
        background-color: var(--light-grey);
        margin-bottom: 10px;
        color: var(--total-blue);
        border-radius: 0 0 10px 10px;
        border: 1px solid var(--total-skyblue);
    }

        .enquiries h3 {
            position: relative;
            background-color: var(--total-skyblue);
            color: #fff;
            padding: 0.25rem 0.5rem;
            border-radius: 10px 10px 0 0;
            margin: 0;
            right: 0;
            font-weight: bold;
        }

    #makeanofferbutton {
        position: relative;
        top: 5px;
        display: inline-block;
    }

    #enquireonlinebtn, #makeanofferbutton {
        background-color: var(--total-lightblue);
        border-radius: 5px;
    }

    .enqBtn {
        width: 23%;
        margin: 1rem 0 0 1rem;
        float: left;
    }

    .gallery {
        position: relative;
        margin-bottom: 10px;
    }

    .makeanofferflash {
        background-color: var(--total-blue);
        padding: 8px;
        position: absolute;
        top: 5px;
        right: 5px;
        text-align: center;
        color: #fff;
        font-weight: bold;
        width: 100px;
        border-bottom-left-radius: 10px;
        font-size: 1.5em;
        line-height: 1.2em;
        border: 3px solid #0a6bb8;
    }

    input[type=text], textarea, input[type=email] {
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        min-height: 30px;
        padding: 10px;
        font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
        border: 1px solid #999;
    }

    .inputErr {
        background: #fff7b6;
    }

    .padtop {
        padding-top: 16px;
    }
    .padtoplarge {
        padding-top: 2rem;
    }

    .field {
        margin-bottom: 5px;
    }

    .documentPanel {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .pdficon {
        position: relative;
        display: table;
    }

    .moremachines, .morenews, .enquiries {
        margin-bottom: 20px !important;
    }

    .offerForm {
        margin-top: -20px !important;
    }

    .moremachines h4, .enquiries h4 {
        position: relative;
        color: #ffffff;
        text-align: center;
        margin-bottom: 0;
        background-color: var(--total-blue);
        border-radius: 7px 7px 0 0;
        width: 80%;
        margin-left: 10%;
        text-transform: uppercase;
        line-height: 1.2em;
        padding: 4px 0;
    }

    .moremachines .machineBox {
        margin-left: 0;
        margin-right: 0;
        width: 100% !important;
        float: left;
        display: inline;
    }

    #othermachines {
        width: 100%;
        margin-top: 0!important;
    }

        #othermachines h4 {
            font-size: 1.5em;
            margin-bottom: 15px;
        }

        #othermachines .features {
            display: flex;
            flex-direction: row;
            flex-wrap: initial;
        }

    .featuredMachines {
        table-layout: fixed;
        margin: auto;
        margin-bottom: 30px;
        min-width: 228px;
        max-width: 1200px;
    }

        .featuredMachines tr {
            display: inline-block;
            float: left;
            width: 228px;
            margin-left: 15px;
        }

    .pager table tr {
        /* width: 328px !important;*/
    }


    .featuredMachines tr:first-child {
        margin-left: 0 !important;
    }

    .featuredMachines .pager {
        margin: auto;
        display: flex;
        width: fit-content;
        justify-content: center;
        position: absolute;
        bottom: 10px;
        left: 0;
        right: 0;
        transform: translateY(100%);
    }

    .pager table {
        width: 100%;
        margin-top: 10px;
    }

        .pager table tr {
            display: flex;
            flex-direction: row;
            justify-content: center;
            width: 100%;
        }

            .pager table tr > * {
                margin-right: 2px;
                margin-left: 2px;
            }

    .pager a {
        padding: 5px 10px;
        background-color: #efefef;
        color: var(--total-blue);
        text-decoration: none;
    }

        .pager a:hover {
            background-color: var(--total-blue);
            color: #ffffff;
        }

    .pager span {
        padding: 5px 10px;
        background-color: var(--total-blue);
        color: #ffffff;
    }

    .hidden {
        display: none;
    }

    #map_canvas {
        border: 5px solid #ffffff;
        width: 100%;
        height: 360px;
        margin-bottom: 36px;
        margin-top: 15px;
    }

    .inlinks {
        margin-top: 12px;
    }

        .inlinks a {
            width: 100%;
            display: block;
            background: url(../images/smallarrow.png) left 5px no-repeat !important;
            padding-left: 20px;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

    .center {
        text-align: center;
    }

    .catList {
        display: inline-block;
        width: 100%;
    }

    .boxcol {
        width: 48%;
        float: left;
        margin-right: 2%;
    }

        .boxcol:first-child {
            margin: 0;
        }

    .newmacbox {
        width: 100%;
        margin-bottom: 10px;
        border: 1px solid #cccccc;
        border-radius: 17px 17px 0 17px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
    }

        .newmacbox h2 {
            background-color: var(--total-blue);
            color: #ffffff;
            padding: 5px;
            line-height: 1em;
        }

        .newmacbox ul {
            list-style: disc;
            margin-left: 10px;
            padding-left: 10px;
        }

            .newmacbox ul li {
                line-height: 1.2em;
                margin: 0;
                padding: 0;
            }

    .shareMe {
        display: flex;
        justify-content: space-between;
        width: fit-content;
        align-items: center;
    }

        .shareMe h2 {
            float: left;
            margin-bottom: 5px;
            margin-right: 5px;
        }

    .logopanel {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 90px;
    }

    .logoscrollarea {
        position: relative;
        padding-top: 30px;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#343332+0,a29f9c+70,8c8987+100 */
        background: rgb(52,51,50); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(52,51,50,1) 0%, rgba(162,159,156,1) 70%, rgba(140,137,135,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(52,51,50,1) 0%,rgba(162,159,156,1) 70%,rgba(140,137,135,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(52,51,50,1) 0%,rgba(162,159,156,1) 70%,rgba(140,137,135,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#343332', endColorstr='#8c8987',GradientType=0 ); /* IE6-9 */
    }

    .logoscrollarea2 {
        position: relative;
    }

    .logoscroll {
        position: relative;
        width: 4033px;
        opacity: 0;
    }

        .logoscroll li {
            position: relative;
            /*float: left;*/
            height: 83px;
            text-align: center;
            vertical-align: middle;
            display: inline-block;
            margin-right: 20px;
        }

            .logoscroll li img {
                /*box-shadow: 5px 5px 5px rgba(0,0,0,0.3);*/
                border: 1px solid #ccc;
                -moz-transition: all 0.5s;
                -o-transition: all 0.5s;
                -webkit-transition: all 0.5s;
                transition: all 0.5s;
                position: relative;
            }

            .logoscroll li:hover img {
                border: 3px solid #999;
            }

    iframe[id^='twitter-widget-'] {
        width: 100% !important;
        max-width: none !important;
        margin-top: 20px !important;
    }

    .breadcrumb {
        font-size: 0.8em;
        color: #999999;
        text-transform: lowercase;
    }

        .breadcrumb a {
            color: #cccccc;
        }

            .breadcrumb a:after {
                content: '>';
                display: inline-block;
                margin: 0 5px;
            }
    /* #Machine Styles
================================================== */

    .bulge {
        position: absolute;
        right: 0;
        top: 10px;
        border-radius: 0 0 17px 17px;
        font-size: 1.5em;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: right;
        line-height: 1.2em;
        font-weight: bold;
        color: #58B3F0;
        padding-top: 6px;
    }

    .bulgecontacts {
        font-size: 0.7em;
        margin-top: 14px;
        font-weight: normal;
        color: #fff;
        padding-right: 20px;
    }

        .bulgecontacts svg {
            height: 1.16em;
            display: inline-block;
            vertical-align: middle;
            fill: #FFF;
            transform: translateY(-1.4px);
        }

    .ccc {
        white-space: nowrap;
    }

    .bulge a {
        margin: 0;
        white-space: nowrap;
        display: inline-block;
        color: #fff;
    }

    .bulge svg:hover {
        animation: shake 300ms linear;
        cursor: pointer;
    }

    @keyframes shake {
        0% {
            transform: rotate(10deg);
        }

        12.5% {
            transform: rotate(20deg);
        }

        25% {
            transform: rotate(10deg);
        }

        37.5% {
            transform: rotate(0deg);
        }

        50% {
            transform: rotate(-10deg);
        }

        62.5% {
            transform: rotate(-20deg);
        }

        75% {
            transform: rotate(-10deg);
        }

        87.5% {
            transform: rotate(0deg);
        }
    }

    .catname {
        position: absolute;
        right: -120px;
        top: 92px;
        color: #ffffff;
        font-size: 2em;
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        text-align: left;
        line-height: 1em;
        width: 200px;
    }

    .machineListBox {
        width: 100%;
        max-width: 238px;
        float: left;
        border: 1px solid #ccc;
        background-color: #ffffff;
        /*box-shadow: 5px 5px 5px rgba(0,0,0,0.3);*/
        color: #666666 !important;
        display: block;
        height: 340px;
        position: relative;
        margin: 0 10px 15px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        /*border-radius: 17px 17px 0 17px;*/
        overflow: hidden;
        -moz-transition: background-color 0.5s;
        -o-transition: background-color 0.5s;
        -webkit-transition: background-color 0.5s;
        transition: background-color 0.5s;
    }

    .usedScroller .machineListBox {
        height: 285px;
    }

    .machineListBox:hover {
        background-color: var(--total-blue) !important;
        color: #fff !important;
    }

        .machineListBox:hover h2 {
            color: #fff;
        }

        .machineListBox:hover .mDesc {
            background-color: #000 !important;
        }

    .machineListBox .mImage {
        width: 100%;
        border: none !important;
        height: 180px;
        background-color: #efefef;
        background-size: cover;
        background-position: center;
        transition: 200ms;
    }

    .machineListBox .mDesc {
        padding-top: 8px;
        background-color: var(--total-blue);
        width: 100%;
        height: 118px;
        overflow: hidden;
        right: 0;
        padding: 5px 10px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    .machinelogo {
        height: 60px;
        width: 100%;
        text-align: center;
        background-color: #ffffff;
        padding-top: 10px;
        padding-bottom: 10px;
        box-shadow: 0 5px 10px rgba(0,0,0,0.5);
        z-index: 1000;
        position: relative;
    }

        .machinelogo img {
            max-height: 60px;
        }

    .usedScroller .mDesc {
        max-height: 70px;
        overflow: hidden;
    }

    .mDesc h2, .mDesc h3 {
        color: #ffffff;
        font-size: 1.3em;
        line-height: 1.2em;
    }

    .mDesc p, .machineDesc p {
        margin: 0;
        padding: 0;
    }

    .machineBox {
        position: relative;
        width: 100%;
        border: 1px solid #ccc;
        background-color: var(--total-blue);
        height: 290px;
        overflow: hidden;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        text-decoration: none;
        margin-bottom: 10px !important;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

        .machineBox:hover {
            background-color: #000;
            color: #fff !important;
        }

            .machineBox:hover h2, .machineBox:hover p {
                color: #fff;
            }

            .machineBox:hover .machineRating {
                background-color: #cc0000;
            }

    .machine3col {
        width: 700px;
    }

        .machine3col .machineBox {
            margin-right: 5px !important;
            margin-left: 5px !important;
        }

        .machine3col span span:nth-child(3n+0) {
            margin-left: 0 !important;
        }

    .machine4col {
        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

        .machine4col span span:nth-child(4n+0) {
            margin-left: 0 !important;
        }

        .machine4col p {
            margin-bottom: 5px;
        }

    .machineSold:before {
        content: '';
        background: url(../images/machinesold.png) no-repeat;
        position: absolute;
        height: 57px;
        width: 55px;
        z-index: 100;
        left: 0;
    }

    .categoryBox {
        height: 270px;
    }

    .machineImage {
        background-image: url(/machines/0/blank.jpg);
        background-color: #efefef;
        background-size: cover;
        background-position: center;
        height: 183px;
    }

    .machineDesc {
        padding: 5px 10px;
        height: 88px;
        color: #efefef !important;
        overflow: hidden;
        line-height: 1.2em;
        font-size: 0.9em;
    }

        .machineDesc h2 {
            color: #efefef !important;
            line-height: 23px !important;
        }

    .categoryDesc {
        /*height: 54px;*/
    }

    .machineDesc h3 {
        margin: 0 0 3px 0;
        padding: 0;
        line-height: 1.2em;
        font-size: 1.2em;
        color: #fff;
        font-weight: bold;
    }

    .machinemore, .mmore {
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 100;
    }

    #usedmachinelist, #newmachinelist {
        position: relative;
        overflow: hidden;
        height: 340px;
    }

    #usedmachineScroll, #newmachineScroll {
        position: absolute;
        padding-bottom: 40px !important;
        width: 100%;
    }

    #usedLatestMachines, #newLatestMachines, #newLatestMachines2 {
        position: relative;
        width: 200%;
    }

    .box {
        background-color: var(--total-blue);
        border: 2px solid var(--total-skyblue);
        padding: 6px 10px;
        margin-bottom: 4px !important;
        text-decoration: none;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #ffffff;
        -moz-transition: background-color 0.5s;
        -o-transition: background-color 0.5s;
        -webkit-transition: background-color 0.5s;
        transition: background-color 0.5s;
    }

        .box:hover {
            background-color: #666;
            color: #ffffff;
        }

    .topbutton {
        position: absolute;
        right: 0;
        top: 10px;
    }

    .fullwidthBtn {
        width: 100%;
        text-align: center;
        display: block;
        margin-top: 10px;
        margin-bottom: 20px !important;
    }

    .searchResults {
        padding: 15px 10px;
        display: none;
        position: relative;
    }

        .searchResults h2 {
            padding-left: 10px;
        }

    .martop {
        margin-top: 10px;
    }

    .marleft {
        margin-left: 5px;
    }

    .no-margin {
        margin: 0;
        padding: 0;
    }

    .mobilemenu {
        display: none;
    }

    .highlightarea {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
        gap: 1em;
    }
.highlight-box {
    background-color: var(--light-grey);
    background-image: url(/images/total-dot-globe-grey.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -100px center;
    padding: 1.5rem 1.5rem 0;
    color: var(--total-blue);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;
}
.homePromo .highlight-box {
    flex-direction: row;
    background-attachment: fixed;
    background-image: url(/images/total-dot-globe-darkergrey.svg);
    background-repeat: no-repeat;
    background-size: 55%;
    background-position: left center;
}
    .homePromo .highlight-box .slidecontent {
        width: 50%;
        flex: 1 1;
    }
    .highlight-title {
        background-color: #ffffff;
        color: var(--total-skyblue);
        font-size: 1.75rem;
        line-height: 1.2em;
        font-weight: bold;
        border-radius: 10px;
        padding: 0.5em 0.5em;
        width: fit-content;
        text-wrap: balance;
        box-shadow: 1px 5px 10px rgba(0,0,0,0.3);
        margin-bottom: 1rem;
    }
.highlight-intro {
    font-weight: bold;
}
.highlight-image {
    width: fit-content;
    margin: 0 auto;
}
.homePromo .highlight-image {
    flex: 1 1;
}
.highlight-image img {
    display: block;
}
.highlight-button {
    position: absolute;
    bottom: 1.5rem;
    background-color: var(--total-blue);
    color: #ffffff;
    border: 3px solid #ffffff;
    box-shadow: 1px 5px 5px rgba(0,0,0,0.3);
    border-radius: 10px;
    padding: 0.25rem 0.5rem;
    font-size: 1.2rem;
    line-height: 1.2em;
    text-wrap: balance;
    text-align: left;
    width: 7em;
    font-weight: bold;
}
    .highlight-button:hover {
        bottom: 1.3rem;
        box-shadow: none;
    }
    /* #Media Queries
================================================== */
    /* Smaller than standard 960 (devices and browsers) */
    @media only screen and (max-width: 1250px) {
        .newRight, .usedRight {
            right: 0;
            border-radius: 30% 0 0 30%;
            padding-right: 5px;
        }

        .newLeft, .usedLeft {
            left: 0;
            border-radius: 0 30% 30% 0;
            padding-left: 5px;
        }
    }

    @media only screen and (max-width: 1200px) {
        .newsflash {
            left: 0;
        }

        .featuredMachines .pager {
            position: relative;
            clear: both;
            bottom: 10px;
            left: 0;
            right: 0;
            width: 100%; /* fit-content !important */
            ;
        }

        .bubble:before, .bubble:after {
            width: 90px;
        }

        .featuredMachines {
            width: 942px;
        }

            .featuredMachines tr {
                margin-left: 10px;
            }

        .pager tr {
            margin-left: 0 !important;
        }

        .featuredMachines tr:nth-child(5):not(.pager) {
            margin-left: 0 !important;
        }

        #othermachines h4 {
            margin: auto;
            width: fit-content;
            margin-bottom: 15px;
        }

        #purposeslides.horizontal {
            width: 100% !important;
        }

        .centerbox2 {
            margin-left: 10px;
        }

        .tdd-sticky .navBtn {
            margin: 0 .2rem;
        }

        .navBtn {
            margin: 0 0.5rem;
            font-size: 0.8rem;
        }

        .logoleft {
            padding-left: 20px;
        }

        .logoright {
            padding-right: 10px;
        }
    }

    @media only screen and (max-width: 1330px) {
        .red-arrow {
            z-index: 1;
            /*background: rgba(255, 255, 255, 50%);*/
            font-size: 7em;
            position: absolute;
            top: 0;
            bottom: 0;
            margin-top: 0%;
        }

        #prevSlide {
            left: 0 !important;
        }

        #nextSlide {
            right: 0 !important;
        }

        #prevSlide, #nextSlide {
            padding: 0;
            transform: none !important;
        }
    }

    @media only screen and (max-width: 1199px) {
        .container {
            width: 98%;
        }
    }

    @media only screen and (max-width: 1050px) {
        .bubble:before, .bubble:after {
            width: 80px;
        }

        .strapline br {
            display: block;
        }
        /*.titlebtn {
            position: relative;
            right: auto;
            margin-left: 10px;
            display: inline-block;
        }*/

        .areatitle {
            text-align: center;
        }

        .titlebuttons {
            position: relative;
            top: 10px;
            margin-bottom: 5px;
            white-space: nowrap;
        }

        .tdd-sticky .navBtn {
            margin: 0 0.1rem;
        }
    }

    @media only screen and (max-width: 1023px) {

        .featuredMachines {
            width: 704px;
            margin-bottom: 40px;
        }


            .featuredMachines tr:nth-child(4) {
                margin-left: 0 !important;
            }

            .featuredMachines tr:nth-child(5):not(.pager) {
                margin-left: 10px !important;
            }
    }

    @media only screen and (max-width: 1014px) {

        .featuredMachines tr:nth-child(4) {
            margin-left: 0 !important;
        }

        .featuredMachines tr:nth-child(5):not(.pager) {
            margin-left: 10px !important;
        }

        .homePromo .slide.prod .descarea span {
            font-size: 0.9em;
            line-height: 1.2em;
        }

        .mobileMenuBtn {
            display: inline-block;
        }

        .tdd-sticky .mobileMenuArea {
            text-align: right;
        }

        .tdd-sticky .mobileMenuBtn {
            bottom: auto;
            width: 75px;
            position: relative;
            display: inline-block;
            font-size: 0.8rem;
            right: 10px;
        }

        .mobilemenu {
            position: fixed;
            top: 0;
            left: 0;
            width: 0;
            overflow: hidden;
            background-color: var(--total-lightblue);
            z-index: 100001;
            padding: 0;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            padding-top: 20px;
            border-right: 2px solid var(--total-skyblue);
            text-align: center;
            overflow-y: scroll;
            padding-bottom: 30px;
            display: block;
        }

            .mobilemenu .navBtn, #searchBtnShow {
                width: 280px;
                margin-bottom: 5px;
                margin-left: 10px;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                padding: 10px 0;
            }

            .mobilemenu img {
                max-width: 260px;
                margin-bottom: 10px;
            }

        .menu {
            display: none;
        }

        .catTile {
            width: 23.6%;
        }

        .catTileDouble {
            width: 49%;
        }

        .logoflex {
            -ms-flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            width: 48% !important;
        }

        .baselinks {
            width: 23% !important;
        }
    }

    @media only screen and (max-width: 1024px) {

        .enqBtn {
            width: 97%;
            margin-left: 1.3%;
        }

        .makeanofferflash {
            display: block;
        }

        #ContentPlaceHolder1_detailPanel {
            width: 98%;
        }
        /*.logoflex>div {
        margin-left: 1%;
        margin-right: 1%;
    }*/
        .tddvideo-thumbnail {
            width: 25%;
        }

        .newsflash {
            left: 0;
        }

        .frontRating {
            background-position: 15px 2px;
            top: 45px;
            left: -50px;
        }

        .catname {
            position: relative;
            -moz-transform: rotate(0);
            -ms-transform: rotate(0);
            -o-transform: rotate(0);
            -webkit-transform: rotate(0);
            transform: rotate(0);
            top: 0;
            left: 0;
            text-align: right;
            margin-top: -50px;
            width: 100%;
            height: 50px;
            line-height: 50px;
            padding-right: 20px;
            padding-right: 10px;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        .bigWord {
            position: relative;
            font-size: 5em;
            font-weight: bold;
            opacity: 0.5;
            text-align: left;
            margin-top: 0;
            height: 50px;
            -moz-transform: rotate(0);
            -ms-transform: rotate(0);
            -o-transform: rotate(0);
            -webkit-transform: rotate(0);
            transform: rotate(0);
            top: 0;
            left: 0;
            padding-left: 7px;
            width: 100%;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        .grocerfloater {
            position: absolute;
            left: 0;
            right: auto;
            top: 0;
            -moz-transform: rotate(-7deg);
            -ms-transform: rotate(-7deg);
            -o-transform: rotate(-7deg);
            -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
            z-index: 1000;
        }

            .grocerfloater img {
                width: 240px;
            }

        .balmoralfloater img {
            width: 120px;
            margin-top: 12px;
        }

        .searchPanelMin {
            height: auto;
        }

        .catTile {
            width: 15.45%;
        }
    }
    /* Tablet Portrait size to standard 960 (devices and browsers) */
    @media only screen and (min-width: 768px) and (max-width: 959px) {

        .basearea {
            font-size: 0.8em;
        }

        #mc_embed_signup {
            padding-top: 10px;
        }

            #mc_embed_signup #mce-EMAIL {
                margin-bottom: 10px;
            }

        .signup .fa-exclamation-triangle {
            font-size: 5.5em !important;
        }

        .topads {
            margin-top: 15px;
        }

        .machineDesc p {
            height: 35px;
        }

        #searchPanel h2 {
            font-size: 1.8em !important;
            padding-top: 5px;
        }

        .catBtn {
            width: 32%;
        }

        .greylogo {
            margin-right: 10px;
            margin-bottom: 100px;
            width: 80px;
        }

        .machine3col {
            width: 560px;
        }

        .social {
            height: 75px !important;
        }

        .expandSearchBtn {
            right: 5px;
        }
    }



    @media only screen and (max-width: 768px) {


        .teamitem {
            width: 49%;
        }

            .teamitem img {
                height: 100%;
            }

        .tddvideo-thumbnail {
            width: 33%;
        }

        .newsflash {
            left: 0;
        }

        .catTile {
            width: 18.6%;
        }

        .bubble:before, .bubble:after {
            width: 40px;
        }

        .moremachines {
            overflow: hidden;
        }

            .moremachines .machineBox {
                width: 73% !important;
            }

        .pager table {
            width: 73% !important;
            line-height: 2.5em;
        }

            .pager table tr {
                flex-wrap: wrap;
            }

        .tddvideo-flex {
            flex-direction: column;
        }

        .tddvideo-bigplayer {
            width: 100%;
        }
    }
    /* All Mobile Sizes (devices and browser) */
    @media only screen and (max-width: 767px) {
        #ContentPlaceHolder1_detailPanel {
            width: 100%;
        }

        .topflex {
            flex-wrap: wrap;
            flex-direction: column;
        }

        .logoleft {
            width: 100%;
            padding: 0;
        }

        .logoright {
            width: 100%;
            padding-right: 0;
            margin-bottom: 1em;
        }

        .searchBox {
            max-width: none;
        }

        .logomiddle {
            width: 100%;
            margin-inline: 0;
        }

            .logomiddle img {
                margin-block: 1em;
            }

        .iconTopPanel {
            justify-content: center;
            margin-top: 1em;
        }

        .pager table {
            width: 100% !important;
            line-height: 2.5em;
        }

        .moremachines .machineBox {
            width: 100% !important;
        }

        .homegrey .column {
            width: 100%;
            float: none;
            margin: 0;
            display: block;
            padding: 0 10px;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        .homeyoutube {
            width: 100%;
            height: 100%;
            margin-top: 0;
            right: 0;
        }

        .newsflash {
            width: 100%;
            left: 0;
        }

        #google_translate_element {
            left: 5% !important;
            right: 5% !important;
        }

        .spinwords {
            width: 285px;
        }

        .frontRating {
            background-position: 25px 2px;
            left: -60px;
        }

        .left {
            text-align: center !important;
        }

        .signup .two {
            position: absolute;
            float: left;
        }

        .signup h2 {
            line-height: 1em;
            margin-top: 5px;
            margin-bottom: 10px;
        }

        .signup .fa-exclamation-triangle {
            font-size: 5em !important;
            margin-top: 10px !important;
        }

        .signup .six {
            padding-left: 80px !important;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

            .signup .six p {
                margin-bottom: 10px;
            }

        #mc_embed_signup {
            padding-top: 0;
        }

            #mc_embed_signup #mce-EMAIL {
                margin-bottom: 10px;
            }

            #mc_embed_signup #mc-embedded-subscribe {
                margin-bottom: 20px;
            }

        .logolink {
            float: none;
            width: 100%;
            display: block;
        }

        .topads {
            float: none;
            width: 100%;
            text-align: center;
        }

            .topads img:first-child {
                margin: 0 0 -5px 0;
            }

        .grocerfloater {
            position: relative;
            top: 15px;
            margin-bottom: -20px;
            left: 2%;
            -moz-transform: rotate(-8deg);
            -ms-transform: rotate(-8deg);
            -o-transform: rotate(-8deg);
            -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
            width: 60%;
        }

            .grocerfloater img {
                width: 250px;
            }

        .balmoralfloater {
            width: 35%;
        }

            .balmoralfloater img {
                width: 140px;
            }

        .bigWord {
            position: relative;
            font-size: 5em;
            font-weight: bold;
            opacity: 0.5;
            text-align: left;
            margin-top: 0;
            height: 50px;
            -moz-transform: rotate(0);
            -ms-transform: rotate(0);
            -o-transform: rotate(0);
            -webkit-transform: rotate(0);
            transform: rotate(0);
            top: 0;
            left: 0;
            width: 100%;
            padding-left: 0;
        }

        #searchingUsed, #searchingNew {
            margin-top: 0;
        }
        /*.navPanel {
        background-image: url(../images/menubgmobilesm.png);
    }*/

        .logo {
            width: 250px;
            margin-top: 36px;
            right: 0;
        }

        #machinelist {
            overflow-y: scroll;
            margin-bottom: 10px;
        }

        .social {
            float: left;
            width: 60px;
            height: 70px !important;
            margin-right: 20px;
        }

        #tweet-scroll-wrapper {
            height: 150px !important;
        }

        .arrow {
            display: none;
        }

        .black div {
            text-align: center;
        }

        .recycle.icontop.floatright {
            float: none !important;
        }

        .searchBtn {
            right: 10%;
        }

        .catBtn {
            width: 49%;
            height: 65px;
        }

        .innerCat {
            overflow: hidden;
            font-weight: normal;
        }

        .catList .catBtn:nth-Child(2n) {
            background-color: var(--total-blue);
        }

        .greylogo {
            margin-left: 85px;
            width: 140px;
            margin-bottom: 20px;
            float: none;
        }

        .baseaddress {
            text-align: center;
        }

        .catname {
            margin-top: 0;
            text-align: center;
        }

        .shadow {
            background-size: 300px 28px;
        }

        .menu {
            position: absolute;
            left: 0;
            top: 0;
            width: 200px;
            background-color: var(--total-blue);
            margin-top: 120px;
            z-index: 1001;
            overflow: hidden;
            height: 0;
            box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
            border: 1px solid var(--total-blue);
            border-top: none;
            opacity: 0;
        }

            .menu a {
                margin-left: 0;
            }

        #searchPanel h1 {
            display: none;
        }

        .searchBox {
            width: 100%;
        }

        .inlinks {
            display: none !important;
        }

        .basearea {
            line-height: 1.2em;
            text-align: center !important;
        }

            .basearea div {
                margin-bottom: 5px !important;
            }

            .basearea .right {
                text-align: center !important;
            }

        .pageContent .floatright:not(#ContentPlaceHolder1_soldBtn) {
            position: relative;
            float: none !important;
            margin-bottom: 10px !important;
            margin-left: 0 !important;
            display: inline-block;
        } .mobonly {
            display: inline-block;
        } .machine3col {
            width: 100%;
        } #map_canvas {
            height: 325px;
        } .promoinset {
            width: 20%;
            top: auto;
            bottom: 10px;
            width: 20%;
        } .logoflex {
            width: 70% !important;
        } .baselinks {
            width: 30% !important;
        }
    }

    @media only screen and (max-width: 680px) {

        #featureSlider,
        #MachineHighlights .areatitle {
            display: none;
        }

        #MachineHighlights {
            margin-top: var(--margin-neg);
        }

        .quoteButton.moveright {
            position: relative;
            transform: none;
        }

        .quoteButton {
            max-width: 100%;
            box-sizing: border-box;
        }

        .bg-globe {
            background-size: 200%;
            background-position: -30% center;
        }

        .homePromo .slide.prod .descarea {
            gap: 1em;
        }

        .homePromo .slide.prod .slidelogo {
            height: 55px;
        }

        #outerfeaturedmachines .areatitle {
            text-align: left;
        }
    }

    @media only screen and (max-width: 600px) {
        .teamitem {
            width: 100%;
            margin: 0 0 10px;
        }

        .videoImage {
            height: 410px;
        }

        .popInner {
            height: 80%;
            width: 90%;
            overflow-y: auto;
            padding: 20px 20px 20px 20px;
            border-radius: 60px 10px 10px 10px;
        }

        .popTeamImage {
            position: relative;
            left: 0;
            top: 0;
            width: 100px;
            height: 100px;
        }

        .catTile {
            width: 48%;
            margin: 5px 1%;
            font-size: 0.9em;
            padding: 10px;
        }

        .megainner {
            padding: 10px !important;
        }


        .catTileDouble {
            width: 49%;
        }

        .subscribe {
            width: 94% !important;
            margin-left: 3% !important;
        }

        .logoflex {
            width: 100% !important;
        }

        .baselinks {
            width: 100% !important;
            text-align: center;
            padding-top: 20px;
        }
        /*.logoflex div {
        width: 20%;
    }*/

        .adr br, .org br {
            display: none;
        }
    }

    @media only screen and (max-width: 767px) {
        .shareMe h2 {
            margin-left: 25px;
        }
    }
    /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
    @media only screen and (min-width: 480px) and (max-width: 767px) {

        .featuredMachines {
            width: 466px;
            margin-bottom: 70px;
        }

            .featuredMachines tr:nth-child(3), .featuredMachines tr:nth-child(5):not(.pager) {
                margin-left: 0 !important;
            }

            .featuredMachines tr:nth-child(4) {
                margin-left: 10px !important;
            }

        .basearea {
            padding-bottom: 50px;
            font-size: 0.8em;
        }

        #google_translate_element {
            position: fixed;
            top: auto;
            bottom: 0;
            left: auto !important;
            right: 10px !important;
            left: 10px;
            background-color: #fff;
            padding: 6px 10px;
            z-index: 10000;
            border: 1px solid #666666;
            border-radius: 10px 10px 0 0;
        }
        /*.navPanel {
        background-image: url(../images/menubgmobile.png);
    }*/

        .catBtn {
            width: 32%;
        }

        .balmoralfloater {
            width: 40%;
        }

        .bigsearch {
            background-position: 50% 50%;
        }

        .greylogo {
            width: 100px;
            margin-left: auto;
            margin-bottom: 70px;
            float: left;
        }

        .menu {
            width: 211px;
        }

            .menu a {
                margin-left: 7px;
            }

        .baseaddress {
            text-align: left;
            margin-bottom: 10px;
        }

        .searchBox {
            width: 90%;
        }

        .searchBtn {
            right: 8%;
        }
    }

    /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
    @media only screen and (max-width: 550px) {
        .homePromo .slide.prod .descarea {
            gap: 0;
            flex-direction: column;
            padding: 0;
        }

            .homePromo .slide.prod .descarea span {
                font-size: 3.5vw;
            }

        .vidcover {
            display: block;
            width: 1200px;
            object-fit: cover;
            height: 100%;
            transform: scale(1.5);
        }

        .slide iframe {
            display: none;
        }

        .manlogoicon {
            max-width: 55px;
        }

        .mainImage {
            height: 378px;
            min-height: auto;
        }
    }

    @media only screen and (max-width: 479px) {

        .featuredMachines {
            width: 228px;
        }

            .featuredMachines tr:not(.pager), .featuredMachines tr:nth-child(5):not(.pager) {
                margin-left: 0 !important;
            }

        .homecols {
            flex-direction: column;
            gap: 0;
        }

            .homecols ul {
                margin-bottom: 0;
            }

        .tddvideo-thumbnail {
            width: 50%;
        }

        #animation_container {
            display: none;
        }

        .bubble:before, .bubble:after {
            width: 30px;
        }

        .logoleft {
            min-width: 100%;
        }

        #searchPanel h2 {
            margin-top: 40px;
        }

        #searchPanel .bluebg {
            padding-top: 30px;
        }

        .titlebtn {
            position: relative;
            right: auto;
            display: block;
            text-align: center;
            margin-top: 10px;
        }

        .titlebuttons {
            display: flex;
            flex-direction: column;
            right: auto;
        }

        .outerusedmachines .container .areatitle, .outerfeaturedmachines .container .areatitle {
            text-align: center;
        }

        .logomiddle .sociallinks a {
            font-size: 11px;
            width: 30px;
            height: 30px;
            text-align: center;
            margin-right: 10px;
            margin-left: 10px;
        }

            .logomiddle .sociallinks a span {
                display: none;
            }

        .logomiddle .sociallink i {
            right: auto;
            height: 30px;
            width: 30px;
            position: relative;
            top: 0;
        }

        .logoflex {
            -ms-flex-direction: row;
            -webkit-flex-direction: row;
            flex-direction: row;
            justify-content: center;
            flex-wrap: wrap;
        }
        /*.logoflex>div {
        width: 48%;
    }*/

        #dunlopframe {
            width: 300px !important;
            height: 45px !important;
        }

        .bulge #canvas {
            width: 300px !important;
            height: 80px !important;
        }

        .strapline {
            top: 0;
        }

        .floatingsearch {
            width: 100%;
            right: auto;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            height: 40px;
            padding: 0 10px 10px 10px;
        }

            .floatingsearch:before {
                display: none;
            }

        .bulgecontacts {
            padding-right: 10px;
        }

        .logopanel {
            margin-top: 10px;
        }

        .searchBox {
            min-width: 0;
        }

        .logoRight, .logoLeft {
            top: 10px;
        }

        .logoscroll li img {
            height: 60px;
            margin-top: 10px;
        }

        .ccc {
            white-space: normal;
        }

        .bulge a {
            /*display: block !important;*/
            margin-bottom: 5px;
        }

        .spinwords {
            position: relative;
            width: 95%;
            left: 2.5%;
            top: 0;
        }

        .deskonly {
            display: none;
        }

        .minionly {
            display: block;
        }

        #earth_div {
            display: inline-block;
            left: 0;
            padding-top: 30px;
        }

        .globeglow {
            width: 100%;
            left: 0;
        }

        .strapline br {
            display: none;
        }

        .basearea {
            padding-bottom: 50px;
            font-size: 0.8em;
        }

        #google_translate_element {
            position: fixed;
            width: 90%;
            top: auto;
            bottom: 0;
            left: 5%;
            background-color: #fff;
            padding: 6px 10px;
            z-index: 10000;
            border: 1px solid #666666;
            border-radius: 10px 10px 0 0;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        .goog-logo-link, .goog-logo-link:link, .goog-logo-link:visited, .goog-logo-link:hover, .goog-logo-link:active {
            color: #ffffff !important;
        }

        .frontRating {
            background-position: 15px 2px;
            width: 130px;
            top: 50px;
            left: -55px;
        }

        .promoinset {
            display: none;
        }

        .promotext {
            margin-left: 0;
        }

        #twitterfeed.tweeton .tweethandle {
            transform: translateY(-50%);
        }

        #youtubeplaylist.youtubeon .youtubehandle {
            transform: translateY(50%);
        }

        #youtubeplaylist .youtubehandle,
        #twitterfeed .tweethandle {
            scale: 0.8 !important;
        }
    }

    @media only screen and (max-width: 450px) {
        .highlightarea {
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        }
    }
    
    @media only screen and (max-width: 410px) {
        .bulgecontacts .ccc *:not(.tn) {
            display: none;
        }
    }

    @media print {
        .header {
            border-bottom: 5px solid var(--total-blue);
        }

        .moremachines {
            display: none !important;
        }

        #searchPanel {
            display: none;
        }

        .menu {
            display: none;
        }

        .twelve .columns {
            width: 100%;
        }
    }
