.pesquisaggl{
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16),0 0 0 1px rgba(0,0,0,0.08);
	border:0px;
}
.pesquisaggl:hover, .pesquisaggl:focus{
	box-shadow: 0 3px 8px 0 rgba(0,0,0,0.2),0 0 0 1px rgba(0,0,0,0.08);
}
#cookie
{
  text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 60px;
    background: rgba(0,0,0,0.8);
    color:#fff;
    z-index: 1000000;
    overflow: hidden;
}
#cookie div
{
  margin: 5px 25px 5px 25px;
  font-size:12px;
}
#cookie div .linkin{
  color:#fff;
  text-decoration: underline;
}
@media (min-width: 500px) {
  .logo-lg {
    background: url("../img/logo.gif") center center no-repeat;
    background-size: contain;
    position:absolute;
    height:85px;
    width:235px;
    margin-left:-20px;
  }
}
@media (max-width: 500px) {
  .logo-lg {
    background: url("../img/logo_.gif") center center no-repeat;
    background-size: contain;
    position:absolute;
    width:220px;
    margin-left:-110px;
    left:50%;
  }
}
.skin-blue .main-header .logo, .skin-blue .main-header .logo:hover{
  background-color:#222D32 !important;
}
.logo-mini {
  background: url("../img/logomini.png") center center no-repeat;
  background-size: contain;
}
.live-mini {
  background: url("../img/livemini.png") center center no-repeat;
  background-size: contain;
}
.upper {
  text-transform: uppercase;
}
.home1{
	min-height: 200px;
}
.txt-shadow{
	color:#fff; 
	text-shadow: 2px 2px #000;
}
.texleft{
	text-align: left;
}
.sidebar-menu .upper{
	margin-top:35px;
}
#clockdiv, #clockdiv > h1{
    font-family:'Indie Flower',cursive;
}
#clockdiv{
    color: #FFDC73;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 25px;
    border-radius: 3px;
    background: url("../img/countdown.jpg") 100% 100% no-repeat;
    background-size:cover;
    width:100%;
    padding-bottom:20px;
}

#clockdiv > div{
    padding: 6px;
    border-radius: 3px;
    display: inline-block;
}

#clockdiv div > span{
    padding: 10px;
    border-radius: 3px;
    display: inline-block;
    width:100%;
    font-weight: bold;
}

.smalltext{
    color:#fff;
    padding-top: 5px;
    font-size: 16px;
}
.dropdown-menu{
    border:3px solid #ddd;
}