﻿body {
    color: white;
    padding-top: 50px;
    padding-bottom: 20px;
background-color: #333;
   /*background: rgba(37, 37, 37, 0.9) url(../images/topcontainerbg.png) no-repeat center bottom;
   background-size: cover;*/
}
.navbar-inverse {
    /*background: none;*/
    border-color: none; border: 0px;
}
#top-container {
    background-color: #333;
    background: rgba(37, 37, 37, 0.9) url(topcontainerbg.png) no-repeat center bottom;
    text-align: left;
    margin: 0 auto;
    padding-bottom: 0px;
    border-bottom: solid 0px #000000;
    color: #666;
    overflow: hidden;
    font: 100% arial,helvetica,"Nimbus Sans L",sans-serif;
  
    /* width: 1oo%; */
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.container{
 
        margin: 0 auto;
        width:100%
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

/* Carousel */
.carousel-caption {
    z-index: 10 !important;
}

    .carousel-caption p {
        font-size: 20px;
        line-height: 1.4;
    }

@media (min-width: 768px) {
    .carousel-caption {
        z-index: 10 !important;
    }
}
 #player-container{
    position: relative;
    padding-bottom: 50.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

#player-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

a:visited {
   color: #d61719; 
    text-decoration: none;
    border: none;
}
a:hover{
    color:azure;
}
a:link {
    /* color: #d61719; */
    color: #d61719; 
    text-decoration: none;
    border: none;
}
.widgetcontainer {
    background: #333;
    border-top: solid 0px #f4f4f4;
    position: fixed;
    z-index: 998;
    bottom: 0;
    width: 100%;
    /* 
    min-height: 40px;
    padding-top: 10px;
    */
    margin-top: solid 1px #666;
    display: block;
    text-align: center;
    left: 0;
    color: #aaa;
}