﻿body {
    position: relative;
}

.affix-top {
    border-radius: 10px;
    position: static;
    top: -35px;
}

.affix {
    border-radius: 10px;
    top: 0;
    width: 1170px;
    z-index: 9999 !important;
    transition: all .5s ease-in-out;
}

.affix ~ .container-fluid {
    position: relative;
    top: 50px;
}

.affix + .container-fluid {
    padding-top: 70px;
}

.navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
}

.navbar-wrapper .navbar .container {
    width: auto;
    height: 20px;
}

.navbar-wrapper {
    margin-top: 10px;
}

.navbar-wrapper > .container {
    padding-right: 0;
    padding-left: 0;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:active {
    background-color: #FFA500;
}

.navbar-nav > li > a {
    border-radius: 10px;
    padding: 10px;
    margin-top: 5px;
}

.carousel {
    margin-top: 60px;
    margin-bottom: 20px;
}

.carousel .item img {
    min-height: 100px;
    width: 100%;
}

.carousel-caption p {
    font-size: 21px;
    line-height: 1.4;
    margin-bottom: 20px;
}

@media screen and (max-width: 60em) {
    .carousel-caption h1 {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 20px;
    }

    .carousel-caption p {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 20px;
    }
}

.marketing .col-lg-4 {
    text-align: center;
}


@media (max-width: 990px) {
    .navbar-nav > li > a {
        line-height: 15px;
        padding: 8px;
        margin-top: 10px;
        -ms-border-radius: 5px;
        border-radius: 5px;
    }
}

@media (max-width: 640px) {
    .navbar {
        width: 100%;
        margin-top: 20px;
        position: absolute;
    }

    .navbar-nav > li > a {
        padding-top: 3px;
        padding-bottom: 3px;
        line-height: 15px;
    }
}

.ebj-brand {
    font-style: italic;
    font-weight: bold;
}

.ebj-contact .glyphicon {
    margin-right: 10px;
}

.ebj-contact .ps-space {
    margin-right: 30px;
}

.ebj-container {
    background-color: #e2e2e2;
    margin-bottom: 20px;
}

.ebj-footer {
    background-color: #f5f5f5; 
    bottom: 0;
    height: 20px;
    position: relative;
    width: 100%;
}
.ebj-footer-container {
    max-width: 100%;
    padding: 0 15px;
    width: auto;
    text-align: center;
}
.ebj-footer-text-muted {
    margin: 20px 0;
}

.ebj-list-group {
    list-style-type: none;
    margin-left: -15px;
}

.ebj-list-group li span {
    margin-left: -24px;
    margin-right: 10px;
}

/*
.btn-circle {
    width: 100px;
  height: 100px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.42;
    -ms-border-radius: 100px;
    border-radius: 100px;
}
    */
