body{
    background: url('bg.jpg');
    background-color: #EEEDEB;
    margin: 0 auto;
    font:13px "Trebuchet MS", Arial, Helvetica, sans-serif;	
}

img{
   border: none;
}

#barra-brasil { 
    position:relative;
    overflow:hidden;
    width:100%;
    height:28px;
    background: #00500F url(../images/barra-brasil-v3-bgx.png) center bottom no-repeat;
}

#barra-brasil .barra {
    display: block;
    /*width: 960px; */
    height:28px;
    margin: 0 auto;
    background: url(../images/barra-brasil-v3-bgx.gif) 0 bottom repeat-x;
}

#barra-brasil .barra ul {
    float:right;
    width: 319px;
    margin-top: 0px;
    list-style: none;
}

#barra-brasil .barra ul li {
    float: left;
    padding-left: 25px;
}

#barra-brasil .ai {
    display: block;
    width: 161px;
    height: 28px;
    text-indent: -10000px;
    background: #00500F url(../images/ai.png) no-repeat 0 4px;
}

#barra-brasil .brasilgov {
    display: block;
    width: 107px;
    height: 28px;
    margin: 0;
    text-indent: -1000px;
    background: #00500F url(../images/brasil.png) no-repeat 0 4px;
}

.wrapper{
    width: 960px;
    margin: 0 auto;
    height: 780px;
}

#topo{
    margin: 10 auto 0;
    width: 960px;
    height: 160px;
}

#logo{
margin: 40px 0 0 70px;
    z-index: 1 !important;
}

.content{
    float: left;
    width: 880px;
    margin: 0 60px;
}

#titulo{
    font-weight: bold;
    color: #383838;
    font-size: 14px;
    text-align: left;
    margin: 0;
    width: 480px;
}

#slogan{
    margin: 20px 60px;
}

.twitter{
    float: right;
    margin-top: 12px;
    margin-left: 5px;
    position: relative;
    z-index: 100 !important;
}

.player{
    float: left;
    margin-top: 5px;
    position: relative;
    z-index: 100 !important;
}

#facebook{
    float: left;
    margin-top: 80px;
    margin-left: 35px;
    height: 60px;
    width: 300px;
    border-top: 2px solid #384f83;
}

#rodape{
    float: right;
    margin: 60px auto;
    left: 0;
    right: 0;
    width: 100%;
    height: 55px;
    text-align: center;
}

.menu{
   display: inline;
    float: right;
    margin: 110px 0 0 170px;
    position: absolute;
    width: 550px;
}

.menu a{
	text-decoration: none;
	color: #282828;
	font-size: 15px;
	padding: 10px;
	vertical-align: center;
        font-family: Verdana, Sans Serif;
}



.redes-sociais{
       margin: -11px -4px;
    padding: 0;
       position: relative;
}

.redes-sociais:hover{
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}

#countdown { 
    width: 550px; 
    height: 40px; 
    margin: 150px auto; 
}

#banners {
    float:left;
    width: 880px;

}

#banners ul {
    margin: 10px 65px;   
    list-style: none;
}

#banners li {
    display: block;
    float: left;
    padding: 10px 10px;
    width: 150px;
    height: 50px;

}

#banners li:hover{
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}



#sb-body {overflow-x: hidden; overflow-y: auto !important; border: 0 !important; padding-right: 17px !important; background: none !important} 

#sb-body-inner{
	padding: 0px 0px 20px 15px !important;
	background-color: #fff !important;
}


.twitter .timeline {
    background-color: transparent !important;
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 10px;
}


.customisable-border {
    border: 0 solid #E8E8E8;
}


.timeline .e-entry-title, .p-author .p-name, .cards-base h3, .new-tweets-bar button, .load-tweets, .no-more-pane {
    font-size: 11px !important;
}

.timeline-header {
    border-width: 0px;
    box-shadow: 0 0 0 -3px transparent;
    padding: 12px;
    transition: box-shadow 0.3s ease-out 0s;
}

.customisable-border {
    border: 0 solid #D8D6D3;
}

.var-narrow .timeline-footer {
    display: none;
    padding: 4px;
}

.custom-timeline-owner-profile, .timeline .e-entry-title, .p-author .p-name, .cards-base h3, .new-tweets-bar button, .load-tweets, .no-more-pane {
    font-size: 13px;
    line-height: 15px;
}



/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F4B649;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


<!--[if IE]>
.hvr-sweep-to-right:hover {
     background: #006900;
}

<![endif]-->


} /* Final  min-width=40000 */

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

body{
   margin: 0 auto;
   min-width: 650px;
   width: 100%;
}

.menu {
    display: inline;
    float: right;
    margin: 100px 0 0 170px;
    position: absolute;
    width: 550px;
}

.menu a {
    color: #282828;
    font-family: Verdana,Sans Serif;
    font-size: 15px;
    padding: 4px 10px;
    text-decoration: none;
}

.redes-sociais {
    margin: 30px -8px 0 0;
    padding: 0;
    position: relative;
}

.wrapper {
    margin: 0 14%;
    width: 500px;
}

#topo {
    height: 175px;
    margin: 0 auto;
    width: 500px;
}

.content {
    float: left;
    margin: 0 53px;
    width: 500px;
}



.twitter {
    float: left;
    margin-left: 13%;
    margin-top: 12px;
    position: relative;
    z-index: 100 !important;
}

#banners {
    float: left;
    width: 500px;
}

#banners ul {
    list-style: outside none none;
    margin: 10px 44px;
}

} /* Final  min-width=600  */

