.Normal {
    font-size: 14px;
    line-height: 1.428;
}

.SkinLink {
    margin-top: 15px;
    text-align: center;
}

.navbar {
    margin-bottom: 0 !important;
    border-radius: 0 !important;
}

.carousel-inner > .active.left {
    float: none;
}

.carousel-caption h1 {
    color: #fff;
}

.carousel-caption {
    /*bottom: 0;
    padding-bottom: 0;
    left: 0;
    right: 0;*/
    bottom: initial;
    top: 50%;
    transform: translate(0,-50%);
    left: 10%;
    width: 20%;
    text-align: right;
    position: absolute;
}

.carousel-button-container {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    right: 14%;
}

/*.carousel-indicators {
    bottom: initial;
}*/

ol.carousel-indicators {
    margin-bottom: 0;
}

.carousel-indicators > li {
    border: 1px solid #932e22;
}

.navbar-brand {
    padding: 0 !important;
}

a.btn-info, a.btn-info:visited, a.btn-primary, a.btn-primary:visited {
    color: #fff;
}

.searchBox {
    padding: 15px 15px 0 15px;
    width: 240px;
}

    .searchBox .searchText {
        color: #000;
        float: right;
    }

.searchSkinObjectPreview_group {
    display: none;
}

ul.dnnAdminTabNav {
    height: 40px;
    border-radius: 0 !important;
}


/* styling for the Edit Profile and My Account links in User Profiles */
.dnnActions {
    display: inline-block;
}

    .dnnActions li {
        margin-right: 5px;
        list-style: none;
        float: left;
    }


/*override for dnnLabels in the bootstrap */
.form-group .dnnLabel {
    text-align: left;
    width: auto;
}

.dnnLabel + span {
    white-space: normal;
}

/* ADMIN */

#ControlBar, #ControlBar:before, #ControlBar:after, #ControlBar *:before, #ControlBar *:after,
#ControlBar li, #ControlBar li:before, #ControlBar li:after,
#ControlBar a, #ControlBar a:before, #ControlBar a:after,
.dnn_mact, .dnn_mact:before, .dnn_mact:after, .dnn_mact *:before, .dnn_mact *:after,
.dnn_mact li, .dnn_mact li:before, .dnn_mact li:after {
    -webkit-box-sizing: content-box !important; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box !important; /* Firefox, other Gecko */
    box-sizing: content-box !important; /* Opera/IE 8+ */
}


.navbar-default .navbar-nav > li > div > ul > li > a, .navbar-default .LoginLink {
    color: #ffffff;
}

    .navbar-default .navbar-nav > li > div > a:hover,
    .navbar-default .navbar-nav > li > div > a:focus,
    .navbar-default .navbar-nav > li > div > ul > li > a:hover,
    .navbar-default .navbar-nav > li > div > ul > li > a:focus {
        color: #ffffff;
        background-color: #178acc;
    }


/*------------------------------------------------*/
/* LOGIN */
/*------------------------------------------------*/

.navbar-right {
    height: 30px;
}

    .navbar-right .registerGroup,
    .navbar-right .registerGroup *,
    .navbar-right .loginGroup,
    .navbar-right .loginGroup * {
        display: inline;
    }

    .navbar-right .registerGroup,
    .navbar-right .loginGroup {
        float: right;
    }

        .navbar-right .registerGroup li:first-child:hover {
            border-left: #222;
        }

        /* Register Group Styles */
        .navbar-right .registerGroup li {
            float: left;
        }

        .navbar-right .registerGroup .buttonGroup {
            margin-right: 0;
        }

        .navbar-right .registerGroup a,
        .navbar-right .loginGroup a {
            display: block;
            position: relative;
            height: 30px;
            min-width: 12px;
            padding: 5px 15px 0 15px;
            vertical-align: middle;
        }

            .navbar-right .registerGroup a:hover,
            .navbar-right .loginGroup a:hover {
            }

            .navbar-right .registerGroup a:active,
            .navbar-right .loginGroup a:active {
                text-shadow: 0 -1px 0 #ffffff;
            }

            .navbar-right .registerGroup a:hover,
            .navbar-right .loginGroup a:hover {
                text-decoration: none;
            }

            .navbar-right .registerGroup a strong,
            .navbar-right .loginGroup a strong {
                display: block;
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                overflow: hidden;
                font-size: 0;
                text-indent: -9999px;
            }

    .navbar-right .userMessages a,
    .navbar-right .userNotifications a {
        background-color: transparent;
    }

    .navbar-right .userMessages strong {
        height: 100%;
        background: url('i/icon_message.png') no-repeat center center;
    }

    .navbar-right .userNotifications {
    }

        .navbar-right .userNotifications strong {
            height: 100%;
            background: url('i/icon_notification.png') no-repeat center center;
        }

    .navbar-right .registerGroup a span {
        display: inline-block;
        min-width: 7px;
        margin-right: 3px;
        text-align: center;
    }



    .navbar-right .registerGroup .userProfileImg a {
        min-width: 30px;
        min-height: 30px;
        padding: 0;
    }

    .navbar-right .registerGroup a img {
        height: 30px;
        width: 30px;
    }

    /* Login Group Styles */
    .navbar-right .loginGroup {
    }

        .navbar-right .loginGroup a {
        }

    /* Number of message next to the message icon*/
    .navbar-right .userMessages a span,
    .navbar-right .userNotifications a span {
        display: inline-block;
        margin-top: 0;
        margin-right: 0;
        background-color: transparent;
    }

    .navbar-right .userNotifications span, .navbar-right .userMessages span {
        height: 100%;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        overflow: hidden;
        font-size: 0;
        text-indent: -9999px;
        z-index: 999;
    }

    .navbar-right .userNotifications span {
        background: url('i/icon_notification_active.png') no-repeat center center;
    }

    .navbar-right .userMessages span {
        background: url('i/icon_message_active.png') no-repeat center center;
    }


/* Content formatting */

#Content, #TopContent {
    margin-top: 10px;
}


/*
 * blueimp Gallery CSS 2.11.1 https://github.com/blueimp/Gallery
 * Copyright 2013, Sebastian Tschan https://blueimp.net
 * Licensed under the MIT license: http://www.opensource.org/licenses/MIT
 */

.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* Prevent artifacts in Mozilla Firefox: */
    -moz-backface-visibility: hidden;
}

    .blueimp-gallery > .slides > .slide > .slide-content {
        margin: auto;
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        opacity: 1;
    }

.blueimp-gallery {
    position: fixed;
    z-index: 999999;
    overflow: hidden;
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    display: none;
    direction: ltr;
    -ms-touch-action: none;
    touch-action: none;
}

.blueimp-gallery-carousel {
    position: relative;
    z-index: auto;
    margin: 1em auto;
    /* Set the carousel width/height ratio to 16/9: */
    padding-bottom: 56.25%;
    box-shadow: 0 0 10px #000;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.blueimp-gallery-display {
    display: block;
    opacity: 1;
}

.blueimp-gallery > .slides {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.blueimp-gallery-carousel > .slides {
    position: absolute;
}

.blueimp-gallery > .slides > .slide {
    position: relative;
    float: left;
    height: 100%;
    text-align: center;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -ms-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

    .blueimp-gallery,
    .blueimp-gallery > .slides > .slide > .slide-content {
        -webkit-transition: opacity 0.5s linear;
        -moz-transition: opacity 0.5s linear;
        -ms-transition: opacity 0.5s linear;
        -o-transition: opacity 0.5s linear;
        transition: opacity 0.5s linear;
    }

        .blueimp-gallery > .slides > .slide-loading {
            background: url(img/loading.gif) center no-repeat;
            background-size: 64px 64px;
        }

            .blueimp-gallery > .slides > .slide-loading > .slide-content {
                opacity: 0;
            }

        .blueimp-gallery > .slides > .slide-error {
            background: url(img/error.png) center no-repeat;
        }

            .blueimp-gallery > .slides > .slide-error > .slide-content {
                display: none;
            }

        .blueimp-gallery > .prev,
        .blueimp-gallery > .next {
            position: absolute;
            top: 50%;
            left: 15px;
            width: 40px;
            height: 40px;
            margin-top: -23px;
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-size: 60px;
            font-weight: 100;
            line-height: 30px;
            color: #fff;
            text-decoration: none;
            text-shadow: 0 0 2px #000;
            text-align: center;
            background: #222;
            background: rgba(0, 0, 0, 0.5);
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box;
            border: 3px solid #fff;
            -webkit-border-radius: 23px;
            -moz-border-radius: 23px;
            border-radius: 23px;
            opacity: 0.5;
            cursor: pointer;
            display: none;
        }

        .blueimp-gallery > .next {
            left: auto;
            right: 15px;
        }

        .blueimp-gallery > .close,
        .blueimp-gallery > .title {
            position: absolute;
            top: 15px;
            left: 15px;
            margin: 0 40px 0 0;
            font-size: 20px;
            line-height: 30px;
            color: #fff;
            text-shadow: 0 0 2px #000;
            opacity: 0.8;
            display: none;
        }

        .blueimp-gallery > .close {
            padding: 15px;
            right: 15px;
            left: auto;
            margin: -15px;
            font-size: 30px;
            text-decoration: none;
            cursor: pointer;
        }

        .blueimp-gallery > .play-pause {
            position: absolute;
            right: 15px;
            bottom: 15px;
            width: 15px;
            height: 15px;
            background: url(img/play-pause.png) 0 0 no-repeat;
            cursor: pointer;
            opacity: 0.5;
            display: none;
        }

.blueimp-gallery-playing > .play-pause {
    background-position: -15px 0;
}

.blueimp-gallery > .prev:hover,
.blueimp-gallery > .next:hover,
.blueimp-gallery > .close:hover,
.blueimp-gallery > .title:hover,
.blueimp-gallery > .play-pause:hover {
    color: #fff;
    opacity: 1;
}

.blueimp-gallery-controls > .prev,
.blueimp-gallery-controls > .next,
.blueimp-gallery-controls > .close,
.blueimp-gallery-controls > .title,
.blueimp-gallery-controls > .play-pause {
    display: block;
    /* Fix z-index issues (controls behind slide element) on Android: */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.blueimp-gallery-single > .prev,
.blueimp-gallery-left > .prev,
.blueimp-gallery-single > .next,
.blueimp-gallery-right > .next,
.blueimp-gallery-single > .play-pause {
    display: none;
}

.blueimp-gallery > .slides > .slide > .slide-content,
.blueimp-gallery > .prev,
.blueimp-gallery > .next,
.blueimp-gallery > .close,
.blueimp-gallery > .play-pause {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Replace PNGs with SVGs for capable browsers (excluding IE<9) */
body:last-child .blueimp-gallery > .slides > .slide-error {
    background-image: url(img/error.svg);
}

body:last-child .blueimp-gallery > .play-pause {
    width: 20px;
    height: 20px;
    background-size: 40px 20px;
    background-image: url(img/play-pause.svg);
}

body:last-child .blueimp-gallery-playing > .play-pause {
    background-position: -20px 0;
}

/* IE7 fixes */
* + html .blueimp-gallery > .slides > .slide {
    min-height: 300px;
}

    * + html .blueimp-gallery > .slides > .slide > .slide-content {
        position: relative;
    }

/* fix for carousel for large resolution displays */

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    margin: 0 auto;
    width: 100%;
}


/* fix for DNN dropdown lists being cut off*/

.dnnDropDownList .selected-item, .dnnDropDownList .selected-item a  {
    height: 35px !important;
}


/* fix for coloring on DNN Check boxes */
.dnnCheckbox .mark{ background: none;}




.homepageNewsArticleListContainer {
    /*background-color: #333333; width:300px; height: 430px; overflow: scroll; position:absolute; left:-100px; z-index:-2;*/
    /*width:370px;*/ /*margin-left:auto; margin-right:auto;*/
    /*border:1px solid rgba(255, 255, 255, 0.267);*/
    /*border:1px solid #444;
    color: #CFCFCF;background-color: #333333;border-radius: 5px 5px 5px 5px;margin-bottom: 10px;position: relative;*/
}
/*.homepageNewsArticleListHeader { border-bottom:1px solid #444;/*border-bottom:1px solid rgba(255, 255, 255, 0.267);*/box-shadow: 0 0 0 -3px transparent;padding: 12px;transition: box-shadow 0.3s ease-out 0s;font-size: 18px;line-height: 18px; font-weight:bold; }*/
.homepageNewsArticleListHeader { padding: 12px;font-size: 14px;line-height: 14px; font-weight:bold; white-space:nowrap; }
.homepageNewsArticleListHeader, .homepageNewsArticleListFooter { position: relative;z-index: 100; }
/*.homepageNewsArticleListFooter { background-color: #292929;background-color: rgba(0, 0, 0, 0.2);padding: 6px 10px;height:30px; }*/
.homepageNewsArticleListFooter { padding: 6px 10px; height:30px; display:none; }
.homepageNewsArticleList {
	font-family: arial,helvetica,sans-serif; font-size: 12px;position:relative;
}
.homepageNewsArticleList .DNN_ANN_Image_Span { position:relative; }
.homepageNewsArticleList .DNN_ANN_Image_Span img {
	border: 1px solid #f2f2f2; /*float: left; margin-left: 5px; margin-right: 5px;*/ width: 75px;left:-93px;border-radius:4px; position:absolute;
}
.homepageNewsArticleList { height:650px; overflow-x:hidden; overflow-y:scroll; position:relative; width:100%; }
.homepageNewsArticleList ol { border:0 none;list-style: none outside none;margin:0; outline:0 none;padding:0; }
.homepageNewsArticleList li { border:0 none;list-style: none outside none;margin:0; outline:0 none;border-bottom:0 solid #444;/*border-bottom:1px solid rgba(255, 255, 255, 0.267);*/ }
.NewsArticleTitle {
    font-weight:bold;
    clear:right;
}

.NewsArticle /*.DNN_ANN_Description */ /* the li */
{
    font-size:12px;
    /*border-color:rgba(255, 255, 255, 0.267);*/
    /*border-bottom:1px solid #444;*/
    cursor: pointer;padding: 12px 12px 10px 100px;position: relative;
    list-style: none outside none;margin:0; outline:0 none;
}

.homepageNewsArticleList hr {
	clear: both;
}

.homepageNewsArticleList img {
	float:left;
	margin: 0 10px 10px 0;
}




.headerHomeLink {
    width:25%;
}


/* Gradient Background */
body {
background: rgb(0,0,0); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxOSUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI0NyUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(top,  rgba(0,0,0,1) 19%, rgba(204,204,204,1) 47%, rgba(0,0,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(19%,rgba(0,0,0,1)), color-stop(47%,rgba(204,204,204,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 19%,rgba(204,204,204,1) 47%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,1) 19%,rgba(204,204,204,1) 47%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,1) 19%,rgba(204,204,204,1) 47%,rgba(0,0,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,1) 19%,rgba(204,204,204,1) 47%,rgba(0,0,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-8 */
}

/*body.dnnEditState {
    background: none;
}*/

.breadCrumb {
    font-size: 14px;
    font-weight:normal;
}

.whiteBg {
    background-color:white;
}

.container {
    background: white;
}
.contentContainer {
    /*min-height:200px;*/
}

.header-main {
    padding:0;
    /*height: 155px;
    background: url("img/header-main.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    background-size:100% auto;*/
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.subHeader {
    min-height: 50px;
    background-color: #4b4643;
    font-family: 'Century Gothic', 'Helvetica Neue LT Std', 'Arial Narrow', Arial, sans-serif;
    font-size: 32px;
    color: white;
}

.navbar .container {
    background-color: #932e22 !important;
    border-color: #932e22 !important;
}

.navbar a, .navbar a:active, .navbar a:link, .navbar a:hover, .navbar a:focus {
    text-decoration: none;
}

.navbar-right a, .navbar-right a:active, .navbar-right a:link {
    color: #4b4643;
    text-decoration: none;
}
.navbar-right a:hover, .navbar-right a:focus {
    color: #4b4643;
    text-decoration: none;
    background-color: #eeeeee;
}

.subHeadPhoneNumber {
    font-style: italic;
    /*color: #aaaaaa;*/
    color: white;
}

.navbar-nav li {
    text-transform:uppercase;
}

.socialMediaButtons {
    text-align: center;
    padding-top: 20px;
}

.socialMediaButtons img {
    margin: 0 9px;
}

.bottomGray {
    background-color: #969495;
    padding-top: 20px;
}

.bottomGray .Normal {
    color: white;
}

.bottomGray h2 {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
/*
.bottomGray h1, .bottomGray h2, .bottomGray h3, .bottomGray h4, .bottomGray h5, .bottomGray h6, .bottomGray .h1, .bottomGray .h2, .bottomGray .h3, .bottomGray .h4, .bottomGray .h5, .bottomGray .h6 {
    color: white;
}
*/
.bottomGray h5, .bottomGray h6, .bottomGray .h1, .bottomGray .h2, .bottomGray .h3, .bottomGray .h4, .bottomGray .h5, .bottomGray .h6 {
    color: white;
}
.bottomGray .media-object {
    max-width:60px
}

.manualMachinesTab {
    background-color: #932e22;
    color: white;
    text-transform:uppercase;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color:#932e22;
}

.contentContainer A.manualMachinesTab {
    color: #fff;
    text-decoration:none;
}
.contentContainer A:link.manualMachinesTab {
    color: #fff;
    text-decoration:none;
}
.contentContainer A:visited.manualMachinesTab {
    color: #fff;
    text-decoration:none;
}
.contentContainer A:hover.manualMachinesTab {
    color: #932e22;
    text-decoration: underline;
}
.contentContainer A:active.manualMachinesTab {
    color: #fff;
    text-decoration:none;
}

.contentContainer A {
    color: #178acc;
    text-decoration:none;
}
.contentContainer A:link {
    color: #178acc;
    text-decoration:none;
}
.contentContainer A:visited {
    color: #178acc;
    text-decoration:none;
}
.contentContainer A:hover {
    color: #4800ff;
    text-decoration: underline;
}
.contentContainer A:active {
    color: #178acc;
    text-decoration:none;
}

#BottomContent A {
    color: #0000ff;
}
#BottomContent A:link {
    color: #0000ff;
}
#BottomContent A:visited {
    color: #0000ff;
}
#BottomContent A:hover {
    color: #030b39;
}
#BottomContent A:active {
    color: #0000ff;
}
.event-box {
    border: solid 1px;
    border-radius: 5px;
    height: 280px;
    margin: 5px;
    padding: 5px;
    font-size: 12px;
}

.footerlinks {
    text-align: center;
    margin-top: 30px;
}

.footerlinks ul {
    padding: 0;
}

.footerlinks ul li {
    display: inline;
}

.footerlinks ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.footerlinks ul li a:hover {
    text-decoration: underline;

}

.bottomGray a, .bottomGray a:visited, .bottomGray a:link {
    color: #ccc;
}