﻿

body {
    font-family: 'Source Sans Pro', sans-serif;
    background-color: #000001;
    background-color: #181A1F;
    color: #FFFFFF;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 16px;
}

/****
     ---- IE TWEEKS ----
                        ****/
a img {
    border: 0;
}

a {
    /*color: #ED1C24;*/
    color: #6DBCFD;
}

    a:active {
        background-color: transparent;
    }

    a:focus, a:hover {
        color: #ffffff;
    }
/****
     ---- IE TWEEKS END ----
                             ****/


.mb-0 {
    margin-bottom: 0px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 10px;
}

.mt-0 {
    margin-top: 0px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 10px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

.h3h {
    text-align: center;
    font-size: 50px;
    font-weight: 800;
    margin: 60px auto;
}

.text-white {
    color: #fff !important;
}
/*
.row {
    margin: 0px;
}
 */

.row-margin {
    padding: 25px 0px;
}

.nopadmarg {
    padding: 0px !important;
    margin: 0px !important;
}

.addpad {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.col-cont {
    width: 96% !important;
    max-width: 1170px !important;
    margin: 0px auto !important;
    float: none !important;
    position: relative;
    clear: both;
    margin-left: auto !important;
    margin-right: auto !important;
}

.ie-width-fix {
    max-width: 150px;
}

.dft-bk-red {
    background: rgb(237,28,36);
}

.dft-red {
    /*background: rgb(237,28,36);*/
}

.dft-bk-grey {
    background: rgb(89,90,91);
}

.dft-bk-black {
    background: rgb(0,0,0);
}

.dft-red {
    color: rgb(237,28,36) !important;
}

.dft-black {
    color: rgb(0,0,0);
}

.dft-green {
    color: #549788;
}

.dft-bk-blue {
    background: #2196F3;
}

.dft-blue {
    color: #2196F3;
}

.dft-bk-blue {
    background: #2196F3;
}

.dft-bk-pastleblue {
    background: #506E84;
}



.dark-back {
    background-color: #181A1F;
}

.dark-back-red:hover {
    background-color: #ED1C24;
}

.dark-back-c2 {
    background-color: #20232A;
}

.dark-back-c3 {
    background-color: #36393D;
}



.ipaf-yellow {
    background-color: #FCEE21;
}

.dft-table {
    width: 100%;
    font: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .dft-table th {
        background-color: #A9BAC2;
        font-size: 16px;
        font-weight: 500;
    }

    .dft-table td, .dft-table th {
        padding: 5px;
        border: 1px solid #eee;
    }

    .dft-table tr > td {
        text-align: center;
    }

        .dft-table tr > td:first-child {
            text-align: left;
        }

.dft-grey {
    color: rgb(89,90,91);
}

.flt-right {
    float: right;
}

.flt-left {
    float: left;
}

section {
    margin: 0px;
    float: left;
    width: 100%;
    padding: 20px 0px;
}

.center-large {
    margin: 0px auto;
    padding: 40px 0px;
    text-align: center;
}

    .center-large h2, .center-large h1 {
        font-size: 5em;
        font-weight: 800;
        margin: 30px 0px;
    }

    .center-large h3 {
        font-size: 3.5em;
        font-weight: 800;
        margin: 30px 0px;
    }

    .center-large h4 {
        font-size: 2.5em;
        font-weight: 400;
        margin: 30px 0px;
    }

    .center-large h6 {
        font-size: 1.6em;
        margin: 30px 0px;
        font-weight: 400;
    }

    .center-large p {
        font-size: 21px;
    }




    .center-large.extra-large p {
        font-size: 28px;
    }


.img-col-col {
    text-align: left;
}

    .img-col-col p {
        font-size: 16px;
    }

    .img-col-col h5 {
        font-size: 16px;
        font-size: 1.5em;
        font-weight: 700;
        margin: 0;
    }


.ipaf-yellow .center-large p, .ipaf-yellow .center-large h2, .ipaf-yellow .center-large h3, .ipaf-yellow .center-large h4 {
    color: #000;
}

.ipaf-yellow .center-large h4 {
    margin-bottom: 5px;
    font-weight: 900;
}

.ipaf-yellow .center-large p {
    line-height: 25px;
}

.ipaf-yellow .training-info-text.training-info-text-left {
    text-align: left;
}

    .ipaf-yellow .training-info-text.training-info-text-left h4 {
        text-align: left;
    }

.shrink {
}

.home-banner-container {
    background-image: url('../img/home_banner_iamge 1.jpg');
    background-size: cover;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    vertical-align: middle;
    /* padding: 0px 0px 60% 0px; */
    /* margin-top: -250px; */
    /* position: absolute; */
    /* max-height: 600px; */
    /* min-height: 250px; */
    padding-top: 170px;
    /* margin-top: -161px; */
    float: left;
    /* background-attachment: fixed; */
    z-index: -1;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}

.header-cont {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    left: 0;
    top: 0;
    float: left;
    width: 100%;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    /*.header-cont.shrink .main-header {
        background-color: rgba(0,0,0,0.6);
        background-color: rgba(24,26,31,0.8);
    }*/

.header-cont .main-header {
    float: left;
    width: 100%;
    background-color: rgba(24,26,31,1);
    z-index: 10;
    padding: 20px;
}

.header-left img {
    padding: 0px;
    width: 130px;
    float: left;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

/*.header-cont.shrink .header-left img {
    width: 70px;
}*/

/*.header-cont.shrink .slogan-cont, .header-cont.shrink .header-right-top {
    display: none;
}*/

#iapa-logo-container {
    padding: 4px 10px 4px 20px;
}

.slogan-cont {
    padding: 4px 20px 4px 0px;
    display: flex;
    flex-direction: column;
}

#mobile-logos {
    display: none;
    justify-content: end;
    gap: 0.5rem;
    margin-right: -10px;
    margin-bottom: 10px;
}

.ipaf-rental,
#power-in-access {
    object-fit: contain;
    width: 80px;
    height: auto;
    margin-right: 0px;
}

#iapa-logo-container img,
.slogan-cont img {
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 85px;
}

/*.header-cont.shrink .main-header {
    padding: 10px;
}

.header-cont.shrink .top-menu {
    margin-top: 15px;
}*/

.top-menu {
    -ms-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}


.main-menu-container {
    background-color: rgba(0,0,0,1);
}

/*.header-cont.shrink .main-menu-container {
    background-color: rgba(0,0,0,0.9);
}*/

.home-banner-slogan {
    background-color: rgba(0,0,0,0.6);
    padding: 10px 10px 25px 50px;
    margin-top: 100px;
    max-width: 645px;
}

    .home-banner-slogan h1, .home-banner-slogan h2 {
        color: rgb(237,28,36);
        font-size: 30px;
        color: #ED1C24;
        font-size: 3em;
        text-transform: uppercase;
        font-weight: 700;
        font-family: 'Oswald', sans-serif;
        /*line-height: 15px;*/
    }

    .home-banner-slogan span {
        color: rgb(237,28,36);
        font-size: 20px;
        color: #ED1C24;
        font-size: 24px;
        text-transform: uppercase;
        font-weight: 700;
        font-family: 'Oswald', sans-serif;
        /*line-height: 15px;*/
    }

        .home-banner-slogan span.hb-f {
            font-weight: 400;
            font-size: 40px;
        }

        .home-banner-slogan span.hb-a {
            font-weight: 600;
            font-size: 55px;
            margin-left: 10px;
        }

        .home-banner-slogan span.hb-to {
            font-weight: 400;
            font-size: 24px;
            margin-left: 10px;
        }

        .home-banner-slogan span.hb-for {
            font-weight: 400;
            font-size: 24px;
            margin-left: 10px;
            clear: left;
            float: left;
            line-height: 10px;
        }


        .home-banner-slogan span.hb-r {
            font-weight: 600;
            font-size: 40px;
            margin-left: 10px;
            line-height: 25px;
        }

.home-banner-nav {
    float: left;
    margin-top: 40px !important;
    width: 100%;
}

    .home-banner-nav .col-sm-1 {
        width: 3.333333%;
    }

    .home-banner-nav .col-md-0 {
        width: 0%;
        padding: 0px;
    }

/*
.home-nav-back { margin:1%; background:rgba(255,255,255,0.8); min-height:220px; text-align:center; }

    .home-nav-back img {
        max-height: 160px;
        margin-top: 20px;
        max-width:100%;
    }

    .home-nav-back p {
        font-size: 18px;
        font-weight: 400;
        background: #eee;
        color:#fff;
        background-color: rgba(0,0,0,0.6);
    }
*/

.home-services div[class^="col"] {
    padding-left: 30px;
    padding-right: 30px;
}

.home-service-image {
    position: relative;
    overflow: hidden;
    padding-bottom: 60%;
    background-size: contain;
    background-repeat: no-repeat;
    background: #eee;
    margin-bottom: 10px;
}

.home-services h2 {
    font-size: 40px;
    text-align: center;
}

.home-services a {
    color: #000 !important;
}

.home-services-cont {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

    .home-services-cont img {
        max-width: 100%;
        margin-bottom: 10px;
        border-radius: 100px;
    }

    .home-services-cont span {
        font-size: 25px;
        font-weight: 500;
        color: #fff;
    }

.h-s-overlay {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0,0,0,0.4);
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    top: 0;
}

    .h-s-overlay p {
        color: #fff;
        font-size: 25px;
        position: absolute;
        font-weight: 500;
        left: 0;
        right: 0;
        top: 50%;
        margin-top: -17.5px;
    }

.home-services-cont:hover .h-s-overlay {
    max-height: 300px;
}

.home-nav-back {
    margin: 1%;
    background: rgba(255,255,255,0.8);
    min-height: 220px;
    text-align: center;
    position: relative;
    /* display: block; */
    /* background: none center center no-repeat; */
    background-size: cover;
    /*border: 2px solid #2e2e2e;*/
    text-transform: uppercase;
    letter-spacing: .2rem;
    padding: 20px 15px;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    font-size: 14px;
    /*max-width: 270px;
    min-width: 200px;
        */
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: border 1s cubic-bezier(0.19,1,.22,1),color .6s cubic-bezier(0.19,1,.22,1);
    transition: border 1s cubic-bezier(0.19,1,.22,1), color .6s cubic-bezier(0.19,1,.22,1), background 5s cubic-bezier(0.19,1,.22,1);
}

    .home-nav-back p {
        font-weight: 400;
        margin-top: 20px;
        font-size: 16px;
        margin-bottom: 0px;
        background: #eee;
        position: absolute;
        left: px;
        left: 0px;
        right: 0px;
        width: 100%;
        padding: 10px;
        bottom: 0px;
        color: #211E1F;
        border-top: 2px solid;
    }

    .home-nav-back:hover p {
        color: #ED1C24;
    }

/*
.home-nav-back .mask {
    background: #fff;
    background: rgba(255,255,255,0.5);
}


.home-nav-back .mask {
    position: absolute;
    display: block;
    width: 500px;
    height: 400px;
    -webkit-transform: translate3d(-120%,-50px,0) rotate3d(0,0,1,45deg);
    transform: translate3d(-120%,-50px,0) rotate3d(0,0,1,45deg);
    -webkit-transition: all 1.1s cubic-bezier(0.19,1,.22,1);
    transition: all 2.1s cubic-bezier(0.19,1,.22,1);
}


.home-nav-back:hover {
    border-color:#ED1C24;
}

    .home-nav-back:hover a {
        color: #fff;
    }

    .home-nav-back:hover .mask {
        background: #fff;
        -webkit-transform: translate3d(120%,-100px,0) rotate3d(0,0,1,90deg);
        transform: translate3d(120%,-100px,0) rotate3d(0,0,1,90deg);
    }

        */



.home-banner-new {
    background: #211E1F;
    margin-top: 35px !important;
}

    .home-banner-new span {
        font-size: 20px;
        color: #ED1C24;
        font-weight: 600;
        border-right: 2px solid;
        padding: 5px 15px;
        float: left;
    }

.home-extra-adv {
    padding: 20px 0px !important;
    float: left;
    background: #000000;
    /*background: -webkit-linear-gradient(-167deg, #000000 68%, transparent 58%);
    background: -o-linear-gradient(-167deg, #000000 68%, transparent 58%);
    background: -moz-linear-gradient(-167deg, #000000 68%, transparent 58%);
    background: linear-gradient(-167deg, #000000 68%, transparent 58%);*/
    min-height: 400px;
    padding-bottom: 30px;
}

    .home-extra-adv .BorderCorner.b-dark::before, .home-extra-adv .BorderCorner.b-dark::after {
        background: #313235;
    }


.home-exspand-background {
    /* padding: 0px 0px 30% 0px; */
    background-size: cover;
    height: 220px;
    background-position: center center;
    background: url(../img/home-stab-background.jpg);
    background-size: cover;
    background-position: center center;
}

.home-exspand-text h3 {
    font-size: 40px;
}


.gta-grid-box-outter {
    /*float: left;*/
    margin-top: 20px !important;
    background-size: cover;
    margin-bottom: 20px !important;
}

    .gta-grid-box-outter.becenter {
        text-align: center;
    }

    .gta-grid-box-outter .col-sm-1 {
        width: 3.333333%;
    }

    .gta-grid-box-outter .col-md-0 {
        width: 0%;
        padding: 0px;
    }

.grid-4 .col-sm-2, .grid-4 .col-md-2 {
    width: 21.333335%;
}
/*
.gta-grid-box {
    margin: 1%;
    min-height: 220px;
    background: rgba(211,211,211,0.9);
    text-align: center;
    letter-spacing: .2rem;
    padding: 20px 15px;
    font-family: 'Oswald', sans-serif;
}


    .gta-grid-box p {
        position: absolute;
        color: #000;
        bottom: 0px;
        padding: 10px;
        font-size: 20px;
    }

.gta-grid-box .count-text p {
    position: relative;
    text-align: center !important;
    color: #fff;
    margin: 5px auto;
    padding: 0;
    font-size: 16px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

    OLD STYLE...
*/


.gta-grid-box {
    margin: 1%;
    min-height: 220px;
    background: none;
    text-align: center;
    letter-spacing: .2rem;
    padding: 20px 15px;
}

.advantage-boxs .gta-grid-box img {
    width: 100%;
}

.advantage-boxs a .BorderCorner, .advantage-boxs a:visited .BorderCorner, .advantage-boxs a:active .BorderCorner {
    border-color: #ffffff;
}

.ggt-p1 {
    position: relative;
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 22px;
    padding: 0px;
    margin: 0px;
    padding-bottom: 10px;
}

.ggt-p2 {
    max-height: 150px;
    position: relative;
    font-size: 15px !important;
    font-family: 'Source Sans Pro', sans-serif;
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    padding: 0px !important;
    margin-left: 5px;
    margin-right: 5px;
}

.advantage-boxs .gta-grid-box {
    padding: 0px;
}

    .advantage-boxs .gta-grid-box p {
        color: #fff;
        position: relative;
    }

    .advantage-boxs .gta-grid-box span {
        position: absolute;
        bottom: 0px;
        left: 0;
        right: 0;
        background: #000;
        background: rgba(0,0,0,0.7);
    }

    .advantage-boxs .gta-grid-box:hover span .ggt-p2 {
        max-height: 150px;
        /*margin-top: 5px;*/
        margin-bottom: 20px;
    }

.gta-grid-box p {
    position: absolute;
    color: #000;
    bottom: 0px;
    padding: 10px;
    font-size: 20px;
}

.gta-grid-box .count-text p {
    position: relative;
    text-align: center !important;
    color: #fff;
    margin: 5px auto;
    padding: 0;
    font-size: 16px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

p.grid-p-new {
    font-weight: 400;
    margin-bottom: 0px;
    border-top: 0px solid;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
    background: #ffffff !important;
    position: absolute;
    color: #211E1F;
    border-top: 0px solid;
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
}

p.g-p-tr {
    position: absolute;
    color: #000;
    /* bottom: 0px; */
    padding: 10px;
    text-shadow: 1px 1px 34px #000;
    font-size: 3em;
    right: 10px;
    top: 10px;
    color: #fff;
}

span.small-text {
    position: relative;
    z-index: 20;
    /* right: 16px; */
    color: #000;
    text-align: right;
    margin-top: 30px;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: normal;
    /* margin-top: 40px; */
    /* float: right; */
    /* height: 225px; */
    overflow: hidden;
    padding: 20px;
    margin: 0px;
    display: block;
}

.preloader {
    /*position: fixed;
    top: 0;
    z-index: 1000;
    display: block;
    background: #000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
        */
    background: #000;
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 1;
}

    .preloader canvas {
        position: absolute;
        opacity: 0.05;
    }

.home-extra-adv .gta-grid-box-outter {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}


@media only screen and (max-width: 992px) {
    .gta-grid-box-outter .col-xs-4, .home-banner-nav .col-xs-4 {
        width: 31.3333%;
    }

    .gta-grid-box-outter .col-sm-1, .home-banner-nav .col-sm-1 {
        width: 0px;
        padding: 0px;
    }

    .gta-grid-box-outter .col-xs-6, .home-banner-nav .col-xs-6 {
        width: 48%;
    }
}

@media only screen and (max-width: 740px) {

    .home-banner-nav .col-xs-4 {
        width: 48%;
    }

    .make-100 {
        width: 98% !important;
    }
}


span.large-number {
    font-size: 200px;
    position: absolute;
    left: 25px;
    opacity: 0.3;
    color: #211E1F;
    top: -45px;
    /* line-height: 0px; */
    bottom: 0px;
    /* margin-bottom: 92px; */
    font-family: 'Oswald', sans-serif;
}

.count-text {
    font-family: 'Oswald', sans-serif;
    color: #fff;
    font-size: 38px;
    display: block;
    padding-top: 10px;
}



a.dft-button {
    padding: 10px 30px;
    text-decoration: none !important;
    color: #fff;
    display: inline-block;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    cursor: pointer;
}

    a.dft-button.t2 {
        border: 1px solid #ffffff;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 1px;
        font-size: 14px;
    }




        a.dft-button.t2.t2small {
            border: 1px solid #ffffff;
            text-transform: uppercase;
            font-weight: 400;
            letter-spacing: 1px;
            font-size: 14px;
            padding: 5px 10px;
            display: block;
            margin: 10px 0px;
        }

            a.dft-button.t2.t2small.btn-inline {
                display: inline-block;
            }


    a.dft-button.t3 {
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 1px;
        font-size: 14px;
        border-radius: 5px;
        text-transform: uppercase;
        padding: 5px 15px;
        font-weight: 100;
    }

        a.dft-button.t3:hover {
            background: #ED1C24;
        }

    a.dft-button.--green {
        background-color: #3b9c39;
    }



span.dft-button.t3 {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
    border-radius: 5px;
    text-transform: uppercase;
    padding: 5px 15px;
    font-weight: 100;
}

    span.dft-button.t3:hover {
        background: #ED1C24;
    }


a.dft-button.ipaf-yellow.t2.t2small {
    border: 1px solid #000000;
    color: #000000;
}

    a.dft-button.ipaf-yellow.t2.t2small:hover {
        color: #ffffff;
    }


a.dft-button.t2.dark-back:hover {
    background: #0e0f12;
    background: #c8c8c8;
    color: #000;
}

a.dft-button.t2.dark-back-red:hover,
a.dft-button.t2:hover {
    background-color: #ED1C24;
    color: #fff;
}

a.dft-button.--green:hover {
    background-color: #2f752d;
}


.button-lrg {
    padding: 15px 35px !important;
    font-size: 18px;
    font-weight: 400;
    margin: 10px 0px;
}

.button-sm {
    padding: 10px 25px !important;
    font-size: 14px;
    font-weight: 400;
    margin: 10px 0px;
}

a.aspNetDisabled {
    padding: 15px 20px;
    text-decoration: none !important;
    color: #fff;
    font-weight: 300;
    display: inline-block;
    font-size: 13px;
    width: 100%;
    background: rgb(89,90,91);
}

input[readonly] {
    padding: 15px 20px;
    text-decoration: none !important;
    color: #fff;
    font-weight: 300;
    display: inline-block;
    font-size: 13px;
    width: 100%;
    background: rgb(89,90,91);
    pointer-events: none;
}

a.dft-button:hover { /*color:inherit !important;*/
}

.dft-button.dft-bk-red:hover {
    background-color: #c41119 !important;
}

.addcontpadd {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /*margin-bottom:10px;*/
    padding-bottom: 50px;
}

.content-background {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    vertical-align: middle;
    padding: 0px;
    background-color: #eaeaea;
    height: 400px;
    min-height: 400px;
}

.col-section-banner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    min-height: 400px;
}

.section-banner {
    margin-top: 0px;
}



.border-accessories {
    height: 180px;
    position: relative;
}


p.header-slogan {
    color: rgb(237,28,36);
    font-size: 20px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    /* line-height: 15px; */
    font-weight: 600;
    margin: 0px;
    margin-left: 10px;
    float: left;
    margin-top: 10px;
    display: none;
    color: rgba(0,0,0,0.6);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

#iapa-logo-container,
.slogan-cont {
    float: left;
}

.slogan-the, .slogan-power, .slogan-in, .slogan-access, .slogan-tm {
    color: #ED1C24;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    line-height: 15px;
}

.slogan-power {
    font-size: 36px;
    margin-left: 2px;
}

.slogan-access {
    font-size: 36px;
    vertical-align: -12px;
}

.slogan-in {
    margin-left: 38px;
}

.slogan-tm {
    font-size: 12px;
}

.main-menu-container {
    width: 100%;
    margin: 0 auto;
    float: left;
    z-index: 100;
    display: block;
}


.header-right {
    padding: 20px 0px;
}

.header-social-links {
    display: block;
    text-align: right;
}

.header-contact-info {
    float: right;
    clear: both;
}

.header-social-links a {
    font-size: 20px;
    color: #BCBDBE;
}

.header-contact-info span, .header-contact-info a {
    margin-top: 5px;
    color: #ffffff;
    font-size: 14px;
    text-align: right;
}

.header-contact-info img {
    float: right;
}

.top-menu {
    float: right;
    clear: both;
    margin-top: 20px;
}

    .top-menu ul {
        margin: 0px;
    }

        .top-menu ul li {
            display: inline-block;
            text-decoration: none;
        }

            .top-menu ul li a {
                color: #BCBDBE !important;
                margin-left: 10px;
                font-size: 15px;
                font-weight: 600;
            }

.navbar {
    float: left;
    border: 0px;
}

.navbar {
    margin-bottom: 0px !important;
    min-height: auto !important;
}

    .navbar ul li {
        text-transform: uppercase;
        white-space: nowrap;
    }

        .navbar ul li li {
            border-right: 0px;
        }

        .navbar ul li a {
            padding: 10px 10px;
            color: #BCBDBE;
            font-weight: 600;
            color: #fff;
            /*
            -webkit-transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
            */
            font-size: 18px;
        }

            .navbar ul li a:hover {
                border-bottom: 2px solid;
                background-color: transparent;
                color: #ED1C24;
            }

.right-nav a {
    color: #ED1C24;
    font-weight: 600;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 10px 10px 10px 10px;
    font-size: 18px;
    text-transform: uppercase;
}

.navbar-nav .fa.fa-caret-down {
    display: none;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.right-nav a:hover {
    border-bottom: 2px solid;
    background-color: transparent !important;
    color: #fff;
    padding: 10px 15px 8px 15px !important;
}

a.openSearch {
    color: #ffffff;
    padding-top: 7px;
    font-size: 17px;
    cursor: pointer;
}

    a.openSearch:hover {
        border-bottom: 2px solid #ED1C24;
    }

a.add-hover {
    border-bottom: 2px solid;
    background-color: transparent !important;
    color: #ED1C24 !important;
    padding: 10px 15px 8px 15px;
}

.navbar ul li:last-child {
    border-right: 0px;
}

.navbar ul {
    position: relative;
}

    .navbar ul ul {
        background: #211E1F;
        display: none;
        list-style-type: none;
        min-width: 140px;
        padding: 0px;
        text-align: right;
        position: absolute;
        left: 0px;
        top: 40px;
        z-index: 1;
        background: #211E1F;
        box-shadow: 1px 1px 3px -2px #000;
    }

        .navbar ul ul li a {
            padding: 10px 20px;
            display: block;
        }


.nav-li:hover > .sub-nav-ul {
    display: block !important;
}



.navbar li:hover ul {
    display: block;
}

/* HAMBURGER MENU */

#nav-menu-button {
    width: 30px;
    height: 20px;
    /*top: 9px;*/
    position: relative;
    margin: 0px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

    #nav-menu-button span {
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        background: #ED1C24;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

        #nav-menu-button span:nth-child(1) {
            top: 0px;
        }

        #nav-menu-button span:nth-child(2), #nav-menu-button span:nth-child(3) {
            top: 9px;
        }

        #nav-menu-button span:nth-child(4) {
            top: 18px;
        }

    #nav-menu-button.open span:nth-child(1) {
        top: 9px;
        width: 0%;
        left: 50%;
    }

    #nav-menu-button.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #nav-menu-button.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #nav-menu-button.open span:nth-child(4) {
        top: 9px;
        width: 0%;
        left: 50%;
    }

.home-new section {
}

.footer {
    width: 100%;
    margin: 0 auto;
    float: left;
    /*background: #211E1F;*/
    background: #000;
}

    .footer h4 {
        color: #BCBDBE;
    }

.footer-style, .footer-style a {
    color: #ededed;
    font-size: 14px;
    font-weight: 100;
}

    .footer-style ul {
        list-style-type: none;
        padding: 0px;
        float: left;
    }


.footer-connect .fa-3x {
    width: 20%;
    text-align: center;
    float: left;
}


/* Main banner services */


.core-services {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.core-services-section {
    background: #000;
    position: absolute;
    z-index: 33;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70px;
    opacity: 0.85;
}

    .core-services-section.c-3 {
        height: 85px;
    }

    .core-services-section.c-2 {
        height: 85px;
    }

.c-service {
    width: 20%;
    float: left;
    text-align: center;
    margin-top: -130px;
    cursor: pointer;
}

    .c-service a {
        text-decoration: none;
    }

    .c-service.c-3 {
        width: 33.33%;
        margin-top: -180px;
    }

    .c-service.c-2 {
        width: 33.33%;
        margin-top: -180px;
    }

.c-icon {
    background-color: rgba(0,0,0,1);
    z-index: 239;
    height: 118px;
    border-style: solid;
    border-color: rgba(0,0,0,1);
    border-width: 10px;
    /*opacity: 0.9;*/
    border-radius: 50%;
    position: relative;
    width: 118px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center center;
    /* background-size: cover; */
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.c-service.c-3 .c-icon {
    height: 170px;
    width: 170px;
    background-size: 80%;
}


.c-service.c-2 .c-icon {
    height: 170px;
    width: 170px;
    background-size: 80%;
}

.c-service:hover .c-icon, .c-service:hover .c-text {
    background: #ED1C24;
    border-color: #ED1C24;
    background-repeat: no-repeat;
    background-position: center center;
}

.c-service.c-2:hover .c-icon, .c-service.c-2:hover .c-text {
    background: #008C23;
    border-color: #008C23;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center center;
}

.c-service.c-3:hover .c-icon, .c-service.c-3:hover .c-text {
    background: #FCEE21;
    border-color: #FCEE21;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center center;
}

.c-service.c-3.knowledge-col:hover .c-icon, .c-service.c-3.knowledge-col:hover .c-text {
    background: #008C23;
    border-color: #008C23;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center center;
}


.c-service.c-3:hover .c-text, .c-service.c-3:hover .c-text h4 {
    color: #000000;
}



.c-text {
    margin-top: 12px;
    padding: 5px 0px 12px 0px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

    .c-text h4 {
        font-size: 24px;
        line-height: 29px;
        margin: 5px auto;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
    }

.c-service.c-3 .c-text h4 {
    max-width: 250px;
    color: #fff;
}

.c-service.c-3 .c-text {
    margin-top: 10px;
}

.c-service.c-2 .c-text h4 {
    max-width: 250px;
    color: #fff;
}

.c-service.c-2 .c-text {
    margin-top: 10px;
}

.c-text small {
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 1px;
    font-weight: 300;
    color: #fff;
}

/* Main bannner serivces end*/


.timeline-Tweet .TweetAuthor-decoratedName, .timeline-Tweet p.timeline-Tweet-text {
    color: #ffffff;
}

.twitter-timeline.twitter-timeline-rendered {
    min-height: 170px !important;
}

.training-background {
    background-image: url('../img/training_background-image.jpg');
    background-size: cover;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    vertical-align: middle;
    padding: 0px 0px 5% 0px;
    overflow: hidden;
    max-height: 600px;
    min-height: 250px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.training-background-overlay {
    background-image: url('../img/training_background-image-soft.jpg');
    background-size: cover;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    vertical-align: middle;
    padding: 0px 0px 30% 0px;
    overflow: hidden;
    max-height: 600px;
    min-height: 250px;
}


.bluredback {
    background-image: url('../img/background2-light.png');
    background-size: cover;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    vertical-align: middle;
    padding: 0px 0px 5% 0px;
    overflow: hidden;
    /*max-height: 600px;*/
    min-height: 250px;
    background-attachment: fixed;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 180px;
}

.blured-overlay {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    /* width: 320px; */
    /* height: 320px; */
    position: absolute;
    left: 0;
    opacity: 0.15;
    bottom: 0;
    top: 0;
    right: 0;
    border: none;
    font: normal 1.5px/normal Arial, Helvetica, sans-serif;
    color: rgba(255,255,255,1);
    -o-text-overflow: clip;
    text-overflow: clip;
    background: -webkit-radial-gradient(circle, rgb(35,29,24) 25%, rgba(0,0,0,0) 25%), -webkit-radial-gradient(circle, rgb(63,57,50) 25%, rgba(0,0,0,0) 25%), -webkit-radial-gradient(circle, rgb(35,29,24) 25%, rgba(0,0,0,0) 25%), -webkit-radial-gradient(circle, rgb(63,57,50) 25%, rgba(0,0,0,0) 25%), rgba(0,57,84,1);
    background: -moz-radial-gradient(circle, rgb(35,29,24) 25%, rgba(0,0,0,0) 25%), -moz-radial-gradient(circle, rgb(63,57,50) 25%, rgba(0,0,0,0) 25%), -moz-radial-gradient(circle, rgb(35,29,24) 25%, rgba(0,0,0,0) 25%), -moz-radial-gradient(circle, rgb(63,57,50) 25%, rgba(0,0,0,0) 25%), rgba(0,57,84,1);
    background: radial-gradient(circle, rgb(35,29,24) 25%, rgba(0,0,0,0) 25%), radial-gradient(circle, rgb(63,57,50) 25%, rgba(0,0,0,0) 25%), radial-gradient(circle, rgb(35,29,24) 25%, rgba(0,0,0,0) 25%), radial-gradient(circle, rgb(63,57,50) 25%, rgba(0,0,0,0) -84%), transparent;
    background-position: 3em 3em, 3em 4em, auto auto, 0 1em;
    -webkit-background-origin: padding-box;
    background-origin: padding-box;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-background-size: 6em 6em;
    background-size: 6em 6em;
}

.white-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.2);
}


.training-cont {
    background: #eee;
    width: 15%;
    margin: 20px 1.5%;
    padding: 10px 1%;
    float: left;
    background-color: rgba(211,211,211,0.9);
    text-align: center;
    font-weight: 600;
}

.training-left-text p {
    padding: 10px;
}

.training-cont p {
    color: #000 !important;
}

.training-inner {
    float: left;
    margin-top: 100px;
    width: 100%;
}

.training-cont img {
    max-width: 100%;
}


.training-inner .gta-grid-box p {
    text-align: center;
    font-size: 16px;
    position: relative;
}

.training-inner .gta-grid-box img {
    max-width: 100%;
}


.formInput {
    /*padding: 15px 10px;
    width: 100%;
    margin-bottom: 20px;*/
}

.col-input-padding-fix .col-sm-6, .col-input-padding-fix .col-sm-3,
.col-input-padding-fix .col-sm-12 {
    padding: 0px 30px 0px 0px;
    overflow: auto;
}

textarea:focus, input:focus {
    outline: none;
}

textarea, input, select {
    /*border: 1px solid;
    border-color: rgb(169, 169, 169);
    border: none;
    font-weight: 500;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color:#000;*/
    font-weight: 400;
    background-color: #46474B;
    background-color: rgba(24,26,31,0.8);
    color: #7F7F7F;
    font-size: 18px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #ffffff;
    margin-bottom: 20px;
    padding: 10px 15px;
    width: 100%;
}

.booking-system input {
    background-color: #eee;
}


.search-cont .formInput {
    padding: 0px;
    font-size: 24px;
    background-color: transparent;
    color: #fff;
    text-align: center;
    margin: 0px;
    z-index: 200;
    border: 0px;
}

.book-training-cont { /*border:2px solid #d8d8d8;*/
    padding: 20px 20px;
    margin: 20px 0px;
    overflow: auto; /*background:#eee;*/
}

/* CHECKBOXS */

.checkbox, .aqRadioButton {
    padding-left: 20px;
    display: inline-block !important;
    margin-right: 20px;
}

    .checkbox label, .aqRadioButton label {
        display: inline-block;
        position: relative;
        font-weight: 500 !important;
        padding-left: 10px !important;
    }

        .checkbox label::before, .aqRadioButton label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 3px;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

        .aqRadioButton label::before {
            content: "";
            border-radius: 40px;
        }

        .checkbox label::after, .aqRadioButton label::after {
            display: inline-block;
            position: absolute;
            width: 16px;
            height: 16px;
            left: 0;
            top: 0;
            margin-left: -20px;
            padding-left: 3px;
            padding-top: 1px;
            font-size: 11px;
            color: #555555;
        }

        .aqRadioButton label::after {
            margin-left: -20px;
            padding-left: 3.3px;
            padding-top: 1px;
            font-size: 12px;
            color: #555555;
        }

    .checkbox input[type="checkbox"], .aqRadioButton input[type="radio"] {
        opacity: 0;
    }

        .checkbox input[type="checkbox"]:focus + label::before, .aqRadioButton input[type="radio"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .checkbox input[type="checkbox"]:checked + label::after, .aqRadioButton input[type="radio"]:checked + label::after {
            font-family: 'FontAwesome';
            content: "\f00c";
        }

        .aqRadioButton input[type="radio"]:checked + label::after {
            font-family: 'FontAwesome';
            content: "\f111";
        }

        .checkbox input[type="checkbox"]:disabled + label, .aqRadioButton input[type="radio"]:disabled + label {
            opacity: 0.65;
        }

            .checkbox input[type="checkbox"]:disabled + label::before, .aqRadioButton input[type="radio"]:disabled + label::before {
                background-color: #eeeeee;
                cursor: not-allowed;
            }

    .checkbox.checkbox-circle label::before, .aqRadioButton.checkbox-circle label::before {
        border-radius: 50%;
    }

    .checkbox.checkbox-inline {
        margin-top: 0;
    }

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #428bca;
    border-color: #428bca;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff;
}


/** new content page **/
.select-grid {
    /*display: flex;*/
    max-width: 1400px;
    margin: 10px 0px;
}

home-exspand-text .grid-cont {
    /*flex: 1;*/
    text-align: center;
    cursor: pointer;
}

.grid {
    display: inline-block;
    background-color: #eee;
    margin: 5px;
    float: left;
    border-radius: 5px;
    border: 1px solid #eee;
}

    .grid p { /* line-height: 45px; */
        /* margin: 0px; */
        /* padding: 0px; */
        font-size: 16px;
        /*margin: 15px 0px 5px 0px;*/
        padding: 0px;
        color: #000;
        margin: 0px;
        padding: 10px;
        /* line-height: 7px; */
    }

.grid-cont span {
    display: none;
}

.grid-cont:hover > .grid {
    background: #bfe5dd;
}

.grid-cont:hover > .grid-colour {
    background: #555555;
    opacity: 0.9;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.grid-100 {
    width: 96%;
    /*height: 100%;*/
}

.grid-50 {
    width: 46%;
    height: 100%;
}

.grid-70 {
    width: 66%;
    height: 100%;
}

.grid-30 {
    width: 26%;
    height: 100%;
}

.grid-25 {
    width: 21%;
    height: 100%;
}

.grid-colour {
    background-color: #d6d6d6;
}


.booking-calendar .ui-datepicker-inline {
    width: 100%;
    margin: 10px auto;
    border: 0px !important;
    border-radius: 0px !important;
    font-family: 'Source Sans Pro', sans-serif;
}

.booking-calendar .ui-datepicker-header {
    background: #fff;
    border: 0px;
    background: #eee;
    border-radius: 0px;
    font-weight: 400;
    font-size: 18px;
}


.booking-calendar .ui-state-hover,
.booking-calendar .ui-widget-content .ui-state-hover,
.booking-calendar .ui-widget-header .ui-state-hover,
.booking-calendar .ui-state-focus,
.booking-calendar .ui-widget-content .ui-state-focus,
.booking-calendar .ui-widget-header .ui-state-focus {
    background: none;
    background-color: transparent;
    border: 0px !important;
}

.booking-calendar .ui-state-hover {
    /*background-color:#211E1F !important;*/
    opacity: 0.8;
}

.booking-calendar .ui-state-default,
.booking-calendar .ui-widget-content .ui-state-default,
.booking-calendar .ui-widget-header .ui-state-default {
    background: none;
    background-color: transparent;
    border: 0px !important;
    background: #eee;
    text-align: center;
}


.booking-calendar .ui-datepicker td span, .booking-calendar .ui-datepicker td a {
    padding: 0.5em;
}

.booking-calendar .booked-day .ui-state-default {
    background-color: red;
    color: #fff;
}

.booking-calendar .booked-pm-day .ui-state-default {
    background-color: red;
    color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 2;
    background: linear-gradient(135deg, #099A0F 50%, #FF0000 50%);
}
/*
    .booking-calendar .booked-pm-day .ui-state-default:after {
        content: '';
        position: absolute;
        z-index:1;
        width: 100%;
        height: 200%;
        background-color: red;
        background-color: rgba(9,154,15, 1);
        top: 0;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }
*/
.booking-calendar .booked-am-day .ui-state-default {
    background-color: red;
    color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 2;
    background: linear-gradient(135deg, #FF0000 50%, #099A0F 50%);
}

.booking-calendar .available-day .ui-state-default {
    background-color: #099A0F;
    color: #fff;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-highlight a {
    background: #5cb85c !important;
    border-radius: 5px !important;
    opacity: 0.8 !important;
    border-bottom: 1px solid #000 !important;
}



.booking-calendar .ui-state-active {
    background: #5cb85c !important;
    border-radius: 5px !important;
    opacity: 0.8 !important;
    border-bottom: 1px solid #000 !important;
}

.waring-label {
    background: #fcf8e3;
    display: block;
    padding: 10px;
    text-align: center;
    margin-top: 20px;
    border: 1px solid #eee;
}

.message-label {
    display: block;
    padding: 0px 10px;
    text-align: center;
    margin: 5px 0px 10px 0px;
    text-align: right;
    /*border: 1px solid #eee;*/
    font-size: 12px;
}

.info-label {
    background-color: #d9edf7;
    display: block;
    padding: 10px;
    text-align: center;
    margin-top: 20px;
    border: 1px solid #eee;
}

#bookingConfirmButtons {
    text-align: center;
}

    #bookingConfirmButtons a.dft-button {
        padding: 15px 20px;
        text-decoration: none !important;
        color: #fff;
        font-weight: 300;
        display: inline-block;
        font-size: 13px;
        width: 100%;
    }

.home-extra-adv-header h3 {
    font-size: 3em;
    margin-top: 20px;
    font-weight: 100;
}

.search-cont {
    float: left;
    clear: both;
    text-align: center;
    width: 100%;
    padding: 10px 0px;
    background: #373435;
    /* color: red; */
    display: none;
}

    .search-cont h2 {
        margin: 0px;
    }

.clearheader {
    display: block; /* height:205px; */
    height: 162px;
}

.paneloverlay {
    background: #eee;
    padding-left: 30px;
    margin-bottom: 20px;
    box-shadow: 1px 1px 6px -3px #000;
    /* border: 5px solid #ddd; */
    background-color: #000;
    background-image: -webkit-linear-gradient(-60deg, #000 67%, #211E1F 50%);
    min-height: 400px;
    padding-bottom: 30px;
}

    .paneloverlay h2 {
        font-weight: 300;
        font-size: 35px;
        color: #fff;
    }


.paneloverlay-small {
    background: #eee;
    /* padding-left: 30px; */
    margin-bottom: 20px;
    box-shadow: 1px 1px 6px -3px #000;
    /* border: 5px solid #ddd; */
    background-color: #000;
    background-image: -webkit-linear-gradient(-60deg, #000 67%, #211E1F 50%);
    min-height: 400px;
    padding-bottom: 30px;
}

.full-section-back {
    /*
    background: -webkit-linear-gradient(-60deg, rgb(238, 238, 238) 67%, rgb(210, 234, 252) 50%) rgb(210, 234, 252);
    padding-top: 110px;
    height: 575px;
    background-image: url('../img/background2-light.png') !important;
    background-size: cover !important;
    background-position: bottom center !important;
    */
}


.gta-contact-right a {
    display: block;
    font-size: 22px;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 5px;
    color: rgb(237,28,36);
}

input[type=range] {
    padding: 0;
}

.slider {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    cursor: pointer;
}


    .slider::-ms-thumb {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 5px;
        height: 25px;
        border-radius: 10%;
        background: #2196F3;
        cursor: pointer;
    }


    .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 5px;
        height: 25px;
        border-radius: 10%;
        background: #2196F3;
        cursor: pointer;
    }

    .slider::-moz-range-thumb {
        width: 5px;
        height: 25px;
        border-radius: 10%;
        background: #2196F3;
        cursor: pointer;
    }

.slider-cont {
    display: block;
    margin: 20px 0px;
}

    .slider-cont span {
        float: RIGHT;
        font-weight: 900;
    }

    .slider-cont p {
        float: left;
    }

.switch-cont {
    background: #211E1F;
    display: inline-block;
    padding: 5px 10px;
}

    .switch-cont p {
        display: inline-block;
        vertical-align: top;
        margin-top: 4px;
        margin-right: 10px;
        font-size: 16px;
        font-weight: 100;
        margin-bottom: 0px;
    }

.switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 30px;
    cursor: pointer;
}

label.switch {
    margin-bottom: 0px;
}

.switch input {
    display: none;
}

.slidertoggle {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2196F3;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slidertoggle:before {
        position: absolute;
        content: "";
        height: 22px;
        width: 22px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

.switch input:checked + .slidertoggle {
    /*background-color: #2196F3;*/
}

.switch input:focus + .slidertoggle {
    box-shadow: 0 0 1px #2196F3;
}

.switch input:checked + .slidertoggle:before {
    -webkit-transform: translateX(22px);
    -ms-transform: translateX(22px);
    transform: translateX(22px);
}

/* Rounded sliders */
.slidertoggle.round {
    border-radius: 30px;
}

    .slidertoggle.round:before {
        border-radius: 50%;
    }

.switch label {
    display: inline-block;
    position: relative;
    font-weight: 500 !important;
    padding-left: 64px !important;
    width: 100%;
    margin-top: 5px;
    position: ABSOLUTE;
    width: 180px;
    max-width: 180px;
    cursor: pointer;
}


.machine-filters-cont {
    display: block;
    margin-top: 20px;
    clear: both;
}

.machine-view-cont .col-sm-4 {
}
/*.machine-view-cont .col-xs-6 { width:48%; }*/

.machine-view-container img {
    max-width: 100%;
    max-height: 230px;
    bottom: 20px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    position: absolute;
    top: 0;
    margin-top: auto;
    margin-bottom: auto;
    bottom: 0;
    vertical-align: middle;
    margin-right: auto;
}

.machine-view-container {
    position: relative;
    margin-bottom: 30px;
    cursor: pointer;
    min-height: 300px;
    height: 300px;
    text-align: center;
    padding: 0px;
    border: 1px solid #36393D;
    border-radius: 5px;
    background-color: #20232A;
}

    .machine-view-container .machine-over { /* position: absolute; */
        position: absolute;
        margin: 0px;
        position: absolute;
        text-transform: uppercase;
        font-size: 16px;
        padding: 5px;
        left: 0px;
        background: #fff;
        z-index: 5;
        background: rgba(0,0,0,0.8);
        color: #fff;
        bottom: 0;
        border-radius: 0;
        right: 0;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        height: 100%;
        max-height: 30px;
    }


        .machine-view-container .machine-over p {
            margin: 0px;
            font-size: 14px;
            letter-spacing: 1px;
            font-weight: 400;
            font-family: 'Roboto', sans-serif;
        }

    .machine-view-container:hover .machine-over {
        max-height: 100%;
        -webkit-transition: all .8s ease-in-out;
        -moz-transition: all .8s ease-in-out;
        -o-transition: all .8s ease-in-out;
        transition: all .8s ease-in-out;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        /*
        -webkit-animation: animateThis 0.5s ease-in-out;
        -webkit-animation-fill-mode: forwards;
        -moz-animation: animateThis 0.5s ease-in-out;
        -moz-animation-fill-mode: forwards;
        -ms-animation: animateThis 0.5s ease-in-out;
        -ms-animation-fill-mode: forwards;
        -o-animation: animateThis 0.5s ease-in-out;
        -o-animation-fill-mode: forwards;
        animation: animateThis 0.5s ease-in-out;
        animation-fill-mode: forwards;
        */
    }

    .machine-view-container:hover .machine-info-over {
        -webkit-animation: fadein 1s ease-in; /* Safari, Chrome and Opera > 12.1 */
        -moz-animation: fadein 1s ease-in; /* Firefox < 16 */
        -ms-animation: fadein 1s ease-in; /* Internet Explorer */
        -o-animation: fadein 1s ease-in; /* Opera < 12.1 */
        animation: fadein 1s ease-in;
        display: block;
    }

        .machine-view-container:hover .machine-info-over .gta-icons {
            left: 0px;
            right: 0px;
        }

.machine-over a p {
    margin: 0px;
}

.machine-view-container .machine-info-over {
    display: none;
}

    .machine-view-container .machine-info-over a {
        position: relative;
        margin: 0px;
        background: none;
        padding: 1px;
    }

    .machine-view-container .machine-info-over img {
        position: relative;
        float: left;
        max-width: 25px;
        bottom: 0px;
    }

.machine-over a {
    background: none !important;
}

.machine-view-container .machine-info-over .quick-view-text {
    float: left;
    width: 100%;
    margin: 10px 0px;
    text-align: left;
}



/*
    @keyframes animateThis {

      100% {
        top:0px;
        width: 100%;
        height: 100%;
         border-radius: 0px;

      }

}    */

@keyframes fadein {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.machine-view-container a { /* position: absolute; */
    background: #eee;
    /*color: #fff;*/
    font-size: 14px;
    padding: 0px;
    /* margin-top: 10px; */
    text-align: center;
    text-decoration: underline;
    display: block;
    text-decoration: NONE;
    color: #fff;
}

.machine-view-container span {
    display: BLOCK;
    /* width: 100%; */
    text-align: center;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    text-align: right;
    padding: 10px 10px;
    position: absolute;
    bottom: 0px;
    right: 15px;
    left: 15px;
}

    .machine-view-container span.toggle-metix, .machine-view-container span.toggle-imperial {
        position: relative;
        left: 0;
        right: 0;
        color: #fff;
        margin: 0px;
        padding: 0px;
    }

.machine-spec-cont .col-sm-6 {
}

.machine-spec-cont img {
    margin: 0px 0px;
    max-width: 100%;
}

.machine-view-container .machine-info-over .quick-view-text, .machine-view-container .machine-info-over .quick-view-text span {
    font-size: 13px;
    text-transform: none;
}

    .machine-view-container .machine-info-over .quick-view-text table {
        width: 100%;
        font-family: 'Roboto', sans-serif;
    }

        .machine-view-container .machine-info-over .quick-view-text table td {
            padding: 3px 2px;
        }

            .machine-view-container .machine-info-over .quick-view-text table td:nth-child(2) {
                text-align: right;
            }

.breadcrumb {
    background: none;
    color: #7F7F7F;
    font-size: 14px;
    margin: 0px;
}

    .breadcrumb a {
        color: #7F7F7F;
    }

.m-img-large {
    width: 100%;
    height: 400px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
}

.m-img-small {
    width: 60px;
    height: 60px;
    background-size: cover;
    background-color: #20232A;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer;
}

.slider-nav {
    display: block;
    width: 100%;
    text-align: center;
}

.machine-details {
    padding-left: 0px;
}

    .machine-details h1 {
        font-size: 45px;
        line-height: 58px;
        font-family: roboto, sans-serif;
        font-weight: 700;
        text-transform: uppercase;
    }

.gta-icons {
    float: left;
    padding: 0px;
    width: 100%;
    margin-bottom: 20px;
}

.machine-details .gta-icons {
    padding: 10px 0px;
}

.gicon {
    width: 35px;
    float: left;
    position: relative;
    margin: 0px 2px;
}

    .gicon img {
        width: 40px;
        float: left;
        position: relative;
    }

.product_info_cont h3 {
    font-size: 48px;
    line-height: 58px;
    font-family: roboto, sans-serif;
    font-weight: 700;
}

.machine-selection .header {
    text-align: center;
    font-family: source-sans-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    padding: 6px 4px;
    font-size: 14px;
    position: relative;
    border: 1px solid #36393D;
    border-radius: 5px;
    cursor: pointer;
    background-color: #20232A;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s
}

    .machine-selection .header.active {
        background-color: #FF0000;
        border: 0px solid;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .machine-selection .header:hover {
        background-color: #FF0000;
        /*border: 1px solid #FF0000;*/
    }

.machine-selection-text {
    padding: 10px 10px;
    position: relative;
    border-bottom: 1px solid #36393D;
    border-left: 1px solid #36393D;
    border-right: 1px solid #36393D;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #20232A;
    overflow: auto;
    display: none;
}

    .machine-selection-text p.mt-info {
        font-size: 16px;
    }

    .machine-selection-text p {
        color: #7F7F7F;
    }

        .machine-selection-text p.large-text {
            text-align: center;
            font-size: 60px;
            /* margin: 0px; */
            line-height: 36px;
            font-weight: 900;
            color: #fff;
        }

        .machine-selection-text p.med-text {
            text-align: center;
            font-size: 34px;
            /* margin: 0px; */
            line-height: 30px;
            font-weight: 900;
            color: #fff;
        }

    .machine-selection-text .machine-specs-row {
        font-size: 14px;
    }

        .machine-selection-text .machine-specs-row .col-xs-6 {
            padding: 3px;
            font-family: source-sans-pro, sans-serif;
            font-weight: 400;
        }

            .machine-selection-text .machine-specs-row .col-xs-6:first-child {
                text-transform: none;
            }

    .machine-selection-text .dft-button {
        text-align: center;
        float: left;
        width: 100%;
        margin: 5px 0px;
    }



.ms-cont {
    display: block;
    margin-top: 20px;
}

    .ms-cont a {
        text-decoration: none;
        color: #fff;
    }


        .ms-cont a.dft-blue {
            color: #2196F3;
        }

.machine-selection-text small.smxs {
    font-size: 80%;
}

.machine-selection-text a .smxs {
    color: #6DBCFD;
}

    .machine-selection-text a .smxs:hover {
        text-decoration: underline;
    }

.machine-specs-row {
    background-color: #20232A;
    width: 100%;
    float: left;
    font-size: 20px;
    font-weight: 100;
    padding: 6px 4px;
    margin-bottom: 3px;
}

    .machine-specs-row .col-xs-6:first-child {
        text-align: left;
        text-transform: uppercase;
    }

    .machine-specs-row .col-xs-6:last-child {
        text-align: right;
    }

.machine-download-cont {
    padding-top: 150px;
}

    .machine-download-cont h5 {
        font-size: 1.4em;
        text-transform: uppercase;
        margin-bottom: 25px;
    }

a.machine-download {
    text-decoration: none;
    display: block;
    margin-bottom: 20px;
}

    a.machine-download img {
        display: inline-block;
        margin-right: 10px;
    }

    a.machine-download p {
        display: inline-block;
        color: #ffffff;
        font-size: 14px;
        text-transform: uppercase;
    }

.altmachines .BorderCorner .no-image p.small {
    margin: 0px;
    text-align: left;
    font-weight: 300;
}

.altmachines .BorderCorner .no-image p.f-md {
    margin-bottom: 0px;
    text-align: left;
    font-size: 18px;
    line-height: 22px;
    font-family: source-sans-pro, sans-serif;
    font-weight: 600;
}


.altmachines .no-image {
    padding: 10px;
}

.machine-news {
    height: 400px;
}

    .machine-news span.home-news-tab {
        max-height: 200px;
    }


.left-col-categories a {
    display: block;
    /*border-bottom: 1px solid #eee;*/
    padding: 5px;
    font-size: 13px;
    color: #fff;
    font-weight: 500;
}

.left-col-categories .fa.fa-file-pdf-o {
    font-size: 24px;
    line-height: 10px;
    /* border-right: 20px; */
    margin-right: 5px;
    color: #ED1C24;
    display: inline-block;
}

.fa.fa-file-pdf-o {
    color: #ED1C24;
}

.left-col-categories > ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.left-col-categories ul li > ul li a {
    font-weight: 200 !important;
}

.left-col-categories ul {
    list-style-type: none;
}

.left-col-categories h3 {
}


.small_image_holder {
    text-align: center;
    margin: 10px auto;
    width: 100%;
}

.product_page_small_images {
    display: inline;
    float: left;
    width: 25%;
    width: 80px;
    position: relative;
    height: 120px;
}

    .product_page_small_images img {
        max-width: 100%;
        left: 0;
        max-height: 90px;
        /* line-height: 170px; */
        position: absolute;
        /* margin-bottom: 20px; */
        top: 0;
        bottom: 0;
        margin: auto;
        left: 0;
        right: 0;
    }

.machine-specs-table {
    font-size: 13px;
    width: 100%;
}

    .machine-specs-table td {
        background-color: #211E1F;
        /* margin: 10px; */
        padding: 8px 4px;
        text-align: center;
        font-size: 16px;
        width: 30%;
    }

.small-back {
    position: relative;
    float: left;
    width: 100px;
    height: 100px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

.machine-specs-table tr > td:first-child {
    text-align: right;
    background-color: #211E1F;
    max-width: 30px;
    padding-right: 10px;
    font-size: 16px;
    font-weight: 600;
    text-align: right;
}


.location-cont {
    clear: both;
    width: 100%;
    /* overflow: auto; */
    float: left;
    padding: 10px 0px 10px 0px;
    cursor: pointer;
}

    .location-cont .dft-button.t3 {
        font-size: 14px;
        margin-bottom: 5px;
    }

.location-header {
    font-weight: 200;
}

    .location-header h4 {
        font-weight: 600;
        font-size: 24px;
    }

    .location-header .fa {
        position: absolute;
        top: 0px;
        color: #ED1C24;
        font-size: 22px;
        padding: 7px 20px;
        right: 3px;
        -webkit-transition: all .6s ease-in-out;
        -moz-transition: all .6s ease-in-out;
        -o-transition: all .6s ease-in-out;
        transition: all .6s ease-in-out;
    }

.location-text {
    display: none;
    padding-top: 10px;
}

    .location-text p.location-plarge {
        font-size: 15px;
        line-height: 29px;
        font-family: source-sans-pro, sans-serif;
        margin-bottom: 0px;
        color: #7F7F7F;
        font-weight: 400;
    }

.location-white {
    color: #fff;
}


.filter-header {
    position: relative;
    cursor: pointer;
    font-family: 'Raleway', sans-serif;
}

    .filter-header h4 {
        font-weight: 700;
        display: block;
        margin: 0px;
        padding: 10px 0px;
        text-transform: uppercase;
        font-size: 14px;
        border-bottom: 1px solid #555;
    }

    .filter-header .fa {
        position: absolute;
        top: 0px;
        color: #ED1C24;
        font-size: 20px;
        line-height: 30px;
        padding: 0px 0px;
        right: 0px;
        -webkit-transition: all .6s ease-in-out;
        -moz-transition: all .6s ease-in-out;
        -o-transition: all .6s ease-in-out;
        transition: all .6s ease-in-out;
    }


.filtercont {
    display: none;
}

.fix-back {
    /*
    font-size: 180px !important;
    position: absolute;
    z-index: 1;
    left: -15px;
    top: -30px;
    color: #fff;
    */
    font-size: 30px !important;
    display: block;
    width: 100%;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.open-location .location-text {
    display: block;
}


/*** DUMMY ***/

.bluredback-new {
    /*background-image: url('../img/home_banner_iamge 1.jpg');*/
    background-size: cover;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    vertical-align: middle;
    padding: 0px 0px 5% 0px;
    overflow: hidden;
    min-height: 400px;
    background-attachment: fixed;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

    .bluredback-new video {
        /* min-width: 100%; */
        /* min-height: 100%; */
        /* width: auto; */
        /* height: auto; */
        /* background-size: cover; */
        /* background-size: cover; */
        /* position: fixed; */
        /* position: absolute; */
        z-index: -1;
        /* right: 0; */
        /* background-position: center center; */
        /* left: 0; */
        /* bottom: 0; */
        /* transition: opacity 1s; */
        /* display: none; */
        position: fixed;
        top: 50%;
        left: 50%;
        /* z-index: 1; */
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }



.blured-overlay-new {
    /*-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;*/
    /* width: 320px; */
    /* height: 320px; */
    position: absolute;
    left: 0;
    /*opacity: 0.05;*/
    bottom: 0;
    top: 0;
    right: 0;
    /*
    border: none;
    font: normal 1.5px/normal Arial, Helvetica, sans-serif;
    color: rgba(255,255,255,1);
    -o-text-overflow: clip;
    text-overflow: clip;
    background: -webkit-radial-gradient(circle, rgb(35,29,24) 25%, rgba(0,0,0,0) 25%), -webkit-radial-gradient(circle, rgb(63,57,50) 25%, rgba(0,0,0,0) 25%), -webkit-radial-gradient(circle, rgb(35,29,24) 25%, rgba(0,0,0,0) 25%), -webkit-radial-gradient(circle, rgb(63,57,50) 25%, rgba(0,0,0,0) 25%), rgba(0,57,84,1);
    background: -moz-radial-gradient(circle, rgb(35,29,24) 25%, rgba(0,0,0,0) 25%), -moz-radial-gradient(circle, rgb(63,57,50) 25%, rgba(0,0,0,0) 25%), -moz-radial-gradient(circle, rgb(35,29,24) 25%, rgba(0,0,0,0) 25%), -moz-radial-gradient(circle, rgb(63,57,50) 25%, rgba(0,0,0,0) 25%), rgba(0,57,84,1);
    background: radial-gradient(circle, rgb(35,29,24) 25%, rgba(0,0,0,0) 25%), radial-gradient(circle, rgb(63,57,50) 25%, rgba(0,0,0,0) 25%), radial-gradient(circle, rgb(35,29,24) 25%, rgba(0,0,0,0) 25%), radial-gradient(circle, rgb(63,57,50) 25%, rgba(0,0,0,0) -84%), transparent;
    background-position: 3em 3em, 3em 4em, auto auto, 0 1em;
    -webkit-background-origin: padding-box;
    background-origin: padding-box;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-background-size: 6em 6em;
    background-size: 6em 6em;
    */
    /*background-image: -webkit-linear-gradient(-264deg, transparent 67%, #d2eafc 50%);*/
}

h1.home-header-1, h2.home-header-2 {
    font-size: 50px;
    text-transform: uppercase;
    font-size: 5em;
    color: #fff;
    /*text-shadow: 1px 1px 5px #000;*/
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    margin: 0px;
}

h1.home-header-1 {
}

    h1.home-header-1 span {
        color: #ED1C24 !important;
        font-size: 1.3em;
    }

h2.home-header-2 {
    font-size: 4em;
}

.draw-border {
    border: 4px solid #ED1C24;
}

.draw:hover {
    overflow: hidden;
    position: relative;
}

    .draw:hover::before, .draw:hover::after {
        content: '';
        box-sizing: border-box;
        position: absolute;
        border: 4px solid transparent;
        width: 0;
        height: 0;
    }

    .draw:hover::before {
        top: 0;
        left: 0;
        border-top-color: #ED1C24;
        border-right-color: #ED1C24;
        animation: border 2s, borderColor 2s 1s;
        animation-fill-mode: forwards;
    }

    .draw:hover::after {
        bottom: 0;
        right: 0;
        border-left-color: #ED1C24;
        border-bottom-color: #ED1C24;
        animation: border 2s, borderColor 2s 1s;
        animation-fill-mode: forwards;
    }

.table {
    display: table;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 0px;
}

.table-row {
    display: table-row;
}

.table-cell, .table-head {
    display: table-cell;
}

.table-head {
    font-weight: bold;
}

.table-cell {
    padding: 1em;
}

.table .table {
    display: table;
}

.table .table-row {
    /*display: table-row;*/
}

.table .table .table-cell {
    display: table-cell;
    width: 50%;
    padding: 1em;
}


.home-news [class*="col-"] {
    /*float: none;
    display: table-cell;
    vertical-align: top;*/
}

.home-news .col-sm-8, .home-news .col-sm-4 {
    height: 500px;
}

.home-news .col-sm-8, .home-news .col-sm-4 {
}

.home-news .col-md-5 .col-sm-12 {
}

.home-news .col-md-5 .col-sm-6:first-child {
}


.home-news .col-md-5 .col-sm-12, .home-news .col-md-5 .col-sm-6 {
    height: 250px;
    background: #eee;
}


span.home-news-tab {
    background-color: rgba(0,0,0,.8);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    max-height: 140px;
    height: 100%;
    overflow: hidden;
}

.new-home-back:hover span.home-news-tab {
    max-height: 100%;
}

.new-home-back:hover a.home-news-button {
    display: block;
    opacity: 1;
}

.new-home-back:hover span.home-news-tab p {
    display: block;
    opacity: 1;
}


a.home-news-button {
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 5px 10px !important;
    opacity: 0;
}

.home-brochure div {
    background-color: rgba(211,211,211,0.9);
    background: #999999;
    text-align: center;
    height: 300px;
    vertical-align: top;
    text-align: center;
    float: left;
    position: relative;
    width: 100%;
    padding: 0px;
    /* border-left: 18px solid; */
}

.home-brochure img {
    /* max-height: 220px; */
    /* max-width: 100%; */
    vertical-align: top;
    margin-top: -110px;
    /* margin-top: 50%; */
    left: 0;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
    /* vertical-align: middle; */
    right: 0;
    max-width: 100%;
}

span.home-news-tab p {
    color: #fff;
    overflow: hidden;
    font-weight: 400;
    font-size: 28px;
}

span.home-news-tab small p {
    font-size: 16px;
}

span.home-news-tab p.news-content {
    font-size: 16px;
    opacity: 0;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}


@keyframes border {
    0% {
        width: 0;
        height: 0;
    }

    25% {
        width: 100%;
        height: 0;
    }

    50% {
        width: 100%;
        height: 100%;
    }

    100% {
        width: 100%;
        height: 100%;
    }
}

@keyframes borderColor {
    0% {
        border-bottom-color: #ED1C24;
        border-left-color: #ED1C24;
    }

    50% {
        border-bottom-color: #ED1C24;
        border-left-color: #ED1C24;
    }
}

.full-page .section {
    /*background: #fff;*/
}



.full-page .gta-grid-box {
    cursor: pointer;
    background: #fff;
}


.fixed-left {
    /* margin-left: -55%;*/
    top: 0px;
    background: #eee;
    background: #211E1F;
    box-shadow: 0px 0px 9px -1px #000;
    position: fixed;
    bottom: 0px;
    z-index: 1000;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    overflow: scroll;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

    .fixed-left h3 {
        text-align: center;
        font-size: 36px;
        padding-bottom: 14px;
    }

    .fixed-left::-webkit-scrollbar {
        /* This is the magic bit */
        display: none;
    }

.fixed-hide {
    margin-left: -55%;
}

.enquirybox-fix {
    position: absolute;
    top: 0;
    background: #211E1F;
    height: 100%;
    bottom: 0px;
    padding: 9px;
    clear: both;
    float: left;
    z-index: 1000;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.enquirybox-header {
    background-color: #2196F3;
    color: #fff;
    padding: 10px 10px;
    text-align: center;
    font-weight: 200;
    margin: 20px 0px;
    font-size: 14px;
    font-weight: 200;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-decoration: none;
}

.enquirybox a {
    text-decoration: none;
}

.enquirybox-header:hover {
    background-color: #135a91;
}

.enquirybox-text {
    display: none;
    padding-top: 20px;
    margin-top: -20px;
    /*background: #fff;*/
    margin-bottom: 20px;
}

.fixed-left .paneloverlay {
    margin: 30px 0px;
    position: ABSOLUTE;
    top: 0px;
    bottom: 70px;
    right: 7px;
    overflow: scroll;
    left: 5px;
    padding-left: 0px;
    background: #eee;
    background: #211E1F;
    box-shadow: none;
}

p.linebehind {
    position: relative;
    z-index: 1;
    text-align: center;
}

    p.linebehind::before {
        border-top: 2px solid #dfdfdf;
        content: "";
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
    }

    p.linebehind span {
        background: #eee;
        background: #211E1F;
        padding: 0 10px;
    }

.triangle {
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
}

.triangle-5 {
    width: 30px;
    height: 15px;
    border-top: solid 15px #2196F3;
    border-left: solid 15px transparent;
    border-right: solid 15px transparent;
    margin-top: -50px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.tri-hover {
    border-top: solid 15px #135a91;
}

.trans-all {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.content-offset {
    margin-top: 200px;
}



/*
    Small header....

*/


.top-menu ul li a {
    color: #BCBDBE !important;
    margin-left: 0px;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    text-decoration: none;
    margin-left: 15px;
}

    .top-menu ul li a:hover {
        border-bottom: 2px solid #ED1C24;
    }


.header-social-links {
    display: none;
}

.main-menu-container {
    top: 112px;
}


.home-nav-back {
    background: rgba(0,0,0,0.5);
    font-family: 'Source Sans Pro', sans-serif;
}

    .home-nav-back p {
        font-weight: 400;
        margin-bottom: 0px;
        background: #eee;
        position: absolute;
        color: #211E1F;
        border-top: 0px solid;
        font-size: 15px;
    }



.machine-link {
    transition: all .5s linear;
    display: block;
}

.hidemachine {
    display: none;
    opacity: 0;
}


.large_image_holder img {
    max-width: 100%;
    max-height: 340px;
}


ul.tabs {
    background-color: #eee;
    /*overflow: auto;*/
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 20px;
    clear: both;
}

    ul.tabs li {
        display: -webkit-inline-block;
        cursor: pointer;
        padding: 10px;
        font-size: 15px;
        font-weight: 400;
        float: left;
        opacity: 0.5;
        border-right: 2px solid #ffffff;
        position: relative;
        width: 25%;
    }

        ul.tabs li.active {
            background-color: #d6d6d6;
            opacity: 1;
            position: relative;
        }

            ul.tabs li.active::after {
                content: '';
                position: absolute;
                left: 42%;
                top: 100%;
                width: 0;
                height: 0;
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-top: 10px solid #d6d6d6;
                clear: both;
            }


.tabs-cont-inner {
    /*background-color: #d6d6d6;*/
    padding: 20px 10px;
    display: none;
    clear: both;
}

    .tabs-cont-inner.cont-desc.cont-active {
        display: block !important;
    }

.cont-active {
    display: block !important;
    overflow: auto;
}

.general-content {
    font-size: 16px;
}

.popover {
    color: #000 !important;
}

.gta-icons {
    padding: 10px;
    margin: 10px 0px;
}

    .gta-icons a {
        float: left;
    }

    .gta-icons img {
        max-width: 100%;
    }

    .gta-icons .col-sm-2, .gta-icons .col-xs-3 {
        padding: 5px;
        max-width: 70px;
    }


.col-play {
}

    .col-play .fa {
        font-size: 30px;
        color: #fff;
        margin-top: 50px;
        text-shadow: 1px 1px 16px #001;
        cursor: pointer;
    }

        .col-play .fa:hover {
            color: #eee;
        }

    .col-play .fa-pause {
        display: none;
    }

    .col-play p {
        font-size: 20px;
        color: #fff;
        margin-top: 5px;
        text-shadow: 1px 1px 16px #001;
        text-transform: uppercase;
    }

.load-spinner {
    position: absolute;
    right: 0;
    left: 0;
    background: #fff;
    background: rgba(255,255,255,0.7);
    bottom: 0;
    top: 0px;
    height: 100%;
    margin-top: 0;
    z-index: 2;
}

    .load-spinner .loader {
    }

    .load-spinner .loader {
        /*border: 16px solid #f3f3f3; */
        border-top: 4px solid #3498db;
        border-radius: 50%;
        width: 80px;
        height: 80px;
        animation: spin 2s linear infinite;
        margin: 40px auto;
        margin-top: 50%;
    }

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.navbar-about ul li a:hover {
    border-bottom: 0px solid;
    background-color: transparent;
    color: #ED1C24;
    text-decoration: none;
}

.navbar-about ul li a {
    padding: 0px 0px;
    color: black;
    font-weight: 600;
    color: #ffffff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-size: 17px;
    /* border-bottom: 1px solid #6d6d6d; */
}

.navbar-about ul li {
    margin-bottom: 10px;
}

    .navbar-about ul li.visitedNav a {
        color: #ED1C24;
    }

.navbar-about ul li {
    list-style: none;
    padding: 4px 4px;
}

.navbar-about ul {
    padding: 0;
    padding-top: 8px;
}

/* ------- Timeline styling starts here ------- */
* {
    box-sizing: border-box;
}


/* The actual timeline (the vertical ruler) */
.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

    /* The actual timeline (the vertical ruler) */
    .timeline::after {
        content: '';
        position: absolute;
        width: 43px;
        background-image: url(../img/cross.png);
        top: 0;
        bottom: 0;
        left: 50%;
        margin-left: -3px;
    }

    /* Container around content */
    .timeline .container {
        padding: 10px 40px;
        position: relative;
        background-color: inherit;
        width: 50%;
        margin-left: unset;
        margin-right: unset;
    }

    /* The circles on the timeline */
    /*.timeline .container::after {
        content: '';
        position: absolute;
        width: 25px;
        height: 25px;
        right: -13px;
        background-color: #211E1F;
        border: 4px solid #ED1C24;
        top: 15px;
        border-radius: 50%;
        z-index: 1;
    }*/

    /* Place the container to the left */
    .timeline .left {
        left: 0;
    }

    .timeline img {
        max-width: 100%;
    }

    /* Place the container to the right */
    .timeline .right {
        left: 55%;
    }

    /* Add arrows to the left container (pointing right) */
    .timeline .left::before {
        content: " ";
        height: 0;
        position: absolute;
        top: 22px;
        width: 0;
        z-index: 1;
        right: 30px;
        border: medium solid white;
        border-width: 10px 0 10px 10px;
        border-color: transparent transparent transparent #ED1C24;
    }

    /* Add arrows to the right container (pointing left) */
    .timeline .right::before {
        content: " ";
        height: 0;
        position: absolute;
        top: 22px;
        width: 0;
        z-index: 1;
        left: 30px;
        border: medium solid white;
        border-width: 10px 10px 10px 0;
        border-color: transparent #ED1C24 transparent transparent;
    }

    /* Fix the circle for containers on the right side */
    /*.timeline .right::after {
    left: -13px;
}*/



    /* The actual content */
    .timeline .container .content {
        padding: 10px 20px;
        background-color: #666;
        position: relative;
        border-radius: 6px;
    }

        .timeline .container .content h2 {
            margin-top: 5px;
            margin-bottom: 5px;
        }


        .timeline .container .content p {
            font-size: 16px;
            font-weight: 100;
        }

    .timeline::after {
        display: none;
    }

    .timeline::before {
        content: '';
        position: absolute;
        width: 43px;
        background-image: url(../img/cross.png);
        top: 0;
        bottom: 0;
        z-index: 0;
        left: 50%;
        margin-left: -3px;
        background-image: none;
        width: 5px;
        background-color: #36393D;
    }

    .timeline .left::before {
        width: 100px;
        right: auto;
        left: 100%;
        top: 40px;
        border: 3px solid #36393D;
    }

    .timeline .right::before {
        width: 100px;
        left: auto;
        right: 100%;
        top: 40px;
        border: 3px solid #36393D;
    }


    .timeline .right {
        left: calc(50% + 100px);
    }

    .timeline .container {
        margin-top: 20px;
        margin-bottom: 20px;
        width: 40%;
        width: calc(50% - 100px);
        background: #181A1F;
        border: 1px solid #36393D;
        border-radius: 5px;
        padding: 0;
    }

.timeline-header {
    font-size: 3.2em;
    font-weight: 800;
    margin: 30px 0px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.header-clear {
    display: block;
    height: 80px;
}

.timeline .container p {
    font-size: 16px;
    text-align: left;
    padding: 0px 15px;
}


.customer-menu-cont {
    background-color: #3E3E3E;
    float: left;
    width: 100%;
}

    .customer-menu-cont ul {
        float: right;
        padding: 0px;
        text-decoration: none;
        list-style-type: none;
        margin: 0px;
    }

    .customer-menu-cont li {
        display: inline;
    }

        .customer-menu-cont li a {
            display: inline-block;
            border-left: 1px solid rgba(255,255,255,0.5);
            padding: 15px 20px;
            font-weight: 400;
            color: #fff;
            -webkit-transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
        }

            .customer-menu-cont li a:hover {
                text-transform: none;
            }


.home-quicklinks.qlink-active {
    background: #000000;
    float: left;
    position: relative;
    padding: 0px;
    padding-top: 20px;
}

    .home-quicklinks.qlink-active .gta-grid-box {
        height: 250px;
        background: rgba(211,211,211,0.9);
        border-radius: 0px;
        overflow: unset;
        border: 1px solid #333;
        min-height: 200px !important;
    }

        .home-quicklinks.qlink-active .gta-grid-box p {
            color: #000;
            font-size: 16px;
            background: #fff;
            left: auto;
            right: auto;
            border-top: 2px solid;
            border-right: 2px solid;
            border-left: 2px solid;
            /*border-color: rgb(89,90,91);*/
            background: #fff !important;
            border-color: #fff;
            border-bottom: 2px solid #fff;
            bottom: 0px;
            position: absolute;
            /* z-index: 100; */
        }

        .home-quicklinks.qlink-active .gta-grid-box:hover {
            min-height: 200px !important;
            margin-top: 0px;
        }

        .home-quicklinks.qlink-active .gta-grid-box img {
            padding-bottom: 20px;
            padding-top: 0px;
        }

.home-quicklinks {
    bottom: 0px;
    /* margin-top: -180px; */
    position: absolute;
}

    .home-quicklinks .gta-grid-box {
        margin: 0px 1%;
        background: rgba(255,255,255,0.8);
        /* min-height: 160px; */
        background: rgba(211,211,211,0.9);
        text-align: center;
        /* letter-spacing: .2rem; */
        /* padding: 20px 15px; */
        height: 40px;
        text-align: center;
        font-family: 'Oswald', sans-serif;
        vertical-align: bottom;
        bottom: 0px;
        /* position: absolute; */
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        overflow: hidden;
        -moz-transition: max-height .5s ease-in-out;
        -webkit-transition: max-height .5s ease-in-out;
        -o-transition: max-height .5s ease-in-out;
        transition: max-height .5s ease-in-out;
        min-height: 0px !important;
        background-color: rgba(0,0,0,0.5);
    }

    .home-quicklinks p.grid-p-new {
        font-weight: 400;
        /* margin-bottom: 0px; */
        /* border-top: 0px solid; */
        /* font-size: 16px; */
        /* font-weight: 400; */
        /* margin-bottom: 0px; */
        /* background: #ffffff !important; */
        /* text-align: center; */
        /* position: absolute; */
        /* color: #211E1F; */
        /* border-top: 0px solid; */
        font-size: 14px;
        font-family: 'Source Sans Pro', sans-serif;
        position: ABSOLUTE;
        left: 0;
        right: 0px;
        color: #fff;
        background-color: transparent !important;
        /* background-color: rgba(0,0,0,0.5); */
    }

    .home-quicklinks img {
        padding-bottom: 20px;
        padding-top: 20px;
    }


    .home-quicklinks .gta-grid-box:hover {
        min-height: 160px !important;
        margin-top: -120.5px;
    }


    .home-quicklinks .gta-grid-box-outter {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

.home-testimonals .fa {
    font-size: 200px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    line-height: 110px;
    opacity: .25;
    color: #fff;
    top: 50%;
    margin-top: -40px;
}

.home-testimonals {
    color: #fff;
    margin: 50px 0px;
    text-align: center;
    max-width: 800px !important;
    margin-top: 0px;
    min-height: 200px;
}

.ui.label {
    display: inline-block;
    line-height: 1;
    vertical-align: baseline;
    margin: 3px .14285714em;
    background-color: #666;
    background-image: none;
    padding: 0.4833em .633em;
    color: rgba(0,0,0,.6);
    text-transform: none;
    color: #fff;
    font-weight: 700;
    border: 0 solid transparent;
    border-radius: .28571429rem;
    -webkit-transition: background .1s ease;
    transition: background .1s ease;
    font-size: 12px;
    font-weight: 500;
    font-size: 12px;
    text-transform: none;
    font-family: 'Raleway', sans-serif;
}

a.ui.label {
    cursor: pointer;
}

.ui.label, .ui.labels .label {
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media all and (max-width: 600px) {
    /* Place the timelime to the left */
    .timeline::after {
        left: 31px;
    }

    /* Full-width containers */
    .timelime .container {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

        /* Make sure that all arrows are pointing leftwards */
        .timelime .container::before {
            left: 60px;
            border: medium solid white;
            border-width: 10px 10px 10px 0;
            border-color: transparent white transparent transparent;
        }

    /* Make sure all circles are at the same spot */
    .timelime .left::after, .right::after {
        left: 15px;
    }

    /* Make all right containers behave like the left ones */
    .timelime .right {
        left: 0%;
    }
}
/* ------- Timeline styling ends here ------- */

.register-form {
}

.input-group .input-group-addon {
    border: 0;
    line-height: inherit;
    margin-bottom: 20px;
}

.input-group .formInput {
    margin-bottom: 0px;
}

.input-group {
    margin-bottom: 20px;
}


.training-left-text, .booking-system {
    margin-top: 20px;
}

.booking-system {
    margin-bottom: 20px;
}

.training-left-text img {
    max-width: 100%;
}

.booking-system .cont-active {
    background: #eee;
}

.booking-system ul.tabs li.active {
    background: #eee;
}

    .booking-system ul.tabs li.active::after {
        border-top: 10px solid #eee;
    }

.booking-system input {
    background-color: #fff;
}

.training-banner-text {
    background: rgb(237,28,36);
    color: #fff;
    text-align: center;
    font-size: 15px;
    padding: 10px 0px 10px 0px;
    font-weight: 100;
}

    .training-banner-text p {
        margin: 0px;
    }

.grid {
    cursor: pointer;
}

.booking-total {
    margin-top: 10px;
    margin-bottom: 10px;
}

.booking-system ul.tabs li.active {
    background: #eee;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

a.aspNetDisabled {
    width: auto;
}


.machine-label {
    font-weight: 400;
    font-size: 24px;
}

.anchor {
    display: block;
    height: 50px; /*same height as header*/
    margin-top: -50px; /*same height as header*/
    visibility: hidden;
    float: left;
}

.col-sm-12 .industry-section {
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 20px;
    border: 1px;
    border-color: rgba(0,0,0,0.6);
    border-style: solid;
    overflow: hidden;
}


.industry-container {
    width: 90%;
}


.bg-opac h4 {
    opacity: 2;
    color: #fff;
    font-size: 24px;
}


.carousel-control-prev .fa, .carousel-control-next .fa {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    cursor: pointer;
    z-index: 5;
    display: inline-block;
    font-size: 50px;
    padding: 30px 10px;
}

.carousel-control-prev .fa {
    left: 20px;
    color: #211E1F;
}

.carousel-control-next .fa {
    right: 20px;
    color: #211E1F;
}


.spinner {
    margin: 10px auto 0;
    width: 70px;
    text-align: center;
    /*position:absolute;
    bottom:30%;*/
    left: 0px;
    right: 0px;
}

    .spinner > div {
        width: 18px;
        height: 18px;
        background-color: #ED1C24;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }

    .spinner .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .spinner .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

.content-page-banner {
    width: 100%;
    position: relative;
    background: #181A1F;
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 340px;
    background-position: center center;
    background-attachment: fixed;
    webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    .content-page-banner.machine-page-banner {
        background-position: center center;
        webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }


    .content-page-banner .container {
        position: relative;
    }

.content-page-banner-full {
    width: 100%;
    position: relative;
    background: #181A1F;
    webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    height: 90vh;
    background-attachment: fixed;
    background-position: 100% 90%;
    background-position: center center;
}

.fixed-page-banner {
    width: 100%;
    position: relative;
    /* background: #181A1F; */
    webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    background-attachment: fixed;
    background-position: center center;
    /* overflow: scroll; */
    padding-top: 200px;
}


.content-page-banner-full h2, .content-page-banner-full h1 {
    color: #fff;
    font-size: 36px;
    text-transform: uppercase;
    background: rgba(0,0,0,0.7);
    padding: 20px 20px;
    font-size: 48px;
    text-align: center;
    line-height: 58px;
    font-family: roboto, sans-serif;
    font-weight: 900;
    display: block;
    max-width: 600px;
}

.highfields-banner .full-center,
.content-page-banner-full .full-center {
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.content-page-banner h1 {
    color: #fff;
    font-size: 36px;
    position: absolute;
    bottom: 20px;
    left: 5px;
    text-transform: uppercase;
    background: rgba(0,0,0,0.5);
    padding: 10px 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
}
/*
    .content-page-banner h1::first-letter {
        color: #ED1C24;
        font-size:65px;
        font-weight:900;
    }
    */
@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.cont-advantage .home-banner-container {
    height: 100vh;
    position: relative;
}

.cont-advantage .home-banner-slogan {
    background-color: rgba(0,0,0,0.7);
}

.advantage-banner-bottom {
    text-align: center;
    position: ABSOLUTE;
    left: 0px;
    right: 0;
    bottom: 0px;
    padding: 20px;
    font-size: 20px;
    background: #eee;
    background-color: rgba(0,0,0,0.7);
}

.advantage-section, .advantage-second, .advantage-third, .advantage-first {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}

    .advantage-first h2, .advantage-first h1 {
        color: rgb(237,28,36);
        font-size: 20px;
        color: #ED1C24;
        font-size: 24px;
        text-transform: uppercase;
        font-weight: 700;
        font-family: 'Oswald', sans-serif;
        font-size: 50px;
        margin-top: 40px;
    }

    .advantage-first p {
        font-size: 16px;
    }

.advantage-pdf .col-sm-12 {
    border: 1px solid #eee;
    display: block;
    padding: 20px;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
}

.advantage-second img {
    max-width: 100%;
}

.BorderCorner_wrap {
    text-align: center;
    position: relative;
}

.BorderCorner {
    border: 1px solid #fff;
    /*display: inline-block;*/
    margin: 25px auto;
    padding: 25px;
    position: relative;
    width: auto;
}

.contactback .BorderCorner .no-image {
    height: 200px;
}


.contactback .BorderCorner p {
    font-size: 24px;
}

#pnlApplicationComplete a:hover {
    text-decoration: none;
}

.contactback .BorderCorner .fa-angle-right {
    color: #ffffff;
    font-size: 50px;
    font-weight: 900;
    bottom: 5px;
    position: absolute;
}

.BorderCorner_wrap a.smoothscroll {
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10;
    text-decoration: none;
}

.BorderCorner img {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    margin: -20px auto 0px auto;
    z-index: 5;
    padding-bottom: 70px;
    max-width: 100%;
}



.BorderCorner::before,
.BorderCorner::after {
    content: '';
    position: absolute;
    background: #ED1C24;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.BorderCorner::before {
    width: calc(100% + 70px + 4px - 100px);
    height: calc(100% + 4px);
    top: -2px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}




.BorderCorner_wrap:hover .BorderCorner::before {
    width: 0px;
}

.BorderCorner_wrap:hover .BorderCorner::after {
    height: 0px;
}


.BorderCorner::after {
    height: calc(100% + 70px + 4px - 100px);
    width: calc(100% + 4px);
    left: -2px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}


.BorderCorner::after {
    height: calc(100% + 70px + 6px - 100px);
    width: calc(100% + 6px);
    left: -3px;
}

.BorderCorner::before {
    width: calc(100% + 70px + 6px - 100px);
    height: calc(100% + 6px);
    top: -3px;
}

}


.BorderCorner_overlaytext {
    padding-bottom: 0px !important;
}

.gta-secure-cont .gta-grid-box {
    background: #ED1C24;
    padding: 0px;
}

.gta-secure-cont {
    float: left;
    width: 100%;
}

.BorderCorner p {
    position: absolute;
    z-index: 6;
    bottom: 5px;
    left: 10px;
    right: 10px;
    color: #fff;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: 0px;
    margin-bottom: 0px;
}

.BorderCorner strong {
    text-transform: uppercase;
    font-size: 18px;
}

.large-text p {
    font-size: 18px;
}

.purchase-boxes .BorderCorner {
    margin: 0px auto;
}

.purchase-boxes .gta-grid-box {
    background: #000;
}

.purchase-boxes .BorderCorner::before, .purchase-boxes .BorderCorner::after {
    background: #000;
}

.purchase-boxes .BorderCorner::before {
    width: calc(100% + 70px + 4px - 100px);
    height: calc(100% + 4px);
    top: -2px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.purchase-boxes .BorderCorner::after {
    height: calc(100% + 70px + 4px - 100px);
    width: calc(100% + 4px);
    left: -2px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.purchase-boxes .BorderCorner img {
    margin-top: -10px;
    padding-bottom: 40px;
}

.purchase-boxes .BorderCorner a {
    border: 1px solid;
    display: block;
    text-align: right;
    padding: 7px 10px;
    color: #fff;
    text-decoration: NONE;
    font-size: 13px;
}

.purchase-boxes .BorderCorner strong {
    text-align: left;
    float: left;
    font-size: 27px;
    line-height: 17px;
}

.title-fix-top-left {
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 20px;
    z-index: 7;
    background: #000;
    background: rgba(0,0,0,.6);
}

.purchase-boxes .col-lg-4 {
    width: 31.3333333%;
    margin-bottom: 20px;
}

.txt-col-black p, .txt-col-black h3 {
    color: #000 !important;
}


.advantage-first.adv-buy-section h2 {
    color: rgb(237,28,36);
    font-size: 20px;
    color: #ED1C24;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    font-size: 50px;
    margin-top: 40px;
}

.advantage-first.adv-buy-section .largePriceText {
    font-size: 60px;
}

    .advantage-first.adv-buy-section .largePriceText small {
        font-size: 40px;
    }

.quick-view-m {
    float: left;
    width: 100%;
    margin: 2px 0px;
}



.quick-view-info {
    float: left;
    width: 100%;
    margin: 10px 0px;
}

.quick-view-info-block {
    display: block;
    background: #eee;
    height: 25px;
    width: 0%;
    float: left;
}

.quick-view-m .col-sm-2 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.quick-view-m .col-sm-8 {
    padding: 0px 5px;
}

.gm-style-iw {
    color: #000;
}

.machine-right-cont {
    display: block;
    border: 1px solid;
    padding: 5px 15px;
}

    .machine-right-cont h5 {
        color: #ED1C24 !important;
        font-weight: 400;
        font-family: 'Oswald', sans-serif;
        margin: 0px;
        font-size: 18px;
        letter-spacing: 1px;
        margin-bottom: 10px;
        margin-top: 5px;
    }


.service-plan-box {
    display: block;
    background: #eee;
    text-align: center;
    padding: 6px;
    margin-bottom: 5px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}


.machine-right-cont .dft-button {
    display: block;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 12px;
    padding: 8px 20px;
}


.small-plan-box {
    display: block;
    background: #eee;
    text-align: center;
    padding: 2px 10px;
    margin-right: 10px;
    border-radius: 5px;
    font-size: 13px;
    color: #000;
    float: left;
    /* margin-bottom: 10px; */
}

.machine-right-cont p {
    font-size: 12px;
}

.p-forsale {
    display: block;
    cursor: pointer;
    color: #fff;
    font-size: 16px !important;
}

.small-plan-box {
}

.spbblue {
    background-color: #5189B9;
}

.spborange {
    background-color: #FCA207;
}

.spbgeen {
    background-color: #309705;
}

.mh-price {
    float: right;
    font-size: 16px;
    color: #fff;
}

.sp-platinum {
    background: linear-gradient(to bottom, #eee 0%, #E5E4E2 100%);
}

    .sp-platinum:after {
        content: '';
        background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
        transform: rotate(-18deg);
    }

.alternative-banner {
    background-color: #90caf9;
}

    .alternative-banner div a {
        font-size: 12px;
        display: block;
        margin: 0px 10px;
        padding: 10px;
        color: #000;
        text-decoration: none;
        text-transform: uppercase;
    }


/*
#card.flipped {
    transform: rotateY( 180deg );
}
*/

.front, .back {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    right: 0px;
}

.front {
    background: #ED1C24;
}

.back {
    background: rgba(211,211,211,0.9);
}

.card {
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0px;
    cursor: pointer;
    right: 0px;
}

.news-grid-image-parent {
    overflow: hidden;
}

.news-grid-image-child {
    width: 100%;
    height: 100%;
    background-color: #eee; /* fallback color */
    background-image: url("images/city.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    position: absolute;
    transition: all .5s;
}

    .news-grid-image-child::before {
        content: "";
        display: none;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(52, 73, 94, 0.75);
    }

.bitemhover:hover .news-grid-image-child,
.bitemhover:focus .news-grid-image-child {
    transform: scale(1.1);
}

.news-grid-item {
    display: table;
    margin: 20px 0px;
    transition: all .5s;
}

.news-text {
    background: #58595B;
    width: 100%;
}

.col-sm-7.news-text {
    width: 70%;
}

.news-grid-item .col-sm-7, .news-grid-item .col-sm-5 {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.news-grid-item .news-cell {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

    .news-grid-item .news-cell .news-grid-image-parent {
        height: 250px;
    }

.bg1 h3 {
    font-size: 28px;
    margin-bottom: 20px;
}

.bg1 p {
    font-size: 16px;
    margin-bottom: 20px;
}

.itemshow {
    visibility: hidden;
}

.training-type h1, .training-type h2 {
    text-align: center;
}

.training-type {
    border-color: #F40030;
    border-width: 3px;
    border-style: solid;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 15px;
}

.training-info-container {
    border-color: #F40030;
    border-width: 3px;
    border-style: solid;
    padding: 15px;
    margin-bottom: 10px;
    width: auto;
    margin-left: 25px;
    margin-right: 25px;
}


div.form-group.row * {
    margin-bottom: 20px;
}


.inherit-height-row {
    display: table;
    border-spacing: 10px;
    border-collapse: separate;
}

.inherit-height-col {
    float: none;
    display: table-cell;
    vertical-align: top;
}

label.variant-select {
    position: relative;
    cursor: pointer;
}

label [type="checkbox"].variant-select {
    display: none;
}

[type="checkbox"] + span.variant-select {
    display: inline-block;
    padding: 1em;
}

:checked + span.variant-select {
    background: #F40030;
    display: inline-block;
}

#viewDates {
    padding: 10px 25px 10px 25px;
    color: white;
}

.div-center {
    text-align: center;
    margin-bottom: 5px;
}

.modalBackground {
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.modalPopup {
    background-color: #000000;
    width: 300px;
    border: 3px solid #F40030;
    border-radius: 12px;
    padding: 0
}

    .modalPopup .header {
        background-color: #2FBDF1;
        height: 30px;
        color: White;
        line-height: 30px;
        text-align: center;
        font-weight: bold;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

    .modalPopup .body {
        min-height: 50px;
        line-height: 30px;
        text-align: center;
        font-weight: bold;
    }

    .modalPopup .footer {
        padding: 6px;
    }

    .modalPopup .yes, .modalPopup .no {
        height: 23px;
        color: White;
        line-height: 23px;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
        border-radius: 4px;
    }

    .modalPopup .yes {
        background-color: #2FBDF1;
        border: 1px solid #0DA9D0;
    }

    .modalPopup .no {
        background-color: #9F9F9F;
        border: 1px solid #5C5C5C;
    }

.training-logo {
    position: relative;
    display: block;
    height: 200px;
    width: 100%;
    margin: 10px;
}

.training-logo-content {
    top: 50%;
    height: 50%;
    width: 70%;
    margin-top: 8%;
    text-align: center;
}


.helper-icon {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 999;
    display: none;
}

.helper-i {
    cursor: pointer;
    position: relative;
    transition: transform 1.5s;
    background: #ED1C24 !important;
    display: block;
    width: 60px; /* height: 60px; */
    text-align: center;
    padding: 10px;
    border-radius: 60px;
    line-height: 60px; /* font-size: 39px; */
    font-size: 40px;
    padding: 10px;
}

    .helper-i::after {
        content: '';
        position: absolute;
        /* left: 29%; */
        /* top: 100%; */
        top: 55px;
        left: 20px;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 11px solid #ED1C24;
        clear: both;
    }

.helper-icon:hover .helper-i {
    background: #c41119 !important;
}

    .helper-icon:hover .helper-i::after {
        border-top: 11px solid #c41119 !important;
    }

.helper-message, .helper-popup {
    display: none;
}

.helper-active {
}

.helper-icon.helper-active .helper-i {
    transform: rotate(180deg);
}

    .helper-icon.helper-active .helper-i .fa {
        transition: transform 1s;
        transform: rotate(-180deg);
    }


.helper-popup {
    display: block;
    position: absolute;
    bottom: 75px;
    width: 200px;
    right: 0px;
    text-align: center;
    background: #c41119;
    padding: 12px;
    border-radius: 10px;
    font-size: 11px;
    letter-spacing: 1px;
    cursor: pointer;
    text-transform: uppercase;
    left: -250px;
    opacity: 0;
}

.helper-icon.helper-active .helper-popup {
    /*right:0px;*/
}

.machine-selection-switch .dft-button {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#custom-handle {
    width: 3em;
    height: 1.6em;
    top: 50%;
    margin-top: -.8em;
    text-align: center;
    line-height: 1.6em;
    background: #F40030;
    color: #FFFFFF;
    border-color: #000000;
}

.cat-hover {
    background-color: #F40030;
}

.cat-right {
    color: white;
}

.suggest-button input {
    padding: 10px 25px 10px 25px;
    color: #ffffff;
    background: rgb(237,28,36);
    -webkit-appearance: button;
    cursor: pointer;
    border-radius: 0;
    border: none;
    font-family: inherit;
    font-size: 14px;
    line-height: inherit;
    margin: 0;
    box-sizing: border-box;
}

    .suggest-button input:hover {
        background-color: #c41119
    }

.bottomBorder td {
    border-color: transparent;
    border-style: solid;
    border-top-width: 10px;
    border-bottom-width: 10px;
}

.ui-slider a {
    text-decoration: none;
    font-family: 'Source Sans Pro', sans-serif;
    color: #F40030;
    outline: none;
}

.ui-slider-handle {
    background: none !important;
    background-color: #F40030 !important;
}


a.full-link {
    position: absolute;
    left: 15px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

/* CUSTOM GRID FOR MACHINE HIRE PAGE 12 GRID TO LARGE */

.mh-l {
    width: 230px;
    float: left;
    padding: 0px 15px;
}

.mh-r {
    width: 230px;
    float: right;
    padding: 0px 15px;
}

.mh-m {
    position: relative;
    float: left;
    padding: 0px 15px;
    width: calc(100% - 460px);
}

.mh-lg {
    position: relative;
    float: left;
    padding: 0px 15px;
    width: calc(100% - 230px);
}

.mh-group {
    float: left;
    width: 100%;
}

    .mh-group:after {
        content: "";
        display: table;
        clear: both;
    }

.col-g6 {
    width: 16.6666%;
    float: left;
    padding: 0 15px;
    margin: 0px;
}

.col-g5 {
    width: 20%;
    float: left;
    padding: 0px 15px;
    margin: 0px;
}

.col-g5.g5-center {
    float: none;
    display: inline-block;
}

    .col-g5.gta-grid-box {
        padding: 0px 15px;
    }

    .col-g5 img {
        max-width: 100%;
        width: 100%;
    }

    .col-g5 .BorderCorner_wrap.type2 .border-accessories img {
        width: auto;
        padding: 5px 15px;
        padding: 0px;
        height: auto;
        /*margin: 20px auto;*/
        max-height: 150px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
    }


.border-accessories img {
}


.BorderCorner.b-dark::before, .BorderCorner.b-dark::after {
    background: #181A1F;
}

.complete-block .BorderCorner.b-dark::before, .complete-block .BorderCorner.b-dark::after {
    background: #232325;
}


.BorderCorner.b-blue::before, .BorderCorner.b-blue::after {
    background: #506E84;
}

.BorderCorner.b-ipafyellow::before, .BorderCorner.b-ipafyellow::after {
    background: #FCEE21;
}



.BorderCorner_wrap.type2 img {
    margin: 0px auto;
    padding: 0px;
}

.type2 .BorderCorner {
    padding: 0px;
    margin: 0px;
    border-width: 2px;
}

.advantage-boxs a .type2:hover .BorderCorner, .advantage-boxs .type2:hover .BorderCorner, .home-platforms .type2:hover .BorderCorner {
    border-color: rgb(237,28,36);
}

section.dft-bk-red .advantage-boxs a .type2:hover .BorderCorner, section.dft-bk-red .advantage-boxs .type2:hover .BorderCorner {
    border-color: #ffffff;
}

.type2 .BorderCorner p {
    left: 0;
    right: 0px;
    bottom: 0px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    /*font-family: 'Raleway', sans-serif;*/
}

.BorderCorner.b-ipafyellow p {
    color: #000000;
}

.type2 .BorderCorner p.ggt-p2 {
    font-weight: 400;
    text-transform: none;
    margin-left: 10px;
    margin-right: 10px;
}

.BorderCorner .no-image {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    z-index: 5;
    max-width: 100%;
    padding: 5px;
    min-height: 200px;
}


    .BorderCorner .no-image p {
        position: relative;
        margin: 15px 0px;
        font-size: 20px;
    }

        .BorderCorner .no-image p.small {
            text-transform: none;
            font-size: 16px;
            font-weight: normal;
        }


        .BorderCorner .no-image p.extrasmall {
            text-transform: none;
            font-size: 14px;
            margin: -10px 5px 10px 5px;
            font-weight: normal;
        }

.advantage-boxs a {
    text-decoration: none;
}

.advantage-boxs .gta-grid-box span {
    z-index: 5;
    background: rgba(0,0,0,0.4);
}

.border-switch {
    cursor: pointer;
}

    .border-switch.active .BorderCorner {
        border-color: rgb(237,28,36);
    }

        .border-switch.active .BorderCorner p.f-lg-num {
            color: rgb(237,28,36);
        }

.b-switch {
    display: none;
    padding-top: 20px;
    float: left;
}

    .b-switch.active {
        display: block;
    }

.type2 .BorderCorner p.f-lg-num {
    font-size: 110px;
    line-height: 110px !important;
    line-height: 36px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    margin: 10px 0px;
}

p.f-md {
    font-size: 21px;
    line-height: 24px;
    font-weight: 700;
}

p.f-lg {
    font-size: 30px !important;
    line-height: 36px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    margin: 10px 0px;
}


.fixed-background {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.training-overlay {
    background: rgba(24,26,31,0.8);
    margin: 60px 0px;
    float: left;
    width: 100%;
    border-radius: 10px;
    padding: 10px;
}

    .training-overlay h2 {
        line-height: 43px;
        font-size: 36px;
        font-family: source-sans-pro, sans-serif;
        font-weight: 700;
        text-transform: uppercase;
    }

.training-info-icon {
    float: left;
    width: 50px;
    text-align: center;
    margin-right: 15px;
}

.training-info-text {
    float: left;
    width: 80%;
    width: calc(100% - 70px);
}

    .training-info-text h4 {
        margin-top: 0px;
        font-weight: 700;
        font-size: 21px;
        margin-bottom: 5px;
        color: #FCEE21;
    }

    .training-info-text p, .training-info-text li {
        font-weight: 400;
        font-size: 14px;
    }

    .training-info-text ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        .training-info-text ul li {
            background: url('../img/training-bullet.jpg') no-repeat left top;
            padding-left: 30px;
            padding-top: 0px;
            margin-bottom: 10px;
            min-height: 30px;
        }

.training-info-icon p {
    margin-top: 5px;
    font-size: 21px;
    font-weight: bold;
}

    .training-info-icon p small {
        font-size: 14px;
        font-weight: normal;
    }

.training-info-text a.dft-button.t2.t2small {
    text-align: center;
    display: inline-block;
    float: left;
    margin-bottom: 20px;
}


.training-booking-main div.dft-button, #pnlDelegates div.dft-button {
    padding: 10px 30px;
    text-decoration: none !important;
    color: #fff;
    display: inline-block;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    cursor: pointer;
}

    .training-booking-main div.dft-button.t2, #pnlDelegates div.dft-button.t2 {
        border: 1px solid #ffffff;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 1px;
        font-size: 14px;
    }

/*
.training-booking-main .dft-button {
    background-color: #7F7F7F;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: block;
    font: 700 11px/normal 'Open Sans', sans-serif;
    overflow: hidden;
    cursor: pointer;
}
    */

.styled-select {
    background: url(../img/selectArrow.png) no-repeat 96% 0;
    background-color: #36393D;
    height: 29px;
    overflow: hidden;
    width: 240px;
}

    .styled-select select {
        background: transparent;
        border: none;
        font-size: 14px;
        height: 29px;
        padding: 5px; /* If you add too much padding here, the options won't show in IE */
        width: 268px;
    }

    .styled-select option {
        background-color: #36393D;
        width: 240px;
    }

#showdiscount {
    display: none;
}

#pnlCodeMessage {
    display: block;
    text-align: left;
    clear: both;
    color: #ED1C24;
}


    #pnlCodeMessage.success {
        color: #75ce70;
    }

#btnViewAvailability, #btnRequestAvailability, .btnSendReqest {
    /*
    border: 0px;
    background: #3e8448;
        */
    padding: 10px 10px;
    display: BLOCK;
    text-align: center;
    margin-top: 10px;
}

    #btnViewAvailability .fa, #btnRequestAvailability .fa, .btnSendReqest .fa {
        line-height: 20px;
        color: #fff;
    }

.training-booking-main .dft-button:hover, #pnlDelegates .dft-button:hover {
    border-color: #ED1C24;
    background-color: #ED1C24;
}

.training-booking-main .dft-button i, #pnlDelegates .dft-button i {
    color: #ED1C24;
}

.training-booking-main .dft-button:hover i, #pnlDelegates .dft-button:hover i {
    color: white;
}

.courses-3 [class*="col-sm"] {
    padding: 0px 30px;
}

.courses-3 .col-sm-4 {
    padding-top: 20px;
}

    .courses-3 .col-sm-4:nth-child(3) {
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
    }

.courses-2 [class*="col-sm"] {
    padding: 0px 15px;
}

.ipaf-yellow .courses-3 .col-sm-4:nth-child(3) {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

.large-4-corners {
    padding: 40px 40px 40px 40px;
    float: left;
    width: 100%;
    position: relative;
    text-align: left;
}

    .large-4-corners h4 {
        font-size: 60px;
        font-weight: 900;
        max-width: 750px;
    }


    .large-4-corners p {
        font-size: 30px;
        font-weight: 700;
        margin-top: 40px;
        max-width: 750px;
    }

    .large-4-corners .dft-button.t2 {
        float: right;
        font-size: 24px;
        margin-top: -50px;
        margin-right: 20px;
    }


.a-tl, .a-tr, .a-bl, .a-br {
    position: absolute;
}

.a-tl {
    top: 0;
    left: 0;
}

.a-tr {
    top: 0;
    right: 0;
}

.a-bl {
    bottom: 0;
    left: 0;
}

.a-br {
    right: 0;
    bottom: 0;
}

.training-map-overlay {
    position: absolute;
    z-index: 1;
    background: #fff;
    width: 400px;
    margin-top: 160px;
    padding: 20px;
    color: #000000;
    text-align: center;
}

    .training-map-overlay p {
        font-size: 17px;
        font-weight: 400;
    }

    .training-map-overlay span {
        font-size: 26px;
        font-weight: 900;
    }

.training-map-b-overlay {
    background-color: rgba(24,26,31,0.8);
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
}

    .training-map-b-overlay span {
        display: inline-block;
        padding: 5px 10px;
        margin: 0px 40px;
    }

        .training-map-b-overlay span p {
            font-size: 68px;
            font-weight: 700;
            margin-bottom: 0px;
        }

        .training-map-b-overlay span small {
            font-size: 22px;
            font-weight: 400;
            text-transform: uppercase;
            display: block;
            margin: 0 auto;
            margin-bottom: 10px;
        }

.training-booking-right {
    position: relative;
    border: 1px solid #36393D;
    border-radius: 5px;
    padding: 0px;
    background-color: #20232A;
    padding: 10px 30px;
}

.col-sm-5.training-booking-right {
    padding: 0px;
}

a.book-now-button {
    padding: 20px 30px;
    display: block;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    a.book-now-button p {
        margin: 0px;
    }

.book-now-left p {
    color: #ffffff;
}

a.book-now-button:hover {
    background: #ED1C24;
    cursor: pointer;
}

.book-now-padding {
    padding: 10px 30px;
}

    .book-now-padding h3 {
        text-align: center;
        color: #ED1C24;
        margin-bottom: 20px;
    }

    .book-now-padding p {
        font-size: 14px;
    }

.col-sm-7.training-booking-left {
    padding-right: 30px;
}

.training-booking-left iframe {
    max-width: 100%;
}

.training-booking-left h4 {
    color: #FCEE21;
}

.training-booking-main, #pnlDelegates {
    padding: 60px 0px;
}

    .training-booking-main h4, #reservedModal h4, #pnlDelegates h4 {
        color: #FCEE21;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 18px;
    }

        .training-booking-main h4 small, #pnlDelegates h4 small {
            color: #FCEE21;
            text-transform: none;
            font-weight: 400;
            font-size: 14px;
        }

.booking-ipaf-cats {
}

.ipaf-cat-input {
    background: #181A1F;
    border-color: #787878;
    border-radius: 5px;
    margin: 10px 0px;
    display: block;
    position: relative;
}

    .ipaf-cat-input input[type=checkbox] {
        display: none;
    }

        .ipaf-cat-input input[type=checkbox] + label {
            display: inline-block;
            padding: 0 0 0 0px;
            background: url('../img/niftyliftsd120-1.png') no-repeat;
            height: 140px;
            width: 100%;
            background-size: contain;
            border-radius: 5px;
            cursor: pointer;
            -ms-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -webkit-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

            .ipaf-cat-input input[type=checkbox] + label p {
                display: none;
                font-size: 40px;
                text-align: center;
                position: absolute;
                left: 2px;
                right: 2px;
                top: 50%;
                margin-top: -30px;
                line-height: 30px;
            }


                .ipaf-cat-input input[type=checkbox] + label p small {
                    display: block;
                    font-size: 20px;
                    text-align: center;
                }

@media (hover: hover) {
    .ipaf-cat-input input[type=checkbox] + label:hover p {
        display: block;
    }
}

@media (hover: none) {
    .ipaf-cat-input input[type=checkbox] + label p {
        display: block;
    }
}

.ipaf-cat-input input[type=checkbox]:checked + label p {
    display: block;
}










.ipaf-cat-input input[type=checkbox]:checked + label::after {
    content: '';
    background: linear-gradient( rgba(255, 0, 0, 0.3), rgba(255, 0, 0, 0.3) );
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px;
}






.training-booking-main .checkbox label {
    text-transform: uppercase;
    line-height: 16px;
}

.dark-gradient-overlay {
    background: -webkit-gradient(linear, left center, right center, color-stop(40%, rgba(0,0,0,0.8)),to(rgba(0,0,0,0)));
    background: -webkit-linear-gradient(left,rgba(0,0,0,0.8) 40%,rgba(0,0,0,0) );
    background: linear-gradient(to right,rgba(0,0,0,0.8) 40%,rgba(0,0,0,0) );
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}


.industries-box {
    padding: 0px;
    position: relative;
    margin: 15px auto;
    cursor: pointer;
}

    .industries-box div {
        background-size: cover;
        background-position: center center;
        height: 203px;
        background-repeat: no-repeat;
    }

    .industries-box:hover div {
        -moz-box-shadow: 2px 2px 9px -2px #000;
        -webkit-box-shadow: 2px 2px 9px -2px #000;
        box-shadow: 2px 2px 9px -2px #000;
    }

    .industries-box p {
        color: #fff;
        position: relative;
        margin: 0px;
    }

    .industries-box span.industries-text {
        position: absolute;
        bottom: 0px;
        left: 0;
        right: 0;
        background: #000;
        background: rgba(0,0,0,0.7);
        padding: 10px;
        text-align: left;
    }

    .industries-box span p.ggt-p1 {
        color: #FFFFFF;
        font-size: 36px;
        font-family: roboto, sans-serif;
        font-weight: 700;
        margin: 0;
        padding: 0;
        text-transform: uppercase;
    }

    .industries-box:hover span .ggt-p2 {
        max-height: 150px;
        margin-bottom: 10px;
    }

.checkbox span input[type="checkbox"]:disabled + span label::before, .aqRadioButton span input[type="radio"]:disabled + label::before {
    background-color: red;
    cursor: not-allowed;
}

.checkbox input[type="checkbox"]:disabled label::before {
    opacity: 1;
    position: absolute;
    color: red;
    margin-left: 0px;
}

.industries-box span.abutton.dft-button {
    padding: 10px 30px;
    text-decoration: none !important;
    color: #fff;
    display: inline-block;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    cursor: pointer;
}

    .industries-box span.abutton.dft-button.t2 {
        border: 1px solid #ffffff;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 1px;
        font-size: 14px;
    }

        .industries-box span.abutton.dft-button.t2.t2small {
            border: 1px solid #ffffff;
            text-transform: uppercase;
            font-weight: 400;
            letter-spacing: 1px;
            font-size: 14px;
            padding: 5px 10px;
            display: block;
            margin: 10px 0px;
            display: inline-block;
            margin: 10px auto 0px auto;
        }

            .industries-box span.abutton.dft-button.t2.t2small:hover {
                background-color: #ED1C24;
                color: #fff;
            }


.industries-box.height1 div {
    height: 580px;
}

.industries-box.height2 div {
    height: 280px;
}

.industries-box.height3 div {
    height: 260px;
}

.industries-box.height4 div {
    height: 200px;
}

.col-md-6 .industries-box.height2 .ggt-p1 {
    font-size: 24px;
}


.col-md-4 .industries-box.height2 .ggt-p1 {
    font-size: 24px;
}

.col-md-3 .industries-box.height3 .ggt-p1 {
    font-size: 17px;
}

.col-sm-6 .industries-box.height3 .ggt-p1 {
    font-size: 17px;
}

.col-g5 .industries-box.height4 .ggt-p1 {
    font-size: 14px;
}

.end-icon:hover {
    cursor: pointer;
}

.invalid-display {
    display: none;
}

.ipaf-img-left {
    width: 230px;
    float: left;
    text-align: left;
}

.ipaf-right {
    position: relative;
    margin-left: 40px;
    float: left;
    width: calc(100% - 270px);
}

.ipaf-img-left img {
}

.ipaf-img-left small {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 80%;
    display: block;
    color: #000;
    margin-left: 15px;
}

.ipaf-img-left a {
    margin-left: 15px;
}

.industry-right {
    padding: 20px;
    float: right;
}

    .industry-right h4 {
        font-size: 36px;
        text-align: center;
        text-transform: none;
        line-height: 43px;
        color: #506E84;
        font-family: roboto, sans-serif;
        font-weight: 900;
        margin-bottom: 20px;
    }

.industry-machines {
    float: left;
    padding: 20px;
    position: relative;
    margin-top: 10px;
    border-radius: 5px;
    cursor: pointer;
}

    .industry-machines:hover {
        background: rgb(237,28,36);
    }

    .industry-machines img {
        float: left;
        width: 100px;
        position: absolute;
        left: 10px;
    }

    .industry-machines p {
        font-size: 29px;
        line-height: 43px;
        text-transform: uppercase;
        text-align: left;
        color: #FFFFFF;
        font-family: source-sans-pro, sans-serif;
        font-weight: 400;
        float: left;
        margin-left: 120px;
        margin-right: 10px;
        margin-bottom: 0px;
    }

.industyheader h1 {
    font-size: 3.5em;
    font-weight: 800;
    margin: 30px 0px;
}

.industry-main-section p {
    font-size: 14px;
    text-align: left;
}




.dark-back-c2 .BorderCorner.b-dark::before, .dark-back-c2 .BorderCorner.b-dark::after {
    background: #20232A;
}

.center-text {
    text-align: center;
    height: 250px;
}

.home-platforms .center-text img {
    margin: 0 auto;
    max-height: 170px;
    padding: 0px 10px;
    width: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
}

.home-platforms .center-text p {
    font-size: 17px;
    font-weight: 200;
    position: absolute;
}

.home-platforms {
    float: left;
    width: 100%;
}

    .home-platforms .BorderCorner_wrap.type2 {
        margin-bottom: 40px;
    }


a.home-advisor-link {
    color: #fff;
}

.home-advisor-link .dark-back-c2 {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border: 1px solid #222;
}

a.home-advisor-link:hover .dark-back-c2 {
    background: #ED1C24;
}

.home-advisor-link h4 {
    font-size: 2.5em;
    margin: 5px auto;
    font-weight: 300;
}


.footer-loctations {
    display: block;
    text-align: center;
    float: left;
    width: 100%;
    padding: 20px 0px;
}

    .footer-loctations a p, .footer-loctations a span, .footer-loctations a p small {
        color: #fff;
        font-family: source-sans-pro, sans-serif;
    }

    .footer-loctations .col-md-2 {
        padding: 10px 0px;
        min-height: 190px;
    }

    .footer-loctations a:hover .col-md-2 {
        background: #181A1F;
    }


    .footer-loctations a p, .footer-loctations a p small {
        font-size: 12px;
        line-height: 14px;
        font-family: source-sans-pro, sans-serif;
    }

    .footer-loctations span {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 20px;
        display: block;
        font-weight: 600;
        text-transform: uppercase;
    }

    .footer-loctations a p, .footer-loctations a span {
        color: #fff;
    }

.news-letter {
    margin-top: 0px;
    background: #ffffff;
    text-align: center;
}

    .news-letter p {
        display: inline-block;
        font-size: 24px;
        color: rgb(237,28,36);
        margin: 0px 10px;
    }

    .news-letter input {
        border: 1px solid;
        padding: 8px 12px;
        min-width: 300px;
        width: auto;
        border-radius: 0px;
        background: #fff;
        font-size: 16px;
        margin: 0px;
    }

    .news-letter .dft-button {
        background: #009245;
        padding: 9px 30px;
    }

.footer-logos {
    margin-top: 0px;
    padding: 30px 0px;
}

.footer-links {
    margin-top: 0px;
    padding: 30px 0px;
    border-top: 1px solid #747578;
    border-bottom: 1px solid #747578;
}

.link-box {
    width: 14.2857%;
    float: left;
    padding: 10px 10px;
}

    .link-box ul {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }

    .link-box a, .link-box li {
        font-size: 12px;
        line-height: 17px;
        color: #fff;
    }

    .link-box span {
        color: #839097;
        font-size: 17px;
        font-weight: 600;
    }

.link-header {
    position: relative;
    cursor: pointer;
}

    .link-header .fa {
        position: absolute;
        top: 5px;
        right: 15px;
        display: none;
    }

.link-box:first-child {
}

.link-box:last-child {
    padding-left: -20px;
    padding-right: 0px;
}

.footer-connect {
    margin-top: 0px;
}

.connect-gta img {
    max-width: 50%;
}

.connect-logos img {
    max-width: 100%;
}

.connect-logos a img {
    width: 40px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.footer-bottom {
    background: #000;
    margin: 0px;
    padding: 0px;
    padding: 20px 0px;
}

    .footer-bottom a, .footer-bottom span {
        font-size: 14px;
    }

    .footer-bottom a {
        margin: 0px 5px;
    }

    .footer-bottom span {
        float: right;
    }


.modal-content {
    background-color: #20232A;
    opacity: 0.97;
}

    .modal-content .btn-success:hover, .btn-danger:hover {
        cursor: pointer;
    }

    .modal-content .btn-success, .btn-danger {
        padding: 15px 32px;
        margin: 2px;
        display: inline-block;
        float: right;
        text-transform: uppercase;
    }

.sug-col {
    font-size: 14px;
    text-transform: uppercase;
    padding: 6px;
    background-color: #36393D;
}

.sug-col-date {
    text-transform: none;
}



.sug-col-book {
    background-color: #7F7F7F;
    font-size: 14px;
}

    .sug-col-book:hover {
        background-color: #ED1C24;
        cursor: pointer;
    }



.sug-row {
    padding-left: 15px;
    padding-right: 15px;
}

.toggle-bar {
    background-color: #181A1F;
    border-style: solid;
    border-color: #292a2f;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    margin-top: 5px;
}

.toggle-bar-child {
    margin-top: -25px;
}

#back-course-selection, #back-course-summary, #back-course-availability {
    cursor: pointer;
    border: 0px;
    text-align: left;
    padding-left: 0px;
}

    #back-course-selection:hover, #back-course-summary:hover, #back-course-availability:hover {
        background: none;
    }

#course-selection, #payment-panel, #pnlBookingDetails, #course-availability {
    border: solid;
    border-width: 2px;
    border-color: #292a2f;
    margin-bottom: 5px;
    padding: 10px;
}

#toggle-course-selection:hover {
    cursor: pointer;
}

.cost-line {
    border-bottom: solid;
    border-top: solid;
    border-width: 2px;
    border-color: #181A1F;
}

    .cost-line h4 {
        display: inline-block;
    }

select.searchProductBar {
    font-size: 16px;
    padding: 0px;
    width: auto;
    margin: 0px;
    border-radius: 2px;
    border-color: #555;
    color: #fff;
}

fieldset {
    max-width: 140px;
}

.switch-holo > span span, .switch-holo label {
    font-size: 12px;
    text-transform: none;
    font-family: 'Raleway', sans-serif;
    cursor: pointer;
}

.training-booking-main .btn-choose {
    border-width: 2px;
    border-color: #7F7F7F;
    border-style: solid;
}

    .training-booking-main .btn-choose.selected {
        background-color: #ED1C24;
        border-width: 2px;
        border-color: #7F7F7F;
        border-style: solid;
    }

        .training-booking-main .btn-choose.selected:hover {
            background-color: #ED1C24;
            border-width: 2px;
            border-color: #7F7F7F;
            border-style: solid;
        }



.brand-slider {
    height: 125px;
    position: relative;
}

    .brand-slider img {
        max-width: 300px;
        width: auto !important;
        max-height: 50px;
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.location-width {
    float: right;
    width: 420px;
}

.location-openingtimes p {
    text-transform: uppercase;
    margin-bottom: 2px;
    font-size: 14px;
}

.location-openingtimes table {
    width: 100%;
}


    .location-openingtimes table tr {
        background-color: #181A1F;
        border-top: 1px solid;
        border-bottom: 1px solid;
        border-color: #36393D;
    }

    .location-openingtimes table td {
        padding: 2px 5px;
        font-size: 14px;
    }

    .location-openingtimes table tr td:first-child {
        color: #7F7F7F;
    }

    .location-openingtimes table tr td:last-child {
        text-align: right;
    }

    .location-openingtimes table tr.space {
        border: 0px;
        height: 7px;
        background: none;
    }

.national-coverage {
    background: #ffffff;
}

    .national-coverage p, .national-coverage h3, .national-coverage h4, .national-coverage h5 {
        color: #000000;
    }

    .national-coverage h3 {
        margin-bottom: 0px;
    }

    .national-coverage p.plarge {
        font-size: 24px;
        margin-bottom: 20px;
        line-height: normal;
    }

    .national-coverage h4 {
        margin-bottom: 0px;
        font-size: 24px;
        font-weight: 800;
        margin-top: 40px;
    }

    .national-coverage p {
        font-size: 16px;
        line-height: 19px;
    }

    .national-coverage .plarge2 {
        line-height: normal;
        font-size: 20px;
        font-weight: 700;
    }


.gt-number-cont {
    background-color: #181A1F;
    width: 203px;
    height: 203px;
    margin: 10px auto;
    padding: 40px 5px;
    border-radius: 180px;
    cursor: pointer;
    -webkit-transition: background-color 0.5s ease-in-out;
    -moz-transition: background-color 0.5s ease-in-out;
    -o-transition: background-color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out;
}

    .gt-number-cont span {
        color: #36393D;
        font-size: 22px;
        text-align: center;
        line-height: 29px;
        font-family: roboto, sans-serif;
        font-weight: 700;
    }

    .gt-number-cont p {
        color: #FFFFFF;
        font-size: 54px;
        text-align: center;
        line-height: 60px;
        font-family: roboto, sans-serif;
        font-weight: 900;
        margin: 0px;
    }

        .gt-number-cont p em {
            color: #FFFFFF;
            font-size: 14px;
            text-align: center;
            line-height: normal;
            font-family: roboto, sans-serif;
            font-weight: 400;
            line-height: 14px;
            max-width: 130px;
            display: block;
            margin: 0 auto;
            font-size: 12px;
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
            opacity: 0;
        }

        .gt-number-cont p em {
            color: #FFFFFF;
            font-size: 14px;
            text-align: center;
            line-height: normal;
            font-family: roboto, sans-serif;
            font-weight: 400;
            line-height: 14px;
            max-width: 130px;
            display: block;
            margin: 0 auto;
            font-size: 12px;
            font-style: normal;
        }

    .gt-number-cont:hover {
        border: 4px solid #ffffff;
        padding: 36px 5px;
        background-color: rgb(237,28,36)
    }

        .gt-number-cont:hover span {
            color: #ffffff;
        }

        .gt-number-cont:hover p em {
            opacity: 1;
        }

.long-tab-section {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0px;
    background-position: center center;
    position: relative;
}

    .long-tab-section h3 {
        font-size: 3.5em;
        font-weight: 800;
        margin: 30px 0px;
    }


.long-tab {
    font-size: 18px;
    font-family: roboto, sans-serif;
    font-weight: 700;
    font-style: normal;
    cursor: pointer;
    text-align: center;
}

    .long-tab:hover span {
        color: #ffffff;
    }

    .long-tab.active {
        border-bottom: 1px solid;
    }

.long-tab-section.greentab .long-tab {
    border-color: #00FF00;
}


.long-tab-section .b-tab {
    float: left;
    width: 100%;
    padding-top: 20px;
    display: none;
}

    .long-tab-section .b-tab h4 {
        font-size: 2.2em;
        margin: 30px 0px;
        font-weight: 700;
    }

    .long-tab-section .b-tab p {
        font-size: 16px;
    }

        .long-tab-section .b-tab p strong {
            font-size: 18px;
        }


    .long-tab-section .b-tab.active {
        display: block;
    }




.long-tab img {
    display: block;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid;
    margin-bottom: 15px;
    border-radius: 200px;
    border-color: #ED1C24;
    height: 136px;
}


.long-tab.red-tab.active {
    border-color: #ED1C24;
}

.machine-view-container-search {
    position: relative;
    margin-bottom: 5px;
    cursor: pointer;
    min-height: 160px;
    height: 160px;
    text-align: center;
    padding: 0px;
    border: 1px solid #36393D;
    border-radius: 5px;
    background-color: #20232A;
}

    .machine-view-container-search img {
        max-width: 100%;
        max-height: 100px;
        bottom: 20px;
        left: 0px;
        right: 0px;
        margin-left: auto;
        position: absolute;
        top: 20px;
        margin-top: auto;
        margin-bottom: auto;
        bottom: 0;
        vertical-align: middle;
        margin-right: auto;
    }

    .machine-view-container-search p {
        margin: 10px;
        font-size: 18px;
        font-weight: 100;
        color: #fff;
    }

.support-location-image {
    background: #fff;
    border-radius: 5px;
    height: 110px;
    margin-top: 20px;
    background-size: contain;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 5px;
}

.enviromental-sustain-image {
    max-width: 200px;
    padding: 10px;
    border: 1px solid;
    border-radius: 5px;
    margin: 0 auto;
    background-color: #B9BABB;
    background-color: rgba(24,26,31,0.3);
}

    .enviromental-sustain-image img {
        width: 60px;
    }

    .enviromental-sustain-image p {
        font-size: 18px;
        line-height: 20px;
        text-transform: uppercase;
        text-align: center;
        color: #FFFFFF;
        font-family: source-sans-pro, sans-serif;
        font-weight: 700;
        margin-top: 10px;
    }

.staff-box {
    background-size: cover;
    height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 5px;
}


.staff-box-text {
    display: block;
    margin-bottom: 10px;
    min-height: 80px;
}

.staff-box:hover .staff-overlay {
    opacity: 1;
    display: block;
}

.staff-overlay {
    background-color: rgba(24,26,31,0.8);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    padding: 20px;
    opacity: 0;
    display: none;
}

    .staff-overlay p {
        font-family: source-sans-pro, sans-serif;
        font-weight: 300;
        font-size: 14px;
        margin: 0px;
    }

        .staff-overlay p strong {
            font-size: 16px;
        }

    .staff-overlay img {
        width: auto;
        display: block;
        margin: 5px auto;
    }

.team-info-box {
    padding: 0px 30px;
}

    .team-info-box h4 {
        font-weight: 900;
    }

    .team-info-box p, .team-info-box li {
        font-weight: 400;
        font-size: 16px;
    }

    .team-info-box ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }


    .team-info-box a.dft-button.t2.t2small {
        text-align: center;
        display: inline-block;
        margin-bottom: 20px;
        margin: 20px auto;
    }

.max-100 {
    max-width: 100%;
}

.nomarg {
    margin: 0px;
}


.awards-cont .center-large h5 {
    font-size: 3.5em;
    font-weight: 800;
    margin: 30px 0px;
}

.light-border-cont {
    position: relative;
    cursor: pointer;
    text-align: center;
    height: 100%;
    padding: 30px 10px 20px 10px;
    border: 1px solid #36393D;
    border-radius: 5px;
    background-color: #20232A;
    overflow: auto;
}

    .light-border-cont span {
        font-size: 24px;
        text-align: center;
        line-height: 29px;
        font-family: roboto, sans-serif;
        font-weight: 900;
        margin-top: 10px;
    }

    .light-border-cont p {
        margin-top: 10px;
        font-size: 14px;
    }

.light-border-img {
    position: relative;
    height: 120px;
}

.light-border-cont img {
    max-width: 100%;
    max-height: 90px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.thin-container {
    width: 96%;
    max-width: 600px;
    margin: 0 auto;
}


    .thin-container h6 {
        font-size: 30px;
        margin: 30px;
    }

.form-light input, .form-light textarea {
    background-color: transparent;
}


    .form-light input::placeholder, .form-light textarea::placeholder {
        color: #fff;
    }


.contactback-norm {
    background-image: url('../img/register-background.jpg');
    background-size: cover;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    vertical-align: middle;
    padding: 0px 0px 5% 0px;
    overflow: hidden;
    /*max-height: 600px;*/
    min-height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 180px;
}


.contactback {
    background-image: url('../img/contact_background.jpg');
    background-size: cover;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    vertical-align: middle;
    padding: 0px 0px 5% 0px;
    overflow: hidden;
    /*max-height: 600px;*/
    min-height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 180px;
}

.contactoverlay {
    width: 100%;
    background: #eee;
    margin-bottom: 20px;
    box-shadow: 1px 1px 6px -3px #000;
    overflow: auto;
    background-color: rgba(24,26,31,0.8);
    padding-top: 30px;
    padding-bottom: 30px;
    float: left;
}



.contactback ul, .contactback li, .contactback a {
    display: inline-block;
}


/* appearance styling */

.contactback ul {
    /* hacks to make one side slant only */
    overflow: hidden;
    width: 100%;
    padding: 0px;
    margin-bottom: 0px;
}


    .contactback ul > li {
        width: 24.7%;
        background-color: black;
        transform: skewX(-20deg);
        -ms-transform: skewX(-20deg);
        -webkit-transform: skewX(-20deg);
        height: 38px;
        padding-top: 8px;
        padding-left: 15px;
        opacity: 0.8;
    }



.contactback li:nth-child(1):before {
    content: "";
    position: absolute;
    width: 13px;
    height: 100%;
    background: black;
    -webkit-transform: skewX(20deg);
    left: -5px;
    z-index: -1;
    top: -5px;
}

.contactback li:last-child:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 100%;
    background: black;
    -webkit-transform: skewX(20deg);
    right: -8px;
}



.contactback ul li span {
    text-transform: uppercase;
    display: block;
    transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
}

.contactback ul > li:hover {
    background-color: #ED1C24;
    cursor: pointer;
}

.contactback li:nth-child(1):hover:before {
    background-color: #ED1C24;
    cursor: pointer;
}

.contactback li:last-child:hover:before {
    background-color: #ED1C24;
    cursor: pointer;
}

.contactback .form-group input {
    border-radius: 0px;
}

.contactback .form-group label {
    font-weight: 400;
}

.contactback ul > li.selected {
    background-color: #ED1C24;
}

.contactback li:nth-child(1).selected:before {
    background-color: #ED1C24;
}

.contactback li:last-child.selected:before {
    background-color: #ED1C24;
}

.contactback .checkmate {
    margin-top: 15px;
}

gt.input.checkbox {
    display: inline-block;
}

    gt.input.checkbox label {
        display: inline-block;
        position: relative;
        padding-left: 30px;
        margin-bottom: 0px;
    }

        gt.input.checkbox label p {
            margin: 0px;
            font-size: 13px;
            line-height: 18px;
        }

        gt.input.checkbox label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            border: 1px solid #F5F3FA;
            border-radius: 3px;
            background-color: #FBF9FF;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

.gt.input.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #ED1C24;
}

.gt.input.checkbox input[type="checkbox"] {
    opacity: 0;
    display: none;
}

    .gt.input.checkbox input[type="checkbox"]:focus + label::before {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .gt.input.checkbox input[type="checkbox"]:checked + label::after {
        content: "\f00c";
        font-family: "FontAwesome";
        font-weight: 900;
    }

    .gt.input.checkbox input[type="checkbox"]:disabled + label {
        opacity: 0.65;
    }

        .gt.input.checkbox input[type="checkbox"]:disabled + label:before {
            background-color: #F5F3FA;
            cursor: not-allowed;
        }

.form-group input[type=radio] {
    width: auto;
    float: left;
}

.rbid label {
    padding-left: 10px;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.contactback .dft-button, .delegateBack .dft-button, .contactback-norm .dft-button {
    text-align: center;
    border: 1px solid #ffffff;
    padding: 4px 50px 4px 50px;
}

    .contactback .dft-button p, .delegateBack .dft-button p, .contactback-norm .dft-button p {
        font-size: 14px;
        display: inline;
        margin-bottom: 5px;
    }

.contactback #contact-accounts .col-xs-4 {
    padding-left: 15px;
    padding-right: 15px;
}

.contact-next, #btnContactSubmit {
    float: right;
}

    .contact-next:hover, #btnContactSubmit:hover, .delegateBack .dft-button:hover {
        cursor: pointer;
        background-color: #ED1C24;
    }

.rbid-tight label {
    margin-left: 10px;
    margin-top: -20px;
}


.complete-block .BorderCorner .no-image p {
    font-size: 24px;
}

.rbid-tight td {
    padding-top: 10px;
    padding-bottom: 10px;
}

#plant-upload {
    padding: 5px;
}

.rbid-horizontal label {
    padding-right: 20px;
}

h2.knowledge-base {
    font-size: 48px;
    line-height: 58px;
    font-weight: bold;
}

.knowledge-base-box {
    background-color: #20232A;
    min-height: 200px;
    height: 200px;
    margin-bottom: 15px;
    float: left;
    width: 100%;
    padding: 0px 15px;
    overflow: hidden;
}

    .knowledge-base-box:hover {
        background-color: #4c4e54
    }

    .knowledge-base-box h3 {
        font-size: 20px;
        font-weight: normal;
        letter-spacing: 0.5px;
    }

    .knowledge-base-box p, .knowledge-base-box table td p {
        font-size: 13px;
    }

a.knowledge-baseMachineCode:link {
    font-size: 22px !important;
    color: #FFFFFF !important;
    text-decoration: none;
}

a.knowledge-baseMachineCode:active {
    font-size: 22px;
    text-decoration: none;
}

a.knowledge-baseMachineCode:hover {
    font-size: 22px;
    color: #FF0000 !important;
    font-weight: bold;
    text-decoration: none;
}

a.knowledge-baseMachineCode:visited {
    font-size: 22px;
    text-decoration: none;
}

.knowledge-baseMachineBox {
    margin-bottom: 10px;
    padding: 10px;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #20232A;
}

.knowledge-baseMachineAssets {
    background-color: #20232A;
}

    .knowledge-baseMachineAssets table tr td {
        padding-bottom: 5px;
    }

.delegateBack {
    background-image: url(../img/training2.jpg);
    background-size: cover;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    vertical-align: middle;
    padding: 0px 0px 5% 0px;
    overflow: hidden;
    /* max-height: 600px; */
    min-height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 180px;
}

    .delegateBack .contactoverlay {
        background: #eee;
        margin-bottom: 20px;
        box-shadow: 1px 1px 6px -3px #000;
        overflow: auto;
        background-color: rgba(24,26,31,0.9);
        padding-top: 30px;
        padding-bottom: 30px;
        float: left;
    }

.dobyear .ui-datepicker-year {
    padding: 0px;
}


.contract-large.b-tab h4 {
    font-size: 3.2em;
    font-weight: 600;
}

.contract-large.b-tab p {
    font-size: 34px;
}


.machine-list-examples {
    width: 550px;
}


.service-plans-section .col-g5 {
    display: inline-block;
    float: none;
}

    .service-plans-section .col-g5 .BorderCorner .no-image p {
        position: absolute;
        bottom: 20px;
    }

    .service-plans-section .col-g5 .no-image {
        padding: 10px 30px;
    }

    .service-plans-section .col-g5 img {
        height: 90px;
        width: auto;
    }

.machine-hire-examples {
    padding: 15px;
}

    .machine-hire-examples a {
        text-decoration: none;
    }

.machine-hire-examples {
    background: #181A1F;
}

    .machine-hire-examples p {
        font-size: 20px;
        text-align: left;
        color: #fff;
    }

        .machine-hire-examples p small {
            font-size: 14px;
        }

        .machine-hire-examples p span.large-price {
            font-size: 2.4em;
            font-weight: 900;
            line-height: 30px;
        }


        .machine-hire-examples p.hire-examples-title {
            margin-bottom: 0px;
            font-weight: 900;
            font-size: 21px;
            font-family: source-sans-pro, sans-serif;
            font-weight: 700;
            line-height: 20px;
            text-transform: uppercase;
            margin-top: 25px;
        }

.machine-list-examples .col-section-banner {
    background-size: contain;
    /*background-size: 120% auto;*/
    padding: 0px;
}


.machine-hire-examples .col-section-banner {
    height: 230px;
    min-height: 230px;
}

.product-info-large {
    text-align: left;
}

    .product-info-large h2, .product-info-large h3 {
        font-size: 48px;
        line-height: 58px;
        font-family: roboto, sans-serif;
        font-weight: 900;
    }

    .product-info-large h5 {
        font-size: 21px;
        font-weight: 600;
        line-height: 27px;
    }

    .product-info-large li {
        font-size: 18px;
        padding-top: 5px;
    }

.imageover {
    padding: 0px;
    margin: 0px;
    position: relative;
    overflow: hidden;
}

    .imageover .phoneimage {
        position: absolute;
        bottom: -220px;
        width: 710px;
        left: 50%;
        margin-left: -350px;
        z-index: 1;
        transform: rotate(-10deg);
    }

    .imageover .full-center {
        z-index: 2;
    }

.col-section-banner.large-section {
    height: 560px
}


.downloads-container h5 {
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 600;
}

.downloads-container a {
    text-decoration: none;
    float: left;
    margin-bottom: 20px;
    color: #ffffff;
    position: relative;
    width: 100%;
}

    .downloads-container a img {
        margin-right: 10px;
        float: left;
    }

    .downloads-container a p {
        font-size: 13px;
        line-height: 14px;
        margin: 0;
        position: absolute;
        margin-left: 12px;
        right: 6px;
        top: 50%;
        width: 75px;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.buy-now-cont {
    border: 1px solid #36393D;
    background-color: #20232A;
    padding: 15px 10px;
    float: left;
    width: 100%;
}

    .buy-now-cont .bnc-from {
        font-size: 36px;
        line-height: 36px;
        font-family: source-sans-pro, sans-serif;
        font-weight: 400;
    }

    .buy-now-cont .bnc-price span {
        font-size: 66px;
        font-weight: 900;
        line-height: 70px;
    }

    .buy-now-cont .dft-button.t2 {
        width: 100%;
        text-align: CENTER;
        font-size: 34px;
    }

.fuel-box-10-plus h6 {
    font-size: 2em;
    font-weight: 300;
}

.fuel-box-10-plus p {
    margin: 0px;
    line-height: 21px;
    font-size: 19px;
    font-weight: 400;
}

.fuel-box-10-plus img {
    max-width: 100%;
    margin: 15px 0px 10px 0px;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.fuel-box-image img {
    max-width: 100%;
}


.fuel-packaging {
    margin-bottom: 30px;
    display: block;
    float: left;
    width: 100%;
}


    .fuel-packaging p {
        color: #000000;
        font-size: 36px;
        text-align: center;
        line-height: 43px;
        font-family: roboto, sans-serif;
        font-weight: 900;
        margin: 0px;
    }

    .fuel-packaging img {
        width: 190px;
    }

    .fuel-packaging p span {
        font-weight: 300;
        text-transform: uppercase;
        font-size: 23px;
        line-height: 32px;
    }

.full-back {
    height: 700px;
    background-position: 20%;
    background-repeat: no-repeat;
    position: relative;
}

    .full-back .center-large {
        position: relative;
        height: 100%;
    }

    .full-back .abs-r-b {
        position: absolute;
        bottom: 20px;
        right: 20px;
        text-align: right;
        background: #fff;
        background: rgba(255,255,255,0.8);
        color: #000;
        padding: 10px 15px;
    }

        .full-back .abs-r-b h4 {
            color: #000000;
            font-size: 36px;
            line-height: 40px;
            font-family: roboto, sans-serif;
            font-weight: 900;
            margin: 15px 15px 10px 15px;
        }

        .full-back .abs-r-b p {
            color: #000000;
            font-size: 23px;
            text-align: right;
            line-height: 29px;
            font-family: source-sans-pro, sans-serif;
            font-weight: 500;
        }

.white-board {
    height: auto;
    background-color: #FDD001;
    margin: 0px;
}

    .white-board h3 {
        margin-top: 280px;
    }

    .white-board h5 {
        font-size: 21px;
        line-height: 29px;
        font-family: source-sans-pro, sans-serif;
        font-weight: 700;
        margin: 0px;
        text-align: left;
        color: #000000;
    }

    .white-board p {
        font-size: 17px;
        line-height: 17px;
        text-align: left;
        color: #000000;
    }

.harenesstext h1 {
    font-size: 3em;
    font-weight: 800;
    margin: 15px 0px;
}

.harenesstext p, .harenesstext li {
    font-size: 17px;
}

.harenesstext li {
    margin: 5px;
}

.harenesstext p strong {
    font-size: 21px;
}

.advanced-hire-section p {
    font-size: 18px;
}

.BorderCorner .no-image p.extrasmall {
    min-height: 55px;
    font-size: 16px;
    font-weight: 100;
}

.machine-salesa {
    color: #fff;
    text-decoration: none;
}

a.machine-salesa:hover, a.machine-salesa:focus {
    color: #fff;
}

.sales-image {
    min-height: 350px;
    height: 350px;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    position: relative;
    border: 1px solid #36393D;
    border-radius: 5px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.sales-image-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 250px;
}

    .sales-image-text p {
        text-align: center;
        font-family: source-sans-pro, sans-serif;
        font-weight: 700;
        font-size: 14px;
    }

    .sales-image-text span p {
        font-size: 36px;
        text-transform: uppercase;
        line-height: normal;
    }

.first-aid {
    height: auto !important;
    min-height: auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
    border: 1px solid #36393D;
    border-radius: 5px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.first-aid-text {
    position: relative;
    text-align: center;
    width: 250px;
    padding: 1rem;
}

    .first-aid-text p {
        text-align: center;
        font-family: source-sans-pro, sans-serif;
        font-weight: 700;
        font-size: 14px;
    }

    .first-aid-text span p {
        font-size: 28px;
        text-transform: uppercase;
        line-height: normal;
    }

.mb-3 {
    margin-bottom: 1rem;
}

.red-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    border-radius: 5px;
    bottom: 0;
    background-color: rgba(237,28,36,0.4);
}

.machine-salesa .red-overlay {
    display: none;
}

.machine-salesa:hover .red-overlay {
    display: block;
}


.border-accessories p.f-md {
    font-size: 21px;
    margin: 5px;
}

.product-background {
    margin: 0px;
    padding: 40px 0px;
    background: -webkit-gradient(linear, center top, center bottom, from(#000000),color-stop(100%, #36393D));
    background: -webkit-linear-gradient(top,#000000,#36393D 100%);
    background: linear-gradient(to bottom,#000000,#36393D 100%);
}

    .product-background .col-section-banner {
        background-size: contain;
    }

.product-text h3 {
    color: #ED1C24;
    font-size: 48px;
    line-height: 58px;
    font-family: roboto, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
}

.product-text p, .product-text li {
    font-size: 14px;
}


.for-hire {
    background-color: #181A1F;
    padding: 5px 10px;
    font-family: roboto, sans-serif;
    font-size: 19px;
    font-weight: 300;
    border-radius: 5px;
}

.machine-filter-button {
    position: fixed;
    display: none;
    z-index: 100;
    background: #000;
    height: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 4px;
}

.machine-filter-button .closefilters {
    display: none;
}

.team-section {
    margin-bottom: 30px;
    padding: 0px;
    margin: 0px;
}

.team-tabs-cont {
    padding-top: 10px;
    display: none;
}

.team-tabs-cont.active {
    display: block;
}

.team-tabs .header {
    padding: 10px 8px;
    border-radius: 5px;
    text-transform: none;
    font-size: 22px;
    text-align: left;
}

.team-tabs .header.active {
    border-radius: 5px;
    padding: 10px 8px;
    border-radius: 5px;
    text-transform: none;
    font-size: 22px;
    text-align: left;
}

.team-tabs-cont p strong {
    font-size: 21px;
    margin: 0px;
}

.team-tabs-cont p {
    margin: 0px;
}

.team-tabs-cont {
    display: none;
}

.team-tabs-cont.active {
    display: block;
}

.team-tabs-cont col-xs-6 {
    margin-bottom: 10px;
}



@media (min-width:768px) {
    .staff-member:nth-child(4n+1) {
        clear: left;
    }
}


.slide-box {
    background-color: rgb(32,35,42);
    background-color: rgba(32,35,42,0.8);
    padding: 10px 20px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.slide-box-header {
    cursor: pointer;
    text-align: center;
    line-height: 24px;
    font-family: source-sans-pro, sans-serif;
    font-weight: 400;
}

.slide-box.slide-large .slide-box-header {
    font-size: 34px;
    line-height: 34px;
}

.slide-box.slide-large .slide-box-body {
    font-size: 18px;
}

.slide-box-body {
    display: none;
    padding-top: 20px;
}


.full-section-back {
    background-size: cover;
    background-attachment: fixed;
}

.full-section {
    background-image: url('<%=ConfigurationManager.AppSettings["Web URL"].ToString() %>/system/img/advisors_background.jpg');
    /* Full height */
    height: 100vh;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sec-2 {
    background: #181A1F;
}

.sec-3 {
    background: #131418;
}

.sec-4 {
    background: #0c0d0f;
}

h1, h2 {
}


.ma-start {
    background: red;
    border: 2px solid red;
    color: #ffffff;
    text-transform: uppercase;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    margin: 0 auto;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 93px;
    box-shadow: 0px 8px 8px rgba(0,0,0,0.5);
    background: -webkit-gradient(linear, center top, center bottom, from(#F9574E),color-stop(100%, #C01C24));
    background: -webkit-linear-gradient(top,#F9574E,#C01C24 100%);
    background: linear-gradient(to bottom,#F9574E,#C01C24 100%);
    border-style: solid;
    border-width: 3px;
    border-color: #ED1C24;
    cursor: pointer;
}

.ad-1-h1, .ad-1-h2 {
    color: #FFFFFF;
    font-size: 3em;
    text-align: center;
    font-family: roboto, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    margin: 20px 0px;
}

.ad-1-p {
    color: #FFFFFF;
    font-size: 24px;
    text-align: center;
    font-weight: 400;
}

.ad-box-2 {
    padding-left: 40px;
    padding-right: 40px;
    cursor: pointer;
}

    .ad-box-2 h4 {
        font-size: 20px;
        text-align: center;
        font-family: roboto, sans-serif;
        font-weight: 700;
        margin: 20px 0px;
        text-transform: uppercase;
    }

.ad-box-2-inner {
    background: #303337;
}

.ad-box-2:hover .ad-box-2-inner {
    background: none;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
    background: #fff;
}

.preloader {
    z-index: 1;
}


.news-image {
    height: 270px;
    position: relative;
}

.news-image-small {
    height: 170px;
    position: relative;
}

.news-text {
    background: #20232A;
    border: 1px solid;
    border-color: #36393D;
}

.news-inner {
    float: left;
}

.news-grid-item:hover .news-inner {
    -moz-box-shadow: 2px 2px 9px -2px #000;
    -webkit-box-shadow: 2px 2px 9px -2px #000;
    box-shadow: 2px 2px 9px -2px #000;
}

.pageritem {
    display: none;
    color: #ffffff;
    font-family: roboto, sans-serif;
}

    .pageritem .ptop {
        color: #6DBCFD;
    }

    .pageritem h3 {
        font-weight: 900;
        font-size: 26px;
        font-family: roboto, sans-serif;
    }

    .pageritem.active {
        display: block;
    }

.pagerblock {
    text-align: center;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.itemp {
    display: inline-block;
    /* padding: 5px; */
    margin: 0px 5px;
    background: #333;
    height: 30px;
    width: 30px;
    line-height: 30px;
    cursor: pointer;
}

    .itemp:hover {
        opacity: 0.6;
    }

    .itemp.active {
        color: #f00;
    }

    .itemp .fa {
        font-size: 17px;
        line-height: 30px;
    }

.thin-container article, .thin-container article h2, .thin-container article p {
    text-align: left;
}

    .thin-container article p {
        font-size: 18px;
        font-weight: 300;
    }

    .thin-container article h2 {
        font-size: 3.5em;
        font-weight: 800;
        margin: 30px 0px;
    }

    .thin-container article h3 {
        font-size: 2.8em;
        font-weight: 800;
        margin: 30px 0px;
    }

    .thin-container article .ptop {
        color: #6DBCFD;
    }

.share_text i.fa.fa-share {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.careers-first p {
    font-size: 18px;
    font-weight: 300;
}

.careers-cont p {
    font-weight: 300;
}

.careers-first h2 {
    font-size: 2.8em;
    font-weight: 800;
    margin: 30px 0px;
}

.careers-cont hr {
    border-color: #36393D;
    margin-bottom: 10px;
}

.careers-bottom p {
    float: left;
}

.careers-bottom span {
    float: right;
}

.career-info {
    margin: 20px 0px;
}

    .career-info h4 {
        padding: 15px 15px 0px 15px;
        font-weight: 900;
        color: #ffffff;
        font-size: 22px;
    }

    .career-info p {
        padding: 15px;
        color: #ffffff;
        font-size: 14px;
    }

    .career-info.career-details p {
        padding: 0px;
        font-weight: 100;
        font-size: 18px;
    }

.career-details label {
    margin-top: 10px;
    font-weight: 100;
    font-size: 17px;
    color: #C8C8C8;
    margin-bottom: 0px;
}

.career-info .news-image {
    height: 300px;
}

.careers-details h1 {
    font-size: 48px;
    font-family: roboto, sans-serif;
    font-weight: 900;
    margin-top: 0px;
}

.career-info a {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.careers-details a.dft-button.t2 {
    margin: 0 auto;
    text-align: center;
    float: none;
    display: block;
    width: 180px;
    margin-bottom: 20px;
}

#resultsBlock a strong {
    color: white;
    position: absolute;
    z-index: 12;
    left: 0;
    right: 0;
    top: 10px;
}

#resultsBlock {
}

    #resultsBlock img {
        max-width: 100%;
        max-height: 100px;
    }

#pnlResults {
    position: fixed;
    /*height: 100%;*/
    bottom: 0px;
    top: 100%;
    background: #eee;
    left: 0;
    width: 100%;
    right: 0;
    top: 223px;
    /* padding-top: 20px; */
    margin-left: 0;
    background: #373435;
    margin-right: 0;
    clear: both;
    overflow: scroll;
    padding-bottom: 20px;
    z-index: 9999;
}

/*.header-cont.shrink #pnlResults {
    top: 162px;
}*/

.general-content h1 {
    font-size: 3.2em;
    font-weight: 800;
    margin: 20px 0px;
}

.general-content h2 {
    font-size: 2.6em;
    font-weight: 800;
    margin: 20px 0px;
}

.general-content p {
    font-size: 17px;
}

    .general-content p strong {
        font-size: 19px;
    }

.p-lrg-btm p {
    margin: 0 0 20px;
}


.col-g5.recAccess {
    margin: 10px 0px;
    cursor: pointer;
}

.recAccess .BorderCorner .no-image p {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 22px;
    font-family: source-sans-pro, sans-serif;
    font-weight: 600;
}

.recAccess .BorderCorner .no-image img {
    max-height: 130px;
    width: auto;
    margin: 0 auto;
}



.dft-bk-greyblue {
    background: #839097;
}

.BorderCorner.b-greyblue::before, .BorderCorner.b-greyblue::after {
    background: #839097;
}


.slider-div {
    margin-top: 10px;
    margin-bottom: 20px;
}

.ui-slider-horizontal {
    height: 0px;
}

.ui-widget-content {
    border-width: 0.5px;
}

.ui-slider .ui-slider-handle {
    border-radius: 50px;
    height: 1.5em;
    width: 1.5em;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.7em;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 0px;
    cursor: pointer;
    text-align: center;
}

.end-icon {
    border-radius: 50px;
    height: 1.5em;
    width: 1.5em;
    border: 1px solid #d3d3d3 !important;
    top: -0.75em;
    right: 0px;
    position: absolute;
    z-index: 1;
    width: 24px;
    height: 24px;
    cursor: default;
    background: none !important;
    background-color: #20232A !important;
    padding: 12.2px !important;
}

.placeholdertext {
    position: absolute;
    padding: 0px;
    font-size: 24px;
    background-color: transparent;
    color: #fff;
    text-align: center;
    margin: 0px;
    z-index: 200;
    text-align: left;
    border: 0px;
    padding-left: 8px;
    font-weight: 400;
    left: 0;
    top: 0px;
    opacity: 0.45;
    text-transform: uppercase;
}

#resultsBlock {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
}

.search-cont .formInput {
    text-align: left;
    padding-left: 8px;
    text-transform: uppercase;
}

#pnlSearchBar {
    background-color: transparent;
}

#pnlResults {
    background: rgba(0,0,0,.9);
}

    #pnlResults::-webkit-scrollbar {
        display: none;
    }

.machine-view-container-search {
    border: 0px;
}

#resultsBlock a strong {
    font-size: 20px;
    font-weight: 100;
}

.summary-header {
    font-weight: 400;
    color: #FFFFFF;
    padding-bottom: 10px;
    text-align: center;
    text-align: left;
}

.summary-detail-row, .summary-cost-row {
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 10px;
}



.cost-value {
    font-weight: 800;
}

.divtable {
    white-space: nowrap;
    width: 100%;
    display: table;
}

.divrow {
    display: table-row;
    vertical-align: middle;
}

    .divrow a {
        display: table-cell;
        text-align: center;
        padding: 5px;
    }

.acc-image-cont {
}

    .acc-image-cont img {
        max-width: 100%;
    }

.gta-grid-box.dft-bk-grey.home-industries {
    margin: 0px;
    background-size: cover;
    background-position: center center;
    border: 2px solid #fff;
    padding: 0px 15px;
    width: 100%;
}

    .gta-grid-box.dft-bk-grey.home-industries .full-link {
        left: 15px;
        right: 15px;
    }


.sec-no-marg, .sec-no-margpad {
    margin: 0;
}

.sec-no-margpad {
    padding: 0px;
}

.sales-image.six2 {
    max-width: none;
}

    .sales-image.six2 .sales-image-text {
        width: auto;
        width: 90%;
    }

.grid2-large {
    padding: 50px 0px;
}

.sec-large-padding {
    padding: 50px 0px;
}


.grid2-large h2 {
    font-size: 50px;
    font-weight: 700;
}

.meet-apprentices .type2 .BorderCorner p {
    background: rgba(18,21,29,0.50);
    position: absolute;
    padding: 10px;
    bottom: 0;
    margin: 0;
    color: #fff;
}

.meet-apprentices .type2.active .BorderCorner p {
    color: rgb(237,28,36);
}

.apprenticeships-types {
    padding-bottom: 50px;
}


#newspager {
    display: flex;
    flex-wrap: wrap;
}



.news-grid-item.col-sm-6 p.news-content {
    height: 85px;
}

.news-grid-item.col-sm-3 h4, .news-grid-item.col-sm-6 h4 {
    height: 57px;
    overflow: hidden;
}

.news-grid-item.col-sm-6 h4 {
    font-size: 22px;
}

.news-inner {
    width: 100%;
}

.news-image {
    height: 270px;
    position: relative;
}

.news-image-small {
    height: 170px;
    position: relative;
}

.news-text {
    background: #20232A;
    border: 1px solid;
    border-color: #36393D;
}

.news-grid-item:hover .news-inner {
    -moz-box-shadow: 2px 2px 9px -2px #000;
    -webkit-box-shadow: 2px 2px 9px -2px #000;
    box-shadow: 2px 2px 9px -2px #000;
}

.pageritem {
    display: none;
    color: #ffffff;
    font-family: roboto, sans-serif;
}

    .pageritem .ptop {
        color: #6DBCFD;
    }

    .pageritem h3 {
        font-weight: 900;
        font-size: 26px;
        font-family: roboto, sans-serif;
    }

    .pageritem.active {
        display: block;
    }

.pagerblock {
    text-align: center;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.itemp {
    display: inline-block;
    /* padding: 5px; */
    margin: 0px 5px;
    background: #333;
    height: 30px;
    width: 30px;
    line-height: 30px;
    cursor: pointer;
}

    .itemp:hover {
        opacity: 0.6;
    }

    .itemp.active {
        color: #f00;
    }

    .itemp .fa {
        font-size: 17px;
        line-height: 30px;
    }

.thin-container article, .thin-container article h2, .thin-container article p {
    text-align: left;
}

    .thin-container article p {
        font-size: 18px;
        font-weight: 300;
    }

    .thin-container article h2 {
        font-size: 3.5em;
        font-weight: 800;
        margin: 30px 0px;
    }

    .thin-container article h3 {
        font-size: 2.8em;
        font-weight: 800;
        margin: 30px 0px;
    }

    .thin-container article .ptop {
        color: #6DBCFD;
    }

.share_text i.fa.fa-share {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.content-page-banner-full.newpagebanner {
    background-position: center center;
}


.training-header-h1 {
    float: left;
    margin: 0px;
    font-size: 48px;
    line-height: 58px;
    font-family: roboto, sans-serif;
    font-weight: 900;
    color: #000000;
    text-transform: uppercase;
    margin-right: 200px;
}

.training-header-image {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    right: 0;
    max-height: 60px;
    max-width: 170px;
}


.inp-rqd {
    color: #fff;
    background-color: rgba(166, 0, 0,1);
}

.form-group.inp-rqd:after {
    content: "\f00d";
    font-family: "Font Awesome 5 Pro";
    font-family: FontAwesome;
    position: absolute;
    /* transform: translate(0,-50%); */
    right: 10px;
    top: 50%;
    z-index: 100;
    color: red;
}



#pnlCourseSummary {
}

    #pnlCourseSummary table {
        width: 100%;
    }

    #pnlCourseSummary th {
        text-align: left;
        color: #ffffff;
        /* text-transform: uppercase; */
        font-weight: 300;
        font-size: 18px;
        padding: 5px;
    }

    #pnlCourseSummary td {
        padding: 5px;
        font-size: 17px;
    }


        #pnlCourseSummary th:last-child, #pnlCourseSummary td:last-child {
            text-align: right;
        }

tr.summary-detail-row {
    font-size: 14px;
    font-weight: 100;
}

.cost-label {
    text-align: right;
    font-weight: 800;
    padding: 15px 25px 15px 0px;
    /* margin-right: 5px; */
    font-size: 17px;
    /* text-transform: uppercase; */
    max-width: 90px;
}

.frm-discount {
    max-width: 200px;
    float: left;
}

#payment-panel .form-control {
    background-color: transparent;
    color: #fff;
}

.paymentfullloader {
    position: ABSOLUTE;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(47, 61, 74, 0.49);
    z-index: 200;
    display: none;
}

.accessories-item {
    margin: 19px auto;
}

.teampagepadding {
    padding-bottom: 80px;
}

.bpdiscount {
    float: left;
}

.bppricesummary {
    float: right;
}

.bpcheckout {
    text-align: right;
}

.bpsummarytext {
}

.bpcheckout, .bpsummarytext {
    margin-top: 40px;
}

#pnlBookingDetails .form-control, .frm-discount, #course-availability .form-control {
    font-size: 16px;
    height: unset;
    border-color: #fff;
    border-radius: 0;
    background: none;
}


.cookies {
    position: fixed;
    bottom: 0;
    z-index: 999;
    width: 100%;
    left: 0;
    right: 0;
    background: #5a5a5a;
    display: none;
}

.cookies_content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0px 10px;
    text-align: center;
    padding-bottom: 10px;
}

    .cookies_content p {
        margin: 0;
        font-size: 16px;
        padding: 10px 0px;
    }

    .cookies_content .dft-button {
        background: #d60000;
        font-size: 14px;
        padding: 8px 30px;
    }


.footer-b {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    padding: 15px;
    color: #fff;
    clear: both;
    font-size: 13px;
}

    .footer-b small {
        font-size: 13px;
    }

    .footer-b a {
        display: inline-block;
        font-size: 13px;
        position: relative;
        color: #ED008C;
        text-decoration: none;
    }

        .footer-b a:after {
            content: '';
            display: block;
            margin: auto;
            height: 1px;
            width: 0px;
            background: transparent;
            transition: width .5s ease, background-color .5s ease;
            -webkit-transition: width .5s ease, background-color .5s ease;
            -moz-transition: width .5s ease, background-color .5s ease;
            -o-transition: width .5s ease, background-color .5s ease;
        }

        .footer-b a:hover:after {
            width: 100%;
            background: #ED008C;
        }

        .footer-b a :hover {
            color: #ED008C;
        }


select.ctmqty {
    float: right;
    width: auto;
    padding: 4px;
    height: 30px;
    margin-bottom: 0px;
}

p.ctmqty-text {
    float: left;
    margin-top: 3px;
}


.gt-modal {
}

.quote-accessories-cont {
    border: 1px solid #4c4c4c;
    margin-bottom: 10px;
    padding-left: 8px;
    border-radius: 3px;
    /* font-size: 16px; */
    position: relative;
}

    .quote-accessories-cont a {
        position: absolute;
        right: 0;
        padding: 12px;
        border-left: 1px solid #333;
        background: #333;
        color: #fff;
        top: 0;
        bottom: 0;
    }

.gt-modal .modal-header {
    border-bottom: 0px;
}

.gt-modal .modal-footer {
    border-top: 0px;
}


.gt-modal label {
    font-weight: normal;
    font-size: 14px;
}

.gt-modal .dark-section {
    margin-bottom: 5px;
    /*background: #333;

    border-bottom: 1px solid #5d5959;*/
}

.gt-modal .cstm-plus {
    position: absolute;
    right: 15px;
    top: 20px;
    padding: 0;
    height: 25px;
    width: 25px;
    line-height: 25px;
}


.gt-modal h4 {
    font-size: 22px;
    font-weight: 700;
}

.gt-modal a.dft-button.t2.t2small {
    display: inline-block;
}

.gt-modal .machine-inputs .placeholdertext {
    color: black;
    font-size: 14px;
    padding: 11px;
    padding: 7px 26px;
    left: 15px;
    /* right: 12px; */
    left: auto;
    text-transform: none;
    right: 0;
    top: 5px;
}

@media (min-width: 768px) {
    .gt-modal .modal-dialog {
        max-width: 900px;
        width: 96%;
    }
}


/*overflow-y:auto;*/

.modal.--madialog {
    text-align: center;
    padding: 0 !important;
}

/*
    .modal.--madialog:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }
*/
.modal.fade.--madialog .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    max-width: 450px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    margin: 0;
    max-height: 100%;
    max-height: 100vh;
}

    .modal.fade.--madialog .modal-dialog .modal-header {
        border-bottom: 0px;
    }

.fa-times-thin:before {
    content: '\00d7';
}

.custm-modal-close {
    position: absolute;
    font-size: 20px;
    right: 12px;
    top: 8px;
    color: #8f8f8f;
}

@media (min-width: 500px) {
    .--madialog .modal-dialog {
        width: 90%;
    }
}

.gt-modal .form-control {
    font-size: 16px;
    height: 38px;
}


@media (max-width: 768px) {


    .gt-modal .modal-body .row {
        margin-right: -15px;
        margin-left: -15px;
    }

    .gt-modal .modal-body .machine-input-length .row {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 500px) {

    .--madialog .modal-dialog {
        width: 96%;
    }

    .modal.fade.--madialog .modal-dialog {
        margin: 40px 0px;
    }



    .gt-modal .modal-body .machine-input-length .row {
        margin-left: 0;
        margin-right: 0;
    }
}


.--madialog .modal-dialog p {
    font-size: 14px;
}

.modal-content {
    opacity: 1;
    background-color: rgba(32,35,42,0.9);
}

.modal.--madialog .modal-content {
    background-color: rgba(10,15,15,0.98);
    border: 1px solid #efefef;
}

.modal.--madialog .modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-size: 21px;
    font-weight: 900;
    color: #fff;
}

.--madialog img {
    max-width: 100%;
}

.quote-model {
    overflow-y: scroll;
}


#addmachine .machine-input-qty {
    max-width: 75px;
    float: right;
    text-align-last: center;
}

#optionalextras .modal-dialog-centered {
    /* position: fixed;*/
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}

.modal-content {
}

/* ACCOUNT DASHBOARD */

a.transparent-button {
    padding: 10px;
    background-color: #46474B;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

a.white-link {
    color: #ffffff;
    text-decoration: underline;
}

a.transparent-button p {
    margin: 0;
}

    a.transparent-button p .fa {
        margin-left: 12px;
        color: #ED1C24;
        font-size: 22px;
    }

.account-header {
    background: #333;
    padding-top: 180px;
    float: left;
    border-bottom: 2px solid #656565;
    background: url('../img/accounts-header.jpg');
    background: linear-gradient( rgba(40, 40, 40, 0.45), rgba(40, 40, 40, 0.45) ), url('../img/accounts-header.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

    .account-header h2 {
        font-size: 2.2em;
        font-weight: 600;
    }

    .account-header p {
        font-size: 1.3em;
    }

    .account-header .account-header-pagename {
        position: absolute;
        bottom: 0px;
        right: 0px;
        font-size: 30px;
        font-weight: 800;
        text-transform: uppercase;
    }


.gt-dashboard-box {
    background: #20232A;
    border-radius: 5px;
    margin-bottom: 20px;
}


.gt-dashboard-box-item, .gt-dashboard-box-header {
    padding: 10px;
}

    .gt-dashboard-box-item p, .gt-dashboard-box-header p {
        margin: 0px;
    }

    .gt-dashboard-box-header h4 {
        margin: 0px;
        text-transform: uppercase;
        font-size: 25px;
        margin-bottom: 5px;
    }

    .gt-dashboard-box-header p {
        color: #7F7F7F;
    }

    .gt-dashboard-box-item p {
        color: #7F7F7F;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 21px;
    }

    .gt-dashboard-box-item strong {
        color: #ffffff;
        text-transform: none;
        font-weight: 600;
    }

        .gt-dashboard-box-item strong.--red {
            color: #ED1C24;
        }

        .gt-dashboard-box-item strong.--green {
            color: #009245;
        }

        .gt-dashboard-box-item strong.--yellow {
            color: #ffbf00;
        }

.gt-dashboard-box-item {
    border-top: 1px solid #181A1F;
    display: block;
}

    .gt-dashboard-box-item .-tag {
        font-size: 15px;
        padding: 5px 6px;
        color: #fff;
        text-align: center;
        background: #ED1C24;
        border-radius: 30px;
        float: right;
    }

a.gt-dashboard-box-item p {
    text-align: center;
    color: #ffffff;
}


.gt-dashboard-box.-manage {
    padding: 25px;
}

    .gt-dashboard-box.-manage h3 {
        margin: 0px 0px 30px 0px;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 23px;
    }

    .gt-dashboard-box.-manage h4 {
        font-weight: 700;
        text-transform: uppercase;
        font-size: 21px;
    }

    .gt-dashboard-box.-manage p small, .gt-dashboard-box.-manage label:not(.-cklabel) {
        font-size: 13px;
        color: #7d7d7d;
        font-weight: 400;
    }

    .gt-dashboard-box.-manage p.--address {
        font-size: 14px;
        margin-bottom: 40px;
        color: #c5c5c5;
    }

    .gt-dashboard-box.-manage a.dft-button.t2.t2small {
        text-align: center;
    }

.gta-dash-table {
    width: 100%;
    margin-bottom: 20px;
}

    .gta-dash-table thead tr th {
        border-bottom: 2px solid #d60000;
        margin-bottom: 10px;
        font-weight: 400;
    }

    .gta-dash-table th, .gta-dash-table td {
        padding: 10px 10px;
        font-weight: 200;
        font-size: 17px;
    }


    .gta-dash-table td {
        background: #20232A;
        border-top: 4px solid #181A1F;
    }

    .gta-dash-table tr.-spacer td {
        padding: 4px 10px;
        background-color: #181A1F;
        border-top: 0px;
    }

    .gta-dash-table tr.-clickable {
        cursor: pointer;
    }

        .gta-dash-table tr.-clickable:hover td {
            background: #000;
        }

    .gta-dash-table td.-options {
        text-align: right;
    }

        .gta-dash-table td.-options .fa-angle-right {
            font-size: 26px;
            color: #d60000;
            vertical-align: middle;
        }

        .gta-dash-table td.-options .-pdf {
            max-height: 26px;
            margin-right: 10px;
        }


.-sub-nav {
    display: none;
    position: absolute;
    list-style-type: none;
    padding: 0;
    margin: 0;
    background: #050505;
    background-color: rgba(0,0,0,0.9);
    width: 200px;
}

    .-sub-nav li a {
        display: block;
        text-transform: none;
        color: #FFFFFF;
        border-top: 1px solid #3a3a3a;
        font-weight: 400;
        text-align: center;
    }

._li-login:hover .-sub-nav {
    display: block;
}

._li-login a .fa.fa-caret-down {
    display: inline-block;
    margin-left: 5px;
}

.-sub-nav li a:hover {
    border-bottom: 0px;
    padding: 10px 15px !important;
    text-decoration: none;
    background-color: rgba(237,28,36,0.9) !important;
}

.-registerinfo h4 {
    font-size: 26px;
    font-weight: 700;
    color: #ED1C24;
}

.-registerinfo li {
    font-size: 17px;
    margin-bottom: 5px;
}



.inputgroup {
    position: relative;
}

    .inputgroup input.isrequired {
        border-color: #ff8484;
    }

    .inputgroup .isrequired_icon {
        display: none;
        color: #ff8484;
        pointer-events: none;
    }

        .inputgroup .isrequired_icon:not(.--islong) {
            position: absolute;
            top: 6px;
            right: 5px;
            padding: 5px;
            font-size: 18px;
        }

        .inputgroup .isrequired_icon::after {
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            font-family: FontAwesome !important;
            content: "\f06a";
            display: inline-block;
            padding-right: 3px;
            vertical-align: middle;
            font-weight: 900;
        }

        .inputgroup .isrequired_icon:after {
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            font-family: FontAwesome !important;
            content: "\f06a";
            display: inline-block;
            padding-right: 3px;
            vertical-align: middle;
            font-weight: 900;
        }

        .inputgroup .isrequired_icon.--islong:after {
            position: absolute;
            top: 6px;
            right: 5px;
            padding: 5px;
            font-size: 18px;
        }

    .inputgroup.checkbox .isrequired_icon {
        position: relative;
        top: 0;
        right: 0;
    }

    .inputgroup.--sm .isrequired_icon:not(.--islong) {
        top: 0px;
    }

    .inputgroup.--sm .isrequired_icon.--islong:after {
        top: 0px;
    }



.machine-specs-row.-hire-price {
    font-size: 13px;
    padding: 2px;
    background: #181a1f;
    position: relative;
    box-shadow: 0 4px 10px 0 rgba(33, 33, 33, 0.15);
    position: relative;
    overflow: hidden;
}


    .machine-specs-row.-hire-price.--skeleton::before {
        content: '';
        display: block;
        position: absolute;
        left: -150px;
        top: 0;
        height: 100%;
        width: 150px;
        background: linear-gradient(to right, transparent 0%, #23252b 50%, transparent 100%);
        animation: skelload 1.8s cubic-bezier(0.4, 0.0, 0.2, 1) infinite;
    }


@keyframes skelload {
    from {
        left: -150px;
    }

    to {
        left: 100%;
    }
}

/* Account updates */
@media only screen and (max-width: 970px) {
    .--users td.lspd, .--users th.lspd {
        text-align: left;
        word-break: break-word;
    }

    .--users td.t-cntr {
        text-align: left;
    }
}

@media only screen and (max-width: 600px) {


    .account-header .account-header-pagename {
        position: relative;
    }

    .account-header.content-page-banner {
        padding-top: 150px;
        text-align: center;
    }

    .gta-dash-table th, .gta-dash-table td {
        font-size: 15px;
    }
}

@media only screen and (max-width: 500px) {
    .bt-content {
        word-break: break-word;
    }
}


.navbar-nav > li._li-login > a {
    padding: 6px 10px !important;
    background: #2f2f2f;
}

._li-login a div {
    display: inline-block;
    font-size: 14px;
    line-height: 13.5px;
    color: #FFFFFF;
}

    ._li-login a div span {
        display: block;
        font-weight: 100;
    }

._li-login a .fa-user-circle-o {
    margin: 0;
    /* margin-top: -10px; */
    margin-bottom: -4px;
    float: left;
    margin-top: 5px;
    margin-right: 0px;
}

._li-login a .fa.fa-caret-down {
    /* display: inline-block; */
    /* margin-left: 5px; */
    float: right;
    display: block;
    margin-top: 6px;
    margin-left: 12px;
    color: #5a5a5a;
}

.right-nav ._li-login a:hover {
    border-bottom: 0px;
    background: #151414 !important;
}

.footer-locations-container {
    display: flex;
    flex-wrap: wrap;
}

.footer-location {
    flex: 1 0 20%;
}

.footer-loctations a > div {
    padding: 10px;
    max-width: 260px;
    margin: 0 auto;
}

.footer-loctations a:hover > div {
    background: #181A1F;
    text-decoration: none;
}

.footer-loctations a:hover {
    text-decoration: none;
}


.grid-option-boxs {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 1000px;
    margin: 0 auto;
}

@media only screen and (max-width: 700px) {
    .grid-option-boxs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}


.training-promo {
    padding: 15px 20px;
    background: #ED1C24;
    border-radius: 5px
}

    .training-promo table {
        width: 100%;
        font-size: 17px;
        margin-bottom: 10px;
    }

        .training-promo table tr {
            border-bottom: 1px solid #ff5057;
        }

        .training-promo table td {
            width: auto;
            border-bottom: 0px !important;
            padding: 5px 0px;
        }

            .training-promo table td:first-child {
                width: 33%;
            }

.training-promo-td {
    font-weight: 800;
    display: flex;
    align-self: end;
    margin-left: auto;
    justify-content: right;
}

    .training-promo-td div {
        font-weight: 400;
    }

        .training-promo-td div:first-child {
            margin-right: 5px;
            font-size: 16px;
        }

@media only screen and (max-width: 1200px) {
    .training-promo table {
        font-size: 15px;
    }

    .training-promo-td {
        flex-direction: column;
    }

    .training-promo-code {
        font-size: 15px;
        margin: 0;
        order: 2;
    }

    .training-promo-td div:first-child {
        margin: 0;
        font-size: 15px;
    }
}

@media only screen and (max-width: 1000px) {
}


@media only screen and (max-width: 700px) {
    .training-promo {
        padding: 5px 10px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .breadcrumb {
        font-size: 0.8rem !important;
    }
}

.breadcrumb {
    padding: 0px;
    font-size: 1rem;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
}

.breadcrumb a {
    color: white !important;
}

.breadcrumb>.active {
    color: #ED1C24 !important;
}

.breadcrumb a:hover {
    color: #ED1C24;
    text-decoration: none;
    border-bottom: 2px solid #ED1C24;
}

.be-small {
    font-size: 12px !important;
    text-transform: none !important;
    font-weight: 500 !important;
}

.highfields-banner .full-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80vw;
    top: 70% !important;
}

.highfields-banner h2, .highfields-banner h1 {
    color: #fff;
    padding: 20px 20px;
    font-size: 80px;
    text-align: center;
    line-height: 58px;
    font-family: roboto, sans-serif;
    font-weight: 700;
    letter-spacing: 0.1rem;
    display: block;
    text-shadow: #000 1px 0 20px;
}

.d-none {
    display: none;
}

.highfields-banner {
    width: 100%;
    position: relative;
    webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    height: 90vh;
    background-attachment: fixed;
    background-position: 100% 90%;
    background-position: center center;
}

.highfields-search-box {
    position: relative;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-between {
    justify-content: space-between;
}

.align-items-center {
    align-items: center;
}

.img-fluid {
    width: 100%;
    height: auto;
}

.list-style-none {
    list-style: none;
}

.p-0 {
    padding: 0 !important;
}

.m-0 {
    margin: 0 !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.highfields-search-box .form-control {
    height: 3.5rem !important;
    padding: 8px 25px !important;
    font-size: 20px !important;
    border-radius: 50px !important;
}

.highfields-search-box .search-input {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ccc;
    outline: none;
    box-shadow: none;
    margin-bottom: 0 !important;
}

.highfields-search-box .search-button {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    border: none;
    background: none;
    cursor: pointer;
}

    .highfields-search-box .search-button i {
        font-size: 18px;
    }

.highfields-search-box .text-dark {
    color: #343a40 !important
}

.w-100 {
    width: 100%;
}

.flex-wrap {
    flex-wrap: wrap;
}

#iapa-logo-container #iapa-logo {
    width: 60px;
}

@media only screen and (max-width: 920px) {
    #iapa-logo-container #iapa-logo {
        width: 60px;
    }
}

.embla {
    --slide-height: 19rem;
    --slide-spacing: 1rem;
    --slide-size: 100%;
    --detail-medium-contrast: rgb(234, 234, 234);
}

.embla__viewport {
    overflow: hidden;
}

.embla__container {
    display: flex;
    touch-action: pan-y pinch-zoom;
}

.embla__slide {
    transform: translate3d(0, 0, 0);
    flex: 0 0 var(--slide-size);
    min-width: 0;
    padding-left: var(--slide-spacing);
}

.embla__dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-right: calc((2.6rem - 1.4rem) / 2 * -1);
}

.embla__dot {
    -webkit-tap-highlight-color: rgba(var(--text-high-contrast-rgb-value), 0.5);
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    touch-action: manipulation;
    display: inline-flex;
    text-decoration: none;
    cursor: pointer;
    border: 0;
    padding: 0;
    margin: 0;
    width: 2.6rem;
    height: 2.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.embla__dot:after {
    box-shadow: inset 0 0 0 0.2rem red;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    content: '';
}

.embla__dot--selected:after {
    box-shadow: inset 0 0 0 0.2rem white;
}

.embla__container > * {
    flex: 0 0 auto;
}

.embla__container > .col-12 {
    max-width: 100%;
}

.embla__controls {
    margin-top: 1rem;
}

.training-banner {
    width: 100%;
    background-color: #181a1f;
    position: absolute;
    bottom: 100px;
    padding: 1.5rem 0;
}

.training-banner h1, .training-banner h2 {
    background: none !important;
    padding: 0 !important;
    text-align: left !important;
    margin: 0 !important;
    max-width: 100% !important;
    font-family: "Trade Gothic Condensed", sans-serif !important;
    font-weight: 500 !important;
}
.training-banner h1 {
    color: white !important;
    font-size: 5rem !important;
    font-weight: 700 !important;
}

.training-banner h2 {
    color: #ed1c24 !important;
    text-transform: none !important;
    font-size: 3rem !important;
}

.input-error {
    border-color: #d9534f !important;
}

.validation-message {
    color: #d9534f;
    margin-top: 10px;
    font-weight: bold;
}