﻿body {
    border-top: solid 2px #000 !important;
}

.header {
    background-color: #111;
}

.navbar-brand h1 {
    color: #eeeeee !important;
}

.navbar-header {
    color: #bbbbbb !important;
}

    .navbar-header a {
        color: #d8bfd8 !important;
    }

.navbar-default .navbar-nav > li > a {
    color: #dddddd !important;
}

    .navbar-default .navbar-nav > li > a:hover {
        color: #fff !important;
    }

.topbar ul.loginbar > li > a, .topbar ul.loginbar > li > a:hover {
    color: #dddddd !important;
}

.backmap {
    background: url(/assets/img/map2.png) no-repeat center center;
    min-height: 150px;
}

.navbar-list {
    background: #222;
}

    .navbar-list > li {
        border-bottom: solid 2px #444 !important;
    }

        .navbar-list > li > a {
            color: #dddddd !important;
        }

            .navbar-list > li > a:hover {
                background: #222 !important;
            }

    .navbar-list > li {
        color: #fff !important;
        background: #222;
    }

        .navbar-list > li:hover {
            color: #fff !important;
            background: #222;
            border-bottom: solid 2px #e74c3c !important;
        }

.menu-list {
    background: #675;
    margin-bottom: 20px;
    padding: 0 !important;
}

.navbarform {
    width: 100%;
    min-height: 33px;
    margin-bottom: 3px;
    border-bottom: 0 !important;
}

.breadcrumbs-v3 h1 a {
    color: #fff;
}

.imgnews {
    width: 60px;
    height: 60px;
    margin: -3px 6px 14px 6px;
    border: 1px solid #eee;
}

.blog-post-top {
    padding-bottom: 15px;
}

.breadcrumbs-v3 {
    padding-bottom: 30px !important;
}


/*.carousel-inner{
    border:solid 1px #675;
}*/

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

    .carousel-fade .carousel-inner .next,
    .carousel-fade .carousel-inner .prev,
    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

.carousel-fade .carousel-control {
    z-index: 2;
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    left: 0;
    right: 0;
    bottom: 0;
    padding: 7px 15px;
    background: rgba(0, 0, 0, 0.7);
}
.carousel-caption *{
    color:#fff;
}
.carousel-indicators {
    position: absolute;
    top: 10px;    
}

.carousel-indicators li {
    border:solid 1px #000;
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right
{
    right:30% !important;
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left
{
    left:20% !important;
}

/*.carousel-control.left{
  background-image: rgba(255, 255, 255, 1) !important;  
}
.carousel-control.right{
  background-image: rgba(255, 255, 255, 1) !important;  
}*/