body, h1, h2 {
    font-family: 'Open Sans', 'Roboto Condensed', sans-serif;
}
.container {
    padding: 0;
    background-repeat: no-repeat;
    margin: 0 auto;
    width: auto;
    max-width: 1152px;
    max-width: 1600px;
    max-width: 1280px;
}
.container01 {
    padding: 50px 0 0 0;
}
.headlineArea {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 75px;
    width: 100%;
}
.container h1 {
    color: #3c3c3c;
    font-size: 32px;
    font-weight: 900;
    line-height: 32px;
    text-transform: uppercase;
    margin: 0 0 0 40px;
    padding: 0;
}
.container h2 {
    font-size: 24px;
    font-weight: 300;
    line-height: 24px;
    color: #8d8d8d;
    padding: 0;
    margin: 6px 0 0 40px;
}
.navbar-default {
    background-color: #3c3c3c;
    border: 0;
    box-shadow: 0px 5px 5px #dadbd6;
}
.navbar-default .navbar-nav > li {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #bebebe;
}
.navbar-default .navbar-nav > li > a:visited {
    color: #fff;
}
.myLogo {
    margin: 8px 0 0 0;
}
#mysvgimage svg {
    height: 35px;
    width:57px;
    fill: #9c9fa0;
    margin: 8px 0 0 0;
    float: left;
    display: block;
}
#mysvgimage svg:hover {
    fill:#ddd;
}
.pictures {
    display: block;
    /*height: 650px;*/
    /*height: auto;*/
    margin: 0;
    padding: 0;
}
.pictures img {
    width: 100%;
}
.picDescription {
    padding: 14px 16px 6px;
     border-radius: 6px;
    background-color: rgba(210, 210, 210, 0.7);
    background-color: rgba(233, 233, 233, 0.85);
}

.picDescription {
    margin: 20px 40px 0 40px;
}

.picDescription p {
    font-size: 18px;
    line-height: 150%;
}

/*carousel styles*/
h2{
    margin: 0;
    color: #666;
    padding-top: 90px;
    font-size: 52px;
}
.item{
    /*background: #333;*/
    text-align: center;
    height: 300px !important;
    width: 100%;
}
.carousel{
    margin-top: 40px;
}
.bs-example{
    margin: 20px;
    margin: 0 auto;
    max-width: 1152px;
    max-width: 1600px;
    max-width: 1280px;
}
.item img {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
}
.carousel-control {
    color:#7e7e7e;
    width: 5%;
}
.carousel-control:hover {
    color:#333;
}
.carousel-control.left, .carousel-control.right {
    background-image: none;
}
.carousel-caption {
    margin-top: 16px;
    padding: 14px 16px 6px;
    top:10px;
    left: 20px;
    height: auto;
    bottom: auto;
    right: auto;
}
.carousel-caption p {
    font-size: 18px;
    text-align: left;
    color: #8d8d8d;
    text-shadow: none;
    font-weight: 400;
}
.carousel-indicators {
    bottom:-10px;
}
.carousel-indicators li {
    border: 1px solid #999;
}
.carousel-indicators .active {
    background-color: #999;
}
.hide {
    display: none;
}

.footerarea {
    width: 100%;
    margin: 10px auto 0;
    text-align: center;
    position: fixed;
    bottom: 0;
    background-color: #ffffff;
    padding:9px 0;
}
.footerarea p {
    margin: 0;
    padding: 0;
    line-height: 14px;
}
@media only screen and (max-width: 1280px) {
    .container {
        max-width: 1152px;
    }
    .bs-example{
        max-width: 1152px;
    }
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */

    .headlineArea {
        position: relative;
        top: 0;
        width: 100%;
        float:left;
        margin: 12px 0 0 0;
        padding: 0;
    }
    .picDescription.col-xs-12 {
        margin: 0;
        display: block;
        position: relative;
        float: left;
        clear: both;
        background-color: #fff;
    }
    .container h1, .container h2 {
        margin-left: 16px;
        position: relative;
        float: left;
        clear: both;
    }
    .container h1 {
        font-size: 24px;
    }
    .container h2 {
        font-size: 18px;
        margin-top: 0;
    }
    .picDescription {
        padding-bottom: 0;
    }
    p {
        margin-bottom: 4px;
    }
    .picDescription {
        padding-top: 10px;
    }
    .picDescription p {
        font-size: 15px;
        margin-bottom: 4px;
        line-height: 140%;
    }
    .pictures {
        float: left;
        clear: both;
        margin-top: -10px;
    }
    .bs-example{
        margin-top: 55px;
        width: 100%;
    }
    .carousel-caption {
        margin-top:8px;
        padding: 0;
        top:0;
        left: 0;
        height: auto;
        bottom: auto;
        right: auto;
        width: 100%;
    }
    .carousel-caption p {
        font-size: 16px;
        text-align: left;
        text-align: center;
        color: #8d8d8d;
        text-shadow: none;
        font-weight: 400;
    }
    .carousel-indicators {
        bottom:-20px;
    }
    .item img {
        float: left;
        width: 100%;
        margin-top: 30px;
    }
    .footerarea {
        margin-top: 30px;
        position: fixed;
        bottom: 0;
        background-color: #ffffff;
        padding:6px 0;
    }
    .footerarea p {
        font-size: 75%;
    }

}