/* Add here all your CSS customizations */
body {
    font-family: 'Roboto', sans-serif;
}
.noshow {
    display: none;
}
h2 {
    font-size: 1.8em;
}
.bg-ffffff {
    background-color: #ffffff;
}
.btn {
    border-radius: 0px;
}
#footer img {
    float: left;
    margin-right: 5px;
}
#footer {
    color: #acbbbf;
    background-color: #212526;
}
#footer a {
    color: #acbbbf;
}
.testimonial blockquote p {
    font-family: 'Roboto', sans-serif;
}
.bg-000000 {
    background-color: #000000;
}
.color-000000 {
    color: #000000;
}
.color-989a9d {
    color: #989a9d;
}
.lead {
    font-family: 'Roboto', sans-serif;
}
.thumbnails img {
    margin-left: 3px;
    margin-bottom: 3px;
    float: left;

}
#header .header-nav-main nav > ul > li > a {
    color: #fff;
    border-radius: 0px!important;
    text-align: center;
    font-weight: 400;
}
#header .header-nav-main nav > ul > li > a:hover, #header .header-nav-main nav > ul > li > a:focus {
    color: #c83027!important;
}
.tp-bannertimer {
    display: none;
}
ul.nav-pills > li.active > a {
    background: transparent!important;
    color: #c83027!important;
}

ul.nav-pills > li > a {
    background: transparent!important;
}
#header .header-body {
    border: 0px;
    background: #000;
    padding: 0;
    -webkit-transition: min-height 0.3s ease;
    -moz-transition: min-height 0.3s ease;
    transition: min-height 0.3s ease;
    width: 100%;
    z-index: 1001;
    min-height: 50px;
    box-shadow: 0px 0px 10px #000000;
}
#header .header-btn-collapse-nav {
    background: transparent;
    margin: 0px;
}
#header .header-logo {
    margin-top: 5px;
}
.slideshow-logo img {
    width: 60%;
    left: 20%;
    right: 20%;
    margin-top: -20%;
    position: relative;
    z-index: 1002 !important;
}
@media (min-width: 992px) {
    #header .header-nav-main nav > ul > li > a {
        font-size: 11px;
        padding: 10px 10px;
    }
}
@media (max-width: 991px) {
    #header .header-body {
        min-height: 35px;
    }
}