html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: Arial;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* { margin:0; padding:0; }
body { background:#111; height:100%; }

/*-HEADER----------------------------------*/
header {
    position: fixed;
    width: 100%;
    top: 0;
    background: url('../img/bg_nav.png') repeat;
    height: 100px;
    clear: both;
    z-index: 999;
}

ul.topnav {
  list-style-type: none;
  margin: 25px 20px;
  padding: 0;
  overflow: hidden;
  /*background-color: #333;*/
}

ul.topnav li {float: left;}

ul.topnav li a {
  display: inline-block;
  color: #fff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 17px;
}

ul.topnav li a:hover {background-color: #DD241E;}

ul.topnav li.icon {display: none;}

#fb {
    position: relative;
    margin-top: 25px;
    text-align: right;
}  
    
#logo img {
    height: 90px;
}

/*-HEADER----------------------------------*/

/*-FOOTER----------------------------------*/
footer {
    position: fixed;
    width: 100%;
    bottom: 2px; 
    background: url('../img/bg_nav.png') repeat;
    height: 40px; 
    padding-top: 10px;
    font-size: 14px;
    z-index: 999;
}

footer a {
    color: #fff;
}

#assinatura {
    height: 30px; 
}

#dweb { 
    height: 30px; 
    text-align: right;
}

.vegas-timer-progress {
    background-color: #DD241E;
    z-index: 999 !important;
}

.vegas-timer {
    z-index: 999 !important;
}
/*-FOOTER----------------------------------*/

/*-CONTENT----------------------------------*/

.btn-red {
    background-color: #DD241E;   
    border: none;
}

button.btn-red:hover {
    background-color: #555;
}

.control-label {
    padding-bottom: 8px;
}

.page-header {
    border-color:  #DD241E;
}

.container-fluid {
    margin-top: 120px;
}

#content {
    background: #fff url('../img/content_bg.png') repeat; 
    padding: 20px 40px 40px;
    margin-bottom: 100px;  
    border-top: 8px solid #DD241E;    
    z-index: 1 !important;
}

#content p {
    line-height: 40px !important;
    font-size: 16px;
    clear: both;
}

#content h1 {
    font-size: 28px;
    margin-bottom: 30px;
}

#content .page-header h2 {
    font-size: 24px;
    font-weight: bold;
    margin-top: -30px;
}

label.error {
    font-size: 12px;               
    position: relative;                
    margin-top: 5px;
    color: #DD241E;
}

input.error, textarea.error {
    font-size: 18px !important;
    border: 1px solid #DD241E;    

}

a.link {
    float: right;
    padding: 4px 6px;
}

/*-CONTENT----------------------------------*/

@media screen and (max-width:990px) {

    #fb {
        position: absolute;
        top: 0;
        margin-top: 15px;
        right: 10px;
    }  
    
  header {
    height: 80px;
  }  
    
  #logo img {
    height: 70px !important; 
  }
    
  .container-fluid {
    margin-top: 150px;
  }    
    
  ul.topnav {      
    margin: 0;
    background-color: #333;
  }
  
  #menu {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  
/*  footer {
    position: relative;
    height: 50px !important; 
    font-size: 10px !important;
  }  */
  
  #assinatura { 
    height: 20px;
    text-align: center;
  }  
  
  
  footer {
    height: 50px !important; 
    font-size: 12px !important;
  }  
  
  #assinatura {
    height: 15px;
    text-align: center;
  }  
  
  #dweb { 
    height: 15px;
    text-align: center !important;
  }    
  

  #dweb img{ 
    width: 18px !important;      
  }    
  
}

/*@media screen and (max-width:800px) {

}*/

@media screen and (max-width:768px) {
  
    #fb {
        position: absolute;
        top: 0;
        margin-top: 15px;
        right: 10px;
    }     
    
  #menu {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width:680px) {
  
  #menu {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  #menu_title {
      display: block !important;
  }

/*  .container-fluid {
    margin-top: 170px;
  }    */
  
  ul.topnav li:not(:first-child) {display: none;}
  ul.topnav li.icon {
    float: right;
    display: inline-block;
  }
  
  footer {
    height: 50px !important; 
    font-size: 10px !important;
  }  
  
  #assinatura {
    height: 15px;
    text-align: center;
  }  
  
  #dweb { 
    height: 15px;
    text-align: center !important;
  }  

  #dweb img{ 
    width: 15px !important;      
  }  

  #admin {
      display: none;
  }
}

@media screen and (max-width:680px) {
  ul.topnav.responsive {position: relative;}
  ul.topnav.responsive li.icon {
    
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
  }
}

@media screen and (max-width:400px) {
    #fb {
        position: absolute;
        top: 0;
        margin-top: 15px;
        right: 0px;
    } 
#fb img{
    height: 20px !important;
    
} 

ul.topnav li a {
  padding: 10px 8px;
  font-size: 14px;
}  
    
#logo img {
    height: 40px !important;
}

header {
    height: 50px;
}  

  
  #assinatura {
      display: none;
  }  

  footer {
    position: fixed;
    margin-bottom: 0;
    height: 30px !important; 
    font-size: 8px !important;
    padding-top: 6px;
  }  
  
  
      
  .container-fluid {
    margin-top: 110px;
  }    
    
}