/**
 * CSS for timeline-jquery.
 */

.vertical-timeline-container .vertical-timeline-timeline {
    width: 700px;
    /*margin: 20px auto 30px auto;*/
}

    .vertical-timeline-container .vertical-timeline-timeline .clearfix:before,
    .vertical-timeline-container .vertical-timeline-timeline .clearfix:after {
        content: "";
        display: table;
    }

    .vertical-timeline-container .vertical-timeline-timeline .clearfix:after {
        clear: both;
    }

    .vertical-timeline-container .vertical-timeline-timeline .clearfix {
        *zoom: 1;
    }

    .vertical-timeline-container .vertical-timeline-timeline .post {
        width: 271px;
        margin: 0 0 10px 0;
        float: left;
    }

        .vertical-timeline-container .vertical-timeline-timeline .post.last {
            margin-bottom: 0;
        }

        .vertical-timeline-container .vertical-timeline-timeline .post .inner {
            position: relative;
            /*padding: 11px;
      border: 1px #adadad solid;
        -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 1px 0px #adadad;
  -moz-box-shadow: 0px 1px 1px 0px #adadad;
  box-shadow: 0px 1px 1px 0px #adadad;*/
            border: 1px solid #DCDCDC;
            background-color: #fff;
            min-height: 37px;
            word-wrap: break-word;
        }

        .vertical-timeline-container .vertical-timeline-timeline .post.right {
            float: right;
        }

    .vertical-timeline-container .vertical-timeline-timeline .item .timestamp {
        display: none;
    }

    .vertical-timeline-container .vertical-timeline-timeline .post h3 {
        margin: 0;
        /*font-family: Georgia, serif;*/
        font-size: 16px;
        font-weight: normal;
        color: #010101;
        padding-right: 30px;
        line-height: 1.3;
    }

    .vertical-timeline-container .vertical-timeline-timeline .post .caption {
        color: #9d9d9d;
        /*font-family: Georgia, sans-serif;*/
        font-size: 12px;
        margin-top: 4px;
    }

    .vertical-timeline-container .vertical-timeline-timeline .post .body {
        /*margin-top: 10px;*/
        margin: 5px 8px;
    }

        .vertical-timeline-container .vertical-timeline-timeline .post .body img {
            max-width: 100%;
        }

    .vertical-timeline-container .vertical-timeline-timeline .post .text {
        color: #393939;
        /*font-family: Georgia, sans-serif;*/
        font-size: 12px;
        /*margin: 10px 0;*/
        /*margin:9px;*/
        line-height: 1.5;
    }

    .vertical-timeline-container .vertical-timeline-timeline .post a.open-close {
        background: transparent url(img/button-up-down-arrow.png) no-repeat;
        height: 17px;
        width: 16px;
        position: absolute;
        right: 11px;
        top: 11px;
    }

    .vertical-timeline-container .vertical-timeline-timeline .post.closed a.open-close {
        background-position: left bottom;
    }

    .vertical-timeline-container .vertical-timeline-timeline .post.closed .title {
        display: table;
        min-height: 40px;
    }

        .vertical-timeline-container .vertical-timeline-timeline .post.closed .title h3 {
            display: table-cell;
            vertical-align: middle;
        }

    .vertical-timeline-container .vertical-timeline-timeline .post .title {
        background: none repeat scroll 0 0 #F3F3F3;
        border-bottom: 1px solid #DCDCDC;
        height: auto;
        padding: 11.5px 5px;
        /*height: 40px;*/
        /*padding: 10px;*/
        width: 100%;
    }

    .vertical-timeline-container .vertical-timeline-timeline .post a.more {
        color: #87b2d3;
        text-decoration: none;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        width: 80%;
        height: 28px;
        border: 1px #87b2d3 solid;
        background-color: #d6e5f0;
        display: block;
        float: left;
        line-height: 28px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        -webkit-box-shadow: 0px 1px 1px 0px #87b2d3;
        -moz-box-shadow: 0px 1px 1px 0px #87b2d3;
        box-shadow: 0px 1px 1px 0px #87b2d3;
    }

        .vertical-timeline-container .vertical-timeline-timeline .post a.more:hover {
            background-color: #FFF;
        }

    .vertical-timeline-container .vertical-timeline-timeline .post a.share-trigger {
        text-decoration: none;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        width: 20%;
        height: 28px;
        border: 1px #87b2d3 solid;
        background: #d6e5f0 url(img/icon-share.png) no-repeat center center;
        display: block;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        -webkit-box-shadow: 0px 1px 1px 0px #87b2d3;
        -moz-box-shadow: 0px 1px 1px 0px #87b2d3;
        box-shadow: 0px 1px 1px 0px #87b2d3;
    }

        .vertical-timeline-container .vertical-timeline-timeline .post a.share-trigger.over,
        .vertical-timeline-container .vertical-timeline-timeline .post a.share-trigger:hover {
            background-color: #FFF;
        }

    .vertical-timeline-container .vertical-timeline-timeline .post .share {
        position: relative;
        float: right;
        width: 30px;
        height: 30px;
    }

    .vertical-timeline-container .vertical-timeline-timeline .post .share-popup {
        display: none;
        background: transparent url(img/popup.png) no-repeat;
        width: 166px;
        height: 50px;
        position: absolute;
        top: -61px;
        left: -126px;
        text-align: center;
        padding-top: 15px;
    }

        .vertical-timeline-container .vertical-timeline-timeline .post .share-popup .twitter-share-button {
            position: absolute;
            left: 20px;
            top: 15px;
        }

        .vertical-timeline-container .vertical-timeline-timeline .post .share-popup .facebook-share-button {
            position: absolute;
            right: 20px;
            top: 12px;
        }

    .vertical-timeline-container .vertical-timeline-timeline .post .date {
        color: #6a6a6a;
        font-size: 10px;
        text-align: center;
        position: absolute;
        top: 19px;
        display: block;
        width: 74px;
        height: 21px;
        line-height: 20px;
        margin-right:-10px;
    }

    .vertical-timeline-container .vertical-timeline-timeline .post.left .date {
        /*background: transparent url(img/tab-left.png) no-repeat right;*/
        background: none repeat scroll 0 0 #F3F3F3;
        border-bottom: 1px solid #DCDCDC;
        border-right: 1px solid #DCDCDC;
        border-top: 1px solid #DCDCDC;
        right: -64px;
    }

    .vertical-timeline-container .vertical-timeline-timeline .post.right .date {
        /*background: transparent url(img/tab-right.png) no-repeat left;*/
        background: none repeat scroll 0 0 #F3F3F3;
        border-bottom: 1px solid #DCDCDC;
        border-left: 1px solid #DCDCDC;
        border-top: 1px solid #DCDCDC;
        left: -74px;
    }

    .vertical-timeline-container .vertical-timeline-timeline .group-marker {
        float: left;
        width: 80px;
        margin: 50px 0 15px 0;
    }

        .vertical-timeline-container .vertical-timeline-timeline .group-marker.top {
            margin-top: 0;
        }

        .vertical-timeline-container .vertical-timeline-timeline .group-marker .inner {
            width: 76px;
            height: 26px;
            padding: 2px;
            background-color: #FFF;
        }

        .vertical-timeline-container .vertical-timeline-timeline .group-marker .inner2 {
            background-color: #D89237;
            border: solid 1px #dcdcdc;
            /*background-color: #434a50;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;*/
        }

    .vertical-timeline-container .vertical-timeline-timeline .group {
        text-align: center;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        height: 26px;
        line-height: 26px;
    }

.vertical-timeline-container .vertical-timeline-buttons {
    text-align: center;
    margin: 30px 0 15px 0;
    height: 30px;
}

    .vertical-timeline-container .vertical-timeline-buttons div {
        display: inline;
        padding: 0 10px;
    }

    .vertical-timeline-container .vertical-timeline-buttons a {
        width: 126px;
        height: 28px;
        border: 1px #adadad solid;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        font-size: 12px;
        font-weight: bold;
        text-decoration: none;
        padding: 10px 12px;
        background-color: #FFF;
        color: #3b3b3b;
        text-transform: uppercase;
    }

        .vertical-timeline-container .vertical-timeline-buttons a.active:hover,
        .vertical-timeline-container .vertical-timeline-buttons a.active {
            background-color: #f6f6f6;
            color: #a9a9a9;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            cursor: default;
        }

        .vertical-timeline-container .vertical-timeline-buttons a:hover {
            -webkit-box-shadow: 0px 1px 1px 0px #adadad;
            -moz-box-shadow: 0px 1px 1px 0px #adadad;
            box-shadow: 0px 1px 1px 0px #adadad;
        }

        .vertical-timeline-container .vertical-timeline-buttons a span {
            padding-right: 15px;
            background-position: right -20px;
        }

        .vertical-timeline-container .vertical-timeline-buttons a.active span {
            background-position: right 4px;
        }

        .vertical-timeline-container .vertical-timeline-buttons a.expand-all span,
        .vertical-timeline-container .vertical-timeline-buttons a.sort-newest span {
            background-image: url(img/up-arrows.png);
            background-repeat: no-repeat;
        }

        .vertical-timeline-container .vertical-timeline-buttons a.collapse-all span,
        .vertical-timeline-container .vertical-timeline-buttons a.sort-oldest span {
            background-image: url(img/down-arrows.png);
            background-repeat: no-repeat;
        }

.vertical-timeline-container .line-container {
    width: 4px;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.vertical-timeline-container .isotope .line {
    margin: 0 auto;
    /*background-color: #b3b6b8;*/
    background-color: #DCDCDC;
    display: block;
    float: left;
    height: 100%;
    left: 298px;
    width: 2px;
    /*width: 4px;*/
    position: absolute;
}

/**
 * Isotope Filtering 
 */
.vertical-timeline-container .isotope-item {
    z-index: 2;
}

.vertical-timeline-container .isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**
 * Isotope CSS3 transitions
 */
.vertical-timeline-container .isotope,
.vertical-timeline-container .isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.vertical-timeline-container .isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

    .vertical-timeline-container .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        -ms-transition-property: -ms-transform, opacity;
        -o-transition-property: top, left, opacity;
        transition-property: transform, opacity;
    }

        /**
 * disabling Isotope CSS3 transitions 
 */
        .vertical-timeline-container .isotope.no-transition,
        .vertical-timeline-container .isotope.no-transition .isotope-item,
        .vertical-timeline-container .isotope .isotope-item.no-transition {
            -webkit-transition-duration: 0s;
            -moz-transition-duration: 0s;
            -ms-transition-duration: 0s;
            -o-transition-duration: 0s;
            transition-duration: 0s;
        }

/**
 * Browser specific styles.
 */
.lt-ie9 .vertical-timeline-timeline .post .share-popup .facebook-share-button {
    top: 11px;
}

.lt-ie8 .vertical-timeline-timeline .post .share-popup .facebook-share-button {
    top: 16px;
}

.divEventFilterBar {
    background-color: #E2E9F0;
    height: 75px;
    padding: 10px;
    position: relative;
    border-bottom: 1px solid lightgray;
}


.constructionLegend {
    margin-top: 3px;
    margin-left: 2px;
    background-image: url("/Content/Images/Core/diamondLegend.png");
    height: 15px;
    background-repeat: no-repeat;
    vertical-align: middle;
    width: 15px;
    display: inline-block;
}


/*Inline Page Styling*/
.test {
    margin-top: 0px !important;
}
/*Section Timeline*/
.right {
    text-align: left !important;
}

.StickyTimelineYears {
    z-index: 3000;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.3); /*box-shadow:0px 3px 7px rgba(0,0,0,0.3);*/
}

#noEventsData {
    display: none;
}

#SectionTimelineContainer #TimeLineYearContainer {
    float: right;
    max-height: 500px;
    max-width: 56px;
    min-width: 48px;
    padding: 0;
    right: -5px;
    z-index: 1;
}

    #SectionTimelineContainer #TimeLineYearContainer ul { /*border-color: #076EAA; border-style: solid; border-width: 1px;*/ /*min-height:auto;*/
        max-height: 500px;
        overflow-y: auto; /*padding: 4px;*/
        padding: 0;
    }

#SectionTimelineContainer .activeTimeLineYearSeparator {
    color: white;
    font-size: 10pt;
    width: 55px;
    height: 4px;
    background-color: #D89237;
}

#SectionTimelineContainer .InactiveTimeLineYearSeparator {
    color: white;
    font-size: 10pt;
    width: 55px;
    height: 4px;
    background-color: #777777;
}

#SectionTimelineContainer .activeTimeLineYearInnerDiv {
    background-color: #fff;
    padding: 2px 0;
    text-align: center;
}

#SectionTimelineContainer .InactiveTimeLineYearInnerDiv {
    background-color: #F3F3F3;
    padding: 2px 0;
    text-align: center;
}

#SectionTimelineContainer #TimeLineYearContainer ul a {
    color: #000000 !important;
    text-decoration: none !important;
}

#SectionTimelineContainer a.morelink {
    text-decoration: none;
    outline: none;
}

#SectionTimelineContainer .morecontent span {
    display: none;
}

#SectionTimelineContainer .loadMore {
    background-color: white !important;
    border: 1px solid #DCDCDC;
    height: 37px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    display: none;
}

    #SectionTimelineContainer .loadMore .divLoadingContent span.sLoadingText {
        color: #777777;
        font-size: 1.4em;
        font-weight: normal;
        padding: 0 11px;
    }

#SectionTimelineContainer .divLoadingContent { /*position: absolute;top: 7%;*/
    width: 100%;
}

#SectionTimelineContainer .loadMore span {
    margin: 0;
}

#SectionTimelineContainer .smallEventLoader {
    margin: 4px;
    text-align: center;
}

    #SectionTimelineContainer .smallEventLoader span {
        color: #777777;
        font-size: 15px;
        font-weight: normal;
        padding: 0 11px;
    }
/*.eventMediaGallery {
        height:100px;
    }*/
.galleria-lightbox-close {
    padding-right: 0px;
    padding-left: 63px;
    font-family: Calibri;
    font-size: 36px !important;
    line-height: 30px !important;
    font-weight: normal;
    height: 30px;
    background-repeat: repeat !important;
}

.galleria-custom-close {
    background-image: url("/Images/Galleria/classic-map.png");
    background-repeat: no-repeat;
    background-position: -710px 10px;
    padding-left: 67px;
    opacity: 0.4;
    height: 30px;
}

    .galleria-custom-close:hover {
        opacity: 1;
    }

.eventMediaGallery img.Eventthumbs:first-child {
    height: 54px;
    margin: 0 1px;
    width: 69px;
    border: 1px solid #DCDCDC;
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100);
}

.eventMediaGallery img.Eventthumbs {
    height: 54px;
    margin: 0 1px;
    width: 69px;
    border: 1px solid #DCDCDC;
    cursor: pointer;
    opacity: .6;
    filter: alpha(opacity=60);
}

    .eventMediaGallery img.Eventthumbs:hover {
        opacity: 1;
        filter: alpha(opacity=100);
    }

.vertical-timeline-container .isotope-item {
    z-index: 0;
}
/*#SectionTimelineContainer .timelineMessage {background-color: white !important;border: 1px solid #DCDCDC;height: 37px;margin: 0 auto;position: relative;text-align: center;vertical-align: middle;width: 100%;}
#SectionTimelineContainer .timelineMessage .divTimeLineDataLoader {
    font-size: 1.1em;
    margin: 9px;
    display:none;
}*/
/*Galleria css overriden- shw thunbs only*/
.galleria-info-link {
    display: none !important;
}

.galleria-images {
    display: none !important;
}

.galleria-image-nav {
    display: none !important;
}

.galleria-loader {
    display: none !important;
}

.galleria-lightbox-shadow {
    background: none repeat scroll 0 0 transparent !important;
    background-color: none !important;
}

.galleria-container {
    background: none repeat scroll 0 0 transparent;
    /*margin: 4px -9px;*/
    margin: -10px -9px 6px;
    overflow: hidden;
    position: relative;
}

.galleria-stage {
    background-color: white;
    height: 161px !important;
    width: 290px !important;
}

.galleria-carousel .galleria-thumb-nav-left, .galleria-carousel .galleria-thumb-nav-right {
    display: block;
}

.galleria-carousel .galleria-thumbnails-list {
    margin-left: 0;
    margin-right: 0;
}

.galleria-thumbnails .galleria-image {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #DCDCDC;
    margin: 0 2px 0 0;
}

.galleria-thumbnails-container {
    bottom: -4px;
    height: 53px;
    left: 8px;
    position: absolute;
    right: 0px;
    z-index: 2;
}

.galleria-lightbox-prev {
    background: none repeat scroll 0 0 transparent;
    color: #000000;
    display: none;
    height: 31px;
    left: 20px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 51%;
    width: 30px;
}

.galleria-lightbox-next {
    background: none repeat scroll 0 0 transparent;
    color: #000000;
    display: none;
    height: 32px;
    left: auto;
    margin-top: -20px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 50%;
    width: 30px;
}

.traffic {
    background-color: transparent;
    margin-top: 3px;
    margin-left: 2px;
    width: 6px;
    height: 10px;
    cursor: pointer;
    float: left;
}

.climate {
    background-color: transparent;
    margin-top: 3px;
    margin-left: 2px;
    width: 6px;
    height: 10px;
    cursor: pointer;
    float: left;
}

.diamond {
    position: relative;
    background-image: url("/Content/Images/Core/diamond.png");
    height: 30px;
    background-repeat: no-repeat;
    vertical-align: middle;
    width: 30px;
    margin-left: 14px;
    margin-top: 5px;
}

.activeClimateBar {
    background-color: #71BD29;
    cursor: pointer;
}

.activeTrafficBar {
    background-color: #D26D19;
    cursor: pointer;
}

.activePrecpBar {
    background-color: #026919;
}

.activeWindBar {
    background-color: #9cdc2c;
}

.activeHumidityBar {
    background-color: #00d02f;
}

.activeTempBar {
    background-color: #00a826;
}

.activeADVTrafficBar {
    background-color: #ae7a28;
}

.activeDDTrafficBar {
    background-color: #d69226;
}

.activeADPTrafficBar {
    background-color: #f0bd21;
}

.divEventFilterBar.activePrecpBar,
.divEventFilterBar.activeWindBar,
.divEventFilterBar.activeHumidityBar,
.divEventFilterBar.activeTempBar,
.divEventFilterBar.activeADVTrafficBar,
.divEventFilterBar.activeDDTrafficBar,
.divEventFilterBar.activeADPTrafficBar {
    cursor: unset !important;
}
/*END OF Inline Page Styling*/


.climateLegend {
    margin-top: 3px;
    margin-left: 2px;
    width: 10px;
    height: 10px;
    display: inline-block;
}

.trafficLegend {
    margin-top: 3px;
    margin-left: 2px;
    width: 10px;
    height: 10px;
    display: inline-block;
}

.spanLegends {
    padding-left: 3px;
    display: inline-block;
}

.divEventFilterBar select {
    font-size: 9pt;
    padding: 8px;
    width: 150px !important;
}

.divEventFilterBar .divDesc {
    float: left;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}

.eventMediaGallery {
    overflow-x: hidden;
}

.legends {
    float: right;
}

.vertical-timeline-timeline.isotope {overflow:visible!important;}
.isotope-item.left{left:-7px!important;}
.isotope-item.right{left:12px!important;}