body, html {
    padding:0;
    margin:0;
    font-size:18pt;
    font-family:Roboto, Arial, Helvetica, sans-serif;
    font-weight:normal;
    background:#191919;
    color:white;
    overflow:hidden;
}


#carousel .carousel-item {
    height: 100vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#carousel .carousel-item { 
    margin-top:0;
    margin-bottom:15px;
    font-size:2em;
    font-weight:bold;
}

#carousel .carousel-item.style-default .carousel-item-content {
    padding:30px;
    background:rgb(255, 217, 0);
    color:#000;
    border-radius:0px;
}

#carousel .carousel-item .carousel-item-content h2 {
    font-weight:bold;
    text-transform:uppercase;
    font-size:0.85em;
}

#carousel .carousel-item .carousel-item-content p.lead {
    font-weight:300;
    line-height:1.45em;
    font-size:0.55em;
}

#carousel .carousel-item.style-inverse .carousel-item-content {
    padding:25px;
    background:rgba(1,1,1,0.8);
    color:white;
    border-radius:0px;
}

#no-connection-icon {
    width:30px;
    height:30px;
    margin:0;
    padding:0;
    z-index:1000;
    position:fixed;
    top:10px;
    left:10px;
    display:none;
}


img.centered {
    margin-left:auto;
    margin-right:auto;
    display:block
}





#ticker {
    display:none;

    position:fixed;
    bottom:0;
    left:0;
    right:0px;

    z-index:1000;

    background:#111;
    padding:14px 9px;
    height:80px;
}

#ticker span {
    margin-right:70px;
    font-size:1.5em;
}

#ticker .ticker-icon {
    display:inline-block;
    margin-right:10px;
    max-height:50px;
    margin-top:-5px;
}


#logo {
    display:block;
    position:fixed;
    right:30px;
    top:30px;

    z-index:1200;
}



#timeWidget {
    position:fixed;
    bottom:0px;
    right:0px;
    font-size:2.4em;
    line-height:1em;
    padding:14px 10px;
    height:80px;
    color:white;
    font-weight:500;
    border-left:16px solid #111;
    background:#000;
    z-index:1100;
}



