﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
@import url("https://fonts.googleapis.com/css?family=Titillium+Web:400,400i,600,600i");
@font-face {
    font-family: 'Handsome';
    src: url('../lib/webfonts_Handsome/Handsome.ttf.woff') format('woff'), url('../lib/webfonts_Handsome/Handsome.ttf.svg#Handsome') format('svg'), url('../lib/webfonts_Handsome/Handsome.ttf.eot'), url('../lib/webfonts_Handsome/Handsome.ttf.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

img.thumnb {
    width: 50px; /* You can set the dimensions to whatever you want */
    height: 100%;
    object-fit: cover;
}

.section-colored-transparent {
    background-color: #4496D1;
    color: white;
    opacity: 0.9;
    padding-bottom: 25px;
}


.background1 {
    background-image: url(../images/6031_Insitu_2.jpg);
}

.background2 {
    background-image: url(../images/6066_Insitu.jpg);
}

.background3 {
    background-image: url(../images/6277_InSitu_2.jpg);
}

.background4 {
    background-image: url(../images/6421_Insitu.jpg);
}

.background5 {
    background-image: url(../images/6185_Insitu1.jpg);
}

.background6 {
    background-image: url(../images/6208_InSitu_3.jpg);
}

.background7 {
    background-image: url(../images/4048_Insitu_9.jpg);
}


.bg-brand {
    background-color: #0063A1;
    color: white;
}

.bg-powertools {
    background: rgb(0,23,71);
    background: linear-gradient(90deg, rgba(0,23,71,1) 0%, rgba(0,99,161,1) 50%, rgba(0,23,71,1) 100%);
}

bg-lines {
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
    height: 2px;
}

div.top-bar
{
    background-color: black;
    color: white;
    font-size: smaller;
}

div.top-bar a, div.top-bar a:visited { color: white; }
    div.top-bar a:active, div.top-bar a:hover {
        color: white;
        text-decoration: underline;
    }

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

@media (min-width: 576px) 
{
    br.break {
        display: none;
    }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 300px;
    /*font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;*/
    font-family: 'Titillium Web';
    height: 100%;
}

.footer {
    position: absolute;
    width: 100%;
    /*bottom: 0;*/
    white-space: nowrap;
    height: 300px; /* Clear the footer */
    flex-shrink: 0;
    /* Set the fixed height of the footer here */
}

.breadcrumb {
    background: white;
    padding-left: 0px;
}

    .breadcrumb a, .breadcrumb a:visited {
        color: #0063A1;
        text-decoration: none;
    }

        .breadcrumb a:active, .breadcrumb a:hover {
            text-decoration: underline;
        }

h1 { font-size: xx-large; }

a {
    color: #0063A1;
}

a:hover {
    color: #0063A1;
    text-decoration: underline;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #0063A1;
}

.megamenu {
    position: static;
}

.megamenu .dropdown-menu {
    background: none;
    border: none;
    width: 100%;
}

.list-unstyled {
    list-style: none;
    color: black;
}

.menucarousel { width: 370px; height: 240px; }

.carousel-inner {
    height: 100%;
}

.menucarousel .item { background-size: cover;
        background-position: 50% 50%;
        width: 370px;
        height: 240px;
        border-bottom-left-radius: 10px;
}

.item img {
    visibility: hidden;
}

.text-small {
    font-size: x-small;
}

.pt-05 {
    padding-top: 2px;
    margin-bottom: 0px;
}

.pointer {
    cursor: pointer;
}

@media (min-width: 768px) {
    .small-md {
        font-size: 0.8rem;
    }
}

    @media (min-width: 992px) {
        .text-small {
            font-size: smaller;
        }

        .small-lg {
            font-size: smaller;
        }
    }
    #labelTitle {
        padding-bottom: 5px;
        border-bottom-style: solid;
        border-bottom-width: thin;
        border-bottom-color: #0063a1;
        margin-bottom: 5px;
        background-color: rgba(255, 255, 255, 1);
        opacity: 1;
    }

    .badge-pill {
        padding-right: 0.6em;
        padding-left: 0.6em;
        border-top-right-radius: 10rem;
        border-bottom-right-radius: 10rem;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        background-color: #0063a1;
    }

.badge-laser {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-top-right-radius: 10rem;
    border-bottom-right-radius: 10rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #0063a1;
}

.badge-laser-tools {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-top-right-radius: 10rem;
    border-bottom-right-radius: 10rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #0063a1;
}


    .pi .badge-pill {
        padding-right: 0.6em;
        padding-left: 0.2em;
        border-top-right-radius: 10rem;
        border-bottom-right-radius: 10rem;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        background-color: #0063a1;
        height: 20px;
    }

.pi .badge-connect {
    padding-right: 0.6em;
    padding-left: 0.2em;
    border-top-right-radius: 10rem;
    border-bottom-right-radius: 10rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #BA8748;
    width: 70px;
}

.badge-connect {
    border-top-right-radius: 10rem;
    border-bottom-right-radius: 10rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #BA8748;
}

    .icon {
        width: 45px;
        height: 45px;
        font-family: Handsome;
    }

    .icon-sm{
        width: 35px;
        height: 35px;
        color: black;
    }

    .ce {
        padding-top: 2px;
        width: 90px;
        height: 50px;
    }

.iconukca {
    margin-top: -14px;
    --color-1: #010202;
    height: 32px;
}

    .iconrohs {
        width: 90px;
        height: 45px;
    }

    .icon.iconsm {
        width: 12px;
        height: 12px;
    }

.iconmissing {
    width: 440px;
    height: 200px;
    font-family: 'Titillium Web';
    --color-1: #B1B1B1;
    --color-2: #D9D9D9;
    --color-3: #FFF;
    font-size: 50px;
    font-weight: bold;
    fill: #000;
}

.iconmissing-sm {
    width: 220px;
    height: 100px;
    font-family: 'Titillium Web';
    --color-1: #B1B1B1;
    --color-2: #D9D9D9;
    --color-3: #FFF;
    font-size: 50px;
    font-weight: bold;
    fill: #000;
}


.pi .image {
    width: 280px;
    height: 160px;
    position: relative;
}

.pi .imagelg {
    width: 420px;
    height: 240px;
    position: relative;
}


    @media (max-width: 575.98px) {
        .icon {
            width: 25px;
            height: 25px;
        }

        .iconrohs {
            width: 50px;
            height: 25px;
        }

        .badge-pill {
            font-size: 0.8rem;
        }

        .breadcrumb-item + .breadcrumb-item {
            padding-left: 0.2rem;
        }

            .breadcrumb-item + .breadcrumb-item::before {
                display: inline-block;
                padding-right: 0.2rem;
                color: #6c757d;
                content: "/";
            }

    }

    @media (max-width: 767.98px) {

        .footer {
            height: 360px; /* Clear the footer */
            /* Set the fixed height of the footer here */
        }
        .icon {
            width: 35px;
            height: 35px;
        }

        .iconrohs {
            width: 70px;
            height: 35px;
        }

        /*body {
            font-size: smaller;
        }*/

        #labelTitle {
            font-size: 1.5rem;
        }

        .badge-pill {
            font-size: 0.9rem;
        }

        .pi .badge-pill {
            padding-right: 0.6em;
            padding-left: 0.2em;
            border-top-right-radius: 10rem;
            border-bottom-right-radius: 10rem;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
            background-color: #0063a1;
            height: 17px;
        }

        .dropdown-menu {
            background-color: #0063A1;
            border: none;
        }
        
    }

@media (min-width: 575.98px) {
    .pi .image {
        width: 120px;
        height: 80px;
        position: relative;
    }
}

    @media (min-width: 767.98px) {
        .pi .image {
            width: 200px;
            height: 140px;
            position: relative;
        }

    }

    @media (min-width: 992px) {
        .pi .image {
            width: 280px;
            height: 160px;
            position: relative;
        }

        .bg-dark-menu {
            background-color: #343a40 !important;
        }

    }
    
    .iconwhite {
        fill: #ffffff;
    }

    .iconblack {
        fill: Black;
    }

.iconred {
    fill: #BE1622;
}

.icongrey {
    --color-1: #C6C6C6;
    --color-2: #B2B2B2;
    --color-3: #FFF;
    --color-4: #878787;
    --color-5: #DADADA;
    --color-6: #c6c6c6;
    --color-7: #9D9D9C;
    --color-8: #000;
    --color-9: #333333;
    --color-10: #575756;
    fill: #575756;
}

.iconeu {
    --color-1: #2D2E83;
    --color-2: #FFE922;
}

    .madeinsheffield {
        fill: #D90912;
        --color-1: #000;
    }

    .madeintheuk {
        fill: #27348B;
        --color-1: #D90912
    }

    .iconblue {
        fill: #2D2E83;
    }

    .icongreen {
        fill: #009640;
    }

    .iconorange {
        fill: #F39200;
    }

    .icongold {
        fill: #958347;
    }

    .tc {
        --color-1: white;
        --color-2: #a6a6a6;
    }

    .laser {
        color: grey;
    }

    .gunson {
        color: grey;
    }

    .kamasa {
        color: grey;
    }

    .eldon {
        color: grey;
    }

    .connect {
        color: grey;
    }

    .powertec {
        fill: grey;
        color: lightgrey;
    }

    .laser:hover {
        color: #0063A1;
    }

    .gunson:hover {
        color: #0076BF;
    }

    .kamasa:hover {
        color: #006C67;
    }

    .eldon:hover {
        color: #EE3424;
    }

    .connect:hover {
        color: #BA8748;
    }

    .powertec:hover {
        fill: #009DDC;
        color: #F78E1E;
    }

#titleHeader {
    background-color: rgba(255, 255, 255, 1);
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
    top: 0;
    padding: 2px;
    opacity: 1;
    z-index: 1020;
}

    .slant {
        transform: skewX(-20deg);
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

        .slant:hover {
            color: #212529;
            background-color: #e2e6ea;
            border-color: #dae0e5;
        }



    .download {
        height: 200px;
        max-height: 200px;
        object-fit: cover;
    }

    .language {
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 0.31rem;
        padding-left: 0.3rem;
        color: #212529;
/*        background-color: #f8f9fa;*/
        border-color: lightgrey;
    }

        .language:hover {
            color: #212529;
            background-color: #e2e6ea;
            border-color: #dae0e5;
        }

        


.nav-pills .nav-link.language.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}



.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #fff !important;
    border-color: #6c757d;
}
    /*.language.active {
            color: #fff;
            background-color: #343a40;
            border-color: #343a40;
        }*/
.nav-link.language.active:hover {
    color: #fff;
    background-color: #e2e6ea !important;
    border-color: #dae0e5;
}

.flag-icon.flag-icon-squared {
    width: 1.1em !important;
}

    #title {
        overflow: hidden;
    }

    /*.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}*/

    /*.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}*/


    .price {
        padding-top: 5px;
        border-top-style: solid;
        border-top-width: thin;
        border-top-color: #0063a1;
        text-align: right;
    }

    .disclaimer {
        font-size: xx-small;
    }

    .rotate {
        /* FF3.5+ */
        -moz-transform: rotate(-90.0deg);
        /* Opera 10.5 */
        -o-transform: rotate(-90.0deg);
        /* Saf3.1+, Chrome */
        -webkit-transform: rotate(-90.0deg);
        /* IE6,IE7 */
        filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0.083);
        /* IE8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)";
        /* Standard */
        transform: rotate(-90.0deg);
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 2px;
        padding-right: 2px;
    }

.rotate-cat {
    -moz-transform: rotate(-12.62deg);
    /* Opera 10.5 */
    -o-transform: rotate(-12.62deg);
    /* Saf3.1+, Chrome */
    -webkit-transform: rotate(-12.62deg);
    /* IE6,IE7 */
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0.083);
    /* IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)";
    /* Standard */
    transform: rotate(-12.62deg);
}

   /* .rotate-cat::before {
        content: "";
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: url(http://www.toolconnection.co.uk/flipbooks/lasertools/catalogue/files/pages/thumbs/200.jpg) 0 0 no-repeat;
        transform: rotate(-15.0deg);
    }*/

    .pi .image {
        width: 280px;
        height: 160px;
        position: relative;
    }

/*.pi .image img {
    -o-object-fit: contain;
    object-fit: contain;
}*/


        .pi .image img {
            /*height: 160px;
        width: auto;*/
            max-height: 100%;
            max-width: 100%;
            width: auto;
            height: auto;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            object-fit:scale-down;
        }

        .pi .imagelg img {
            /*height: 160px;
        width: auto;*/
            max-height: 100%;
            max-width: 100%;
            width: auto;
            height: auto;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            object-fit: scale-down;
        }

.pi .labelTitle {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-image-source: linear-gradient(to right, rgba(0, 99, 161, 0), rgba(0, 99, 161, 0.75), rgba(0, 99, 161, 0));
    border-image-slice: 1;
    /*border-bottom-color: #0063a1;*/
    height: 52px;
    font-size: 0.8rem;
}

    .news .labelTitle {
        padding-top: 5px;
        padding-bottom: 5px;
        border-bottom-style: solid;
        border-bottom-width: thin;
        border-bottom-color: #0063a1;
        height: 72px;
    }

    .news .image {
        width: 280px;
        height: 160px;
        overflow: hidden;
        text-align: center;
        vertical-align: middle;
    }

        .news .image img {
            max-width: 100%;
            max-height: 100%;
        }

    .table-xs th, .table-xs td {
        padding: 0.3rem;
        padding-right: 0.1rem;
        padding-left: 0.1rem;
    }

    .tcbreadcrumb {
        background-color: #0063A1;
        color: white;
        list-style: none;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .tcbreadcrumb .breadcrumb-item a {
            color: #f8f9fa !important;
        }

    div.message {
        background: transparent url(msg_arrow.gif) no-repeat scroll left center;
        padding-left: 7px;
    }

    div.error {
        background-color: #F3E6E6;
        border-color: #924949;
        border-style: solid solid solid none;
        border-width: 2px;
        padding: 5px;
    }

    h5.labelTitle {
        padding-bottom: 5px;
        border-bottom-style: solid;
        border-bottom-width: thin;
        border-bottom-color: #0063a1;
        margin-bottom: 5px;
        background-color: rgba(255, 255, 255, 1);
        text-transform: uppercase;
        font-weight: 800;
    }

    .videoWrapper {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        padding-top: 25px;
        height: 0;
    }

        .videoWrapper iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }


    .table-striped tbody tr:nth-of-type(2n+1) {
        background-color: rgba(0, 99, 161, 0.1);
    }

    .tooltip.show {
        opacity: 1;
    }

    .youtube {
        background-color: #000;
        margin-bottom: 30px;
        position: relative;
        padding-top: 56.25%;
        overflow: hidden;
        cursor: pointer;
    }

        .youtube img {
            width: 100%;
            top: -16.84%;
            left: 0;
            opacity: 0.7;
        }

        .youtube .play-button {
            width: 90px;
            height: 60px;
            background-color: #333;
            box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
            z-index: 1;
            opacity: 0.8;
            border-radius: 6px;
        }

            .youtube .play-button:before {
                content: "";
                border-style: solid;
                border-width: 15px 0 15px 26.0px;
                border-color: transparent transparent transparent #fff;
            }

        .youtube img,
        .youtube .play-button {
            cursor: pointer;
        }

            .youtube img,
            .youtube iframe,
            .youtube .play-button,
            .youtube .play-button:before {
                position: absolute;
            }

                .youtube .play-button,
                .youtube .play-button:before {
                    top: 50%;
                    left: 50%;
                    transform: translate3d( -50%, -50%, 0 );
                }

        .youtube iframe {
            height: 100%;
            width: 100%;
            top: 0;
            left: 0;
        }

    .VRN {
        background-image: url(../images/GB_Plate.png);
        background-repeat: no-repeat;
        background-color: yellow;
        padding: 0 0 0 30px;
        font-weight: 900;
        text-transform: uppercase;
        /*font-size: x-large;*/
        height: 33px;
        min-height: 33px;
    }

.VRNIE {
    background-image: url(../images/IRL_Plate.png);
    background-repeat: no-repeat;
    background-color: yellow;
    padding: 0 0 0 30px;
    font-weight: 900;
    text-transform: uppercase;
    /*font-size: x-large;*/
    height: 33px;
    min-height: 33px;
}

/*#EngineCode {
    text-transform: uppercase;
}*/

    .TOOLPOINT {
        z-index: 0;
    }

    .nav-tabs .nav-link.timingtools {
        border-color: black;
        border-bottom-width: 0px;
        background-color: #c4151c;
        font-weight: bold;
        color: white;
    }

    .nav-tabs .nav-link.gen2 {
        border-color: black;
        border-bottom-width: 0px;
        background-color: #0063A1;
        color: white;
        font-weight: bold;
    }

    .nav-tabs .nav-link.oem {
        border-color: black;
        border-bottom-width: 0px;
        background-color: #4496d1;
        color: white;
        font-weight: bold;
    }

    .tab-content #timingtools {
        background-color: #C4151C;
        color: white;
        padding-top: 2px;
        padding-left: 5px;
        margin-top: 0;
        padding-bottom: 10px;
        background-size: cover;
        background-position: bottom right;
        background-repeat: no-repeat;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
        background-image: url(../images/TimingTools_Background_V3.png);
    }

.timingtools {
    background-color: #C4151C;
    color: white;
    background-size: cover;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-image: url(../images/TimingTools_Background_V3.png);
    border-radius: 5px;
}

        .tab-content #timingtools .form-group {
            margin-bottom: 0.25rem;
        }

    .tab-content #gen2 {
        background-color: #0063A1;
        color: white;
        min-height: 220px;
        padding-top: 2px;
        padding-left: 5px;
        margin-top: 0;
        background-image: url(../images/GEN2_Background_V4.jpg);
        background-size: cover;
        background-position: bottom right;
        background-repeat: no-repeat;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
    }

.gen2 {
    background-color: #0063A1;
    color: white;
    background-image: url(../images/GEN2_Background_V4.jpg);
    background-size: cover;
    background-position: bottom right;
    background-repeat: no-repeat;
    border-radius: 5px;
}

        .tab-content #gen2 .form-group {
            margin-bottom: 0.25rem;
        }

    .tab-content #oem {
        background-color: #4496d1;
        color: white;
        min-height: 330px;
        padding-top: 2px;
        padding-left: 5px;
        margin-top: 0;
        background-image: url(../images/OEM_Background_Web.jpg);
        background-size: cover;
        background-position: bottom right;
        background-repeat: no-repeat;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
    }

    .text-light a {
        color: white;
    }

    .productimage img {
        min-height: 300px;
        max-height: 300px;
        object-fit: contain;
    }


    .thumb img {
        min-height: 60px;
        max-height: 60px;
        object-fit: contain;
    }

    .dropdown-menu {
        z-index: 5000;
    }

.downloadicon {
    width: 100px;
    height: 110px;
    font-family: Handsome;
}

.downloadpis {
    --color-0: #DBDBDB;
    --color-1: #009EE2;
    --color-2: #1D70B7;
    --color-3: #009EE2;
    --color-4: #2D2E82;
    --color-5: #009EE2;
    --color-6: #FFF;
    fill: #575756;
    font-size: 32px;
    font-weight: bold;
}

.downloadinst {
    --color-0: #DBDBDB;
    --color-1: #009FE3;
    --color-2: #95C11F;
    --color-3: #1D71B8;
    --color-4: #006633;
    --color-6: #FFF;
    fill: #575756;
    font-size: 18px;
}

.downloadmds {
    --color-0: #DBDBDB;
    --color-1: #009EE2;
    --color-2: #B1203A;
    --color-3: #1D70B7;
    --color-4: #85182A;
    --color-5: #942D36;
    --color-6: #FFF;
    color: #1D1D1B;
    font-size: 19px;
}

.downloadtds {
    --color-0: #DBDBDB;
    --color-1: #009EE2;
    --color-2: #B1203A;
    --color-3: #1D70B7;
    --color-4: #85182A;
    --color-5: #942D36;
    --color-6: #FFF;
    --color-8: #1D1D1B;
    color: #1D1D1B;
    font-size: 19px;
}

.downloadapps {
    --color-0: #DBDBDB;
    --color-1: #009FE3;
    --color-2: #F39200;
    --color-3: #1D71B8;
    --color-4: #EA5B0C;
    --color-6: #FFFFFF;
    fill: #575756;
}

.downloadzip {
    --color-0: #DBDBDB;
    --color-1: #009EE2;
    --color-2: #1d70B7;
    --color-3: #C41B1C;
    --color-4: #A81A16;
    --color-5: #811914;
    --color-6: #FFF;
    --color-7: #1D1D1B;
    --color-8: #161410;
	--color-9: #FFFFFF;
}

.downloadtechspec {
    --color-0: #DBDBDB;
    --color-1: #009EE2;
    --color-2: #891496;
    --color-3: #1D70B7;
    --color-4: #72107D;
    --color-5: #4F0B57;
    --color-6: #FFF;
    color: #FFF;
    font-size: 19px;
    --color-7: none;
    --color-8: #1d1d1b;
}

    .small-stack {
        font-size: 0.6em;
        top: -10px;
    }

.productsLabelTitle {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #0063a1;
    height: 52px;
}


#newProductsView h5 {
    font-size: smaller;
    font-weight: bold;
}

.hr {
    margin-top: 20px;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 99, 161, 100), rgba(0, 99, 161, 100), rgba(0, 99, 161, 100));
}

.results tr[visible='false'],
.no-result {
    display: none;
}

.results tr[visible='true'] {
    display: table-row;
}

.counter {
    padding: 8px;
    color: #ccc;
}

.NewProductMenu {
    --color-1: #CB1416;
    --color-2: #fff;
    --color-3: #fff;
}


.lasertoolsracing-menu {
    --color-0: #FFF;
    --color-1: #FFF;
    --color-2: #000;
    --color-3: #FFF;
    --color-4: #0063A1;
    color: #fff;
}

.lasertoolsracing-menu-sm {
    --color-0: #FFF;
    --color-1: #FFF;
    --color-2: #000;
    --color-3: #0063A1;
    --color-4: #0063A1;
    color: #fff;
}

.flag { height: 30px; width: 30px;}
@media screen and (min-width: 991px) {
    .carousel-control-prev {
        left: -55px;
    }

    .carousel-control-next {
        right: -55px;
    }
}

/* Monoliths */

#page-top {
    background: #000;
    color: #FFF;
    line-height: 1;
}

    #page-top .monoliths {
        display: flex;
        padding-bottom: 1em;
        overflow: hidden;
    }

        #page-top .monoliths li {
            width: 20%;
        }

        #page-top .monoliths a {
            color: inherit;
            text-decoration: inherit;
            display: block;
            padding: 1px;
        }

        #page-top .monoliths img {
            display: block;
            height: 20rem;
            width: 100%;
            object-fit: cover;
            object-position: 50% 20%;
        }

        #page-top .monoliths div {
            padding-left: 2%;
            padding-right: 26%;
            border-top: 2px solid transparent;
            background: linear-gradient(100deg,hsl(292deg,50%,50%) 50%, transparent 85%);
            background-clip: padding-box;
        }

        #page-top .monoliths strong {
            display: block;
            font-weight: 900;
            padding-left: 1%
        }



@supports (clip-path: polygon(0 0)) or (-webkit-clip-path: polygon(0 0)) {
    #page-top .monoliths li {
        width: 37.5%;
        margin-right: -7.5%;
        -webkit-clip-path: polygon(25% 0, 100% 0, 75% 100%, 0 100%);
        clip-path: polygon(25% 0, 100% 0, 75% 100%, 0 100%);
    }
}

@media (max-width: 35rem) {
    #page-top .monoliths div {
        opacity: 0.01
    }
}


.videolink {
    position: absolute;
    bottom: 40px;
    width: 100%;
    margin-right: 25%;
    margin-left: 25%;
    display: inline-block;
    z-index: 99;
    font-size: 3rem;
    color: white;
    font-weight: 900;
    font-style: italic;
}

@media (max-width: 767.98px) {
    .videolink {
        position: absolute;
        bottom: 40px;
        width: 100%;
        margin-right: 25%;
        margin-left: 25%;
        display: inline-block;
        z-index: 99;
        font-size: 2rem;
        color: white;
        font-weight: 900;
        font-style: italic;
    }
}


.wrapper {
    position: relative;
    overflow: hidden;
}

    .wrapper:after {
        content: '';
        display: block;
        padding-top: 100%;
    }

    .wrapper img {
        width: auto;
        height: 90%;
        max-width: none;
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
    }

.card-header-custom {
    min-height: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.algolia-autocomplete {
    z-index: 999999 !important;
}

.aa-dropdown-menu {
    z-index: 999999 !important;
}
