
body {
    background: none repeat scroll 0 0 #FFF;
    /*overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;*/
    width:800px;
}

.page {
    background: none repeat scroll 0 0 #FFF;
}


/* MAIN CONTENT
-------------------------------------------------- */

.content {
}

.container {
    max-width: none;
    margin: 0;
    width: 935px;
}

.section {
    padding: 0px;
}

.row {
    margin: 0px;
}

.col-lg-70
{
    width: 745px;
    float: left;

}

.col-lg-30 {
    width: 190px;
    float: right;
}

/*= CAROUSEL
---------------------------------------------------------------------------------------------- */
.carousel {
    line-height: inherit;
    margin-bottom: 0;
}
.carousel .carousel-control {
    background: #DD4814;
    /*border: 1px solid #AE3910;*/
    width: 30px;
    height: 60px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    text-align: center;
    /*opacity: 0.6;*/
    /*filter: alpha(opacity=60);*/
}
.carousel .carousel-control > span {
    line-height: 60px;
    height: 60px;
    font-size: 34px;
    color: #fff;
}
.carousel .carousel-control:hover {
    opacity: 1;
    /*filter: alpha(opacity=100);*/
    /*background: #AE3910;*/
}
.carousel .carousel-control:focus {
    /*
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
    */
    background: #97310E;
}
.carousel .carousel-control.left {
    border-left: 0;
    left: 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    padding: 0 30px 0 10px;
}
.carousel .carousel-control.right {
    border-right: 0;
    right: 0;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    padding: 0 30px 0 10px;
}
.carousel .carousel-content {
    overflow: hidden;
    margin: 80px 0;
}
.carousel .item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.carousel hr {
    border-top: 0;
    border-bottom-color: #e0e1e2;
}




.carousel {
    height: 400px;
}
.carousel .carousel-wrapper {
    padding: 0 45px;
}
.carousel .carousel-control {
    display: none;
}
.carousel:hover .carousel-control {
    display: block;
}
.carousel.splash {
    background: none;
}
.carousel.splash .carousel-indicators li {
    border: 2px solid #ccc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 7px;
    height: 7px;
}
.carousel.splash .carousel-indicators li.active {
    background: #ccc;
}


.carousel .carousel-wrapper {
    height: 300px;
}
.carousel .carousel-content h3 {
    color: #DD4814;
}
.carousel .carousel-content .lead {
    font-size: 18px;
}

.carousel-wrapper {
    background: none repeat scroll 0 0 #fff;
    margin: 0 34px;
    width: 510px;
}




