﻿@import url(https://fonts.googleapis.com/css?family=Roboto:500,400italic,100,300,500italic,100italic,300italic,400);

/**, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body, html {
    font-size: 100%;
    padding: 0;
    margin: 0;
}

h4 {
    font-weight: normal;
    margin-bottom: 5px;
}*/

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
/*.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

body {
    font-family: 'Roboto', sans-serif;
    color: #444;
    font-size: 18px;
    font-weight: 300;*/
    /*background: rgba(18, 101, 171, 0.92);*/
    /*background: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

a {
    color: #1265AB;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: none;
    cursor: pointer;
}

    a span {
        margin-left: 10px;
        margin-top: -5px;
        display: inline-block;
        vertical-align: middle;
    }

    a:hover {
        color: #b4b4b4;
        text-decoration: underline;
    }

b {
    font-weight: 500;
}

li {
    margin: 5px 0px;
    font-size: .9em;
}*/

/*GRid ***************************************************** */

/** {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.grid {
    position: relative;
    margin-top: 150px;
}

    .grid:after, .footergrid:after {*/
        /* Or @extend clearfix */
        /*content: "";
        display: table;
        clear: both;
    }

[class*='col-'] {
    float: left;
    padding: 10px 20px;
}


    [class*='col-']:after, .row:after, .footerRow:after, .footerRow-2:after, .footerRow-3:after {
        content: "";
        display: table;
        clear: both;
    }

.grid [class*='col-']:last-of-type {
    padding-right: 0;
}

.col-1 {
    width: 100%;
}

.col-2-3 {
    width: 66.66%;
}

.col-1-3 {
    width: 33.33%;
}

.col-1-2 {
    width: 50%;
}

.col-1-4 {
    width: 25%;
}

.col-2-4 {
    width: 50%;
}

.col-1-8 {
    width: 12.5%;
}*/

/* Opt-in outside padding */
/*.grid-pad {*/
    /*padding: 20px 0 20px 20px;*/
/*}*/

/*.grid-pad [class*='col-']:last-of-type {
        padding-right: 20px;
    }*/


/*.module {*/
    /*background: rgba(0, 116, 217, .7);*/
    /*padding: 20px 40px;*/
    /*margin: 20px;*/
/*}

    .module a {*/
        /*color: #333;*/
        /*font-size: 1.0em;
    }

    .module h3 {
        font-size: 2em;
        margin: 0;
        margin-bottom: 5px;
    }

.vacancies h3 {
    font-size: 1.8em;
}

.Work h3 {
    margin-bottom: 15px;
    border-bottom: 1px solid #999;
    font-size: 2.0em;
}


.sidePaddingOnly {
    padding: 0px 40px;
}

.row {
    background: #fff;
    padding-bottom: 30px;
}

    .row:last-of-type {
        padding-bottom: 0px;
    }

.altBackground-border {
    border-top: 1px solid #51A9D1;
    border-bottom: 1px solid #51A9D1;
}

.altBackground-grey {
    background: #E4E4E4;
}

.altBackground-transparent {
    background: rgba(255, 255, 255, 0.2);
}


.altBackground-green {
    background: #A1F5C0;
}


.row .infoBox {
    text-align: center;
    margin: 0px;
}


    .row .infoBox:last-of-type {
        border-right: none;
    }

.lightBlue {
    background: #084d86;
    color: #fff;
}

    .lightBlue h2 {
        border-bottom: 1px solid #fff;
    }

.blue {
    background: #084D86;
    color: #fff;
    font-weight: 100;
}

    .blue a {
        color: #fff;
    }

.largeHeader {
    font-weight: 100;
    letter-spacing: 3px;
    font-size: 4em;
}*/


/*GRid ***************************************************** */


/* Panel Background **********************************************/

/*.panelBackground {
    position: absolute;
    top: 0px;
    left: 0;
    z-index: -1;
    width: 100%;*/
    /* Prevent vertical gaps */
    /*line-height: 0;
}

    .panelBackground img {
        width: 33.33%;*/
        /*height: 265px;*/
        /*height: auto;
        float: left;
        -webkit-animation: bounceIn 1s forwards;
        -moz-animation: bounceIn 1s forwards;
        -webkit-backface-visibility: hidden;
        padding-top:20px;
    }

.panelBackground2 {
    position: absolute;
    top: 0px;
    left: 0;
    z-index: -1;
    width: 100%;
}

    .panelBackground2 img {
        width: 100%;*/
        /*height: 265px;*/
        /*height: auto;*/
        /*float: left;*/
        /*-webkit-animation: bounceIn 1s forwards;
        -moz-animation: bounceIn 1s forwards;
        -webkit-backface-visibility: hidden;
    }*/

/* Our Work Grid*/

/*.ourWork {
    width: 100%;*/
    /* Prevent vertical gaps */
    /*line-height: 0;
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    -moz-column-count: 3;
    -moz-column-gap: 10px;
    column-count: 3;
    column-gap: 10px;
    -webkit-backface-visibility: hidden;
}

    .ourWork span {
        width: 100%;
        height: auto;
        float: left;
        padding: 15px;
    }

    .ourWork img {
        width: 100%;
        height: auto;
        -webkit-box-shadow: 5px 6px 10px 0px #2d649d;
        box-shadow: 5px 6px 10px 0px #2d649d;
        border-radius: 10px;
        transition: all ease .6s;
        cursor: pointer;
    }

        .ourWork img:hover {*/
            /*transform: scale(1.05);*/
            /*transition: all ease .6s;
        }

.ourClients {
    width: 100%;
    padding-left: 20%;*/
    /* Prevent vertical gaps */
    /*line-height: 0;
    -webkit-column-count: 5;
    -webkit-column-gap: 20px;
    -moz-column-count: 5;
    -moz-column-gap: 20px;
    column-count: 5;
    column-gap: 20px;
    -webkit-backface-visibility: hidden;
}

    .ourClients img {
        height: auto;
        width:100%;
        float: left;
        margin-bottom: 20px;
        cursor: pointer;
        
    }

        .ourClients img:hover {
        }*/

/* GENERAL **********************************************************/

/*.page {
    position: absolute;
    top: 0px;
    background: inherit;*/
    /*box-shadow: 0 0 50px 0px #222;*/
    /*background: rgba(50,50,50, .8);
    width: 100%;
}

header {
    height: 150px;
    width: 100%;
    position: fixed;
    top: 0px;
    margin: 0 auto;
    padding: 10px;
    z-index: 9999;
    -moz-transition: all cubic-bezier(.5,-.75,.7,2) .6s;
    -o-transition: all cubic-bezier(.5,-.75,.7,2) .6s;
    transition: all cubic-bezier(.5,-.75,.7,2) .6s;
    -webkit-backface-visibility: hidden;
    background: rgba(18, 101, 171, 0);
}

    header .headerContainer {
        background: #1265AB;
        position: relative;
        height: 100%;
        width: 100%;
    }

.headerContainer img {
    position: absolute;
    top: 0;
    left: 20px;
    bottom: 0;
    margin: auto;
    width: auto;
    height: 100%;
}


.headerContainer .navMenu {
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: 0;
    width: auto;
    height: 200px;
    padding: 0;
    -moz-transition: height cubic-bezier(.5,-.75,.7,2) .6s, line-height cubic-bezier(.5,-.75,.7,2) .6s, top cubic-bezier(.5,-.75,.7,2) .6s;
    -o-transition: height cubic-bezier(.5,-.75,.7,2) .6s, line-height cubic-bezier(.5,-.75,.7,2) .6s, top cubic-bezier(.5,-.75,.7,2) .6s;
    transition: height cubic-bezier(.5,-.75,.7,2) .6s, line-height cubic-bezier(.5,-.75,.7,2) .6s, top cubic-bezier(.5,-.75,.7,2) .6s;
}

.navMenu a {
    color: #fff;
    font-size: 1em;
    padding: 0px 10px;
    display: inline-block;
    height: 80px;
    line-height: 80px;
    margin: 0;
    -moz-transition: height cubic-bezier(.5,-.75,.7,2) .6s, line-height cubic-bezier(.5,-.75,.7,2) .6s;
    -o-transition: height cubic-bezier(.5,-.75,.7,2) .6s, line-height cubic-bezier(.5,-.75,.7,2) .6s;
    transition: height cubic-bezier(.5,-.75,.7,2) .6s, line-height cubic-bezier(.5,-.75,.7,2) .6s;
}

    .navMenu a:last-of-type {
        border-right: none;
    }

    .navMenu a:hover, .navMenu div:hover > i {
        color: #111;
        text-decoration: none;*/
        /*background: #055CA6;*/
    /*}


    .navMenu a span {
        font-size: 1.4em;
        margin-left: 0px;
        margin-top: 0px;
    }

.navMenu i {
    margin: 20px 20px;
    width: 30px;
}

.navMenu div {
    cursor: pointer;
    display: none;
    width: 30px;
    height: 55px;
}

.open {
    display: block;
    color: #1464A9 !important;*/ /* Override the color to show that it has been interacted with */
/*}


dot-matrix {
    background: url(media/dot.png);
}

.SmallPreviewPanel img {
    width: 33%;
    height: auto;
    margin: 0px;
    position: absolute;
}


.bounceOut {
    -webkit-animation: bounceOut 1.2s forwards !important;
    -moz-animation: bounceOut 1.2s forwards !important;
}

.infoBox:hover > .module img {
    -webkit-animation: tada 1.2s;
    -moz-animation: tada 1.2s;
}

.hide {
    display: none;
}


.larger {
    font-size: 1.4em;
}*/


/* SLIM HEADER **************************************************************/

/*.slimHeader {
    height: 70px;
    padding: 0px;
}

    .slimHeader .navMenu {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        margin: 0;
        width: auto;
        height: 70px;
        padding: 0;
        -moz-transition: height cubic-bezier(.5,-.75,.7,2) .6s, line-height cubic-bezier(.5,-.75,.7,2) .6s;
        -o-transition: height cubic-bezier(.5,-.75,.7,2) .6s, line-height cubic-bezier(.5,-.75,.7,2) .6s;
        transition: height cubic-bezier(.5,-.75,.7,2) .6s, line-height cubic-bezier(.5,-.75,.7,2) .6s;
    }

        .slimHeader .navMenu a {
            color: #fff;
            font-size: 1em;
            padding: 0px 10px;
            display: inline-block;
            height: 70px;
            line-height: 70px;
            margin: 0;
            -moz-transition: height cubic-bezier(.5,-.75,.7,2) .6s, line-height cubic-bezier(.5,-.75,.7,2) .6s;
            -o-transition: height cubic-bezier(.5,-.75,.7,2) .6s, line-height cubic-bezier(.5,-.75,.7,2) .6s;
            transition: height cubic-bezier(.5,-.75,.7,2) .6s, line-height cubic-bezier(.5,-.75,.7,2) .6s;
        }

            .slimHeader .navMenu a:last-of-type {
                border-right: none;
            }

            .slimHeader .navMenu a:hover {
                color: #111;
                text-decoration: none;*/
                /*background: #055CA6;*/
            /*}



    .slimHeader .open {
        display: block;
        color: #fff !important;*/ /* Override the color to show that it has been interacted with */
    /*}*/


/* FOOTER **********************************************************/

/*footer {
    background: #1265AB;
    width: 100%;
    color: #fff;
    font-size: .8em;
}

    footer p {
        margin: 0px;
        padding: 0px;
    }

    footer .grid {
        margin: 0px;
        padding: 20px 0px;
        padding-bottom: 40px;
    }

    footer .row {
        background: inherit;
    }

    footer .module {
        text-align: center;
        padding: 10px 40px;
    }

    footer h4, footer h2 {
        letter-spacing: 2px;
        font-weight: 100;
    }

    footer .companyInfo {
        background: #444;
        padding: 0px 10px;
    }

.socialLinks img {
    border-radius: 7px;
}

    .socialLinks img:hover {
        background: #fff;
        -webkit-animation: pulse .8s;
        -moz-animation: pulse .8s;
    }

.addBorder {
    border: 2px solid #000;
    height: 64px;
}

.companyInfo p {
    height: 76px;
    line-height: 76px;
}

.companyInfo span {
    margin-left: 40px;
}*/


/* TESTIMONIALS SLIDER *********************************************/

/*.title {
    width: 273px;
    padding: 20px;
    position: absolute;
    bottom: 30px;
    font-size: 1.8em;
    background: #7d8a97;
}

.TestimonialsSlider {
    margin: 0 auto;
    text-align: left;
    padding: 30px;
    height: 200px;
}

    .TestimonialsSlider .slide {
        position: relative;
    }

    .TestimonialsSlider a {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        display: inline-block;
        padding: 20px;
        font-size: .8em;
    }

    .TestimonialsSlider h2 {
        font-size: 2em;
        margin-bottom: 40px;
        border: none;
        font-weight: 500;
    }

        .TestimonialsSlider h2 span {
            margin-left: 0px;
        }


li h3 {
    font-size: 1.5em;
    padding: 0px;
    margin: 0px;
    text-decoration: underline;
}

li p {
    font-size: 1em;
    padding-bottom: 10px;
    color: #666;
}*/


/******************************************************/

/*.textcenter {
    text-align: center;
}

.textright {
    text-align: right;
}

.upper {
    text-transform: uppercase;
    font-weight: 300;
}


.center {
    margin: 0 auto !important;
}



.right {
    float: right;
}

.HomePageCenter {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 7em;
    height: 350px;
    width: 700px;
    font-family: 'Mr Dafoe', cursive;
    color: #444;
}

.impact {
    background: transparent;
    padding: 20px;
    height: 492px;
}

    .impact .row {
        background: transparent;
    }

.impactTitle {
    font-size: 3em;
    margin: 0 auto;
    color: #fff;
    font-weight: 600;
    width: 100%;
    margin-top: 20px;
    padding: 0 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align:center;
}


.impactText {
    color: #fff;
    padding: 0 20px;
    width: 66.66%;
    margin: 0px;
    margin-bottom: 20px;
    font-size: 2em;
    line-height: 1.5em;
    text-align:center;
    width:100%;
}


h2 {
    font-size: 2em;
    margin: 0;
    padding: 0;*/
    /* border-bottom: 1px solid #111; */
    /* padding-bottom: 10px; */
    /*font-weight: 300;
}

h3 {
    margin: 0;
    font-size: 1.6em;
    font-weight: 100;
}

p {
    font-size: 1em;
    line-height: 1.8em;
    margin-top: 10px;
    margin-bottom: 10px;*/
    /*margin: 0;*/
/*}

.impactButton {
    font-size: 1.4em;
    color: #333;
    border: 1px solid #333;
    padding: 10px 40px;
    border-radius: 12px;
    display: inline-block;
    transition: all ease .5s;
    height: 53px;
    margin-top: 60px;
}

    .impactButton:hover {
        background: #333;
        color: #fff;
        text-decoration: none;
    }*/





/* Panel Colors */

/*.olive {
    background: rgba(93, 124, 93, .5);
}

.SmallPreviewPanel {
    width: 80%;
    margin: 0;
    overflow: hidden;
    min-height: 12em;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    -moz-transition: -moz-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    vertical-align: top;
}


.techs {
    margin: 0;
    padding: 0;
}


    .techs li {
        list-style: none;
        float: left;
        width: 61px;
        height: 61px;
        text-align: center;
        line-height: 4.4em;
        margin: 10px 20px;*/
        /* height: 156px; */
    /*}

        .techs li img {
            width: 100%;
        }*/



/* Contact Form */

/*#contactForm label {
    margin-right: 40px;
    width: 150px;
    display: inline-block;
    vertical-align: top;
}


#contactForm .styled {
    padding: 10px;
    width: 100%;
    font-size: 18px;
    border: 1px solid #1A7ED3;
}

#contactForm textarea {
    height: 200px;
}

#contactForm .select {
    width: 100%;
}


#contactForm table {
    width: 100%;
}

#contactForm td {
    vertical-align: top;
}

    #contactForm td:first-of-type {
        width: 200px;
    }

#contactForm .file-upload-wrapper {
    width: 100%;
}

.innerBlocks span {
    display: block;
    padding: 0px;
    margin: 0px;
}

.message {
    position: relative;
    z-index: 9;
    display: none;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    background: #D9585C;
    color: #fff;
    text-align: center;
}

    .message:after {
        content: '';
        position: absolute;
        top: -10px;
        left: 50%;
        display: block;
        margin-left: -10px;
        border: solid;
        border-color: #D9585C transparent #D9585C;
        border-width: 0 10px 10px;
    }

.is-valid {
    border-color: #AAD661 !important;
    -webkit-transition: 0;
    transition: 0;
}

.not-valid {
    border-color: #D7595F;
    -webkit-transition: 0;
    transition: 0;
}

    .not-valid + .message {
        display: block !important;
    }

.submit {
    display: block;
    width: 30%;
    padding: 8px;
    border: 2px solid #1A7ED3;*/
    /* border-radius: 4px; */
    /*background: rgba(0, 0, 0, 0);
    color: #1A7ED3;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 22px;
    cursor: pointer;
}

    .submit:hover {
        background: #1A7ED3;
        color: #FFF;
    }


.testimonial {
    padding: 10px 10px;
}

div.testimonial {
    padding: 10px 0px;*/
    /*padding-right:80px;*/
/*}

.testimonial p {
    font-style: italic;
    font-size: .9em;
    font-weight: 500;
}

.testimonial h4 {
    color: #1A7ED3;
}

    .testimonial h4 span {
        font-style: italic;
        font-size: 1em;
        font-weight: 500;
        margin-right: 10px;
        color: #111;
    }

.image {
    padding: 0px;
}

    .image img {
        width: 100%;
    }

    .image p {
        padding: 0px 20px;
        margin-top: 0px;
        font-size: .85em;
        font-weight: 500;
        line-height: 1.6em;
    }

    .image h3 {
        padding: 0px 20px;
        margin-top: 0px;
    }

    .image a {
        float: right;
    }


.clients .image a {
    float: none;
    display: inline-block;
}

.clients .image {
   height: 150px;
}

.focus {
    position: fixed;
    top: 110px;
    left: 10px;
    z-index:99999;
    width: 99%;
    background: #fff;
    border: 1px solid #1A7ED3;
}

    .focus .hide {
        display: block;
    }

    .focus .show {
        display: none;
    }

    .focus a {
        position: absolute;
        bottom: 20px;
        right: 20px;
    }

    .focus h3 {
        margin-bottom: 20px;
        font-weight: 500;
    }

    .focus img {
        border: 1px solid #999;
    }

.portfolioTitle h3 a {
    color: #333;
    position: static;
}
.portfolioTitle h3 a:hover {
    text-decoration: none;
    color:#b4b4b4;
}
#cp__logo {
    right: auto !important;
}
.footer-bumper {
    min-height: 43vh;
}*/




/*New Css*/
.login-div {
    border: 1px solid $dark;
    -webkit-box-shadow: 1px 5px 50px -28px #4a687d;
    box-shadow: 1px 5px 50px -28px #4a687d;
}

.main-nav {
    height: 125px;
}

@media screen and (max-width: 599px) {
    .main-nav {
        height: 65px;
    }
}

.menu-ribbon {
    color: white;
    height: 50px;
    background-color: #3D3E40;
}

.menu-item {
    cursor: pointer;
}

    .menu-item:hover {
        background-color: #F07418;
    }

.secondary-nav {
    background-color: #7c9dbf;
    height: 45px;
    font-size: 16px;
}

.secondary-item {
    color: white;
    cursor: pointer;
}

    .secondary-item:hover {
        color: #3D3E40;
    }

.grey {
    color: grey !important;
}

.blue-hover {
    cursor: pointer;
}

    .blue-hover:hover {
        color: #4B79A7;
    }

.big-dropdown-menu {
    display: none;
    max-width: 1320px;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    position: absolute;
    background-color: white;
    color: black;
    top: 182px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 99999;
    border-top: 1px solid white;
    border-bottom: 1px solid #4B79A7;
    border-left: 1px solid #4B79A7;
    border-right: 1px solid #4B79A7;
}

.big-dropdown-menu-makes {
    display: none;
    position: absolute;
    height: 600px;
    overflow-x: hidden;
    overflow-y: hidden;
    background-color: white;
    color: black;
    top: 182px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 99999;
    border-top: 1px solid white;
    border-bottom: 1px solid #4B79A7;
    border-left: 1px solid #4B79A7;
    border-right: 1px solid #4B79A7;
    height: 550px;
    padding-left: 10px;
    padding-right: 50px;
}

.menu-20-inner {
    width: 1100px;
}

.darken {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.87);
    z-index: 1025;
    display: none;
    top: 183px;
}

.hover-item {
    cursor: pointer;
    width: 200px;
    height: 200px;
    transition: transform 0.4s;
}

    .hover-item .body :hover {
        transform: scale(1.1);
    }

    .hover-item .body {
        height: 165px;
    }

    .hover-item .text {
        height: 35px;
        font-size: 21px;
        color: black;
    }

.hover-item-make {
    cursor: pointer;
    width: 150px;
    height: 150px;
    transition: transform 0.4s;
}

    .hover-item-make .body :hover {
        transform: scale(1.1);
    }

    .hover-item-make .body {
        height: 165px;
    }

    .hover-item-make .text {
        height: 35px;
        font-size: 21px;
        color: white;
    }

.CTA {
    cursor: pointer;
    height: 300px;
}

    .CTA .header {
        font-size: 26px;
        height: 50px;
        background-color: #3D3E40 !important;
        color: white;
    }

    .CTA .footer {
        font-size: 18px;
        font-weight: bold;
    }

.CTA-grey {
    background-color: #ebebeb;
    cursor: pointer;
    height: 300px;
}

    .CTA-grey .body {
        background-color: #ebebeb;
    }

    .CTA-grey .header {
        font-size: 26px;
        height: 50px;
        background-color: #3D3E40 !important;
        color: white;
    }

    .CTA-grey .footer {
        font-size: 18px;
        font-weight: bold;
    }

.small-promo-text {
    font-size: 18px;
    line-height: 18px;
    padding: 0;
    margin: 0;
}

.smaller-promo-text {
    font-size: 14px;
    line-height: 15px;
    padding: 1px;
    margin: 2px;
}

.big-promo-text {
    padding: 0;
    margin: 0;
    font-size: 29px;
    line-height: 32px;
}

.page-footer {
    background-color: #2f2f2f;
    color: white;
}

.CTA .body :hover {
    background-color: #dcdcdc;
}

.CTA-grey .body :hover {
    background-color: #dcdcdc;
}

.menu-image {
    width: 100%;
}

.menu-image-make {
    max-width: 150px;
    max-height: 150px;
    padding: 10px;
}

.btn-rr {
    color: white;
    background-color: #4B79A7;
    border-radius: 0;
}

    .btn-rr:hover {
        color: #212529;
        background-color: #4B79A7;
        border-radius: 0;
    }

.btn-rr-d {
    color: white;
    background-color: #3D3E40;
    border-radius: 0;
}

    .btn-rr-d:hover {
        color: white;
        background-color: #3D3E40;
        border-radius: 0;
    }

.btn-rr-b {
    background: #4b78a7;
    color: #ffffff;
    border: 0;
    padding: 12px 16px;
    font-weight: 600;
    cursor: pointer;
    display: block;
    transition: all 0.2s ease;
    box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
    width: 100%;
}

    .btn-rr-b:hover {
        filter: contrast(115%);
    }

.btn-rr-c {
    background: #ffffff;
    color: #4b78a7;
    border-color: #4b78a7;
    border-style: solid;
    border-width: 0.5px;
    padding: 12px 16px;
    font-weight: 600;
    cursor: pointer;
    display: block;
    transition: all 0.2s ease;
    box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
    width: 100%;
}

    .btn-rr-c:hover {
        filter: contrast(115%);
    }

.btn-rr-d-b {
    background: #3D3E40;
    color: #ffffff;
    border: 0;
    padding: 12px 16px;
    font-weight: 600;
    cursor: pointer;
    display: block;
    transition: all 0.2s ease;
    box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
    width: 100%;
}

.btn-rr-b:hover {
    filter: contrast(115%);
}

#logo {
    cursor: pointer;
    max-height: 80px;
}

@media screen and (max-width: 599px) {
    #logo {
        width: 250px;
    }
}

.filter {
    background-color: #f4f4f4;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
}

    .filter .header {
        background-color: #3D3E40;
        color: white;
        border-start-start-radius: 5px;
        border-start-end-radius: 5px;
    }

.pointer {
    cursor: pointer;
}

.fa-caret-right {
    color: #4b79a7;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: -100px;
    z-index: 2;
    display: flex;
    justify-content: left;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}

.search {
    position: relative;
    box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
}

    .search input {
        height: 40px;
        text-indent: 25px;
        border: 2px solid #d6d4d4;
    }

        .search input:focus {
            box-shadow: none;
            border: 2px solid #3D3E40;
        }

    .search .fa-search {
        position: absolute;
        top: 13px;
        left: 16px;
    }

.btn-search {
    background: #3D3E40 !important;
    border: 1px solid #3D3E40 !important;
    color: white;
}

.btn-search-mobile {
    background: transparent !important;
    border: none !important;
    color: black !important;
    width: 36px !important;
}

.search button {
    position: absolute;
    border-radius: 0;
    top: 5px;
    right: 5px;
    padding: 0;
    height: 30px;
    width: 80px;
    background: #3D3E40;
    border: 1px solid #3D3E40;
}

    .search button:hover {
        background: #4b79a7;
    }

.stores {
    line-height: 24px;
}

    .stores .place {
        font-size: 22px;
    }

    .stores .phone {
        font-size: 14px;
    }

.white-link {
    color: white !important;
    text-decoration: none !important;
}

    .white-link:hover {
        color: #4b79a7 !important;
    }

.dark-link {
    color: #3D3E40 !important;
}

    .dark-link:hover {
        color: #7c9dbf !important;
    }

.navigation {
    font-size: 14px;
    line-height: 22px;
    border-right: 1px solid white;
}

.stripe-row {
    background-color: white;
    color: #3d3e40;
}

.copyright-text {
    font-size: 12px;
}

.footer-image {
    width: 600px;
}

.attributes {
    font-size: 25px;
    color: #4B79A7;
}

.hamburger-inner {
    position: fixed;
    top: 182px;
    z-index: 99;
    overflow-y: scroll;
    width: 100%;
    height: 80vh;
}

@media screen and (max-width: 599px) {
    .hamburger-inner {
        top: 122px;
    }
}

.first-level-inner {
    background-color: white;
}

.hamburger-inner-title {
    display: block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid black;
    font-size: 1.2rem;
    text-decoration: none;
    color: #212529;
}

    .hamburger-inner-title:hover {
        color: #212529;
    }

.hamburger-button {
    font-size: 1.3rem;
    border-bottom: 1px solid black;
    border-radius: 0;
    background-color: #3D3E40 !important;
    color: white !important;
}

.hamburger-button-blue {
    font-size: 1.3rem;
    border-bottom: 1px solid black;
    border-radius: 0;
    background-color: #7c9dbf !important;
    color: white !important;
}

.hamburger-button:focus {
    box-shadow: none !important;
}

.hamburger-button-blue:focus {
    box-shadow: none !important;
}

.no-border {
    border: none !important;
}

.hamburger-inner-items {
    border-bottom: 1px solid black;
}

    .hamburger-inner-items span:last-child {
        border-bottom: none !important;
    }

.c-white {
    color: white;
}

.navbar-toggler:focus {
    box-shadow: none;
}

/* Basket */
.basket-row {
    background-color: white;
    height: 140px;
}

    .basket-row img {
        max-height: 100px;
    }

/* A little hacky with the padding but it is isolated */
.basket-image-container {
    height: 125px;
    /*width: 100px;*/
    padding-left: 0px;
    padding-right: 0px;
    border: 1px solid #3d3e40;
    background: white;
}

.basket-image {
    width: 140px;
    max-width: 95%;
}

.small-basket-image {
    width: 100px;
}

/* Basket (END) */
.thankyou-row img {
    max-height: 70px;
}

.accordion-button-rr {
    font-size: 1.5rem;
}

    .accordion-button-rr:not(.collapsed) {
        background-color: #7c9dbf;
        color: white;
        font-size: 1.5rem;
    }

#payment-form {
    width: 30vw;
    min-width: 500px;
    align-self: center;
    box-shadow: 0px 0px 0px 0.5px rgba(50, 50, 93, 0.1), 0px 2px 5px 0px rgba(50, 50, 93, 0.1), 0px 1px 1.5px 0px rgba(0, 0, 0, 0.07);
    border-radius: 7px;
    padding: 40px;
}

.hidden {
    display: none;
}

#payment-message {
    color: rgb(105, 115, 134);
    font-size: 16px;
    line-height: 20px;
    padding-top: 12px;
    text-align: center;
}

#payment-element {
    margin-bottom: 24px;
}

/* Buttons and links */
#payment-form button {
    background: #4b78a7;
    color: #ffffff;
    border: 0;
    padding: 12px 16px;
    font-weight: 600;
    cursor: pointer;
    display: block;
    transition: all 0.2s ease;
    box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
    width: 100%;
}

    #payment-form button:hover {
        filter: contrast(115%);
    }

    #payment-form button:disabled {
        opacity: 0.5;
        cursor: default;
    }

/* spinner/processing state, errors */
#payment-form .spinner,
#payment-form .spinner:before,
#payment-form .spinner:after {
    border-radius: 50%;
}

#payment-form .spinner {
    color: #ffffff;
    font-size: 22px;
    text-indent: -99999px;
    margin: 0px auto;
    position: relative;
    width: 20px;
    height: 20px;
    box-shadow: inset 0 0 0 2px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

    #payment-form .spinner:before,
    #payment-form .spinner:after {
        position: absolute;
        content: "";
    }

    #payment-form .spinner:before {
        width: 10.4px;
        height: 20.4px;
        background: #5469d4;
        border-radius: 20.4px 0 0 20.4px;
        top: -0.2px;
        left: -0.2px;
        -webkit-transform-origin: 10.4px 10.2px;
        transform-origin: 10.4px 10.2px;
        -webkit-animation: loading 2s infinite ease 1.5s;
        animation: loading 2s infinite ease 1.5s;
    }

    #payment-form .spinner:after {
        width: 10.4px;
        height: 10.2px;
        background: #5469d4;
        border-radius: 0 10.2px 10.2px 0;
        top: -0.1px;
        left: 10.2px;
        -webkit-transform-origin: 0px 10.2px;
        transform-origin: 0px 10.2px;
        -webkit-animation: loading 2s infinite ease;
        animation: loading 2s infinite ease;
    }

@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.nav-link-rr {
    color: white;
}

/*JQUERY UI OVERRIDES*/
.ui-state-active {
    background-color: #3d3e40 !important;
    border: 1px solid #3d3e40 !important;
}

.ui-widget-header {
    background-color: #4B79A7 !important;
}

.login-div {
    border: 1px solid #212529;
    -webkit-box-shadow: 1px 5px 50px -28px #4a687d;
    box-shadow: 1px 5px 50px -28px #4a687d;
}

.sub-category-row:nth-child(odd) {
    background-color: #f3f3f3;
}

.sub-category-row span {
    font-size: 25px;
}

.sub-category-row-add span {
    font-size: 25px;
}

.sub-category-row-add {
    background-color: #dfe6ed;
}

.grabbable {
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.grabbed {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.model-row span {
    font-size: 25px;
}

.edit-orange {
    color: #eda115;
}

.delete-red {
    color: #c91212;
}

.add-green {
    color: green;
}

.add-make-green {
    color: green;
}

.save-green {
    color: green;
}

.brand-logo {
    max-height: 25px;
    margin-bottom: 10px;
}

.brand-logo-b {
    max-height: 50px;
    margin-bottom: 10px;
}

.subcat-croppie {
    width: 250px !important;
    height: 250px !important;
    padding-bottom: 25px;
}

.croppie-upload-button-square {
    width: 200px;
    height: 200px;
}

.croppie-upload-button-cta {
    width: 416px;
    height: 416px;
}

.croppie-upload-button-free {
    width: 100%;
    min-height: 200px;
}

    .croppie-upload-button-free img {
        height: 100%;
    }

.filter-subcat-row:nth-child(odd) {
    background-color: #f3f3f3;
}

.croppie-container .cr-viewport, .croppie-container .cr-resizer {
    position: absolute;
    border: none !important;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.8) !important;
    z-index: 0;
}

.croppie-container .cr-boundary .cr-viewport {
    opacity: 0.3;
}

.save-button {
    border: none;
    padding: 0;
}

.fa-grey-fix i {
    color: grey !important;
}

.left-right-only .cr-resizer-vertical {
    display: none !important;
}

.header-row {
    font-weight: bold;
}

.item-row {
    cursor: pointer;
}

    .item-row:nth-child(odd) {
        background-color: #f6f6f6;
    }

    .item-row:hover {
        background-color: #dfe6ed;
    }

.inline-gallery-container {
    width: 100%;
    height: 0;
    padding-bottom: 65%;
}

.lg-download {
    display: none !important;
}

.lg-backdrop {
    background-color: white !important;
}

.lg-outer .lg-thumb-outer {
    background-color: white !important;
}

.lg-icon {
    background-color: transparent !important;
    color: black !important;
}

    .lg-icon:hover {
        color: black !important;
    }

#container {
    width: 6000px;
    overflow-x: hidden;
}

#parent {
    width: 6000px;
}

.contentBlock {
    text-align: left;
    width: 320px;
    margin: 0;
    float: left;
}

.panner {
    display: block;
    position: fixed;
    width: 50px;
    height: 50px;
    top: 45%;
}

.active {
    color: #7c9dbf;
}

#panLeft {
    left: 0px;
    position: relative;
    top: -175px;
}

#panLeft-make {
    left: 301px;
    top: 412px;
    color: black;
    background-color: grey;
    opacity: 0.5;
    border-radius: 34px;
}

#panRight {
    right: -1252px;
    position: relative;
    top: -175px;
}

#panRight-make {
    right: 301px;
    top: 412px;
    color: black;
    background-color: grey;
    opacity: 0.5;
    border-radius: 34px;
}

.lg-outer {
    border: 1px solid #dbdbdb;
}

.lg-toolbar {
    background-color: #f4f4f4;
}

.lg-content {
    margin-top: 10px;
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #7c9dbf !important;
}

.selected-models {
    background: #f9f9f9;
    min-height: 24px;
}

.filter-item {
    text-decoration: underline;
    cursor: pointer;
}

.basket-hover {
    display: none;
    position: absolute;
    width: 400px;
    height: auto;
    background-color: white;
    color: black;
    top: 105px;
    right: 155px;
    text-align: center;
    z-index: 99999;
    border-top: 1px solid #4B79A7;
    border-bottom: 1px solid #4B79A7;
    border-left: 1px solid #4B79A7;
    border-right: 1px solid #4B79A7;
    border-radius: 5px;
}

.basket-filter {
    background-color: white;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
}

    .basket-filter .header {
        background-color: #F4F4F4;
        color: #3D3E40;
    }

.make-image:hover {
    transform: scale(1.1);
}

.top-image-parking {
    min-height: 400px;
    background-image: linear-gradient(#0a1a24, rgba(0, 0, 0, 0.33)), url(../assets/background-parking.jpg);
    object-fit: cover;
    color: white;
}

.top-image-tracker {
    min-height: 400px;
    background-image: linear-gradient(#0a1a24, rgba(0, 0, 0, 0.33)), url(../assets/background-test.jpg);
    object-fit: cover;
    color: white;
}

.top-image-alloy {
    min-height: 400px;
    background-image: linear-gradient(#0a1a24, rgba(0, 0, 0, 0.33)), url(../assets/background-alloy.jpg);
    object-fit: cover;
    color: white;
}

.tracker-box {
    border: 1px solid #b2b2b2;
    background-color: #f8f7fc;
}

.tracker-header {
    background-color: #3D3E40 !important;
    color: white;
}

.tracker-enquire {
    font-size: 1em;
}

#map {
    height: 100%;
}

.top-image-immo {
    height: 400px;
    background-image: linear-gradient(#0a1a24, rgba(0, 0, 0, 0.33)), url(../assets/background-immo.jpg);
    object-fit: cover;
    color: white;
}

.top-image-tinting {
    height: 400px;
    background-image: linear-gradient(#0a1a24, rgba(0, 0, 0, 0.33)), url(../assets/background-tinting1.jpg);
    object-fit: cover;
    color: white;
}

.top-image-towbars {
    height: 400px;
    background-image: linear-gradient(#0a1a24, rgba(0, 0, 0, 0.33)), url(../assets/background-towbars.jpg);
    object-fit: cover;
    color: white;
}

.top-image-fitting {
    height: 400px;
    background-image: linear-gradient(#0a1a24, rgba(0, 0, 0, 0.33)), url(../assets/background-fitting.jpg);
    object-fit: cover;
    color: white;
}

/*END*/
.cookie-law {
    background-color: #262626;
    font-size: 0.9rem;
    color: white;
    bottom: 0;
    position: fixed;
    width: 100%;
    height: 11vh;
    z-index: 999999;
    /*display: none;*/
}

@media screen and (max-width: 599px) {
    .cookie-law {
        height: 200px;
    }
}

.cookie-button {
    background-color: white;
    color: #4D90CD;
    border-radius: 0;
}

    .cookie-button:hover {
        background-color: #4D90CD;
        color: white;
    }

.cookie-link {
    color: #4D90CD;
}

/*Modal for cookie*/
/* The Modal (background) */
.cookie-modal {
    z-index: 9999999;
    /* Sit on top */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: black;
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content/Box */
.cookie-modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    pointer-events: auto;
    background-color: white;
    background-clip: padding-box;
    border-radius: 0.3rem;
    outline: 0;
    background-color: #fefefe;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
}

/* Happen Footer Link */
.happen-link {
    position: absolute;
    bottom: 0;
    right: 5px;
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.cookie-option-row {
    height: 50px;
    background-color: lightgrey;
}

.cookie-summary-row {
    font-size: 12px;
    display: none;
}

.cookie-right-text {
    font-size: 12px;
}

.modal-body {
    background-color: white;
}

.modal-footer {
    background-color: white;
}

#payment-message {
    color: red;
}

.pre-footer {
    background-color: #dcdcdc;
}

@media only screen and (max-width: 600px) {
    #payment-form {
        width: 80vw;
        min-width: initial;
    }
    /* Basket */
    .basket-hover {
        /*width: calc(100vw - 10px);*/
        width: calc(100vw - 100px);
        right: 50px;
    }

    .basket-row {
        background-color: #b7cbe0;
        height: 115px;
    }

        .basket-row img {
            max-height: 100px;
        }
    /* A little hacky with the padding but it is isolated */
    .basket-image-container {
        height: 100px;
    }

    .basket-image {
        width: 90px;
    }

    .small-basket-image {
        width: 100px;
    }
    /* Basket (END) */
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 576px) {
    .CTA {
        height: 500px;
    }

    .CTA-grey {
        height: 500px;
    }

    .footer-image {
        width: 100%;
    }

    .big-CTA img {
        width: 100%;
    }

    #logo {
        width: 200px;
    }

    .price {
        font-size: 40px;
    }

    .basket-btn {
        width: 100%;
    }

    .basket-hover {
        width: calc(100vw - 100px);
        right: 50px;
    }

    .CTA .body {
        height: 85% !important;
    }

    .CTA .header {
        height: 15% !important;
    }

    .CTA-grey .body {
        height: 85% !important;
    }

    .CTA-grey .header {
        height: 15% !important;
    }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 576px) and (max-width: 768px) {
    .CTA {
        height: 320px;
    }

    body {
        margin-top: 200px;
    }

    .CTA-grey {
        height: 320px;
    }

    .footer-image {
        width: 100%;
    }

    .CTA .body {
        height: 85% !important;
    }

    .CTA .header {
        height: 15% !important;
    }

    .CTA-grey .body {
        height: 85% !important;
    }

    .CTA-grey .header {
        height: 15% !important;
    }

    #logo {
        width: 250px;
    }

    .price {
        font-size: 40px;
    }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .CTA {
        height: 425px;
    }

    body {
        margin-top: 200px;
    }

    .CTA-grey {
        height: 425px;
    }

    .footer-image {
        width: 600px;
    }

    .CTA .body .footer {
        font-size: 1.5rem;
    }

    .CTA-grey .body .footer {
        font-size: 1.5rem;
    }

    .attributes {
        font-size: 20px;
        color: #4B79A7;
    }

    #logo {
        width: 250px;
    }

    .CTA .body {
        height: 85% !important;
    }

    .CTA .header {
        height: 15% !important;
    }

    .CTA-grey .body {
        height: 85% !important;
    }

    .CTA-grey .header {
        height: 15% !important;
    }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .footer-image {
        width: 100%;
    }

    .big-CTA img {
        width: 100%;
    }

    #logo {
        width: 300px;
    }
}

@media only screen and (min-width: 1200px) {
    .big-CTA img {
        width: 100%;
    }
}


.header-row{
    font-weight:bold;

}

.test-content:hover {
    background-color: #F07418!important;
    color: white;
    cursor: pointer;
}

.case-study{
    min-height:50px;
}
.case-study:nth-child(even){
    background-color:grey;
    color:white;
}
.dragula-container{
    background-color:lightgrey;
}

.testimonial-row {
    min-height: 50px;
    max-height:150px;
    overflow:hidden;
}

    .testimonial-row:nth-child(even) {
        background-color: grey;
        color: white;
    }