 body {
    background:#DFCDB1;
	/*background: url(../_img/fondo.jpg!important));*/
	background-size:cover;
    color: #fff;
    height: 100%;
     font-family: 'Robotolight';
	 margin-top:0
}
body {
    overflow: hidden;
}
a {
    color: #2daebf;
    text-decoration: none;
}
code {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #ff9da4;
    padding: 0 6px 4px 6px;
}
pre {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 5px rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 1px 5px rgba(255, 255, 255, 1);
    box-shadow: 0 1px 5px rgba(255, 255, 255, 1);
}
.prettyprint {
    overflow-x: auto;
}
pre span {
    font-size: 16px;
}
p {
    line-height: 1.2;
}
.quiz-wrap {
    margin: 0 auto;
    padding-bottom: 1em;
    width: 80%;
}
.quiz-wrap .logos { text-align:center}
.quiz-wrap .logos img{width:160px; height:auto; margin:20px 0 0 0 }
.quiz-wrap .no-code-sample {
    padding-top:2em;
}
.quiz-wrap h1 {
    font-size: 45px;
	color:#3F2A19
}
.quiz-wrap ul {
    list-style: none;
    padding: 0;
	
}
.quiz-wrap ul li {

	display:list-item!important
}
.quiz-wrap .answers {
    margin-top: 30px;
    text-align: center;
}
.quiz-wrap .answers li {
    display: inline-block;
    /* yes, hack is bad...but....no time ! */
    *display: inline;
    zoom: 1;
    margin: 0 10px 5px 0;
}
.quiz-wrap .answers-many li, .quiz-wrap .answers-many .btn {
    display: block;
}
.quiz-wrap p, .quiz-wrap .question-count {
    font-size: 20px;
	margin:.5em
	
}
.quiz-wrap .question-count {

	 background: #666 none repeat scroll 0 0;
    border-radius: 10px;
    color: #fff;
    font-size: 23px;
    height: 70px;
    left: 15%;
    padding-top: 0.5em;
    position: absolute;
    top:-200px;
    width: 70px;
	
}
.quiz-wrap .skill-intro, .quiz-wrap .intro, .quiz-wrap .question-count {
    text-align: center;
	margin-top:2em
}
.quiz-wrap .intro h1, .quiz-wrap .finished h1 {
    margin-bottom: 0.2em;
}
.quiz-wrap .intro .start-skill {
    margin: 4em 0;
	background:#B8043B;
	color:#fff;
	text-shadow:none;
	padding:30px 70px;
	font-family: 'RobotoMedium';
	width:auto;
	text-align:center
}
.quiz-wrap article {
    display: none;
    left: 9999px;
    position: relative;
    -webkit-transition-property: left;
    -webkit-transition-duration: 0.5s;
    -moz-transition-property: left;
    -moz-transition-duration: 0.5s;
    transition-property: left;
    transition-duration: 0.5s;
    width: 100%;
	
}
.quiz-wrap .current-question {
    display: block;
    left: 0;
	top:17px
}
.quiz-wrap .question {
    font-size: 35px;
    text-align: center;
	font-family: 'RobotoMedium';
	color:#FFD150
}
.quiz-wrap .completed {
    left: -9999px;
}
.quiz-wrap .btn {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 40px;
	/*box-shadow: 0 3px 5px rgb(255, 255, 255);
    -moz-box-shadow: 0 3px 5px rgb(255, 255, 255);
    -webkit-box-shadow:0 3px 5px rgb(255, 255, 255);*/
  
    /*background-color: #2daebf;*/
    border-bottom: 1px solid rgba(0,0,0,0.2);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 34px;
  
    line-height: 1;
    padding: 20px 30px;
    text-align: left;
    text-decoration: none;
   
	 font-family: 'Roboto';
	 margin-bottom:.6em;
	background:#5A874B;
	 width:40%
	 
	 
}
.quiz-wrap .incorrect-answer .btn {
    cursor: default;
}
.quiz-wrap .incorrect-answer .btn:hover {
    opacity: 1;
}
.quiz-wrap .btn:hover {
   /* opacity: 0.9;*/
	background:#76C044
}
.quiz-wrap .answers .btn {
    font-size: 22px;
	line-height:26px
}
.quiz-wrap .answers .btn strong {

	background:rgba(255,255,255,0.50); padding:0 15px; border-radius:10px; margin-right:10px; color:#3F2A19
}
.quiz-wrap .skip {
    background:#666;
	margin-top:1em;
	padding:10px!important;
	width:auto; text-align:center
}
.quiz-wrap .correct-answer, .quiz-wrap .incorrect-wrap {
    text-align: center;
}
.quiz-wrap .incorrect-answer {
    opacity: 0.9;
}
.quiz-wrap .incorrect-wrap {
    position: absolute;
    top: 1em;
    left: 0;
    width: 100%;
    bottom: 0;
    background:#546634;
}
.quiz-wrap .incorrect-answer .answers .btn {
    opacity: 0.5;
	border: 4px solid #fff
}
.quiz-wrap .next-trigger {
    opacity: 0.95;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    box-shadow: 0 1px 5px rgba(255, 255, 255, 1);
    display: none;
    cursor: pointer;
    position: fixed;
    top: 50%;
    right: 0;
    background: #666;
	
   
    margin-top: -44px;
    padding: 1em 2em;
}
.quiz-wrap .next-trigger:hover {
    opacity: 1;
}
.quiz-wrap .next-trigger h2 {
    text-align: center;
}
.note-title {
    color: #333;
}
.amazon-hire {
    border-radius: 5px;
    font-size: 20px;
    background-color: #DAA520;
    color: #fff;
    text-align: center;
    padding: 10px;
    display: none;
}
.amazon-hire p {
    margin: 0;
}
/* yes, hack is bad...but....no time ! */
.incorrect-answer .btn {
    background: #000\9;
    color: #fff\9;
}
.quiz-wrap .incorrect-answer .answers [data-answer="yes"], .incorrect-answer .correct-btn {
    /* yes, hack is bad...but....no time ! */
    background: green\9;
    opacity: 1;
}
.quiz-wrap .score-wrap {
    background: #fff;
    border-radius: 40px;
    color: #000;
    right: 15%;
    padding: 20px;
    position: fixed;
    top: 3em;
    z-index: 9999;
}
.quiz-wrap .score-wrap p {
    margin: 0;
}
.quiz-wrap .btn .imagenes{ background:#fff; border-radius:20px}
@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale(1.0);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.2);
        opacity: 1.0;
    }
    to { 
        -webkit-transform: scale(1.0);
        opacity: 1;
    }
}
@keyframes pulse {
    from {
        transform: scale(1.0);
        opacity: 1;
    }
    50% {
        transform: scale(1.6);
        opacity: 1.0;
    }
    to { 
        transform: scale(1.0);
        opacity: 1;
    }
}
.pulse { opacity: 1; }
.pulse { 
    -webkit-animation-name: pulse; 
    -webkit-animation-duration: 0.5s; 
    -webkit-animation-iteration-count: 5;
    animation-name: pulse; 
    animation-duration: 0.5s; 
    animation-iteration-count: 5; 
}
.quiz-wrap .finished {
    display: none;
    text-align: center;
}
.quiz-wrap .average {
    font-style: italic;
    color: #ff9da4;
}
.quiz-wrap .ebook {
    background: #fff;
    border-radius: 5px;
    color: #000;
    margin-top: 2em;
    padding: 1em 0;
}
.quiz-wrap .ebook a {
    color: #2daebf;
}
@media only screen and (max-width: 500px) {
    .quiz-wrap .score-wrap {
        border-radius: 0;
        left: 0;
        right: 0;
        text-align: center;
        top: 0;
    }
    .quiz-wrap .question-count {
        padding-top: 2.5em;
    }
}
.share {
    position: absolute;
    top: 20px;
    width: 50%;
}
.share .button {
    float: left;
    margin-right: 10px;
}
.share_end {
    margin: 0 auto;
    position: static;
    text-align: left;
    width: 10%;
}
.share_end .button {
    margin-right: 10px;
}
.warn {
    position: absolute;
    left: 10px;
    bottom: 10px;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
@media only screen and (max-width: 900px) {
    .warn {
        display: none;
    }
	.quiz-wrap .question-count {

    position: relative;
    
	
}
}
