body {
    color: rgb(95, 95, 95);
    font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
}

a {
    color: rgb(95, 95, 95);
    cursor: pointer;
}

a:hover {
    color: rgb(0, 0, 0);
}

.bold {
    color: rgb(42, 42, 42);
    font-weight: bold;
}

h1 {
    font-size: 24px;
    font-weight: bold;
}

h2 {
    font-size: 16px;
    font-weight: bold;
}

.p-sm {
    padding: 15px;
}

.p-xs {
    padding: 5px;
}

.m-no {
    margin: 0 !important;
}

.inline-block {
    display: inline-block !important;
}

.highlighttext {
    color: #a73d36;
}

footer {
    background: #a73d36;
    padding: 30px 0;
    color: rgb(239, 255, 236);
}

footer a {
    color: rgb(239, 255, 236);
    text-decoration: none;
}

footer a:hover {
    color: #e07163;
    text-decoration: none;
}

footer h1 {
    color: #e07163;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: normal;
}

ul {
    padding-left: 15px;
}

.logowrap {
    border-bottom: 2px solid #f4f6f5;
}

.navbar {
    margin-bottom: 0;
}

.navbar-nav {
    width: 100%;
    padding: 0 20px;
}

.navbar-nav > li > .dropdown-menu {
    border: 0;
}

.navbar-nav > li {
    padding: 0 1px;
    text-align: center;
}

.navbar-nav li.active > a {
    color: #a73d36;
    font-weight: bold;
}

.navbar-nav li:hover, .navbar-nav li a:hover {
    background: #ffffff;
}

.navbar-nav li a {
    text-transform: uppercase;
    text-decoration: none;
    color: rgb(95, 95, 95);
    font-size: 14px;
    font-family: arial, sans-serif;
}

.navbar-toggle {
    background: #f4f6f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    text-decoration: none;
    background-color: #fff;
    outline: 0;
    color: #90b923;
}

span.icon-bar {
    background: gray;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #90b923;
    text-decoration: none;
    background-color: #ffffff;
}

.page {
    background: rgb(241, 244, 242);
}

.toplogoline {
    float: left;
    width: 100%;
    background: rgb(241, 244, 242);
}

.toplogoline img {
    margin: 5px 5px;
}

.toplogoline img.social {
    margin: 9px 0px;
}

.toplogoline .pull-right a {
    display: inline-block;
    cursor: pointer;
}

.text-section {
    background: white;
    padding: 25px 50px;
    float: left;
    width: 100%;
}

.copyright {
    padding: 5px 0;
    font-size: 13px;
}

.carousel {
    float: left;
    width:100%;
}

@media (min-width: 992px) {
    .container {
        width: 940px;
    }
}
