﻿  .header-top-bar {
            padding: 5px 0px 0px 0px;
        }

            .header-top-bar .header-top-left {
                float: left;
                margin-top: 25px;
            }

            .header-top-bar .header-top-right {
                float: right;
                margin-top: 25px;
            }

            .header-top-bar .header-top-left ul.list-inline li a {
                color: #a9071e;
                font-size: 13px;
                transition: all 1s;
            }

                .header-top-bar .header-top-left ul.list-inline li a:hover {
                    letter-spacing: 1px;
                    color: #a9071e;
                    background-color: #fff;
                }

            .header-top-bar .header-top-right ul.list-inline li a {
                color: #a9071e;
                font-size: 13px;
                transition: all 1s;
            }

                .header-top-bar .header-top-right ul.list-inline li a:hover {
                    letter-spacing: 1px;
                    color: #a9071e;
                    background-color: #fff;
                }

        .header-fix {
            position: static;
        }

        .projectContainer .element-item .project-info a.cateProject, .project-info a h4 {
            color: #fff;
        }

        @media screen and (max-width:767px) {
           .header-top-bar .header-top-right {
                display: none;
            }
            .header-top-bar .header-top-left {
      float: none;
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: center;
}
.logo-style{
    width: 200px;    margin: 0px auto;
}
.header-top-bar .header-top-right {
    display: none;
}
        }

        .navbar-inverse {
            background-color: #a9071e;
            border-color: #a9071e;
            border-radius: 0px;
            margin-top: 3px;
        }

        .transition-timer-carousel .carousel-caption {
            background: #b4162d;
            width: 100%;
            left: 0px;
            right: 0px;
            bottom: 0px;
            text-align: left;
            padding-top: 5px;
            padding-left: 15%;
            padding-right: 15%;
        }

            .transition-timer-carousel .carousel-caption .carousel-caption-header {
                margin-top: 10px;
                font-size: 24px;
                color: #fff;
                text-shadow: none;
     display: none;
            }

        @media (min-width: 970px) {
            .transition-timer-carousel .carousel-caption .carousel-caption-header {
                font-size: 36px;
            }
        }

        .transition-timer-carousel .carousel-indicators {
            bottom: 0px;
            margin-bottom: 5px;
        }

        .transition-timer-carousel .carousel-control {
            z-index: 11;
        }

        @media screen and (max-width:767px) {
            #transition-timer-carousel {
                margin-top: 0px;
            }

            .transition-timer-carousel .carousel-caption {
                display: none;
            }
        }

        .navbar-inverse .navbar-nav > li > a:hover {
            background-color: #fff;
            color: #a9071e;
        }

        .nav > li > a.active {
            background-color: #fff;
            color: #a9071e;
        }

body{background: #6e6f71;color: #fff;}
.main-holder strong{color: #fff !important;}
.header-top-bar .header-top-left ul.list-inline li a, .header-top-bar .header-top-right ul.list-inline li a{color: #fff;}