html { height: 100%; }

body, html { margin: 0px; padding: 0px; min-height: 100% }



.main-wrapper { position: relative; min-height: calc(100vh + 0px); background-color: white; }
/*.main-wrapper { min-height: 100% }*/

.header { position: absolute; top: 0; width: 100% }

.content-wrapper { padding-top: 50px; box-sizing: border-box; padding-bottom: 150px }

.header .new { background-image: url(../Media/new.png); background-size:20px; background-color:red }

.slideshow-main {
    position: absolute;
    width: 70%;
}

.uk-slidenav { background: black !important; border: 1px solid white; }

.wl-hero-bg-main {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    background-position: bottom;
    position: absolute;
}

.hero-bg1 {
    background-image: url("images/bg1-2.html");
}

.hero-bg2 {
    background-image: url("images/bg2-2.html");
}

.hero-bg3 {
    background-image: url("images/bg3-2.html");
}

.hero-bg4 {
    background-image: url("images/bg4-2.html");
}

.hero-bg5 {
    background-image: url("images/bg5-2.html");
}

.hero-bg6 {
    background-image: url("images/bg6-2.html");
}

.hero-bg7 {
    background-image: url("content/images/bg7.html");
}


/*
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^End of hero css
*/

.project-info {
    min-height: 300px
}

.proThumbs {
    max-width: 200px
}

.strapline-mobile {
    position: relative;
    display: none;
}


.mybox {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    height: 100%;
    min-height: 100%;
}

    .mybox div.A {
        flex-grow: 1;
        min-width: 0;
        /*min-height: 100vh;*/
        background-color: #fafafa;
    }

    .mybox div.B {
        order: 2;
        width: 61.25%;
        max-width: 360px;
        height: calc(100vh-50px);
    }

.contact-button {
    height: 70px;
    width: 70px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 1002;
    border-radius: 50px;
    overflow: hidden;
    border: 3px solid white;
    padding-top: 10px;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

    .contact-button:hover {
        height: 80px;
        width: 80px;
        border: 3px solid black;
        right: 20px;
        -webkit-transition: all 0.7s ease;
        -moz-transition: all 0.7s ease;
        -o-transition: all 0.7s ease;
        -ms-transition: all 0.7s ease;
        transition: all 0.7s ease;
        cursor: pointer;
    }

        .contact-button:hover:after {
            position: fixed;
            right: 10px;
            bottom: 10px;
            z-index: 1003;
            background-color: white;
            content: "Hi";
            padding: 5px 8px;
            font-size: 0.7em;
            -webkit-transition: all 0.7s ease;
            -moz-transition: all 0.7s ease;
            -o-transition: all 0.7s ease;
            -ms-transition: all 0.7s ease;
            transition: all 0.7s ease;
            border-radius: 50px;
        }

.contact-label {
    position: fixed;
    bottom: 50px;
    text-align: right;
    opacity: 0;
    background: #F78819;
    width: 80px;
    padding: 5px;
    font-size: 0.6em;
    text-align: center;
    z-index: 5000;
}

.service-active {
    cursor: pointer;
    filter: grayscale(0%) !important;
}

.min-h {
    min-height: 340px;
}

.drop-hover {
    color: black;
}

    .drop-hover a:hover {
        color: #e46609 !important;
    }

@media screen and (max-width: 959px) {
    .min-h {
        min-height: 10px !important;
    }
}

.service-not-active {
    opacity: 0.5;
}

.but-left-pad {
    margin-left: 25px;
}

.contact-label:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #F78819;
    border-width: 13px;
    margin-left: -13px;
}

.contact-button > img {
    top: 64% !important;
}

.contact-icon {
    z-index: 2000 !important;
    position: absolute;
    color: white;
    left: 19px;
    bottom: -27px;
    background-color: #e46609;
    border-radius: 100px;
    padding: 0px 6px 2px 6px;
}

.scale {
    animation-name: scale;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.93);
    }

    100% {
        transform: scale(1);
    }
}

.maxout {
    max-width: 1400px;
    padding-top: 0px;
    margin-top: 20px;
}

.show-main-content {
    display: block;
}

.hide-main-content {
    display: none;
}

.hide {
    display: none;
}

.main-active {
    box-sizing: border-box;
    border-bottom: 5px #e46609 solid;
}

    .main-active > img {
        -webkit-filter: none; /* Safari 6.0 - 9.0 */
        filter: none;
    }

.project-img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease;

    
}


.pic-container .name-tag { display: none; }

    .pic-container:hover .project-img {
        -webkit-filter: none; /* Safari 6.0 - 9.0 */
        filter: none;
        cursor: pointer;
        -webkit-transition: all 0.7s ease;
        -moz-transition: all 0.7s ease;
        -o-transition: all 0.7s ease;
        -ms-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    
    .pic-container:hover .name-tag {
z-index:2;
        -webkit-transition: all 0.7s ease;
        -moz-transition: all 0.7s ease;
        -o-transition: all 0.7s ease;
        -ms-transition: all 0.7s ease;
        transition: all 0.7s ease;
        display:block;
    }

.wl-badge {
    background: #e46609;
    color: white;
    width: 50px;
    text-align: center;
    box-sizing: border-box;
    padding: 8px;
    border-radius: 50px;
    font-size: 0.7em !important;
    position: absolute;
    right: 10px;
    top: 10px
}

.wl-large-pad {
    padding: 30px;
}

@media screen and (max-width: 500px) {
    .wl-large-pad {
        padding: 0px;
    }

    .wl-hero-bg-main {
        max-height: 300px;
    }
}

news-article {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 3px solid #777;
    max-height: 150px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    content: "";
    position: relative;
}

.news-article:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.min-max-cards {
    max-width: 350px;
    min-width: 250px;
}

.tweet-width {
    width: 30%;
}

.card-height {
    max-height: 300px;
    height: 260px;
    overflow-y: auto;
    overflow-x: hidden;
}

.clear-MP-mobile {
}

.tab-head {
    font-size: 1.5em !important;
}

.noma-button {
    text-transform: uppercase;
    padding: 10px 20px 10px 20px;
    border: solid 1.5px black;
    outline: hidden;
    color: black;
    text-decoration: none;
    font-size: 0.8em;
    font: 400;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease;
    cursor: pointer;
    background: none;
    outline: hidden;
}

    .noma-button:hover {
        background-color: #e46609;
        border: 1.5px solid #e46609;
        text-decoration: none;
        color: white;
        -webkit-transition: all 0.7s ease;
        -moz-transition: all 0.7s ease;
        -o-transition: all 0.7s ease;
        -ms-transition: all 0.7s ease;
        transition: all 0.7s ease;
        border-radius: 20px;
    }

body {
    overflow-x: hidden;
    font-size: 1em;
    font-family: "Roboto", "sans-serif" !important;
    font-weight: 300;
    margin: 0 auto;
    padding: 0;
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 400px;
    position: relative;
    height: 0;
}

    .map-responsive iframe {
        left: 0;
        top: 0;
        height: 500px;
        width: 100%;
        position: absolute;
    }

.map {
    background-color: lightblue
}

.neg-top-marg {
    margin-top: -200px !important;
}

.hero-contact {
    height: 300px;
}

.site-contact {
    background-color: #009688;
    color: white;
    border-radius: 8px;
}

    .site-contact span {
        float: left;
        padding-right: 15px;
    }

.wl-sm-pad {
    padding: 1.3em;
}

.wl-left-pad-clear {
    padding-left: 0px
}

.wl-large-pad {
    padding: 30px !important;
}

.wl-icon-pad-r {
    padding-right: 1em !important;
}

.uk-icon-link {
    color: black;
}

    .uk-icon-link:hover {
        color: hotpink;
    }

.wl-first-title {
    font-weight: 600;
    color: #e46609;
    font-size: 1.5em;
    text-transform: uppercase;
}

.wl-second-title {
    font-weight: 600;
    color: black;
    font-size: 1.5em;
    text-transform: uppercase;
}



.wl-a {
    color: black !important;
}

.vis-bg {
    background: url("viz-bg.html");
}

.plan-bg {
    background: url("plan-bg.html");
}

.solor-bg {
    background: url("solor-bg.html");
}

.off-white {
    background: #f7f7f7;
}

.services-panels {
    padding-top: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    position: relative !important;
}

.bar-sm {
    width: 10%;
    flex-grow: 1;
    display: inline-block;
    height: 5px;
    background: #0C4279;
    max-width: 180px;
    margin-right: 5px;
}

footer { z-index: 1; height: 150px; background-color: white; position: absolute; width: 100%; bottom: 0; }

.bar-lg {
    flex-grow: 6;
    display: inline-block;
    height: 5px;
    background: #EBEAE7;
}

.flex-it {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flex-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background: white;
    justify-content: space-around;
    flex-wrap: wrap-reverse;
}

.footer-row1 {
    flex-grow: 1;
    min-width: 300px;
    text-align: left;
    padding: 2em;
}

.footer-row2 {
    flex-basis: auto;
    padding: 2em;
}

.uk-tab::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 0;
    border-bottom: none;
}

.name-tag {
    z-index: -1;
    background: #0b0b0b;
    width: 100%;
    position: absolute;
    text-align: center;
    color: #ffffff;
    padding: 5px;
    border-right: 0.8px solid #a6a6a6;
    font-weight: 100;
    bottom: 0px;
    font-size: 0.9em;
    /* opacity: 0.7;*/
    left: 0px;
}



.services-panels > h3 {
    color: rgba(0, 64, 120, 1) !important;
    text-align: center;
}

.services-panels > p {
    text-align: center;
    margin-bottom: 30px;
    min-height: 100px;
}

.services-panels > a {
    text-align: center;
}

.foot-img {
    margin-left: 15px;
}

.services-panels {
    padding-top: 200px !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    position: relative !important;
}


.staff-image-active {
    border-bottom: 4px solid rgba(238, 130, 15, 1);
}

.staff-next-pos {
    right: -14px !important;
    position: absolute !important;
}

.bar1 {
    width: 10%;
}

.bar2 {
    width: 79%;
}

.staff-pre-pos {
    left: -14px !important;
    position: absolute !important;
}

.staff-pre-pos {
    left: -14px !important;
    position: absolute !important;
}



.staff-button {
    background-color: black !important;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.5s ease;
    border: 1px solid white;
}

    .staff-button:hover {
        background: rgba(238, 130, 15, 1) !important;
        -webkit-transition: all 0.7s ease;
        -moz-transition: all 0.7s ease;
        -o-transition: all 0.7s ease;
        -ms-transition: all 0.7s ease;
        transition: all 0.5s ease;
    }

.staff-image-clear {
    border: none;
}

.Project-title {
    font-size: 1.3em;
    font-weight: 600;
    color: #164b7c;
    text-transform: uppercase;
}

.staff-pic:hover {
    opacity: 0.5;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.5s ease;
    cursor: pointer;
}

    .staff-pic:hover:before {
        content: "  ";
        display: block;
        background: rgba(238, 130, 15, 1);
        height: 4px;
        position: absolute;
        top: 0px;
        z-index: 99;
        width: 100%;
    }

.staff-pic {
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    /*height:280px;*/
}

.staff-firstname {
    font-size: 1.5em;
    font-weight: 700;
    color: black !important;
}

.staff-secoundname {
    font-size: 1.5em;
    font-weight: 700;
    color: #D6D5D4 !important;
}

.bio-position {
    margin-top: 1em;
    font-size: 1.3em;
    font-weight: 200;
}

.bio-qualy {
    margin-top: -0.8em;
    font-size: 1.3em;
    font-weight: 500;
}

.transform {
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

body {
    overflow-x: hidden;
    font-size: 1em;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    margin: 0 auto;
    padding: 0; 
    background-color: #777;

}

.title-widget {
    color: black !important;
    font-weight: 600 !important;
}

.thumb-img {
    padding: 0px;
}

.pad-bottom {
    padding-bottom: 4px;
}

.mobile-sector-but {
    display: none;
}



@media screen and (max-width: 920px) {
    .staff-next-pos {
        right: -14px !important;
        width: 50px;
    }

    #ProjectSlides {
        margin-bottom: 2em;
    }

    .staff-pre-pos {
        width: 50px;
    }

    .tweet-width {
        width: 100%;
    }

    .min-max-cards {
        max-width: 50%;
        min-width: 50%;
    }
}

.news-container {
    background-color: red;
    display: flex;
    margin: 30px;
}

.news-col1 {
    background-color: gold;
    flex-grow: 2;
}

.news-col2 {
    background-color: lightblue;
    flex-grow: 1;
}

.news-item {
    flex-basis: 320px;
    flex-grow: 3;
    flex-shrink: 1;
}

.tl-butts { position: absolute; width: 100px; top: 20px;  background-color: #0f0f0f; color: white; border: solid white 1px; padding: 10px; cursor:pointer; text-align:center }
.tl-butts:hover { background-color: #E4670A; border: solid black 1px; }

.tl-home-but { background-color: black; border-top: 3px solid black; border-bottom: 3px solid black; text-align:center }
.tl-home-but:hover { cursor: pointer; border-top: 3px solid orange; border-bottom: 3px solid orange }
.tl-home-but span { display: block; font-size: 70px }
.tl-home-but span:last-child { font-size:40px}

@media screen and (max-width: 1260px) { .mybox div.B {
        order: 2;
        flex: auto;
        width: 69.25%;
        max-width: 360px;
        height: 100vh;
    }

    .tweet-width {
        width: 50%;
    }
}

@media screen and (min-width: 2500px) {
    p {
        font-size: 1.2em !important;
    }
}

@media screen and (max-width: 1024px) {
    .mybox div.B {
        width: 77.4%;
        max-width: 360px;
    }

    .tweet-width {
        width: 50%;
    }
}

@media screen and (max-width: 1023px) {
    .mybox div.B {
        display: none;
    }
}

@media only screen and (max-width: 960px) {
    .social-but {
        display: none;
    }

    .strapline-mobile {
        position: relative;
        display: none;
        font-size: 1.3rem;
        width: 100%;
        background: black;
        text-align: left;
        color: white;
        padding-left: 30px;
        bottom: 0px;
    }

    .nav-title {
        display: none;
    }

    .side-menu {
        display: none;
    }

    #hero-bg {
        height: 300px;
    }

    .section-menu {
        display: none;
    }

    .proThumbs {
        max-width: 440px;
    }

    .mobile-sector-but {
        display: block;
        display: block;
        margin-top: -36px;
        background: black;
        padding: 0px 10px 9px;
        z-index: 1111;
        width: 100vh;
    }

        .mobile-sector-but > div > div > button {
            float: right;
            right: 0px;
            color: white;
            width: 32.5%;
            min-width: 210px !important;
        }

            .mobile-sector-but > div > div > button:focus {
                color: white;
            }

            .mobile-sector-but > div > div > button:visited {
                color: white;
            }

        .mobile-sector-but > div > div {
            width: 100%;
        }

    .desktop-sector-but {
        display: none;
    }
}

@media only screen and (max-width: 960px) {

    .contact-padd-fix {
        padding: 0px;
    }

    .wl-hero-bg-main {
        max-height: 300px;
    }
}

@media screen and (-webkit-device-pixel-ratio:3) {
    .social-but {
        display: none;
    }

    .wl-hero-bg-main {
        max-height: 300px;
    }

    .foot-img {
        margin-left: 10px;
    }

    .strapline-mobile {
        position: relative;
        display: none;
        font-size: 1.3rem;
        width: 100%;
        background: black;
        text-align: left;
        color: white;
        padding-left: 30px;
        bottom: 0px;
    }

    .nav-title {
        display: none;
    }

    .side-menu {
        display: none;
    }
    #hero-bg {
        height: 300px;
    }
    .proThumbs {
        max-width: 440px;
    }

    .mobile-sector-but {
        display: block;
        display: block;
        margin-top: -59px;
        background: black;
        padding: 0px 10px 9px;
        z-index: 1111;
    }

        .mobile-sector-but > div > div > button {
            float: right;
            right: 0px;
            color: white;
            z-index: 1111;
        }

            .mobile-sector-but > div > div > button:focus {
                color: white;
                background-color: black;
            }

            .mobile-sector-but > div > div > button:visited {
                color: white;
            }

        .mobile-sector-but > div > div {
            width: 100%;
        }

    .desktop-sector-but {
        display: none;
    }
}

@media only screen and (min-width: 2000px) {
    html {
        font-size: 1.2em;
    }
    .main-wrapper {
        max-width: 1910px;
        position: relative;
        margin: auto;
        width: 1910%;
        
    }

    .nav-title {
        min-width:560px;
    }
    .uk-grid-small {
        margin-left: 0px;
    }
    .nav-title {
        padding-left: 20px;
        padding-bottom: 10px;
    }
    
    .maxout {
        max-width: 3980px;
  
    }
    
    
    .hero-container {
        height: 1000px;
       
        
    }
    .wl-hero-bg-main {
        height: 1000px;
    }
    .section-content {
        height: 1000px;
  
    }
    .section-menu {
      /*  height: 1000px;*/

    }

    /*
    .mybox div.A {
        max-width: 1550px;
        min-height: 60vh;
    }
    .mybox {
        height: 60vh;
        border: 1px solid;
    }
*/

    @media only screen and (max-width: 640px) {
        .footer-row1 {
                text-align: center;
            }

            .wl-hero-bg-main {
                max-height: 300px;
            }

            #pics {
                width: 50%;
            }
        }

        @media only screen and (max-width: 500px) {
            .wl-large-pad {
                padding: 0px;
            }

            .clear-MP-mobile {
                margin-left: 0px !important;
                margin-right: 0px !important;
                padding-left: 0px !important;
                padding-right: 0px !important;
            }

            .foot-img {
                margin-left: 4px;
            }

            .tweet-width {
                width: 100%;
            }

            .min-max-cards {
                max-width: 100%;
                min-width: 100%;
            }

            .strapline-mobile {
                position: relative;
                display: none;
                font-size: 1.3rem;
                width: 100%;
                background: black;
                text-align: left;
                color: white;
                padding-left: 30px;
                bottom: 0px;
            }
        }
