@font-face {
    font-family: 'LemonMilkL';
    src: url('../fonts/LemonMilklight.otf') format('opentype');
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Open Sans Bold';
    src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
}


@font-face {
    font-family: 'Open Sans Semibold';
    src: url('../fonts/opensans-semibold.eot?') format('embedded-opentype'), url('Fonts/OpenSans-Semibold.ttf') format('truetype');
}

@font-face {
    font-family: 'Open Sans Semibold';
    src: url('../fonts/OpenSans-Semibold.ttf') format('truetype');
}

@font-face {
    font-family: 'Open Sans Light';
    src: url('../fonts/OpenSans-Light.ttf') format('truetype');
}

#MenuBarMobile {
    display: none;
}

a:hover {
    text-decoration: none !important;
}

.nav-bg-red {
    background: linear-gradient(to right, #d64c65 0%,#c22d48 50%,#992339 100%);
}

.clearfix.FullContent1.smartek-login-form .title1 {
    display: block;
    background: #D40F45;
    color: white;
}

.clearfix.FullContent1.smartek-login-form {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
    width: 550px;
    font-weight: 100;
    font-family: roboto;
    background: white;
    box-shadow: 0 0 4px silver;
    font-size: 15px;
    padding: 10px;
    display: none;
}
.dnntitle.titleicon {
    display: none;
}
.login-update-message h1 {
    text-align: center;
}

.smartek-login-form .LoginPanel {
    margin: auto;
    float: unset;
}

.clearfix.FullContent1 {
    max-width: 1200px;
    margin: auto;
}

.dnnForm .dnnFormItem:last-child {
    display: none;
}

html, body, .wrapper .Normal, .BannerPane .Normal, html, body {
    font-size: 12pt;
    line-height: 21pt;
    letter-spacing: unset;
    font-weight: 100;
}

a:focus, a:hover, a:active {
    outline: none !important;
}

.wrapper h1 {
    font-size: 20pt;
    font-weight: 400;
}

.wrapper h2 {
    font-size: 20pt;
    font-weight: 100;
}

.wrapper h3 {
    font-size: 12pt;
    font-weight: 400;
}

.wrapper h4 {
    font-size: 12pt;
    font-weight: 100;
}

.wrapper h5 {
    font-size: 12pt;
}

.wrapper h6 {
    font-size: 50pt;
}

.smartek-background-gradient {
    background: #d64c65;
    background: -moz-linear-gradient(left, #d64c65 0%, #c22d48 50%, #992339 100%);
    background: -webkit-linear-gradient(left, #d64c65 0%,#c22d48 50%,#992339 100%);
    background: linear-gradient(to right, #d64c65 0%,#c22d48 50%,#992339 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d64c65', endColorstr='#992339',GradientType=1 );
}


.testimonial-panel-1 .smartek-table-column-8, .testimonial-panel-2 .smartek-table-column-8, .testimonial-panel-3 .smartek-table-column-8, .testimonial-panel-4 .smartek-table-column-8,
.testimonial-panel-5 .smartek-table-column-8, .testimonial-panel-6 .smartek-table-column-8, .testimonial-panel-7 .smartek-table-column-8, .testimonial-panel-8 .smartek-table-column-8 {
    vertical-align: middle;
}

.Normal .testimonial-panel-2, .Normal .testimonial-panel-3, .Normal .testimonial-panel-4, .Normal .testimonial-panel-5, .Normal .testimonial-panel-6, .Normal .testimonial-panel-7, .Normal .testimonial-panel-8 {
    display: none;
}

.view-next-button {
    display: block;
    text-align: center;
}

/* All pages */
.page-title {
    position: absolute;
    margin-left: 300px;
    margin-top: 17.2vw;
    z-index: 1;
}

    .page-title.with-button {
        margin-top: 15.2vw;
    }

    .page-title h1 {
        font-family: 'Open Sans';
        color: #fff;
        font-size: 50pt;
        font-weight: 600;
        margin: 0;
        line-height: 1.1;
        text-transform: uppercase;
    }

    .page-title h3 {
        font-size: 20pt;
        margin: 0;
        color: white;
        margin-top: 10px;
        width: 59%;
    }

.smartek-red-panel {
    /*background: #D40F45;*/
    background: #d64c65; /* Old browsers */
    background: -moz-linear-gradient(left, #d64c65 0%, #c22d48 50%, #992339 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #d64c65 0%,#c22d48 50%,#992339 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #d64c65 0%,#c22d48 50%,#992339 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d64c65', endColorstr='#992339',GradientType=1 ); /* IE6-9 */
    margin: auto;
}

.red-overlay {
    /*background: #D40F45;*/
    background: #d64c65; /* Old browsers */
    background: -moz-linear-gradient(left, #d64c65 0%, #c22d48 50%, #992339 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #d64c65 0%,#c22d48 50%,#992339 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #d64c65 0%,#c22d48 50%,#992339 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d64c65', endColorstr='#992339',GradientType=1 ); /* IE6-9 */
    text-align: center;
    overflow: hidden;
    border-bottom-left-radius: 100% 50%;
    border-bottom-right-radius: 100% 50%;
}

.red-overlay-no-radius {
    /*background: #D40F45;*/
    background: #d64c65; /* Old browsers */
    background: -moz-linear-gradient(left, #d64c65 0%, #c22d48 50%, #992339 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #d64c65 0%,#c22d48 50%,#992339 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #d64c65 0%,#c22d48 50%,#992339 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d64c65', endColorstr='#992339',GradientType=1 ); /* IE6-9 */
    text-align: center;
    text-align: center;
    overflow: hidden;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.header-image-radius img {
    width: 100%;
    opacity: 0.25;
    height: 80%;
    border-bottom-right-radius: 100% 50%;
    border-bottom-left-radius: 100% 50%;
}

.header-image img {
    width: 100%;
    opacity: 0.25;
    height: 80%;
}
.header-image-alt img {
    width: 100%;
    opacity: 0.25;
    height: auto;
}
.red-overlay-no-radius .row {
    max-width: 1200px;
    margin-left: auto !important;
    margin-right: auto !important;
    left: 0;
    right: 0;
    text-align: center;
}

.smartek-table {
    display: table;
    background: #f2f2f2;
    padding-right: 5vw;
    padding-left: 5vw;
    padding-top: 5vw;
    padding-bottom: 5vw;
}

.smartek-table-clear {
    display: table;
    margin: auto;
    margin-bottom: 30px;
}

    .smartek-table-clear:first-child {
        padding-top: 75px;
    }

.smartek-table-row {
    display: table-cell;
    vertical-align: top;
    width: 100%;
    margin: 0;
    padding: 0;
    /*padding-right: 2vw;*/
    /*padding-left: 2vw;*/
}

.smartek-table-column {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    margin: 0;
    padding: 0;
    padding-right: 2vw;
    padding-left: 2vw;
}


.smartek-table-column-4 {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    margin: 0;
    padding: 0;
}

.smartek-table-column-8 {
    display: table-cell;
    vertical-align: top;
    width: 66.6%;
    margin: 0;
    padding: 0;
}

.contractors-panel-testimonials .smartek-table-clear {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.contractors-panel-testimonials .smartek-table-column-4 {
    width: unset;
}

.smartek-app-gradient .smartek-table-clear {
    padding-top: 150px;
    margin-bottom: 150px;
}
/* HOME PAGE */
.home-panel-red-overlay {
    background: #d64c65; /* Old browsers */
    background: -moz-linear-gradient(left, #d64c65 0%, #c22d48 50%, #992339 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #d64c65 0%,#c22d48 50%,#992339 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #d64c65 0%,#c22d48 50%,#992339 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d64c65', endColorstr='#992339',GradientType=1 ); /* IE6-9 */
}

.home-panel-brands {
    margin-bottom: 45px;
    margin-top: 45px;
    text-align: justify;
}

    .home-panel-brands span {
        line-height: 3vw;
        font-size: 1.2vw;
        margin-right: 25px;
        margin-left: 25px;
    }

    .home-panel-brands img {
        height: 3vw;
        margin-left: 25px;
        margin-right: 25px;
        transition: 0.3s;
        filter: grayscale(1);
    }

        .home-panel-brands img:hover {
            filter: none;
        }

.home-panel-parallax-height {
    height: 500px;
    color: transparent;
}

.home-panel-videoplayer {
    text-align: center;
    padding-top: 120px;
    padding-bottom: 45px;
}

    .home-panel-videoplayer iframe {
        box-shadow: 0 0 4px gray;
        height: 450px;
        width: 800px;
    }

.home-panel-video {
    text-align: center;
    padding-bottom: 150px;
}

    .home-panel-video span {
        display: block;
        max-width: 500px;
        margin: auto;
        margin-top: auto;
        margin-top: 15px;
    }

.home-panel-circles .Normal {
    text-align: center;
    color: white;
}

.white-circle {
    width: 100px;
    height: 100px;
    background: white;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 20px;
}

.brands-image-1, .brands-image-2, .brands-image-3, .brands-image-4, .brands-image-5, .brands-image-6, .brands-image-7 {
    display: inline-block;
    margin: 13px;
    transition: 0.3s;
}

.brands-image-1 {
    background: url(/Portals/0/Images/Ansto.png) no-repeat;
    background-size: 162px;
    width: 162px;
    height: 32.4px;
    filter: brightness(0) invert(1);
}

    .brands-image-1:hover {
        filter: unset;
    }

.brands-image-2 {
    background: url("/Portals/0/Images/Cityof Melbourne.png") no-repeat;
    background-size: 116px;
    width: 116px;
    height: 32.4px;
    filter: brightness(0) invert(1);
}

    .brands-image-2:hover {
        filter: unset;
    }

.brands-image-3 {
    background: url("/Portals/0/Images/ElderCare.png") no-repeat;
    background-size: 122.4px;
    width: 122.4px;
    height: 32.4px;
    filter: brightness(0) invert(1);
}

    .brands-image-3:hover {
        filter: unset;
    }

.brands-image-4 {
    background: url("/Portals/0/Images/LocalHealth.png") no-repeat;
    background-size: 102.4px;
    width: 102.4px;
    height: 32.4px;
    filter: brightness(0) invert(1);
}

    .brands-image-4:hover {
        filter: unset;
    }

.brands-image-5 {
    background: url("/Portals/0/Images/Mater.png") no-repeat;
    background-size: 92.7px;
    width: 92.7px;
    height: 32.4px;
    filter: brightness(0) invert(1);
}

    .brands-image-5:hover {
        filter: unset;
    }

.brands-image-6 {
    background: url("/Portals/0/Images/Multiplex.png") no-repeat;
    background-position-y: 10px;
    background-size: 135px;
    width: 135px;
    height: 32.4px;
    filter: brightness(0) invert(1);
}

    .brands-image-6:hover {
        filter: unset;
    }

.brands-image-7 {
    background: url("/Portals/0/Images/ParraCouncil-white.png") no-repeat;
    background-size: 118.8px;
    width: 118.8px;
    height: 32.4px;
    /*filter: brightness(0) invert(1);*/
}

    .brands-image-7:hover {
        background: url("/Portals/0/Images/ParraCouncil.png") no-repeat;
        background-size: 118.8px;
        width: 118.8px;
        height: 32.4px;
        /*filter: unset;*/
    }


.home-panel-circles .Normal h4 {
    font-size: 1.4vw;
    font-weight: 600;
    font-family: Open Sans;
    margin-top: 40px;
    text-transform: uppercase;
}

.home-panel-circles .Normal span {
    font-size: 1.2vw;
    font-weight: 100;
    line-height: 1.8vw;
    margin-top: 10px;
    display: block;
    display: none;
}

.home-panel-circles .Normal .grey-circle {
}

.home-panel-parallax .Normal {
    color: white;
}

    .home-panel-parallax .Normal h4 {
        margin-top: 20px;
    }

.grey-circle {
    width: 120px;
    height: 120px;
    background: #f1f1f1;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 20px;
}


/* CLIENT PAGE */
.client-panel-information {
    text-align: center;
    margin-bottom: 150px;
    margin-top: 120px;
}

    .client-panel-information .smartek-col-sm-4 {
        width: 40%;
        float: left;
        /*margin-right: 6%;*/
        text-align: justify;
    }

    .client-panel-information .smartek-col-md-4 {
        width: 38%;
        float: left;
        /*margin-right: 6%;*/
        padding-left: 20px;
        text-align: justify;
    }

    .client-panel-information h1 {
        margin-bottom: 50px;
    }

    .client-panel-information h5 {
        margin-bottom: 0.5vw;
    }

.smartek-col-sm-1, .smartek-col-sm-4 {
    margin-top: 1vw;
    margin-bottom: 1vw;
}

.smartek-col-md-1, .smartek-col-md-4 {
    margin-top: 1vw;
    margin-bottom: 1vw;
}

.smartek-col-sm-1 {
    width: 10%;
    float: left;
}

.smartek-col-sm-4 {
    width: 40%;
    float: left;
    text-align: left;
}

.smartek-col-md-1 {
    width: 9%;
    float: left;
}

.smartek-col-md-divider {
    width: 6%;
    color: transparent;
    float: left;
}

.smartek-col-md-4 {
    width: 38%;
    float: left;
    text-align: left;
}

.smartek-col-md-1 img {
    /*height: 100px;*/
    /*float: right;*/
    /*margin-right: 15px;*/
}

.smartek-col-sm-1 img {
    height: 100px;
    float: right;
    margin-right: 15px;
}

 .client-panel-parallax {
    text-align: center;
    margin-top: 75px;
    margin-bottom: 75px;
}

    .client-panel-parallax h6 {
        line-height: 65pt;
        color: #669798;
        font-weight: 600;
    }

.Normal .client-panel-parallax h1:first-child {
    color: white;
    font-weight: 600;
    text-transform: uppercase;
}

.Normal .client-panel-parallax h1 {
    color: white;
}

.Normal .client-panel-parallax h3 {
    font-size: 20pt;
    color: white;
}


/* CONTRACTORS PAGE */
.contractors-panel-icons {
    text-align: center;
    margin-top: 5vw;
    margin-bottom: 5vw;
}

    .contractors-panel-icons b {
        display: block;
        color: white;
        font-size: 12pt;
        font-weight: 400;
        margin-top: 30px;
        margin-bottom: 10px;
    }

.transparent-circles {
    height: 100px;
    width: 100px;
    display: inline-block;
    border-radius: 50%;
    border: 3px solid white;
    padding-top: 22px;
}

    .transparent-circles img {
        height: 52px;
    }

.contractors-panel-icons span {
    color: white;
    width: 82%;
    display: block;
    margin: auto;
}
    .contractors-panel-icons .Normal {
        text-align:center;
    }

    .grey-circles {
        width: 100px;
        height: 100px;
        /*background: #f1f1f1;*/
        border-radius: 50%;
        margin: auto;
        margin-bottom: 45px;
    }

.contractor-circles {
    width: 96%;
    margin: auto;
}

    .contractor-circles span {
        display: block;
        text-align: center;
        margin-top: 15px;
    }

        .contractor-circles span b {
            display: block;
            font-weight: 400;
        }

.Normal .contractors-panel-testimonials {
    color: white;
    max-width: 1400px;
    margin: auto;
    padding-top: 150px;
    padding-bottom: 150px;
    padding-left: 100px;
    padding-right: 100px;
}

    .contractors-panel-testimonials h2 {
        margin-top: 10px;
    }

    .contractors-panel-testimonials h3 {
        font-weight: 100;
        margin-bottom: 10px;
    }



    .contractors-panel-testimonials img {
        width: 180px;
        filter: brightness(0) invert(1);
    }

        .contractors-panel-testimonials img:hover {
            width: 180px;
            filter: unset;
        }

.contractors-panel-statistics {
    text-align: center;
    margin-bottom: 150px;
}

    .contractors-panel-statistics h1 {
        color: #669798;
        font-weight: 600;
        font-size: 26pt;
        min-width: 150px;
    }

.contractors-panel-brands {
    text-align: center;
    margin: auto;
    margin-bottom: 150px;
}

    .contractors-panel-brands span {
        line-height: 3vw;
        font-size: 1.2vw;
        margin-right: 25px;
        margin-left: 25px;
    }

    .contractors-panel-brands img {
        width: 130px;
        margin: 15px;
        transition: 0.3s;
        filter: grayscale(1);
        vertical-align: middle;
    }

        .contractors-panel-brands img:hover {
            filter: none;
        }


/* RESOURCES PAGE */
.smartek-table-resources {
    display: table;
    padding-top: 5vw;
    padding-bottom: 5vw;
    display: none;
}

    .smartek-table-resources h2 {
        font-weight: bold;
        font-size: 2.2vw;
        text-transform: uppercase;
    }

    .smartek-table-resources h4 {
        font-weight: 100;
        font-size: 1.5vw;
    }

.smartek-resources-blog {
    text-align: center;
    margin-top: 50px;
}
/* CONTACT PAGE */
.contact-panel-links {
    margin-top: 120px;
    margin-bottom: 150px;
    text-align: left;
}

    .contact-panel-links.last-link {
        width: 100%;
        float: right;
        padding-left: 40%;
        box-sizing: border-box;
        border-left: solid 2px black;
    }

    .contact-panel-links h1 {
        /*text-align: left;*/
    }

    .contact-panel-links span {
        display: block;
        /*text-align: left;*/
        padding-top: 20px;
    }

.contact-panel-form {
    text-align: center;
    width: 700px;
    margin: auto;
    margin-bottom: 150px;
    margin-top: 140px;
    color: #666666;
}

#mc_embed_signup .mc-field-group label {
    display: block;
    margin-bottom: 3px;
    font-weight: 100;
    font-family: open sans;
}

#mc_embed_signup .button {
    border-radius: 20px !important;
}

#mc_embed_signup .mc-field-group input {
    border-radius: 20px;
}

#mc_embed_signup {
    background: #fff;
    clear: left;
    font: 14px Helvetica,Arial,sans-serif;
    height: 500px;
    padding-top: 120px;
    max-width: 500px;
    margin: auto;
    width: 100%;
}

    #mc_embed_signup .mc-field-group input {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }

    #mc_embed_signup h1, #mc_embed_signup h4 {
        text-align: center;
    }

    #mc_embed_signup .mc-field-group {
        padding-bottom: 0 !important;
    }

.contact-panel-form input {
    font-size: 12pt;
    font-weight: 400;
    padding: 10px;
    color: black;
    border-radius: 20px !important;
}

.contact-panel-parallax-height {
    height: 500px;
    color: transparent;
}

.contact-panel-success {
    font-size: 13pt;
    text-align: center;
    line-height: 26pt;
    color: green;
}

.contact-panel-error {
    font-size: 13pt;
    text-align: center;
    line-height: 26pt;
    color: red;
}

.smartek-cancel-text {
    color: grey;
    text-decoration: underline;
    text-align: center;
    cursor: pointer;
    width: 400px;
    background: white;
    margin: auto;
    padding-bottom: 20px;
    border-radius: 0 0 10px 10px;
}

input {
    padding: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    width: 100%;
    display: block;
    border-radius: 15px;
    border: solid 1px black;
}

.demo-panel-form input[type="submit"].quote-signup-button, .demo-panel-form input[type="submit"].demo-signup-button, .demo-panel-form input[type="submit"].reg-signup-button {
    width: 0;
    height: 0;
    overflow: hidden;
    border: 0;
    padding: 0;
    display: contents;
}

input[type="submit"], button[type="button"] {
    display: block;
    width: 150px;
    border-radius: 30px;
    border: 0;
    background: #D40F45;
    color: white;
    font-weight: 100;
    text-transform: uppercase;
    position: relative;
    padding: 7px;
    font-size: 12pt;
}

    input[type="submit"]:disabled {
        background: #efc1ce;
    }
/* SMARTEK APP */
.smartek-app-gradient {
    /*background-image: url(/portals/0/images/GradientMiddleTopDown.png);
    background-size: 130% 181%;
    background-position-y: 10%;
    margin-top: unset;
    background-position-x: 60%;*/
}

.smartek-app {
    text-align: center;
    margin-top: 150px;
    margin-bottom: 150px;
}
.smartek-app .Normal {
    text-align:center;
}
    .smartek-app .row {
        margin-top: 90px;
    }

    .smartek-app h2 {
        margin-bottom: 15px;
    }

    .smartek-app h4 {
        width: 800px;
        margin: auto;
        margin-top: 30px;
    }

    .smartek-app img:hover {
        margin-top: -50px;
        transition: 0.3s;
    }

        .smartek-app img:hover ~ .negative-margin-top {
            margin-top: 0px;
        }

    .smartek-app img {
        width: 70%;
        max-width: 252px;
        transition: 0.3s
    }

.negative-margin-top {
    position: absolute;
    background: white;
    padding-bottom: 0;
    left: 0;
    transition: 0.3s;
    width: 70%;
    margin: auto;
    margin-top: auto;
    left: 0;
    right: 0;
    margin-top: -118px;
}

    .negative-margin-top h5 {
        font-weight: 400;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .negative-margin-top span {
        /*font-weight: 100;*/
        /*line-height: 1.8vw;*/
    }

/* Buttons */
.page-title button {
    color: white;
    background: transparent;
    border-radius: 50px;
    padding: 5px;
    padding-left: 50px;
    padding-right: 50px;
    border: solid 2px white;
    text-transform: uppercase;
    display: block;
    font-size: 12pt;
    margin-top: 30px;
}

.smartek-button.parallax {
    color: white;
    background: transparent;
    border-radius: 50px;
    padding: 5px;
    padding-left: 50px;
    padding-right: 50px;
    border: solid 2px white;
    text-transform: uppercase;
    margin: auto;
    display: block;
    margin-bottom: 75px;
    width: 280px;
    text-align: center;
}

.smartek-button {
    color: white;
    background: transparent;
    border-radius: 50px;
    padding: 5px;
    padding-left: 50px;
    padding-right: 50px;
    border: solid 2px white;
    text-transform: uppercase;
    display: inline-block;
    font-size: 12pt;
    margin-top: 30px;
    cursor: pointer;
}

.smartek-button-alt {
    color: white;
    background: #D40F45;
    border-radius: 50px;
    padding: 5px;
    padding-left: 50px;
    padding-right: 50px;
    border: solid 2px white;
    text-transform: uppercase;
    display: block;
    font-size: 12pt;
    /*margin-top: 30px;*/
    cursor: pointer;
    text-align: center;
    margin: 0;
}

.home-panel-video .smartek-button-alt {
    width: 300px;
    margin: auto;
}

a.smartek-button-alt {
    color: white;
}

    a.smartek-button-alt:hover {
        color: white;
    }

.contractors-panel-carousel .smartek-button-alt {
    margin-top: 10px;
}

.smartek-app button {
    background: #D40F45;
    color: white;
    border-radius: 50px;
    padding: 5px;
    padding-left: 50px;
    padding-right: 50px;
    border: solid 2px white;
    text-transform: uppercase;
    margin: auto;
    display: block;
    margin-bottom: 90px;
    margin-top: 120px;
}

.home-panel-parallax .Normal button.green {
    border: solid 1px #679999;
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 40px;
    background: #679999;
    border-radius: 40px;
    color: white;
}

a.smartek-button-alt-2 {
    color: white;
    background: #D40F45;
    border-radius: 50px;
    padding: 5px;
    padding-left: 50px;
    padding-right: 50px;
    border: solid 2px white;
    text-transform: uppercase;
    display: block;
    font-size: 12pt;
    /* margin-top: 30px; */
    cursor: pointer;
    text-align: center;
    margin: 0;
    display: inline-block;
    margin-top: 80px;
}

.client-panel-parallax button {
    color: white;
    background: transparent;
    border-radius: 50px;
    padding: 5px;
    padding-left: 50px;
    padding-right: 50px;
    border: solid 2px white;
    text-transform: uppercase;
    margin: auto;
    display: block;
    margin-top: 30px;
}

button.contact {
    background: #D40F45;
    color: white;
    border-radius: 50px;
    padding-left: 40px;
    padding-right: 40px;
    border: solid 2px white;
    text-transform: uppercase;
    display: block;
    margin-top: 30px;
    font-size: 11pt;
}

.contact-button {
    background: #D40F45;
    color: white;
    border-radius: 50px;
    padding-left: 40px;
    padding-right: 40px;
    border: solid 2px white;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 30px;
    font-size: 11pt;
}

a.contact-button {
    color: white;
}

    a.contact-button:focus, a.contact-button:active, a.contact-button:hover {
        color: white;
        text-decoration: none;
    }

button.resources {
    float: right;
    background: #D40F45;
    color: white;
    border-radius: 40px;
    transition: 0.3s;
    padding: 0.5vw;
    padding-left: 3vw;
    padding-right: 3vw;
    border: solid 2px white;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 15px;
    font-family: montserrat;
    margin-top: 2vw;
}

.contractors-panel-carousel {
    margin-bottom: 5vw;
}

    .contractors-panel-carousel button {
        background: #D40F45;
        color: white;
        border-radius: 50px;
        padding: 5px;
        padding-left: 50px;
        padding-right: 50px;
        border: solid 2px white;
        text-transform: uppercase;
        margin: auto;
        display: block;
        margin-top: 30px;
    }




/* RESOURCES BLOG */
[id$="pnlListArticles"] .entry-content {
    height: 131px;
    overflow-y: scroll;
    scrollbar-color: #dcdcdc white;
    scrollbar-width: thin;
}

[id$="pnlViewArticle"] .edn_articleTitle { /* NB 25/11/19 */
    /*display: none;*/
}


.entry-content::-webkit-scrollbar { /* NB 3/07/19 */
    width: 4px;
}

.entry-content::-webkit-scrollbar-track { /* NB 3/07/19 */
    background-color: white;
}

.entry-content::-webkit-scrollbar-thumb { /* NB 3/07/19 */
    background-color: #dcdcdc !important;
}

.edn_metaDetails a, .edn_numberComments, span.edn_numberOfVievs {
    display: none !important;
}

.edn_article {
    display: inline-block;
    width: 32.33%;
    vertical-align: top;
    padding: 2%;
}

.fluid-width-video-wrapper {
    padding: 0 !important;
    width: 100% !important;
}

    .fluid-width-video-wrapper iframe {
        width: 100% !important;
        height: 389px !important;
    }

.edn_articleDetails {
    width: 750px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    left: 0 !important;
    right: 0 !important;
    display: block !important;
}

    .edn_articleDetails img {
        object-fit: unset !important;
        width: 100% !important;
        height: unset !important;
    }

.eds_news_Ozone.eds_subCollection_news .edn_article .edn_readMoreButtonWrapper {
    text-align: left !important;
    float: left;
    background: white;
    display: block;
    width: 100%;
    position: relative;
    margin-top: -45px;
}

.eds_news_Ozone.eds_subCollection_news .edn_article {
    margin-bottom: 10px !important;
}

.eds_news_Ozone h2 {
    font-size: 24px !important;
}

.eds_news_Ozone.eds_subCollection_news a {
    color: #555556 !important;
    font-family: 'Open Sans' !important;
    font-size: 12pt !important;
    font-weight: 400 !important;
}

.eds_news_Ozone.eds_subCollection_news {
    margin-bottom: 50px;
}

    .eds_news_Ozone.eds_subCollection_news .entry-content a {
        font-size: 13px !important;
    }

.edn_articlesRssWrapper {
    display: none;
}

.eds_news_Ozone.eds_subCollection_news .article_comments .add_comment .add_article_box .submit {
    display: inline-block;
    border: 1px solid #c81704;
    background: none #fff;
    text-shadow: none;
    text-decoration: none;
    line-height: 1;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    padding: 7px 18px;
    border-radius: 4px;
    box-shadow: none;
    color: #c81704;
    -webkit-transition: all 200ms linear;
    -khtml-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    color: white !important;
    background: #D40F45 !important;
    border-radius: 60px !important;
    transition: 0.3s;
    padding: 10px !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-top: 20px;
}

.contentpane .eds_news_Ozone.eds_subCollection_news .edn_readMore.edn_readMoreButton {
    background: #D40F45;
    color: white !important;
    border-radius: 50px;
    padding: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-left: 20px;
    padding-right: 20px;
    border: solid 2px white;
    text-transform: uppercase;
    margin: auto;
    margin-top: auto;
    display: inline-block;
    margin-top: 10px;
    font-size: 10pt !important;
    font-weight: 400 !important;
}

.eds_news_Ozone * img {
    object-fit: cover;
    width: 100%;
    height: 180px;
}

.edn_metaDetails a, .edn_numberComments, span.edn_numberOfVievs, .entry-meta, .edn_metaDetails, .edn_socialPrintWrapper, .eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails .edn_metaDetails, .article_comments {
    display: none;
}



/* CONTRACTORS CAROUSEL */
.carousel {
    margin-top: 40px;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-open:checked + .carousel-item {
    position: static;
    opacity: 100;
}

.carousel-item {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-out;
    transition: opacity 0.6s ease-out;
}

    .carousel-item img {
        display: block;
        height: auto;
        max-width: 100%;
    }

.carousel-control {
    background: rgba(0, 0, 0, 0.28);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 40px;
    height: 40px;
    line-height: 35px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    cursor: pointer;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
    width: 40px;
    z-index: 10;
}

    .carousel-control.prev {
        left: 2%;
    }

    .carousel-control.next {
        right: 2%;
    }

    .carousel-control:hover {
        background: rgba(0, 0, 0, 0.8);
        color: #aaaaaa;
    }

#carousel-1:checked ~ .control-1,
#carousel-2:checked ~ .control-2,
#carousel-3:checked ~ .control-3 {
    display: block;
}

.carousel .carousel-indicators {
    display: none;
}

.carousel-indicators {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
    bottom: 90px !important;
}

    .carousel-indicators li {
        display: inline-block;
        margin: 0 5px;
    }

.carousel-bullet {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 35px;
}

    .carousel-bullet:hover {
        color: #aaaaaa;
    }

#carousel-1:checked ~ .control-1 ~ .carousel-indicators li:nth-child(1) .carousel-bullet,
#carousel-2:checked ~ .control-2 ~ .carousel-indicators li:nth-child(2) .carousel-bullet,
#carousel-3:checked ~ .control-3 ~ .carousel-indicators li:nth-child(3) .carousel-bullet {
    color: #428bca;
}



.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 70%;
    margin: auto;
}

.carousel .carousel-caption {
    top: 0;
    color: #555556 !important;
    text-shadow: none !important;
    position: relative;
    left: 0;
    right: 0;
    padding-bottom: 30px;
}

.carousel-caption p {
    margin-top: 20px;
}

.carousel-caption h3 {
    font-size: 20pt;
    color: #555556;
}

.carousel-control {
    display: unset !important;
    top: 50% !important;
    width: 50px !important;
    height: 50px !important;
    background: #D40F45;
    opacity: 1 !important;
    background-image: unset !important;
}

.item img {
    width: 70% !important;
}

.contractors-panel-carousel {
    text-align: center;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    margin-top: 30px;
}



/* EXTRAS */


.c_footer {
    display: none;
}

.ParallaxHome {
    background-image: url("/Portals/0/Images/Home-Parallax-2.jpeg");
    position: relative;
    width: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.Parallax {
    background-image: url("/Portals/0/Images/client-parallax.jpeg");
    position: relative;
    width: 100%;
    /*background-position: 0 -600px;*/
    /*background-attachment: fixed;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ParallaxContact {
    background-image: url("/Portals/0/Images/Contact-Parallax.jpeg");
    position: relative;
    width: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ParallaxContractors {
    background-image: url("/Portals/0/Images/Contractors-Parallax.jpeg");
    position: relative;
    width: 100%;
    /*background-position: 0 -490px;*/
    /*background-attachment: fixed;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.SkinWidth {
    max-width: 1200px;
}

.SkinWidthFooter {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1500px;
}

.SkinWidthRed {
    max-width: 1200px;
    margin: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.Container001 .contentpane {
    padding: 0 !important;
}

div.laptop-wrapper {
    position: relative;
    padding-top: 25px;
    padding-bottom: 67.5%;
    height: 0;
    margin-left: 1px;
}

    div.laptop-wrapper iframe {
        box-sizing: border-box;
        background: url(/Portals/0/Images/DesktopTransparent.png) center center no-repeat;
        background-size: auto;
        background-size: contain;
        padding: 3.6vw 6.282vw 7.8vw 6.399vw;
        position: absolute;
        top: 0;
        left: 0;
        width: 98.4%;
        height: 97%;
    }

/* NAVIGATION */
.StickyNav_Smartek {
    box-shadow: none;
    z-index: 999;
    position: fixed;
    top: 0px;
    width: 100% !important;
    max-height: 100%;
    text-align: center;
    padding-left: 40px;
    padding-top: 30px;
    padding-right: 40px;
}

#StickyNav2 {
    transition: 0.5s;
}

.Navbar {
    vertical-align: top;
    display: inline-block;
    float: left;
}

.NavMenu {
    padding: 0;
}

ul.dnnmega {
    display: inline-table;
    padding-left: 20px;
}

    ul.dnnmega li {
        height: 100px;
        display: table-cell;
        vertical-align: middle;
    }

        ul.dnnmega li:hover span {
            border-bottom: solid 2px white;
            border-top: solid 2px transparent;
        }

        ul.dnnmega li a {
            display: block;
            color: #fff;
            line-height: 30px;
            font-size: 12pt;
            text-transform: uppercase;
            font-family: Open Sans;
            padding: 0;
            position: relative;
            margin-left: 10px;
            margin-right: 10px;
        }

            ul.dnnmega li a:active, ul.dnnmega li a:visited, ul.dnnmega li a:hover, ul.dnnmega li a:link {
                text-decoration: none;
            }

            ul.dnnmega li a span {
                color: white;
                font-family: Open Sans;
                border-bottom: 0px;
                text-transform: uppercase;
                font-weight: 500;
            }

                ul.dnnmega li a span:hover, ul.dnnmega li a span:active, ul.dnnmega li a span:visited, ul.dnnmega li a span:link {
                    text-decoration: none;
                }

        ul.dnnmega li span:hover {
            background: none;
        }

        ul.dnnmega li.mmSelected span {
            border-bottom: solid 2px white;
            border-top: solid 2px transparent;
        }

/* LOGOS */
.SmartekLogo {
    z-index: 906;
    float: left;
    display: inline-block;
    font-size: 28pt;
    color: black;
    line-height: 100px;
    font-family: LemonMilkL;
    background-image: url(/Portals/0/Images/SmartekWhiteBranding.png);
    background-size: 100px;
    background-repeat: no-repeat;
    letter-spacing: 4px;
    background-position-y: -2px;
    width: 270px;
    padding-left: 20px;
}

    .SmartekLogo a:focus {
        text-decoration: none;
    }

    .SmartekLogo a {
        padding-left: 20px;
        color: white !important;
        z-index: 10 !important;
        padding-right: 50px;
        border-right: solid 1px white;
    }

    .SmartekLogo img {
        position: absolute;
        z-index: 1 !important;
        width: 60px;
        height: 60px;
        margin-left: 50px;
    }

.SmartekFooterLogo {
    display: inline-block;
    z-index: 999 !important;
    color: black;
    font-size: 40px;
    height: 120px;
    line-height: 72px;
    font-family: LemonMilkL;
    letter-spacing: 2px;
    background-image: url(/Portals/0/Images/SmartekWhiteBranding.png);
    background-size: 120px;
    background-repeat: no-repeat;
}

    .SmartekFooterLogo a {
        padding-left: 40px;
        line-height: 119px;
        color: white !important;
        z-index: 10 !important;
    }

.SmartekLogoScroll {
    display: inline-block;
    color: #fff !important;
    font-size: 30px;
    padding-left: 5px;
    font-family: LemonMilkL;
    letter-spacing: 8px;
}

    .SmartekLogoScroll a {
        color: #fff !important;
    }

        .SmartekLogoScroll a:hover {
            background-color: rgba(245,245,245, 0.2)
        }


/* LOGIN BUTTONS */
.SmartekLogin {
    z-index: 906;
    float: right;
    display: inline-block;
    line-height: 100px;
    vertical-align: top;
    /*padding-left: 55.3px;*/
}

    .SmartekLogin a span {
        color: white;
        background: transparent;
        border-radius: 40px;
        transition: 0.3s;
        padding: 5px;
        padding-right: 5px;
        padding-left: 5px;
        padding-left: 20px;
        padding-right: 20px;
        border: solid 2px white;
        text-transform: uppercase;
        font-weight: 100;
        margin-right: 20px;
        font-size: 10pt;
    }

.register-desktop {
    color: #D40F45;
    background: white;
    border-radius: 40px;
    transition: 0.3s;
    padding: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-left: 20px;
    padding-right: 20px;
    border: solid 2px white;
    text-transform: uppercase;
    font-weight: 100;
    margin-right: 20px;
    display: inline;
    cursor: pointer;
    display: none;
}

.SmartekLogin a span.register {
    color: #D40F45;
    background: white;
    border-radius: 40px;
    transition: 0.3s;
    padding: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-left: 20px;
    padding-right: 20px;
    border: solid 2px white;
    text-transform: uppercase;
    font-weight: 100;
    margin-right: 20px;
}

.SmartekLogin a:hover {
    text-decoration: none;
}


.row {
    margin: 0;
    margin-right: 0 !important;
    margin-left: 0 !important;
}


ul.form_list.dg-form-content.form-line.size-default.black {
    margin: 0 !important;
}

.form_list > li {
    padding: 0 !important
}

.dg-form-content.form-line .form-control-wrap input[type=text], .dg-form-content.form-line .form-control-wrap input[type=email], .dg-form-content.form-line .form-control-wrap input[type=url], .dg-form-content.form-line .form-control-wrap input[type=tel], .dg-form-content.form-line .form-control-wrap input[type=number], .dg-form-content.form-line .form-control-wrap input[type=date], .dg-form-content.form-line .form-control-wrap select, .dg-form-content.form-line .form-control-wrap textarea {
    margin: 0 !important;
    height: unset !important;
    border: 1px solid black !important;
    border-radius: 0 !important;
    padding: 5px !important;
}

.dg-form-content.form-line label.fixlabel {
    top: 22px !important;
    left: 15px;
    font-size: 13px !important;
}

.dg-form-content.form-line .form-control-wrap input[type="text"] {
    padding-right: 50px !important;
    border-radius: 20px !important;
}

.dg-form-content.form-line .form-control-wrap.row3 input[type=text], .dg-form-content.form-line .form-control-wrap.row4 input[type=text] {
    padding-right: 100px !important;
}

.dg-form-content.form-line .row3 label.valid, .dg-form-content.form-line .row4 label.valid {
    /*top:-1px !important;*/
    font-size: 10px !important;
    left: 250px;
}

.dg-form-content.form-line label.valid {
    /*top:-1px !important;*/
    font-size: 10px !important;
    left: 300px;
}

.dg-form-content.form-line .form-control-wrap {
    padding: 0px !important;
    padding-top: 5px !important;
}

.dg-form-content.form-line .fixline:before {
    content: unset !important;
    position: unset !important;
    bottom: unset !important;
    width: unset !important;
    border-bottom: unset !important;
    -moz-transition: unset !important;
    -webkit-transition: unset !important;
    -o-transition: unset !important;
    -ms-transition: unset !important;
    transition: unset !important;
}

.Result_01_Default .return-btn, .Result_01_Default .return-btn:link, .Result_01_Default .return-btn:visited, .Result_01_Default .return-btn:active {
    color: white !important;
    width: 120px;
    text-align: center;
    margin: auto !important;
    margin-top: 20px !important;
}

.Theme_01_Default .form_submit .submit_but, .Theme_01_Default .form_submit .reset_but, .return-btn {
    display: block;
    width: 100%;
    border-radius: 30px;
    border: 0;
    background: #D40F45;
    color: white;
    font-weight: 100;
    text-transform: uppercase;
    position: relative;
    padding: 3px;
    font-size: 12pt;
    margin: 0 !important;
    margin-top: 20px !important;
}

[id$="View_Index_pnlTrial"] {
    display: none;
}

.validationEngineContainer {
    background: white;
    width: 400px;
    margin: auto;
    padding: 30px;
    padding-bottom: 10px;
    border-radius: 10px 10px 0 0;
}

.form_list > li {
    width: 100%;
}

/*.Theme_01_Default {
    display: block !important;
    width: 400px !important;
    margin: auto !important;
    background: white !important;
    padding: 30px !important;
    padding-bottom:10px !important;
}*/
.Result_01_Default {
    position: fixed;
    background: white;
    margin-left: -30px;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: -150px;
    width: 400px;
    text-align: center;
}

.result_form {
    text-align: center;
}

.demoPopup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1201;
    display: table;
    width: 100%;
    height: 100%;
    display: none;
}

    .demoPopup .row {
        display: table-cell;
        vertical-align: middle;
    }

.quotePopup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1201;
    display: table;
    width: 100%;
    height: 100%;
    display: none;
}

    .quotePopup .row {
        display: table-cell;
        vertical-align: middle;
    }

.registerPopup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1202;
    display: table;
    width: 100%;
    height: 100%;
    display: none;
}

    .registerPopup .row {
        display: table-cell;
        vertical-align: middle;
    }

.registerLink {
    cursor: pointer;
}

    .registerLink:hover {
        color: silver;
    }

.contactOverlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #757070;
    opacity: 0.7;
    z-index: 1200;
    display: none;
}

.demo-panel-form {
    display: block;
    width: 400px;
    margin: auto;
    background: white;
    padding: 30px;
}

.demo-panel-form-header {
    display: block;
    width: 400px;
    margin: auto;
    padding: 30px;
    color: white;
    text-align: center;
    background: none;
}

    .demo-panel-form-header h1 {
        text-transform: uppercase;
        font-size: 14pt;
        font-weight: 100;
        padding-bottom: 10px;
    }

    .demo-panel-form-header h4 {
        font-size: 10pt;
    }

.demo-panel-form input {
    border-radius: 0;
}

    .demo-panel-form input[type="submit"] {
        width: 100%;
        display: block;
        border-radius: 20px;
    }




.contact-panel-form .mc-field-group input[type=submit] {
    display: block;
    width: unset !important;
    padding: 0 !important;
    padding-left: 20px !important;
    padding-right: 30px !important;
    font-family: 'Open Sans Light';
    text-transform: uppercase;
    border-radius: 20px !important;
}

#mc_embed_signup .button {
    background: #D40F45 !important;
}

.marketing-login {
    width: 200px;
    font-weight: 100;
    font-family: roboto;
    background: white;
    box-shadow: 0 0 4px silver;
    font-size: 15px;
    padding: 10px;
    text-align: center;
    margin: auto;
    position: relative;
    bottom: -20px;
    z-index: 10;
}

.mycontent {
    margin: 0;
}

.login-update-message {
    line-height: 30px;
    width: 550px;
    font-weight: 100;
    font-family: roboto;
    background: white;
    box-shadow: 0 0 4px silver;
    font-size: 15px;
    padding: 10px;
    margin: auto;
    margin-top: auto;
    margin-bottom: auto;
    margin-top: auto;
    margin-top: 170px;
    margin-bottom: 10px;
}

    .login-update-message h4 {
        letter-spacing: 10px;
        background: #D40F45;
        font-size: 23px;
        font-weight: 100;
        line-height: 1;
        text-align: center;
        white-space: nowrap;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        color: #fff;
        text-transform: uppercase;
        font-family: LemonMilkL;
        vertical-align: top;
        padding: 10px;
        padding-right: 10px;
        padding-left: 10px;
        padding-right: 20px;
        padding-left: 30px;
    }

.warning-badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: .25em;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    color: #fff;
    background-color: red;
    text-transform: uppercase;
    font-family: roboto;
    vertical-align: top;
    position: relative;
    left: -5px;
    top: -47px;
}

.login-update-message h5 {
    margin-top: -20px;
}

a.smartek-login-button {
    color: white;
    background: #D40F45;
    border-radius: 50px;
    padding: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-left: 50px;
    padding-right: 50px;
    border: solid 2px white;
    text-transform: uppercase;
    display: block;
    font-size: 12pt;
    margin-top: 30px;
    cursor: pointer;
    text-align: center;
    transition: 0.1s;
}

    a.smartek-login-button:hover {
        color: white;
        font-size: 14pt;
    }

/* FOOTER */
.TermsCss, .TermsCss:link, .TermsCss:active, .TermsCss:visited, .copyright {
    color: white;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    font-family: montserrat;
}

.FooterLogo {
    text-align: center;
    font-family: montserrat;
}

.footer-bar {
    background: #181818;
    text-transform: uppercase;
    color: white;
    font-family: montserrat;
}


.BrandingWhiteFooter1 {
    padding-top: 12px;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: none;
}

    .BrandingWhiteFooter1 img {
        height: 26px;
        padding-top: 5px;
    }

.BrandingWhiteFooter2 {
    font-size: 11px;
    font-weight: 100;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: none;
}

.learn-more {
    text-align: center;
    margin-top: -75px;
    color: white;
    cursor: pointer;
}

    .learn-more span {
        display: block;
    }

    .learn-more i {
        font-size: 80px;
        position: relative;
        top: -25px;
    }

.skin-footer {
    font-family: montserrat;
    border-top: solid 1px lightgrey;
    background: #242424;
    color: white;
}

/*div#mc_embed_signup input {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}*/

.footer-main {
    font-family: montserrat;
    padding-bottom: 100px;
    padding-top: 40px;
}

    .footer-main .col-sm-5 {
        width: 28%;
    }

    .footer-main .col-sm-3 {
        width: 23%;
    }

    .footer-main .col-sm-1 {
        width: 14%;
    }

    .footer-main .col-sm-2 {
        width: 18%;
        padding-right: 2%;
    }





.skin-footer .Normal {
    color: white;
    font-size: 14px;
}

.skin-footer a {
    color: white;
}

    .skin-footer a:hover, .skin-footer a:active, .skin-footer a:focus {
        color: silver;
        text-decoration: none;
    }

.FooterHeading {
    font-weight: bold;
    font-size: 14px;
    padding-left: 10px;
    border-left: solid 4px #D40F45;
    margin-bottom: 30px;
    text-transform: uppercase;
    margin-top: 30px;
    font-family: Open Sans;
    font-weight: 400;
}

#dnn_FooterPane .ModDNNHTMLC {
    margin-top: 6px;
    text-align: center;
}

.footerbar-text {
    text-align: center;
}

    .footerbar-text h1 {
        font-size: 35px;
        color: black;
        text-transform: uppercase;
        font-family: Open Sans;
    }
/* END OF FOOTER */


.menu_box, .menu_box:link, .menu_box:active, .menu_box:visited {
    display: none;
}

@media handheld, only screen and (max-width:1500px) {
    ul.dnnmega li a {
        font-size: 10pt;
    }
}

@media handheld, only screen and (max-width:1250px) {
    /* NAVIGATION */
    .StickyNav_Smartek {
        padding: 0;
    }

    .SmartekLogo a {
        border: 0;
    }

    .menu_box {
        display: block !important;
    }

    .NavMenu, .SmartekLogin {
        display: none;
    }

    .menu_box, .menu_box:link, .menu_box:active, .menu_box:visited {
        position: fixed;
        cursor: pointer;
        right: 0;
        padding: 0;
        margin: 0;
        line-height: 60px;
        margin-right: 15px;
        top: 0;
        font-size: 35px;
        display: block;
    }

        .menu_box:hover {
            color: white;
        }

    #NavMobileScrollMenu {
        display: none;
        z-index: 50 !important;
        text-align: center;
    }

    #NavMobileScrollDropdown {
        display: none;
        padding-left: 10px;
        padding-top: 10px;
        padding-top: 10px;
        font-size: 24px;
        font-family: LemonMilkL;
        letter-spacing: 3px;
        background-color: rgba(0, 0, 0, 0.5);
        padding-bottom: 10px;
        padding-right: 10px;
    }

        #NavMobileScrollDropdown i.fa {
            font-size: 40px;
            color: white;
        }

    #NavMobileScroll {
        position: fixed;
        width: 100%;
        z-index: 50;
    }

    .NavMobileScroll a {
        color: white;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
        display: block;
    }

        .NavMobileScroll a:hover {
            background-color: #ddd;
            color: black;
        }

    .MobileMenu .treeview li {
        list-style-type: none;
        border-bottom: 1px solid #e1e1e1;
        margin: 0;
        line-height: 50px;
    }

        .MobileMenu .treeview li a {
            color: white;
            background: linear-gradient(to right, #d64c65 0%,#c22d48 50%,#992339 100%);
        }

            .MobileMenu .treeview li a.register-mobile {
                display: none;
            }

    .MobileMenu .treeview a.selected {
        background: linear-gradient(to right, #e18b9b 0%,#db7083 50%,#934d5a 100%);
        color: white;
    }

    .MobileMenu .treeview a:hover {
        background: linear-gradient(to right, #e18b9b 0%,#db7083 50%,#934d5a 100%);
        color: white;
    }

    .MobileMenu .treeview {
        border-top: 0px;
    }

    .SmartekLogo {
        height: 60px;
        font-size: 22px;
        line-height: 60px;
        background-size: 60px;
        letter-spacing: 2px;
        background-position-x: 9px;
        background-position-y: 0px;
        width: unset;
        padding-left: 2px;
        padding-top: 1px;
    }

        .SmartekLogo a {
            padding-left: 32px;
        }
}

@media handheld, only screen and (max-width:1200px) {
    .page-title {
        margin-left: 0;
        margin-top: 14.2vw;
        width: 100%;
        padding-left: 10%;
    }

    a.smartek-button-alt-2 {
        margin-top: 100px;
    }

    .page-title.with-button {
        margin-top: 10.2vw;
    }

    .page-title h3 {
        width: 535px;
    }

    .home-panel-videoplayer iframe {
        width: 85vw;
        height: 48vw;
    }

    .home-panel-videoplayer {
        padding-top: 60px;
        padding-bottom: 25px;
    }

    .home-panel-video {
        padding-bottom: 75px;
    }

    .smartek-button.parallax {
        margin-bottom: 60px;
    }

    .smartek-table-column {
        width: 100%;
        display: block;
        float: none;
    }

    .home-panel-circles .Normal {
        margin-top: 45px;
    }

    .home-panel-brands {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .smartek-table-clear:first-child {
        padding-top: 60px;
    }

    .smartek-app {
        margin-top: 75px;
        margin-bottom: 75px;
    }

        .smartek-app button {
            margin-bottom: 45px;
        }

        .smartek-app h4 {
            width: unset;
            margin-top: 15px;
        }

    .home-panel-parallax-height, .contact-panel-parallax-height {
        height: 300px;
    }

    .client-panel-information {
        margin-bottom: 75px;
        margin-top: 60px;
    }

    .carousel {
        margin-top: 0;
    }

    .carousel-caption {
        margin-top: -20px;
    }

        .carousel-caption p {
            margin-top: 0;
        }

    .contractors-panel-testimonials {
        padding-top: 15px;
        padding-bottom: 75px;
        padding-left: 100px;
        padding-right: 100px;
    }

    .smartek-app-gradient .smartek-table-clear {
        margin-bottom: 75px;
    }

    .contractors-panel-brands {
        margin-bottom: 75px;
    }

    .contractors-panel-statistics {
        margin-bottom: 75px;
    }

    .contact-panel-links.last-link {
        width: unset;
        float: unset;
        padding-left: unset;
        box-sizing: unset;
        border-left: unset;
    }

    .contact-panel-links {
        text-align: center;
        margin-top: 60px;
        margin-bottom: 75px;
    }

    .contact-panel-form {
        margin-top: 75px;
        margin-bottom: 60px;
    }

    .smartek-resources-blog {
        margin-top: 0;
    }

    .eds_news_Ozone.eds_subCollection_news {
        margin-bottom: 0;
    }

    .client-panel-parallax {
        margin-top: 80px;
        margin-bottom: 80px;
    }
}


@media handheld, only screen and (max-width:1100px) {
    .page-title {
        margin-top: 12.2vw;
    }

        .page-title.with-button {
            margin-top: 8.2vw;
        }

    .smartek-button {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media handheld, only screen and (max-width:1000px) {
    a.smartek-button-alt-2 {
        margin-top: 120px;
    }
}

@media handheld, only screen and (max-width:950px) {
    .page-title h1 {
        font-size: 34pt;
    }

    .contractors-panel-testimonials {
        padding-left: 50px;
        padding-right: 50px;
    }

    .page-title h3 {
        width: 320px;
        font-size: 14pt;
    }

    .footer-main .col-sm-5 {
        width: 100%;
    }

    .footer-main .col-sm-2 {
        width: 30%;
        padding-right: 0;
    }

    .footer-main .col-sm-1 {
        width: 15%;
    }

    .footer-main .col-sm-3 {
        width: 40%;
    }
}



@media handheld, only screen and (max-width:767px) {
    .login-update-message {
        width: 90%;
        margin: auto;
        margin-top: 100px;
        margin-bottom: 20px;
    }

    a.smartek-login-button {
        font-size: 11pt;
    }

        a.smartek-login-button:hover {
            font-size: 11pt;
        }

    .clearfix.FullContent1.smartek-login-form {
        width: 90%;
        margin: auto;
        margin-bottom: 50px;
    }

    .smartek-login-form .dnnLabel {
        display: block;
        float: none;
    }

    .dnnFormItem > label.dnnFormLabel, .dnnFormItem > span.dnnFormLabel {
        display: unset;
        margin: unset;
        width: unset;
        text-align: unset;
    }

    .smartek-login-form .LoginPanel {
        width: unset;
        padding: unset;
    }

    .dnnLoginService input[type="text"], .dnnLoginService input[type="password"] {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }

    .wrapper h1 {
        font-size: 16pt;
        font-weight: 400;
    }

    .page-title h1 {
        font-size: 27pt;
    }

    .smartek-table-column-4 {
        width: 100%;
        float: none;
    }

    .contractors-panel-testimonials .smartek-table-column-4 {
        width: 100%;
        display: table-header-group;
    }

    .home-panel-brands {
        text-align: center;
    }

    .home-panel-parallax-height, .contact-panel-parallax-height {
        height: 200px;
    }

    .smartek-app .row {
        margin-top: 50px;
    }

    .smartek-app img:hover {
        margin-top: 0;
    }

        .smartek-app img:hover ~ .negative-margin-top {
            margin-top: 0;
        }

    .negative-margin-top {
        position: relative;
        margin: 0;
        width: unset;
        margin-bottom: 50px;
    }

    .smartek-app button {
        margin-bottom: 45px;
        margin-top: 0;
    }

    .contractors-panel-icons b {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .contractors-panel-icons span {
        margin-bottom: 50px;
        max-width: 300px
    }

    .contractor-circles {
        width: 80%;
        margin-bottom: 50px;
    }

    .grey-circles {
        margin-bottom: 10px;
    }


    .footer-main .col-sm-5 {
        width: 100%;
    }

    .footer-main .col-sm-2 {
        width: 100%;
    }

    .footer-main .col-sm-1 {
        width: 100%;
    }

    .footer-main .col-sm-3 {
        width: 100%;
    }

    .FooterHeading {
        background: #313131;
    }

    .client-panel-information .smartek-col-md-divider {
        width: 100%;
    }

    .client-panel-information .smartek-col-md-4 {
        width: 82%;
    }

    .client-panel-information .smartek-col-md-1 {
        width: 18%;
    }

    .client-panel-information .row {
        margin-bottom: 28px;
    }

    .contractors-panel-statistics .col-sm-3 {
        margin-bottom: 20px;
    }

    span.glyphicon.glyphicon-chevron-right, span.glyphicon.glyphicon-chevron-left {
        margin-top: -10px;
    }

    .carousel .carousel-caption {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
    }

    .carousel .carousel-control.right {
        right: 20px;
    }

    .carousel .carousel-control.left {
        left: 20px;
    }

    .contractors-panel-statistics {
        margin-bottom: 75px;
        margin-top: 50px;
    }

    .contractor-circles span {
        margin-top: 0;
    }

    .contractors-panel-testimonials {
        padding-left: 50px;
        padding-right: 50px;
    }

    .contact-panel-form {
        width: unset;
    }

    .red-overlay-no-radius, .header-image-radius img, .red-overlay, .header-image img {
        border-radius: 0;
    }

    .header-image-radius img, .header-image img {
        height: 350px;
        object-fit: cover;
    }

    .page-title.with-button {
        margin-top: 68px;
    }

    .page-title {
        margin-top: 98px;
    }

    .carousel .carousel-indicators {
        display: none;
    }

    .edn_article {
        width: 50%;
        float: left;
    }

    .client-panel-information {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .home-panel-videoplayer {
        padding-top: 30px;
    }

    .demo-panel-form, .demo-panel-form-header {
        width: unset;
    }

    .validationEngineContainer, .smartek-cancel-text {
        width: 100%;
    }

    a.smartek-button-alt-2 {
        margin-top: 0;
    }
}

@media handheld, only screen and (max-width:500px) {
    .carousel .carousel-control.right {
        right: 0;
    }

    .carousel .carousel-control.left {
        left: 0;
    }

    .edn_article {
        width: 100%;
        float: none;
    }

    .client-panel-information .smartek-col-md-1 {
        display: none;
    }

    .client-panel-information .smartek-col-md-4 {
        width: 100%;
        padding: 0;
    }

    .wrapper h6 {
        font-size: 38pt;
    }

    .page-title {
        text-align: center;
        padding-left: 0;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media handheld, only screen and (max-width:500px) and (max-height:1000px) {
    .page-title h1 {
        font-size: 20pt;
        line-height: 32pt;
    }

    .home-panel-red-overlay .header-image img {
        height: calc(100vh - 55px);
    }

    .page-title h3 {
        text-align: center;
        width: unset;
        margin: auto;
        margin-top: auto;
        margin-top: 15px;
    }

    .home-panel-red-overlay .header-image img {
        background: url("/portals/0/Images/Home-LowRes.jpeg") no-repeat !important;
        background-size: auto calc(100vh - 55px) !important;
        background-position: center 0 !important;
    }

    .red-overlay .header-image img {
        background: url("/portals/0/Images/Clients-LowRes.jpeg") no-repeat !important;
        background-size: auto 350px !important;
        background-position: center 0 !important;
    }

    .red-overlay-no-radius .header-image-radius img {
        background: url("/portals/0/Images/Contractors-LowRes.jpeg") no-repeat !important;
        background-size: auto 350px !important;
        background-position: center 0 !important;
    }

    .red-overlay.blog-section .header-image img {
        background: url("/portals/0/Images/Resources-LowRes.jpeg") no-repeat !important;
        background-size: auto 350px !important;
        background-position: center 0 !important;
    }

    .red-overlay.contact-us .header-image img {
        background: url("/portals/0/Images/Contact-LowRes.jpeg") no-repeat !important;
        background-size: auto 350px !important;
        background-position: center 0 !important;
    }

    .page-title.home-page {
        margin-top: calc(50vh - 216px + 55px);
    }

    .learn-more {
        margin-top: -125px;
    }

    .ParallaxHome {
        background-attachment: unset;
    }
}
