#wrapper {
    overflow: hidden; 
    width: 640px; 
    height: auto;
}

body {
    margin: 0px;
}

/*share*/

#share .facebook {background: url("../img/facebook.png") no-repeat;}
#share .twitter {background: url("../img/twitter.png") no-repeat;}
#share .google {background: url("../img/google.png") no-repeat;}

/* setas */

/*#close {height: 5px;}
#close a {padding-right: 0px; margin-right: 10px; }*/

#navDir {
    margin-top: 193px;
    right: -68px;
    cursor: pointer;
    z-index: 2;
}

#navEsq {
    margin-top: 205px; 
    left: -65px; 
    cursor: pointer; 
    z-index: 2;
}

/*.navLeft {
    background:  url("../img/left.png") no-repeat 640px 35px;
}

.navRight {
    background:  url("../img/right.png") no-repeat 20px 35px;
}*/

.reiniciar {
    text-align: center;
}

.circulo {
    border-radius: 50%; 
    width: 110px; 
    height: 110px;
}

.pointer {
    width: 40px; 
    height: 40px; 
    background-color: #ffffff; 
    cursor: pointer;
}

.voa {position: absolute;
}

.fixBorder {
    margin-left: -1px;
}

/* Result */
h2 {
    font-family: 'Source sans Pro';
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

h4{
    font-family: 'Source sans Pro';
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin: 0;
    color: #0a73cc;
}

h5{
    font-family: 'Source sans Pro';
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin: 0;
    color: #0a73cc;
}

.quiz-result > h3.long-text {
	background:	transparent;
    }

span .credits {
	font-size:	75%;
}

/*barra de contagem da pagina*/


.contagem {
    width: 100%;
    background: #32bbee;
    position: relative;
}

.rolagem{
    width: 50%;
    background: #CCEEFB;
    position: absolute;
    left:0;
 }
.rolagem-texto{
    font-family: 'Source sans Pro';
    font-weight: 700;
    color: #0a73cc;
    text-align: center;

}


/* Restart */


a.quiz-restart {
	/*background:	#32bbee !important;*/
    color:#fff !important;
	font-weight: 700 !important;
	text-align:	center;
    background-image: none !important;
    width: 640px !important; 
}

/* Topo */

div.internalImage {
	min-height:	220px;
}

div#topo h1 {
    font-family: 'Oswald_bold';
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    padding: 12px 0;
    font-size: 28px;
    /* background: #393939; */
    margin: 0 0 -20px 0px;
}

/* questoes */


#questoes li > a  {	
	color: 				#636363;
	display: 			block;
	font-size: 			18px;
    font-weight:        400;
	font-family:		'Source sans Pro';
	margin: 			10px 0;
	padding: 			7px;  
	/*background-color:   #CCEEFB;
    background-image: url("../img/o.png");*/
    text-indent:        30px;
    background-repeat: no-repeat;
    background-position-x: 4px;
    background-position-y: center;
    text-decoration:        none;
    width: 590px;
}

#questoes {
    height: 100%;
    list-style: none;
    margin: 0px;
    padding: 0;
}

#questoes li > p {
    font-family: 'Source Sans Pro'; 
    font-size: 20px; 
    font-weight: 700; 
    /*color:#02ACEB; */
    min-height: 70px;
}

#questoes a:hover {	
   /* background-color: #dfdfdf; */
    color: #000;	
}

#questoes li {	
    display: none;	
    height: 100%;	
}

#questoes li a.selected {
    /*background-color: #0a73cc; 
    background-image: url(../img/v.png); */
    background-repeat: no-repeat; 
    color:#fff;
}

#questoes li a.selected-multi {	
    /*background-color: #32bbee; */
    color: #FFFFFF !important; 
}

#questoes li a.selected-right {	
   /* background-color: #4595d8; 
    background-image: url("../img/acerto.png"); */
    background-repeat: no-repeat; 
    color: #fff;
}

#questoes li a.selected-wrong {	
    /*background-color: #053a66;
    background-image: url("../img/x.png"); */
    background-repeat: no-repeat;
    color:#fff; 
}

