

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

@font-face {
    font-family: 'Book';
    src: url('bkant-webfont.eot'); /* IE9 Compat Modes */
    src: url('bkant-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('bkant-webfont.woff') format('woff'), /* Modern Browsers */
        url('bkant-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
        url('bkant-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}

h2{
    font-family: 'Book'; 

}

#ban{
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

    font-family: 'Book';
    color: #fff;
    box-shadow:  1px 1px 1px #333, 2px 2px 2px #333, 3px 3px 3px #333, 4px 4px 4px #000;
}


body{
    background: #F7EBBC;
    font-family: 'Book';
    font-size: 16px;

}

.thumbnail{
    background: #F7EBBC; 
    border: inherit;


    border: transparent;
    border-radius: 0px;
}

#logo{
    padding: 5px;
}

.navbar{
    background: #fbe9b7;
   
}





.titulo{
    
    color: #612628;
     font-family: 'Book';
     
    font-size: 20px;
    text-shadow:3px 5px 8px #000000;
    

    
}



.jumbotron{
    padding-top: 0px;
    padding-bottom: 0px;
    padding: 0px;
}

#banner{
    width: 1300px;
    height: 300px
}

/* Flexible iFrame */

.Flexible-container {

    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;

}

.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed {
    -moz-box-shadow: 9px 12px 39px #121212;
    -webkit-box-shadow: 9px 12px 39px #121212;
    box-shadow: 9px 12px 39px #121212;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
}


.pbanner{
    color: #000;

    font-style: italic;
    text-shadow: white .1em .1em .1em;
    font-family: arial, sans-serif;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}


btn-primary{
    background-color: #AA9F71;
}

hr{
    border-color: #000000;
}


.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

footer{
    
    color: #612628;
    font-size: 15px;
    
}

#cliente{
    margin: auto;
}

li menuf{
    color: #269abc; 
}

.tab-content{
  

}

#notlive{
    style:overflow-y;
     
}

.sistema{
    margin-top: -32%;
}

#whoare{
    font-size: 20px;
}

.statusYellow{
    color: #FFFF00; 
}



        