/*green #48b427
 * yellow #ffbb00
 */

.fixedCarouselImg img {
    width: 100%;
    height: 300px;
    max-height: 300px;
    margin-left: auto;
    margin-right: auto;
}

html {
    height: 100%;
}

body {
    background-color: #ebebeb;
    background-image: url("../img/misc/radler_back.svg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: -620px 280px;
    padding-top: 45px;
    height: 100%;
}

a {
    color: #333;
}

a:hover {
    color: #FFBB00;
    text-decoration: none;
}

#content {
    background-color: rgba(235, 235, 235, 0.8); /*#fbefe0;*/

}

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto;
    /* Negative indent footer by its height */
    margin: 0 auto -40px;
    /* Pad bottom by footer height */
    padding: 0 0 40px;
}


div > .brandsbanner {
    background-color: #ebebeb;
    height: 60px;

}

#footer {
    background-color: #848484;
    /*height: 40px;*/

}

div.grayscalefade img {
    /*width: auto;
    height: 30px;
    max-height: 30px;
    margin-top: 5px;	*/
    opacity: 0.4;
}

.grayscalefade {
    text-align: center;
}

p.sub {
    /*margin-top: 5px;*/
    text-align: center;
}

h1 p.underline-highlight, h2 p.underline-highlight, h3 p.underline-highlight, h4 p.underline-highlight, h4 p.underline-highlight {
    display: inline;
    border-bottom: 3.5px solid #FFBB00;
}

h1 small, h2 small, h3 small, h4 small, h4 small {
    /*text-decoration: none;*/
    border-bottom: none;
}


p.highlighted {
    color: #FFBB00;
}

a.nolink {
    text-decoration: none;
    color: #000;
}

.brandimg {
    max-height: 80px;
    margin-left: auto;
    margin-right: auto;
}

#brandspacer {
    margin: 20px 0 0 0;
    background-color: #FFBB00;
    height: 5px;
}

#brandfooter {
    background-color: #6E6E6E;
}

.vcenter {
    display: inline-block;
    vertical-align: bottom;
    float: none;
    margin-top: auto;
    margin-bottom: auto;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.carousel-control.right, .carousel-control.left {
    background-image: none;
}

.carousel-control {
    color: #FFBB00;
    opacity: 0.8;
}


/* Fade transition for carousel items */
.carousel .item {
    left: 0 !important;
    -webkit-transition: opacity .4s; /*adjust timing here */
    -moz-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity 2.4s;
}

.carousel-control {
    background-image: none !important; /* remove background gradients on controls */
}

/* Fade controls with items */
.next.left,
.prev.right {
    opacity: 1;
    z-index: 1;
}

.active.left,
.active.right {
    opacity: 0;
    z-index: 2;
}

.isy {
    opacity: 0.3;
}
