body {
    background: url(/assets/img/airport.jpg) #000 no-repeat top center fixed;
    /*-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/img/airport_photo.jpg', sizingMethod='scale')";*/
    transition: background 1s;
    -moz-transition: background 1s; /* Firefox 4 */
    -webkit-transition: background 1s; /* Safari and Chrome */
    -o-transition: background 1s; /* Opera */
    }
a {
    color: #444;
}
a:hover {
    color: #333;
}
img.bg {
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    z-index: 9;
}
.carousel-caption {
    position: static;
    background: transparent;
    max-width: 400px;
    color: #fff;
}
.carousel-caption p {
    color: #000;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.6em;
}
.carousel-caption h4 {
    font-size: 40px;
    margin-bottom: 20px;
    color: #000;
    font-family: 'Poly', serif;
    font-weight: normal;
}
#myCarousel {
    margin-top: 80px;
    margin-bottom: 300px;
    padding: 0;
}
#myCarousel.white {
    /* background: url(/assets/img/white-bg.png); */
    color: #000;
    text-shadow: 1px 1px 0 #fff;
}
#myCarousel.white .carousel-caption p,
#myCarousel.white .carousel-caption h4 {
    color: #000;
}
#myCarousel.black {
    /* background: url(/assets/img/black-bg.png); */
    color: #fff;
    text-shadow: 1px 1px 0 #000;
}
#myCarousel.black .carousel-caption p,
#myCarousel.black .carousel-caption h4 {
    color: #fff;
}

/* My custom red button */

.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #9b2322;
    *background-color: #9b2322;
    background-image: -moz-linear-gradient(top, #ba2a29, #9b2322);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ba2a29), to(#9b2322));
    background-image: -webkit-linear-gradient(top, #ba2a29, #9b2322);
    background-image: -o-linear-gradient(top, #ba2a29, #9b2322);
    background-image: linear-gradient(to bottom, #ba2a29, #9b2322);
    background-repeat: repeat-x;
    border-color: #9b2322 #9b2322 #90201f;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffba2a29', endColorstr='#ff9b2322', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    color: #ffffff;
    background-color: #9b2322;
    *background-color: #9b2322;
}

.btn-primary:active,
.btn-primary.active {
    background-color: #9b2322 \9;
}

.btn {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#myCarousel p {
    margin: 15px 0;
}

ul.nav li.active {
    border-bottom: 2px solid #ba2a29;
    background: transparent;
}
ul.nav li.active a {
    background: transparent;
    color: #000;
    text-shadow: none;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    background: transparent;
    color: #fff;
}
.navbar-inner {
    background: #fff;
}
h1#brand {
    width: 321px;
    height: 30px;
    background: url(/assets/img/web-logo.png) no-repeat;
    background-position: center left;
    text-indent: -9999px;
    opacity:0.65;
    filter:alpha(opacity=65); /* For IE8 and earlier */
    margin-bottom: 0;
    padding-bottom: 0;
}
h1#brand a {
    display: block;
    width: 321px;
    height: 25px;
}
.navbar .nav a {
    line-height: 24px;
    color: #444;
    font-weight: bold;
    text-shadow: none;
    font-size: 12px;
}
.navbar .nav .active a {
    color: #fff;
}
.navbar-inner, .navbar-inverse {
    background: transparent;
}
.navbar .nav > li > a {
    color: #fff;
}
.navbar {
    /* background: url(/assets/img/black-bg.png);
    background: url(/assets/img/shadow.png) repeat-x; */
    /* background: #666; */
    width: 100%;
}
.preloader {
    height: 0px;
    width: 0px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poly', serif;
}
.light footer {
    color: inherit;
    margin-top: 20px;
    text-shadow: 1px 1px 0 #fff;
}
.light footer a {
    color: #444;
}
.light footer a:hover {
    color: #333;
}
footer {
    margin-top: 30px;
    color: #fff;
    text-shadow: 1px 1px 0 #000;

}
footer a {
    color: #fff;
}
footer a:hover {
    color: #fff;
}
#submenu .span7 {
    background: #fff;
    padding: 15px 20px;
    float: right;
    font-family: 'Arial', 'Helvetica', 'Helvetica Neue', sans-serif;
    height: 170px;
}
#submenu .span7 h4 {
    font-family: 'Arial', 'Helvetica', 'Helvetica Neue', sans-serif;
    font-size: 14px;
    font-weight: bold;
}
#submenu .page-header {
    padding-top: 0;
    margin-top: 0;
}
.divider {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #f0f0f0;
    padding: 15px 0;
}
.light {
    background: url('/assets/img/white-bg.png');
    color: #444;
    padding: 15px 0;
}
.light h3 {
    margin-top: 0;
    padding-top: 0;
}
.navbar-white {
    background: #f4f4f4;
    background: #222;
}
.navbar-white * {
    color: #fff;
}
.navbar-inverse .brand, .navbar-inverse .nav > li > a {
    text-shadow: none;
}
.section ul {
    padding-left: 0;
    margin-left: 0;
}
.section ul li {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    margin-top: 5px;
    margin-bottom: 5px;
}
.section ul li a {
    color: #999;
    padding: 10px 0;
}
.section ul li a:hover {
    color: #666;
    text-decoration: none;
}
#submenu .span7 {
    box-shadow: 1px 1px 1px #eee;
}
.main-page {
    margin-top: 80px;
    padding: 20px;
    background: #fff;
    background: url(/assets/img/white-bg.png);
}
footer {
    padding-bottom: 30px;
}
.hide-control-group .control-group {
    display: none;
}