﻿
/*Asp Watermark*/
.WaterMark {
    font-style: italic;
    color: gray;
}

/*Keeps Logo tidy*/
.logo {
    float: left;
    display: block;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 10px;
    z-index: 3000;
    height: 200px;
    width: 200px;
}

    .logo a {
        background-color: transparent;
        background-repeat: no-repeat;
        height: 215px;
        width: 215px;
    }

        .logo a img {
            background-repeat: no-repeat;
            padding: 5px;
            background-image: url('../Images/Icons/CWLP_logo.png');
            background-size: contain;
        }

    .logo:hover {
        float: left;
        display: block;
        z-index: 3000;
        height: 200px;
        width: 200px;
        transition: 1000ms;
    }

    .logo a:hover {
        background-color: transparent;
        background-repeat: no-repeat;
        height: 215px;
        width: 215px;
    }

    .logo a img:hover {
        background-repeat: no-repeat;
        padding: 5px;
        background-image: url('../Images/Icons/CWLP_Logo_bulge1.png');
        background-size: contain;
    }

/*Spacers for Checkboxes and Radios*/
.checkbox-list input[type="checkbox"] {
    margin-bottom: -3px;
    margin-right: 10px;
    cursor: pointer;
}

.radiobutton-list-invis input[type="radio"] {
    margin-right: 10px;
    width: 0px;
    height: 0px;
    visibility: initial;
    margin-right: 10px;
    margin-left: 10px;
    cursor: pointer;
}

.radiobutton-list input[type="radio"] {
    margin-right: 10px;
    cursor: pointer;
}

/*Min Height Extenders*/
.panel-minHeight-xsmall {
    min-height: 140px;
}

.panel-minHeight-small {
    min-height: 295px;
}

.panel-minHeight-medium {
    min-height: 325px;
}

.panel-minHeight-large {
    min-height: 730px;
}

.panel-minHeight-xlarge {
    min-height: 880px;
}

/*Min Width Extenders*/
.panel-minWidth-small {
    min-width: 240px;
}

.panel-minWidth-medium {
    min-width: 780px;
}

.panel-minWidth-large {
    min-width: 990px;
}

/*Collapse Panels*/
.clickable {
    cursor: pointer;
}
.clickMe {
    cursor: pointer;
}

.display-none {
    display: none;
}




/*Custom Hidden setting for Logo and NavBar*/
@media (max-width: 1650px) { /*Hides display when any smaller than full screen*/
    .hidden-xs-lg {
        display: none !important;
    }
}

@media (min-width: 1890px) { /*Hides display when any larger than full screen*/
    .hidden-lg-xlg {
        display: none !important;
    }
}

/*Main Panel*/
.panel-MainHeader {
    z-index: 3000;
    height: 160px;
    /*background-image: url('../Images/COSBlueTextureBackground.jpg');*/
    width: 100%;
}
    /*.panel-MainHeader .logo{
	position: absolute;

	display: block;
	margin-top: 0px;
	z-index:3000;
}
.panel-MainHeader .logo a{
	 background-image:url('../Images/COS_Seal.png');
	 background-color:transparent;
	 background-repeat:no-repeat;
}
.panel-MainHeader .logo a:hover{
	 background-image:url('../Images/COS_Seal_inv.png');
	 background-color:transparent;
	 background-repeat:no-repeat;
}*/
    .panel-MainHeader > .panel-heading {
        color: #3a87ad;
        border-color: #bce8f1;
    }

        .panel-MainHeader > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #bce8f1;
        }

        .panel-MainHeader > .panel-heading > .dropdown .caret {
            border-color: #3a87ad transparent;
        }

    .panel-MainHeader > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #bce8f1;
    }

.top-bar {
    padding: 10px;
    background: #191919;
    background-image: url('../Images/COSLBlueTextureBackground.jpg');
    border-bottom: 1px solid #222;
    line-height: 28px;
}

    .top-bar h3 {
        color: black;
        font-size: large;
        font-style: italic;
        margin-top: -10px;
        font-weight: bolder;
    }

.topMenu {
    background-color: #003366;
    opacity: .8;
    width: 100%;
    padding: 0px;
}

.DatabaseInsertMessage {
    color: red;
    font-weight: bold;
}

.FormatRadioButtonList label {
    margin-right: 15px;
}


/*Custom Panels*/
.panel-green {
    border-color: #4f8f81;
}

    .panel-green > .panel-heading {
        color: #ffffff;
        background-color: #4f8f81;
        border-color: #4f8f81;
    }

    .panel-green > .panel-body {
        border-top-color: #4f8f81;
        background-color: #ffffff;
    }

    .panel-green > .panel-footer {
        border-bottom-color: #4f8f81;
    }

.panel-lightgreen {
    border-color: #83c1aa;
}

    .panel-lightgreen > .panel-heading {
        color: #ffffff;
        background-color: #83c1aa;
        border-color: #83c1aa;
    }

    .panel-lightgreen > .panel-body {
        border-top-color: #83c1aa;
        background-color: #ffffff;
    }

    .panel-lightgreen > .panel-footer {
        border-bottom-color: #83c1aa;
    }

.panel-red {
    border-color: #8e2f33;
}

    .panel-red > .panel-heading {
        color: #ffffff;
        background-color: #8e2f33;
        border-color: #8e2f33;
    }

    .panel-red > .panel-body {
        border-top-color: #8e2f33;
        background-color: #ffffff;
    }

    .panel-red > .panel-footer {
        border-bottom-color: #8e2f33;
    }

.panel-lightred {
    border-color: #d66d67;
}

    .panel-lightred > .panel-heading {
        color: #ffffff;
        background-color: #d66d67;
        border-color: #d66d67;
    }

    .panel-lightred > .panel-body {
        border-top-color: #d66d67;
        background-color: #ffffff;
    }

    .panel-lightred > .panel-footer {
        border-bottom-color: #d66d67;
    }

.panel-orange {
    border-color: #e18d44;
}

    .panel-orange > .panel-heading {
        color: #ffffff;
        background-color: #e18d44;
        border-color: #e18d44;
    }

    .panel-orange > .panel-body {
        border-top-color: #e18d44;
        background-color: #ffffff;
    }

    .panel-orange > .panel-footer {
        border-bottom-color: #e18d44;
    }

.panel-yellow {
    border-color: #e4bf66;
}

    .panel-yellow > .panel-heading {
        color: #ffffff;
        background-color: #e4bf66;
        border-color: #e4bf66;
    }

    .panel-yellow > .panel-body {
        border-top-color: #e4bf66;
        background-color: #ffffff;
    }

    .panel-yellow > .panel-footer {
        border-bottom-color: #e4bf66;
    }

.panel-brown {
    border-color: #56332f;
}

    .panel-brown > .panel-heading {
        color: #ffffff;
        background-color: #56332f;
        border-color: #56332f;
    }

    .panel-brown > .panel-body {
        border-top-color: #56332f;
        background-color: #ffffff;
    }

    .panel-brown > .panel-footer {
        border-bottom-color: #56332f;
    }

.panel-blue {
    border-color: #6ca8be;
}

    .panel-blue > .panel-heading {
        color: #ffffff;
        background-color: #6ca8be;
        border-color: #6ca8be;
    }

    .panel-blue > .panel-body {
        border-top-color: #6ca8be;
        background-color: #ffffff;
    }

    .panel-blue > .panel-footer {
        border-bottom-color: #6ca8be;
    }

.panel-lightblue {
    border-color: #a3d9ff;
}

    .panel-lightblue > .panel-heading {
        color: #ffffff;
        background-color: #a3d9ff;
        border-color: #a3d9ff;
    }

    .panel-lightblue > .panel-body {
        border-top-color: #a3d9ff;
        background-color: #ffffff;
    }

    .panel-lightblue > .panel-footer {
        border-bottom-color: #a3d9ff;
    }

.socialMediaIcons {
}

    .socialMediaIcons img {
        height: 40px;
    }

        .socialMediaIcons img:hover {
            opacity: .8;
        }
/*--------------------------------------------------------------------------
	Footer Style
--------------------------------------------------------------------------*/
#footer {
    background-image: url('../Images/COSLBlueTextureBackground.jpg');
    color: #A0A0A0;
    padding: 0 20px 10px 20px;
    border-top: 4px solid #4f8db3;
    margin-top: 20px;
    -webkit-box-shadow: 0 -1px 12px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 -1px 12px rgba(0,0,0,0.4);
    box-shadow: 0 -1px 12px rgba(0,0,0,0.4);
    color: 0 -1px 12px rgba(0,0,0,0.4);
}

    #footer h3 {
        color: #E4E4E4;
        font-size: 1.3em;
        border-bottom: 1px dotted #7C7C7C;
    }

    #footer ul {
        padding: 0;
    }

#footer-navigate-section li {
    line-height: 20px !important;
}

#footer-stay-connected a {
    text-align: left;
    text-indent: -9999px;
    display: block;
    width: 115px;
    height: 40px;
    background: url(../img/stay-connected.png);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: opacity .25s linear;
    -moz-transition: opacity .25s linear;
    -o-transition: opacity .25s linear;
    -ms-transition: opacity .25s linear;
    transition: opacity .25s linear;
}

    #footer-stay-connected a:hover {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }

    #footer-stay-connected a.facebook {
        background-position: -115px 0;
    }

    #footer-stay-connected a.twitter {
        background-position: -230px 0;
    }

    #footer-stay-connected a.googleplus {
        background-position: 0 0;
    }

#footer-stay-connected li {
    text-align: center;
}

#footer-copyright {
    text-align: center;
    background-color: #044d99;
    padding-bottom: 10px;
}

    #footer-copyright h5 {
        color: #fff;
        padding-top: 10px;
        padding-bottom: 10px;
    }
/*--------------------------------------------------------------------------
+	Contact Us Style
--------------------------------------------------------------------------*/
#contact-us-map {
    height: 300px;
    -webkit-box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
    -moz-box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
    box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
    color: inset 0 1px #fff,0 0 8px #c8cfe6;
}

.contact-us-details {
    margin: 20px 0;
    font-size: 0.9em;
    color: black;
}
/*--------------------------------------------------------------------------
+	Video Wrapper Style
--------------------------------------------------------------------------*/
.video-wrapper {
    -webkit-box-shadow: 0 0 5px #000;
    -moz-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
    color: 0 0 5px #000;
    margin: 20px 0;
}

}
/*--------------------------------------------------------------------------
+	Portfolio Style
--------------------------------------------------------------------------*/
.portfolio-item {
    position: relative;
    background: #FFF;
    margin-bottom: 20px;
    border: 8px solid #FFF;
    -webkit-border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
    -moz-box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
    box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
    color: inset 0 1px #fff,0 0 8px #c8cfe6;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

    .portfolio-item .portfolio-image {
        overflow: hidden;
        text-align: center;
        position: relative;
    }

        .portfolio-item .portfolio-image img {
            max-width: 100%;
            -webkit-transition: all .25s ease;
            -moz-transition: all .25s ease;
            -o-transition: all .25s ease;
            -ms-transition: all .25s ease;
            transition: all .25s ease;
        }

    .portfolio-item:hover {
        /*border: 8px solid #4f8db3;*/
    }

        .portfolio-item:hover .portfolio-image img {
            position: relative;
            -webkit-transform: scale(1.1) rotate(2deg);
            -moz-transform: scale(1.1) rotate(2deg);
            -o-transform: scale(1.1) rotate(2deg);
            -ms-transform: scale(1.1) rotate(2deg);
            transform: scale(1.1) rotate(2deg);
        }

    .portfolio-item ul {
        list-style-type: none;
        margin-left: 0;
        margin-top: 20px;
        text-align: center;
        padding: 0;
    }

        .portfolio-item ul li {
            line-height: 28px;
        }

    .portfolio-item .portfolio-project-name {
        font-size: 1.3em;
        text-transform: uppercase;
    }

    .portfolio-item .read-more {
        text-align: center;
        padding-top: 10px;
    }

    .portfolio-item .portfolio-info-fade {
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        top: 0;
        position: absolute;
        background: #000;
        background: rgba(0, 0, 0, 0.7);
        width: 100%;
        height: 100%;
        color: #FFF;
        text-shadow: 2px 2px 4px #000000;
        filter: dropshadow(color=#000000, offx=2, offy=2);
        -webkit-transition: opacity .25s linear;
        -moz-transition: opacity .25s linear;
        -o-transition: opacity .25s linear;
        -ms-transition: opacity .25s linear;
        transition: opacity .25s linear;
    }

        .portfolio-item .portfolio-info-fade ul {
            margin-top: 10%;
        }

        .portfolio-item .portfolio-info-fade .btn:hover {
            background: #4f8db3;
        }

        .portfolio-item .portfolio-info-fade ul {
            margin: 10% 20px 0 20px;
            padding: 0;
        }

            .portfolio-item .portfolio-info-fade ul li {
                text-align: center;
            }

                .portfolio-item .portfolio-info-fade ul li:first-child {
                    border-bottom: 1px solid #CCC;
                }

    .portfolio-item:hover .portfolio-info-fade {
        display: block;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }

.lt-ie9 .portfolio-info-fade {
    display: none;
}

.lt-ie9 .portfolio-item:hover .portfolio-info-fade {
    display: block;
}

.portfolio-visit-btn {
    padding-top: 15px;
}

.portfolio-item-description ul {
    padding: 0;
}

.sliderAnimationImage {
    height: 10%;
}

.panel-bubble-blue {
    border: solid;
    border-width: 1px;
    border-color: black;
    border-radius: 8px;
    background-color: #004fa3;
    box-shadow: 10px 5px 10px #161c22;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

    .panel-bubble-blue h3 {
        color: white;
        font-size: x-large;
    }

    .panel-bubble-blue h1 {
        color: white;
    }

.panel-bubble-darkblue {
    border: solid;
    border-width: 1px;
    border-color: black;
    border-radius: 8px;
    background-color: #174677;
    box-shadow: 10px 5px 10px #161c22;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.panel-bubble-gold {
    border: solid;
    border-width: 1px;
    border-color: black;
    border-radius: 8px;
    background-color: #a88950;
    box-shadow: 10px 5px 10px #161c22;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}


#feature3 {
    background-image: url('../Images/Backgrounds/LakesidePowerPlant.gif');
    background-size: 100%;
    background-position: center;
    background-attachment: inherit;
    border-top: .5px solid black;
    border-bottom: .5px solid black;
    box-shadow: 0px 0px 15px 3px black;
}

#featureGEN {
    background-image: url('../Images/Backgrounds/night-dark-blur-blurred.jpg');
    background-size: 100%;
    background-position: center;
    background-attachment: inherit;
    border-top: .5px solid black;
    border-bottom: .5px solid black;
    box-shadow: 0px 0px 15px 3px black;
}

#feature {
    background: #f2f2f2;
    border-top: .5px solid black;
    border-bottom: .5px solid black;
    box-shadow: 0px 0px 15px 3px black;
}

#feature2, #feature4, #feature5 {
    background: #f2f2f2;
    border-top: .5px solid black;
    border-bottom: .5px solid black;
    box-shadow: 0px 0px 15px 3px black;
}

#services {
    border-top: .5px solid black;
    border-bottom: .5px solid black;
    box-shadow: 0px 0px 15px 3px black;
}


@media (max-width: 1100px) {
    #feature {
        background-image: none;
        background-color: #004d99;
        background-position: center;
        background-size: 100%;
        border-top: .5px solid black;
        border-bottom: .5px solid black;
        box-shadow: 0px 0px 15px 3px black;
    }

    #feature3 {
        background-image: none;
        background-color: #004d99;
        background-position: center;
        background-size: 100%;
        border-top: .5px solid black;
        border-bottom: .5px solid black;
        box-shadow: 0px 0px 15px 3px black;
    }

    #featureGEN {
        background-image: none;
        background-color: #004d99;
        background-position: center;
        background-size: 100%;
        border-top: .5px solid black;
        border-bottom: .5px solid black;
        box-shadow: 0px 0px 15px 3px black;
    }

    #services {
        background-image: none;
        background-color: #004d99;
        background-position: center;
        background-size: 100%;
        border-top: .5px solid black;
        border-bottom: .5px solid black;
        box-shadow: 0px 0px 15px 2px #242424;
    }

    #feature2, #feature4, #feature5 {
        background-image: none;
        background-color: #f2f2f2;
        background-position: center;
        background-size: 100%;
        border-top: .5px solid black;
        border-bottom: .5px solid black;
        box-shadow: 0px 0px 15px 2px #242424;
    }
}
/*HOMEPAGE DROPDOWN AREA*/
.navbar-inverse .navbar-nav .dropdown-menu {
    background-color: #7194bc;
    border-radius: 2px 2px 2px 2px;
}

.mega-dropdown {
    position: static !important;
    z-index: 1000;
}

.mega-dropdown-menu {
    padding: 20px 0px;
    width: 991px;
    box-shadow: none;
    -webkit-box-shadow: none;
    margin-left: 156px;
}

    .mega-dropdown-menu > li > ul {
        padding: 0;
        margin-top: 20px;
        margin-bottom: 20px;
    }

        .mega-dropdown-menu > li > ul > li {
            list-style: none;
        }

            .mega-dropdown-menu > li > ul > li > a {
                display: block;
                padding: 3px 20px;
                clear: both;
                font-weight: bold;
                font-size: 16px;
                line-height: 1.428571429;
                color: #e5eaf0;
                white-space: normal;
                background-color: #7194bc;
            }

    .mega-dropdown-menu > li ul > li > a.subLink:hover,
    .mega-dropdown-menu > li ul > li > a.subLink:focus .subLink {
        text-decoration: none;
        color: #e5eaf0;
        background-color: #c52d2f;
    }

    .mega-dropdown-menu .dropdown-header {
        color: #428bca;
        font-size: 18px;
        font-weight: bold;
    }

    .mega-dropdown-menu form {
        margin: 3px 20px;
    }

    .mega-dropdown-menu .form-group {
        margin-bottom: 3px;
    }
