
body {
    background: none repeat scroll 0 0 #E1E6EF;
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}

body {
    background: url("../images/bg-wrapper.jpg") repeat scroll 0 0 transparent;
}


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

.navbar-text {
    color: #fff;
}

/*= BOOTSTRAP: FORM & INPUT ELEMENTS
---------------------------------------------------------------------------------------------- */
form {
  margin: 0;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
label,
input,
button,
select,
textarea {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #ccc;
  font-size: 14px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}
.input-transparent {
  border: 0 !important;
  background: none !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.radio.inline,
.checkbox.inline {
  white-space: nowrap;
}
/* MAIN CONTENT
-------------------------------------------------- */

.content {
  padding-bottom: 150px;
}
.content section {
  padding: 10px;
}
.content .section-head {
  text-transform: uppercase;
  color: #111;
  font-size: 20px;
  line-height: 20px;
  height: 50px;
  padding: 20px 0 5px;
  font-weight: normal;
  position: relative;
}
.content .section-head > b {
  background: #c00;
  display: inline-block;
  height: 3px;
  width: 30px;
  position: absolute;
  left: 0;
  top: 0;
}



/*= 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 {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;

    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;
}


.above .above-wrapper {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #2B3241;
    border-color: #242A37 #242A37 -moz-use-text-color;
    border-image: none;
    border-radius: 4px 4px 0 0;
    border-style: solid solid none;
    border-width: 1px 1px 0;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
    margin: 0 34px;
}

.section {
    padding: 40px;
}



article
{
    margin-bottom: 50px;
}

.post-title {
    font-size: 26px;
}

.post-meta {
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.post-meta span {
    display: inline-block;
    margin-right: 15px;
}

.post-meta span > i {
    margin-right: 5px;
}

.post-pictures {
    margin-bottom: 20px;
}

.muted {
    color: #999999;
}

.icon {
    margin-right: 10px;
}

.media {
    margin-bottom: 15px;
}