/* --- Header --- */

    #siteHeadinner #wording a {
        font-weight: bold;
        color: #000066;
    }

    #siteHeadinner #wording a:hover {
        color: #D00;
    }

    #siteHeadinner #wording img[alt="Bison Scaffold and Mason Supply Instagram Page"] {
        padding: 4px 0px;
        height: 37px;
    }

    #siteHeadinner .brand {
        text-align: center;
    }

    #siteHeadinner #navdttg li {
        min-height: 34px;
    }

    #siteHeadinner .btn-navbar {
        width: calc(100% - 20px);
        margin: 10px 0 0;
        text-align: center;
    }

    @media only screen and (max-width: 1199px) {
        #siteHeadinner .navbar-inner .span3 {
            width: 100%;
            text-align: center;
        }

        #siteHeadinner .brand {
            width: 100%;
        }

        #siteHeadinner #search {
            width: calc(100% - 20px) !important;
            padding: 10px;
        }

        #siteHeadinner #search .searchInputContainer { 
           width: calc(100% - 60px);
        }

        #siteHeadinner #search .searchInputContainer input.NormalTextBox {
            width: 100%;
        }

        #userControls {
            width: 100%;
        }
    }

    @media only screen and (max-width: 925px) {
        #siteHeadinner .hidden-desktop img {
            display: block;
            margin: auto;
        }
    }

    @media only screen and (max-width: 767px) {
        #siteHeadinner #search {
            width: 100% !important;
            height: 52px;
        }
    }

    .nav .dropdown-menu > li > a,
    .nav .dropdown-menu > .active > a {
        color: #000066 !important;
    }
    
    .nav .dropdown-menu > .active > a {
        font-weight: bold;
    }

    .navbar .btn-navbar {
        background-color: #000066 !important;
    }



/* --- Footer --- */

    #footer #copyright div span {
        width: 100%;
        margin-bottom: 4px;
    }

    #footer #copyright #login .loginGroup {
        width: 100%;
    }

    @media only screen and (max-width: 767px) {
        #footer #copyright div {
            text-align: center;
            margin-bottom: 10px;
        }

        #footer #copyright div span {
            margin: auto;
        }   
    }

/* --- Homepage --- */

    @media only screen and (max-width: 1200px) {
        .row-fluid .contentPane.span2 {
            width: 100%;
            margin: 0 0 36px !important;
        }
    }


    @media only screen and (max-width: 767px) {
        #GetStartedPane {
            padding: 20px 10px;
            width: calc(100% - 20px);
        }
    }

    form[action="/"] .contentPane.span2 a {
        color: #000066;
    }

    form[action="/"] .contentPane.span2 a:hover {
         color: #D00;
    }

    #locations .TitleH2 {
        display: none;
    }

/* --- Bison Contracting Page --- */

    form[action="/Bison-Contracting"] #dnn_ContentPane {
        width: 95%;
    }

    .page-section {
        margin-bottom: 30px;
    }

    @media only screen and (max-width: 767px) {
        form[action="/Bison-Contracting"] #dnn_ContentPane {
            width: 100%;
        }

        .image {
            float: none !important;
            margin: 10px !important;
        }
    }


/* --- Project Gallery --- */

    @media only screen and (max-width: 767px) {
        table#dnn_ctr613_ViewEasyDNNGallery_ctl00_dlTableGallery td {
            width: 100% !important;
        }

        table#dnn_ctr613_ViewEasyDNNGallery_ctl00_dlTableGallery td .EDGmain {
            max-width: 250px !important;
        }

        table#dnn_ctr613_ViewEasyDNNGallery_ctl00_dlTableGallery td img {
            max-width: 250px !important;
        }
    }










