﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 280px;
}
.navbar-inverse {
    border:none;
    border-radius:0;
}
.hidden {
    visibility:hidden;
}
.header-bg{
   background: url(../images/header-banner.jpg) no-repeat top left;
   opacity:0.8;
   z-index:-9999;
   width:100%;
   height:100%;
   position:absolute;
}
.no-padding{
    padding:0;
}
.full-width{
    width:100%;
}

.navbar-nav{
  width:100%;
}
/* Carousel Controls */
#body .body div > a.left, #body .body div > a.right {
    background-image: none !important;
    background-repeat: no-repeat !important;
    top:40%;
    width: 120px;
    height: 40px;
    
}
#body .body div > a.left span {
     left: -5px;
     font-size:48px;
}
#body .body div > a.right span{
    right: -5px;
    font-size:48px;
}


/* Responsive: Portrait tablets and up */
@media (max-width:767px) {
    #header .navigation {
        background: url(../images/bg-navigation.gif) repeat;
        margin:0;
    }

    #header .navigation ul > li {
        width: 100%;
        margin: 0;
    }
    #header div.padded{
        padding:0 15px;
    }
    #header {
        height: 88px;
    }

    #body .body div p.home {
        text-align: left;
    }
}
