
body {
    font-family: "Rene Bieder-RBNo3.1-Light";
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
}
a{
    color: #555;
}
.font-bold{
    font-family: "Rene Bieder-RBNo3.1-Bold";
}
h1, h2, h3, h4, h5 {
    color: #395a90;
    font-family: "Rene Bieder-RBNo3.1-Bold";
}

h1 {
    font-size: 30px;
}
h3{
    font-size: 14px;
}
a:hover {
    text-decoration: none;
}

.bg-white {
    background-color: #fff;
}

.topmenu {
    margin-top: -40px;
}

.topmenu-item {
    color: #ccc;
    font-family: "Rene Bieder-RBNo3.1-Bold";
    font-size: 22px;
    padding: 10px 0;

}

.topmenu-item.active {
    color: #395a90;
}
.colortext{
    color: #395a90;
}

.top-border {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.page {

}

.navbar {
    margin-bottom: 0;
}
.navbar-header{
    float: none;
}


.carousel {
    position: absolute;
}

.carousel-indicators {
    position: absolute;
    bottom: 48%;

    z-index: 15;
    text-align: center;
    list-style: none;
}

.carousel-indicators .active {
    width: 20px;
    height: 20px;
    margin: 0;
    background-color: #fff;
}

.carousel-indicators li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #395a90;
    border: 0;
    border-radius: 0;
}

.welcome {
    position: relative;
    left: 0;
    top: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;

    text-align: left;
    text-shadow: none;

}

.welcome-inner {
    background: #fff;
    opacity: 0.8;
    padding: 30px 20px 35px;
}

.welcome h3 {
    font-size: 50px;
    margin-top: 0;
    font-family: "Rene Bieder-RBNo3.1-Bold";
}

.main-section {
    background: #fff;
    padding: 40px 20px;
    margin-top: 25%;
}

.p-no {
    padding: 0 !important;
}

.p-l-no {
    padding-left: 0 !important;
}

.m-t {
    margin-top: 15px;
}

.m-b {
    margin-bottom: 15px;
}

.m-t-lg {
    margin-top: 20px;
}

.m-b-lg {
    margin-bottom: 20px;
}
.centerheading{
    margin: 45px 0 50px 0;
}

a.moreinfo {
    margin: 5% 0;
    display: block;
}

.bottombar {
    background: #34558d;
    padding: 5px;
    color: #fff;
    font-size: 17px;
    margin-top: 25px;
}

.btn-contact {
    font-size: 0;
    background: url('images/send-but.png') no-repeat;
    width: 189px;
    height: 55px;
    border: 0;
}

.carousel.fade {
    opacity: 1;
}
.carousel.fade .item {
    transition: opacity ease-out .7s;
    left: 0;
    opacity: 0; /* hide all slides */
    top: 0;
    position: absolute;
    width: 100%;
    display: block;
}
.carousel.fade .item:first-child {
    top: auto;
    opacity: 1; /* show first slide */
    position: relative;
}
.carousel.fade .item.active {
    opacity: 1;
}

@media (min-width: 1200px) {
    .container {
        width: 960px;
    }

    .carousel, .carousel img {
        width: 100%;
    }
}

@media (max-width: 960px) {
    .welcome-inner {
        background: #fff;
        opacity: 0.7;
        padding: 30px 20px;
    }

    .main-section {
        background: #fff;
        padding: 40px 20px;
        margin-top: 50%;
    }
    .page {
        
    }
    .navbar-header img{
        max-width: 40%;
    }
}
