﻿@media (min-width: 800px) {
    nav.navbar {
        padding: 20px 20px 15px;
    }
}

nav.navbar {
    background: rgba(255,255,255,.95);
    box-shadow: 1px 2px 4px rgba(0,0,0,.05);
}

ul.navbar-nav li {
    margin: 0 15px;
    text-transform: uppercase;
}

    h1 {
        font-weight: normal;
        font-size: 28pt;
        margin-left: -5px;
    }

/*ul.navbar-nav li:hover, ul.navbar-nav li.active { color: #000000; }*/
@media (min-width: 800px) {
    h1 {
        font-weight: normal;
        font-size: 32pt;
        margin-left: -5px;
    }
}


div.content { 
    margin-top: 110px; 
    padding-bottom: 0px;
    margin-bottom: 50px;
}

div.row > div {
    border: 1px solid #eeeeee;
    margin-bottom: 15px;
}

h3 { margin-top: 15px; }
div.email-item { margin-bottom: 10px; margin-top: 15px; }

@media (min-width: 768px) {
    div.content {
        margin-top: 145px;
        margin-bottom: 50px;
    }

    h3 { margin-top: 0; }

    div.row > div {
        height: 230px;
    }

    div.contact img {
        width: 63%;
        float: right;
    }

    p.top75 { margin-top: 75px !important; }
    p.top35 { margin-top: 35px !important; }
}

#map {
    width: 100%;
    height: 335px;
}

.maplegend {
    margin-bottom: 10px;
    border-bottom: 1px dotted #cccccc;
    padding-bottom: 5px;
    padding: 5px;
}

    .maplegend .selection {
        float: left;
        margin: 5px;
    }

.map {
    /*box-shadow: 1px 2px 4px rgba(0,0,0,.40);*/
    padding: 10px;
    display: none;
}

/*****************************************************
 * generic styling for ALS elements: outer container
 ******************************************************/

.als-container {
    position: relative;
    width: 100%;
    margin: 0px auto;
    z-index: 0;
    margin-top: 20px;
    border: 1px solid #999999;
    border-radius: 5px;
}

/****************************************
 * viewport styling
 ***************************************/

.als-viewport {
    position: relative;
    overflow: hidden;
    margin: 0px auto;
    margin-top: -1px;
    margin-bottom: -1px;
}

/***************************************************
 * wrapper styling
 **************************************************/

.als-wrapper {
    position: relative;
    /* if you are using a list with <ul> <li> */
    list-style: none;
}

/*************************************
 * item: single list element
 ************************************/

.als-item {
    position: relative;
    display: block;
    text-align: center;
    cursor: pointer;
    float: left;
}

/***********************************************
 * prev, next: buttons styling
 **********************************************/

.als-prev, .als-next {
    position: absolute;
    cursor: pointer;
    clear: both;
    top: 6px;
}

.als-prev {
    left: 4px;
}

.als-next {
    right: 4px;
}

#tabSet span.year {
    width: 70px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #333333;
    border: 1px solid #999999;
    height: 40px;
}

    #tabSet span.year.active {
        background-color: #AAAAAA;
    }

a.navbar-brand {
    width: 75%;
}

a.navbar-brand > img {
    width: 100%;
}

@media (min-width: 375px) {
    a.navbar-brand {
        width: auto;
    }

    a.navbar-brand > img {
        width: auto;
    }
    #tabSet span.year {
        width: 90px;
    }

    #map {
        height: 400px;
    }
}

@media (min-width: 768px) {
    #tabSet span.year {
        width: 205px;
    }

    #map {
        height: 465px;
    }
}

@media (min-width: 800px) {
    div.contact img {
        width: 70%;
        float: right;
    }

    #tabSet span.year {
        width: 280px;
    }
}

div.text {
    padding: 15px;
}

div.card {
    background-color: rgb(255,255,255);
    border: 0;
}

div.contact, div.map, div.portal { display: none; }
div.contact { padding-bottom: 12px; }

#footer {
    background: #3f3f3f;
    color: #fff;
    padding: 10px;
    text-align: center;
    margin-top: 0px;
    /*position: fixed;
    width: 100%;
    bottom: 0;*/
}

#footer .logoFooter {
    margin: 0 18px;
    vertical-align: bottom;
    margin-bottom: 5px;
}

#footer a {
    color: #cba876;
    display: inline-block;
    margin: 10px;
}

#footer .container div.row > div {
    height: auto;
    border: 0;
    margin-bottom: -6px;
}

span.contact {
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 10px;
    display: block;
}

span.company {
    display: block;
    color: #949493;
    font-size: 11pt;
}

span.subdivision {
    display: block;
    color: #949493;
    font-size: 8pt;
    margin-bottom: 3px;
}

span.copy {
    display: block;
    color: #949493;
    font-size: 8pt;
    margin-bottom: 3px;
    margin-top: 40px;
}

span.itm {
    display: block;
    text-align: center;
    margin: 5px 0;
}


div.alert-secondary {
    border-radius: 0;
    text-align: center;
    font-weight: bold;
}















#albums div.album
{
    width: 255px;
    display: inline-block;
    /*margin: 10px 33px;*/
    vertical-align: top;
    padding: 10px;
    /*cursor: pointer;*/
}

#albums div.album .cover
{
    /*width: 255px;
    height: 255px;*/
     width: 300px;
    height: 300px;
    vertical-align: middle;
    background-repeat: no-repeat;
    /*background-position: center center;*/
    background-color: white;
}

#albums div.active
{
    display: block !important;
}

#albums div.album img
{
    /*border: 10px solid white;
    cursor: pointer;*/

    -moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

#albums div.album > div
{
    display: inline-block;
}

#albums div.album > div > span
{
    display: block;
    text-align: center;
    font-family: Arial;
    font-weight: bold;
    font-size: 13px;
}





















.form {
    background-color: #ffffff;
    padding: 10px;
}

    .form > img {
        margin: 10px auto;
        display: block;
        margin-top: -86px;
        margin-bottom: 20px;
    }

    .form > div {
        width: 300px;
        margin: 0 auto;
    }

.buttons {
    text-align: right;
}

    .buttons a {
        float: left;
        display: inline-block;
        margin-top: 6px;
    }

.forget, .reset, .signin {
    display: none;
}

    .forget label {
        font-weight: normal;
    }


input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus {
    border-color: #efa945;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(239,169,69,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(239,169,69,.6);
}

.btn-primary {
    background-color: #b57932;
    border-color: #a26d2f;
}

    .btn-primary:active,
    .btn-primary:hover {
        background-color: #916328;
        border-color: #755322;
    }

#pwdInfo {
    width: 300px;
    padding: 10px;
    background: #fefefe;
    font-size: .875em;
    border-radius: 5px;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #ddd;
    margin-top: 20px;
}

    #pwdInfo h4 {
        margin: 0 0 10px 0;
        padding: 0;
        font-weight: normal;
        font-size: 10pt;
    }

    #pwdInfo ul,
    #pwdInfo li {
        margin: 0;
        padding: 0;
        list-style-type: none;
        padding-left: 18px;
    }

.invalid {
    background: url(../images/invalid.png) no-repeat 0 50%;
    padding-left: 22px;
    line-height: 24px;
    color: #ec3f41;
}

.valid {
    background: url(../images/valid.png) no-repeat 0 50%;
    padding-left: 22px;
    line-height: 24px;
    color: #3a7d34;
}