/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
    background-color: transparent;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


#answers {
    display:none;
}

.fb_iframe_widget iframe {
    height: 22px !important;
}
  
  

/*
 * BEGIN: TESTING
 */
#fpo {
    z-index: 1000;
    opacity: 0.4;
    position: absolute;
    width: 750px;
    height: 1366px;
    background: url(../img/fpo-2.jpg) no-repeat;
}

.lt-ie9 #fpo {
    display:none;
}

#temp-nav {
    z-index: 1001;
    position: absolute;
    display:none;
    left: 100px;
    top: 5px;
    margin: 0;
    padding: 0;
    
}
#temp-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#temp-nav ul li {
    display: inline-block;
    padding: 0 10px;
}
/*
 * END: TESTING
 */
/*
#container {
	overflow:hidden;
	position: relative;
    width: 750px;
    height: 1366px;
    margin: 0 auto;
    background: #FFF url(../img/yellow-stripe.png) repeat-x;
    border: #e3e3e3 1px solid;
    
}
#yellow-stripe {
    background-color: #fadb00;
    width: 100%;
    height: 5px;
}

* */
#container {
    overflow:hidden;
    position: absolute;
    left: 5px;
    width: 688px;
    height: 1366px;
    margin: 0 auto;
}


#yellow-stripe {
    display:none;
}

#preloader {
    position: absolute;
    width: 96px;
    height: 96px;
    top: 290px;
    left: 327px;
    background:#ffffff url(../img/preloader.gif) no-repeat;
}
/*
#bg {
	overflow: hidden;
	position: relative;
	width: 698px;
	height: 1300px;
	margin: 30px auto 35px auto;
	background:#ffffff url(../img/bg.jpg) no-repeat;
	
}*/

#bg {
    overflow: hidden;
    position: relative;
    width: 688px;
    height: 1300px;
    margin: 0px auto 35px auto;
    background:#ffffff url(../img/bg.jpg) no-repeat;
    
}

.bg-hidden {
    /* hide from preloader */
    left: 1000px;
}

.bg-visible {
    left: 0px;
}
	
#bg-ground {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 700px;
    height: 271px;
    background:url(../img/bg-ground.png) no-repeat;
}

#bg-city {
    position: absolute;
    top: 515px;
    left: 0;
    width: 3000px;
    height: 550px;
    background:url(../img/bg-city.png) repeat-x;
}

#bg-city-1 {
    position: absolute;
    top: 580px;
    left: 0;
    width: 3000px;
    height: 550px;
    background:url(../img/bg-city-1.png) repeat-x;
}

#bg-city-2 {
    position: absolute;
    top: 515px;
    left: 0;
    width: 3000px;
    height: 550px;
    background:url(../img/bg-city-2.png) repeat-x;
}

/*
 * BEGIN: SHARE ON UPPER RIGHT
 */
.clear {
    clear: both;
}
#share-button {
	position: absolute;
	right: 0px;
	top: 22px;
	width: 56px;
	height: 58px;
	background: url(../img/share-btn.png) no-repeat;
	cursor: pointer;
	z-index: 100;
	
}

#share-button:hover {
    background-position: 0px -65px;
}


#share-bar {
	position: absolute;
	top: 100px;
	right: 0px;
	/*right: -200px;*/
	z-index: 101;
	
}

#facebook-hand {
	position: absolute;
	right: -200px;
	top: 0;
	width: 160px;
	height: 46px;
	background: url(../img/share-fb-hand.png) no-repeat;
}

#facebook-hand .fb-like {
	top: 11px;
	left: 12px;
}

#twitter-hand {
	position: absolute;
	right: -200px;
	top: 60px;
	width: 160px;
	height: 46px;
	background: url(../img/share-twitter-hand.png) no-repeat;
}

#twitter-hand .twitter-holder {
    position: absolute;
	top: 11px;
	left: 12px;
}

#google-plus-hand {
	position: absolute;
	right: -200px;
	top: 120px;
	width: 154px;
	height: 46px;
	background: url(../img/share-gplus-hand.png) no-repeat;
}

#google-plus-hand .google-plus-holder {
	position: relative;
	top: 11px;
	left: 14px;
}
/* END: SHARE BAR */

/* BEGIN: BG */
.bg-element {
    /*display:none;*/
    margin: 0;
    left: 800px;
    position: absolute;
    width: 800px;
    font-size: 60px;
}

#bg-0 {
    top: 200px;
    height: 310px;
    background: url(../img/landing-clouds.png) no-repeat;
    background-position: 36px 0px;
}

#bg-1 {
    top: 30px;
    height: 173px;
    background: url(../img/bg-1.png) no-repeat;
    background-position: 306px 0px;
}

#bg-2 {
    top: 0px;
    height: 881px;
    background: url(../img/bg-2.png) no-repeat;
    background-position: 0px 0px;
}

#bg-3 {
    top: 20px;
    height: 55px;
    background: url(../img/bg-3.png) no-repeat;
    background-position: 540px 0px;
}

#bg-4 {
    top: 20px;
    height: 468px;
    background: url(../img/bg-4.png) no-repeat;
    background-position: 556px 0px;
}

#bg-5 {
    top: 12px;
    height: 84px;
    background: url(../img/bg-5.png) no-repeat;
    background-position: 547px 0px;
}


/*
 * BEGIN: PROGRESS BAR
 */
#progress {
    position: absolute;
    top: 32px;
    left: 1053px;
}

#progress-txt {
    font-size: 30px;
    color: #000;
    font-family: "league-gothic",sans-serif;
}


#progress-txt span.small{
    font-size: 12px;
    color: #000;
    font-family: "league-gothic",sans-serif;
    position: relative;
    bottom:5px;
}

#progress-bar {
    position: absolute;
    left: 177px;
    top: 15px;
}

#progress-bar-bg {
    position: absolute;
    width: 245px;
    height: 16px;
    background: url(../img/progress-bar-bg.png) no-repeat;
}

#progress-bar-icon-bg {
    position: absolute;
    top: -24px;
    left: -29px;
    width: 69px;
    height: 69px;
    background: url(../img/progress-bar-icon-bg.png) no-repeat;
}

#progress-bar-icon {
    
    position: absolute;
    top: -5px;
    left: 0px;
    width: 69px;
    height: 69px;
    
}

.progress-bar-icon-1 {
    background: url(../img/progress-step-icon-1.png) no-repeat;
}
.progress-bar-icon-2 {
    background: url(../img/progress-step-icon-2.png) no-repeat;
}
.progress-bar-icon-3 {
    background: url(../img/progress-step-icon-3.png) no-repeat;
}
.progress-bar-icon-4 {
    background: url(../img/progress-step-icon-4.png) no-repeat;
}
.progress-bar-icon-5 {
    background: url(../img/progress-step-icon-5.png) no-repeat;
}
.progress-bar-icon-6 {
    background: url(../img/progress-step-icon-6.png) no-repeat;
}

/*
 * END: PROGRESS BAR
 */



/* BEGIN: STEPS */
.step {
    /*display:none;*/
    margin: 105px 0 0 0;
    left: 850px;
    position: absolute;
	width: 580px;
	background-color: #fefcf0;
	border: #FFF 10px solid;
	
	/* drop shadow */
	box-shadow: 5px 5px 20px 0px #777777;
  	-moz-box-shadow: 5px 5px 20px 0px #777777;
  	-webkit-box-shadow: 5px 5px 20px 0px #777777;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#777777')";

}

.step-icon {
    width: 135px;
    height: 135px;
    margin: 23px auto 1px auto;
}

.step-title {
    font-size: 56px;
    color: #000;
    font-family: "league-gothic",sans-serif;
    text-transform:uppercase;
    text-align: center;
    text-shadow: 2px 2px 0px #d3d3d3; 
}

.de #step4 .step-title {
    font-size: 42px;
}

.step-title span.small{
    font-size: 30px;
    color: #000;
    font-family: "league-gothic",sans-serif;
    font-style: italic;
    text-transform:none;
    position: relative;
    bottom:10px;
}

.step-text {
   color: #383838;
   font-size: 16px;
   font-family: "museo",serif;
   font-weight: 300;
   margin: 0 auto;
   width: 510px;
   text-align: center;
}





.step-text em {
    font-style:italic;
    font-weight: 700;
}

#step1 .step-text, #step3 .step-text, #step5 .step-text  {
    width: 490px;
}

#step6 .step-text  {
    width: 460px;
}


#step2 .q-block {
    height: 140px;
}

.de #step2 .q-block {
    height: 180px;
}

#step2 .a-block {
    height: 70px;
    padding-top: 20px;
    color: #383838;
    display: none;
    font-size: 22px;
   margin: 0 auto;
   width: 510px;
   text-align: center;
   font-family: "museo",serif;
   font-weight: 300;
}


.step-note {
   color: #000000;
   font-size: 17px;
   font-family: "museo",serif;
   font-weight: 700;
   margin: 15px auto 0 auto;
   width: 510px;
   text-align: center;
   line-height: 100%;
}

#step2 .step-note {
    margin: 17px auto 37px auto;
    width: 400px;
}

#step4 .step-note {
    width: 460px;
}

#step5 .step-note {
    width: 490px;
}

#step6 .step-note {
    width: 460px;
}

.step-note h4 {
    text-transform: uppercase;
    color: 232323;
    font-size: 28px;
    margin: 25px 0px 0px 0px;
    font-family: "league-gothic",sans-serif;
    font-weight:normal;
    
}


/* initial style for landing page - set to visible and off stage */
#step0 {
    display:block;
    margin: 0;
    border: none;
}

#step1 .step-icon{
    background-image: url('../img/step1-icon.png');
}


#step2 .step-icon{
    background-image: url('../img/step2-icon.png');
}

#step2 .question-bool {
	position: relative;
	background-color:#FFF;
	border: 1px #ebebeb solid;
	width: 556px;
	margin: -1px auto 0 auto;
}

#step2 .question-icon {
	float: left;
	width: 110px;
	height: 140px;
	margin: 5px 0 0 10px;
}

#q-2 .question-icon {
	background: url('../img/step2-q2-icon.jpg') no-repeat;
}
#q-3 .question-icon {
	background: url('../img/step2-q3-icon.jpg') no-repeat;
}
#q-4 .question-icon {
	background: url('../img/step2-q4-icon.jpg') no-repeat;
}

#step2 .question-text {
    position:relative;
	float:left;
	margin: 0px 10px 0 10px;
	width: 340px;
	color: #232323;
	font-size: 14px;
	font-family: "museo",serif;
    font-weight: 300;
}

#step2 .question-text em {
    font-style:italic;
    font-weight: 700;
}

#step2 .v-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 325px;
    height: 130px;
    display: table; 
}

#step2 .v-holder p {
    display: table-cell; 
  vertical-align: middle; 
}

#step2 .question-answers {
	float:right;
	margin: 8px 7px 0 3px;
	width: 70px;
}

#step2 .answer-1 {
	background: url('../img/step2-not-scam.png') no-repeat;
}

.es #step2 .answer-1 {
    background: url('../img/step2-not-scam-es.png') no-repeat;
}

.de #step2 .answer-1 {
    background: url('../img/step2-not-scam-de.png') no-repeat;
}

.fr #step2 .answer-1 {
    background: url('../img/step2-not-scam-fr.png') no-repeat;
}

#step2 .answer-2 {
	background: url('../img/step2-scam.png') no-repeat;
}

.es #step2 .answer-2 {
    background: url('../img/step2-scam-es.png') no-repeat;
}

.de #step2 .answer-2 {
    background: url('../img/step2-scam-de.png') no-repeat;
}

.fr #step2 .answer-2 {
    background: url('../img/step2-scam-fr.png') no-repeat;
}



#step2 .answer-bool {
   width: 61px;
   height:56px;
   cursor: pointer;
   margin: 0;
   margin: 4px 0 0 0;
}
/*
#step2 .answer-bool:hover {
   background-position: 0px -75px;
}*/
.es #step2 .over, #step2 .over {
   background-position: 0px -75px;
}

.es #step2 .on, #step2 .on {
   background-position: 0px -150px;
}

.de #step2 .over, #step2 .over {
   background-position: 0px -75px;
}

.de #step2 .on, #step2 .on {
   background-position: 0px -150px;
}

.fr #step2 .over, #step2 .over {
   background-position: 0px -75px;
}

.fr #step2 .on, #step2 .on {
   background-position: 0px -150px;
}


#step2 .button {
	width: 61px;
	height: 56px;
}

#step2 .result-graphic {
	position: absolute;
	width: 111px;
	height: 44px;
	top: 40px;
	left: -200px;
	display: none;
	/*left: -16px;*/
	background: url('../img/question-bool-result-graphic.png') no-repeat;
}

.es #step2 .result-graphic {
    background: url('../img/question-bool-result-graphic-es.png') no-repeat;
}

.de #step2 .result-graphic {
    background: url('../img/question-bool-result-graphic-de.png') no-repeat;
}

.es #step2 .result-graphic-correct, #step2 .result-graphic-correct {
	background-position: 0px 0px;
}
.es #step2 .result-graphic-incorrect, #step2 .result-graphic-incorrect {
	background-position: 0px -40px;
}

.de #step2 .result-graphic-correct, #step2 .result-graphic-correct {
	background-position: 0px 0px;
}
.de #step2 .result-graphic-incorrect, #step2 .result-graphic-incorrect {
	background-position: 0px -40px;
}



#step3 .step-icon{
    background-image: url('../img/step3-icon.png');
}

#step4 .step-icon{
    background-image: url('../img/step4-icon.png');
}

#step5 .step-icon{
    background-image: url('../img/step5-icon.png');
}

#step6 .step-title {
    margin-top: 34px;
}

#step6 .error-message {
    margin-top: 10px;
}

#step6 .demo-title {
    color: #232323;
    font-size: 25px;
    font-family: "league-gothic",sans-serif;
    text-transform:uppercase;
    text-align: center;
    margin-top: 50px;
}


#demo-gender {
    width: 240px;
    margin: 30px auto;
}


#step6 .gender-icon {
    float: left;
	width: 110px;
	height: 105px;
	cursor:pointer;
}



#step6 .gender-hr {
    background: #f5f4ea;
    height: 2px;
    width: 543px;
    margin: 55px auto 0 auto;
}

#step6 .male {
	background: url(../img/demo-gender-m.png) no-repeat;
}
#step6 .female {
	background: url(../img/demo-gender-f.png) no-repeat;
}

#step6 .gender-icon-on {
    background-position: 0px -113px;
}


#step6 .gender-or {
    float: left;
	width: 20px;
	height: 105px;
	background: url(../img/demo-gender-or.png) no-repeat;
}

.es #step6 .gender-or {
    background: url(../img/demo-gender-or-es.png) no-repeat;
}

.de #step6 .gender-or {
    background: url(../img/demo-gender-or-de.png) no-repeat;
}

.fr #step6 .gender-or {
    background: url(../img/demo-gender-or-fr.png) no-repeat;
}

#demo-age {
    margin: 15px 0 0 72px;
}

#step6 .radio-answer {
    float: left;
    margin: 0px 10px;
}

#step6 .radio {
    cursor:pointer;
	width: 50px;
	height: 43px;
	background: url(../img/demo-radio.png) no-repeat;
	margin: 0 auto;
}

#step6 .radio-over {
    background-position: -50px 0px;
}

#step6 .radio-on {
    background-position: -100px 0px;
}


#step6 .radio-text {
    font-size: 21px;
    font-family: "league-gothic",sans-serif;
    text-transform:uppercase;
    text-align: center;
}

#demo-location {
    position:relative;
}

#demo-location select {
    
    width: 274px;
    margin: 20px auto 40px 160px;
}



#step7 .step-icon{
    background-image: url('../img/step7-icon.png');
}

#step7 .step-icon-win{
    background-position: 0 0;
}


#step7 .step-icon-lose{
    background-position: 0 -150px;
}

#step7 .step-title {
    margin: 20px 0 15px 0;
    font-size: 22px;
    color: #6E6E6E;
    font-family: "museo",serif;
    font-weight: 300;
    text-transform:none;
    text-shadow: 0px 0px 0px #d3d3d3; 
    
}

#step7 h2 {
    color: #d0cebc;
    font-size: 30px;
    font-weight:normal;
    text-align: center;
    font-family: "league-gothic",sans-serif;
    text-transform:uppercase;
    margin: 5px auto 5px 0;
}

#tally {
    width: 375px;
    margin: 0 auto;
}

#tally-score-holder {
    position: relative;
    width: 102px;
    height: 153px;
    overflow:hidden;
    margin: 0 auto;
    top: 2px;
}

#tally-score {
    height: 3060px;
    width: 102px;
    position: absolute;
    bottom: 0px;
    background: url('../img/tally-numbers.png');
}



#step7 .score-card {
   
    float: left;
    width: 155px;
    height: 161px;
    background: url('../img/tally-card.png') no-repeat;
    color: #000;
    text-align: center;
    font-size: 135px;
    font-family: "league-gothic",sans-serif;
    line-height: 120%;
}

#step7 #tally-total {
    background: url('../img/tally-total.png') no-repeat;
}


#step7 .tally-of {
    float: left;
    width: 31px;
    height: 159px;
    margin: 0 15px;
    background: url('../img/tally-of.png') no-repeat;
}

.es #step7 .tally-of {
    background: url('../img/tally-of-es.png') no-repeat;
}

.de #step7 .tally-of {
    background: url('../img/tally-of-de.png') no-repeat;
}

.fr #step7 .tally-of {
    background: url('../img/tally-of-fr.png') no-repeat;
}

#step7 .results {
    text-align: center;
    font-size: 16px;
    color: #383838;
    font-family: "museo",serif;
    font-weight: 300;
    margin: 0 24px;
}

#step7 .results strong {
    font-family: "museo",serif;
    font-weight: 700;
}



#step7 .results a {
   color: #076e98; 
   text-decoration:none;
}
#step7 .results a:hover {
   text-decoration:underline;
}

#step7 h3 {
    text-align: center;
    font-size: 17px;
    color: #000;
    font-family: "museo",serif;
    font-weight: 700;
    margin: 0 0 35px 0 ;
}

#step7 h4{
    text-align: center;
    font-weight: normal;
    font-size: 34px;
    color: #000;
    font-family: "league-gothic",sans-serif;
    margin: 0;
}



/*
 * BEGIN: MULTIPLE CHOICE QUESTIONS
 */
.answer-mc-block {
    margin: 30px 0 0 0;
}
.answer-mc {
    float: left;
    position:relative;
    width: 146px;
    /*height:100px;*/
    margin: 0 23px;
}

.mc-button-container {
    position: relative;
    cursor: pointer;
}



.mc-button-bg {
    width: 146px;
    height: 150px;
    background: url('../img/mc-button-bg.png') no-repeat;
}

.mc-button-check {
   width: 64px;
   height: 62px;
   background: url('../img/mc-check.png') no-repeat;
   position: absolute;
   top: 42px;
   left: 42px;
   display: none;
}


.over .mc-button-bg {
    background-position: 0px -150px;
}

.on .mc-button-check {
    display: block;
}

.on .mc-button-bg {
    background-position: 0px -150px;
}

.on .mc-button-bg {
    background-position: 0px -150px;
}

.mc-text {
    font-family: "league-gothic",sans-serif;
    text-transform:uppercase;
    text-align: center;
    font-size: 24px;
    color: #000;
    margin: 15px 0 0 0;
    padding: 0 14px;
    line-height: 110%;
}

.mc-text em {
    display: block;
    margin: 0px 0 0 0;
    font-family: "museo",serif;
    font-weight: 300;
    font-style:normal;
    text-transform:none;
    text-align: center;
    font-size: 14px;
    color: #232323;
    line-height: 110%;
}

#step1 .text-a-2 em {
   padding: 0 20px;
}


#q-1 .mc-button-icon-1 {
    position: absolute;
    width: 120px;
    height: 90px;
    background: url('../img/q1-a1-icon.png') no-repeat;
    top: 30px;
    left: 10px;
}

.de #q-1 .mc-button-icon-1, .fr #q-1 .mc-button-icon-1, .gb #q-1 .mc-button-icon-1 {
    background: url('../img/q1-a1-icon-euro.png') no-repeat;
}

#q-1 .mc-button-icon-2 {
    position: absolute;
    width: 105px;
    height: 74px;
    background: url('../img/q1-a2-icon.png') no-repeat;
    top: 38px;
    left: 20px;
}

.de #q-1 .mc-button-icon-2, .fr #q-1 .mc-button-icon-2, .gb #q-1 .mc-button-icon-2 {
    background: url('../img/q1-a2-icon-euro.png') no-repeat;
}

#q-1 .mc-button-icon-3 {
    position: absolute;
    width: 98px;
    height: 71px;
    background: url('../img/q1-a3-icon.png') no-repeat;
    top: 37px;
    left: 23px;
}


#q-5 .mc-button-icon-1 {
    position: absolute;
    width: 120px;
    height: 90px;
    background: url('../img/q5-a1-icon.png') no-repeat;
    top: 42px;
    left: 35px;
}

#q-5 .mc-button-icon-2 {
    position: absolute;
    width: 105px;
    height: 74px;
    background: url('../img/q5-a2-icon.png') no-repeat;
    top: 41px;
    left: 29px;
}

#q-5 .mc-button-icon-3 {
    position: absolute;
    width: 36px;
    height: 59px;
    background: url('../img/q5-a3-icon.png') no-repeat;
    top: 45px;
    left: 55px;
}


#q-9 .mc-button-icon-1 {
    position: absolute;
    width: 62px;
    height: 84px;
    background: url('../img/q9-a1-icon.png') no-repeat;
    top: 30px;
    left: 42px;
}

.es #q-9 .mc-button-icon-1 {
    background: url('../img/q9-a1-icon-es.png') no-repeat;
}

.fr #q-9 .mc-button-icon-1 {
    background: url('../img/q9-a1-icon-fr.png') no-repeat;
}


#q-9 .mc-button-icon-2 {
    position: absolute;
     width: 98px;
    height: 55px;
    background: url('../img/q9-a2-icon.png') no-repeat;
    top: 46px;
    left: 25px;
}

#q-9 .mc-button-icon-3 {
    position: absolute;
    width: 98px;
    height: 55px;
    background: url('../img/q9-a3-icon.png') no-repeat;
    top: 46px;
    left: 25px;
}

.es #q-9 .mc-button-icon-3 {
    background: url('../img/q9-a3-icon-es.png') no-repeat;
}

.de #q-9 .mc-button-icon-3 {
    background: url('../img/q9-a3-icon-de.png') no-repeat;
}

.fr #q-9 .mc-button-icon-3 {
    background: url('../img/q9-a3-icon-fr.png') no-repeat;
}



/* ANSWER SCREEN */

.mc-result-flag {
    width: 532px;
    height: 98px;
    margin: 10px auto 0 auto;
    background: url('../img/mc-result-flag.png') no-repeat;
    display: none;
    position: relative;
    left: -630px;
}

.es .mc-result-flag {
    background: url('../img/mc-result-flag-es.png') no-repeat;
}

.de .mc-result-flag {
    background: url('../img/mc-result-flag-de.png') no-repeat;
}

.fr .mc-result-flag {
    background: url('../img/mc-result-flag-fr.png') no-repeat;
}


.mc-result-flag-incorrect {
    background-position: 0px -100px;
}

.es .mc-result-flag-incorrect {
    background-position: 0px -100px;
}

.de .mc-result-flag-incorrect {
    background-position: 0px -100px;
}

.fr .mc-result-flag-incorrect {
    background-position: 0px -100px;
}

.mc-result-text {
    width: 505px;
    margin: 10px auto 40px auto;
    font-family: "museo",serif;
    font-weight: 300;
    font-size: 16px;
}


#step5 .mc-result-text {
    width: 475px;
    margin: 10px auto 40px auto;
    margin-left: 40px;
}

.mc-result-text strong {
    
    font-weight: 700;
    font-style:italic;
}

.mc-result-text h1 {
    font-family: "league-gothic",sans-serif;
    text-transform:uppercase;
    font-weight: normal;
    font-size: 39px;
    margin: 2px 0 22px 0;
    line-height: 100%;
}

#step5 .mc-result-text h1 {
    font-size: 34px;
}


.mc-result-text h2 {
    color: #6e6e6e;
    font-family: "league-gothic",sans-serif;
    text-transform:uppercase;
    font-weight: normal;
    font-size: 23px;
    margin: 2px 0 0 0;
    line-height: 100%;
} 


#step1 .mc-result-icon {
    position: absolute;
    width: 150px;
    height: 110px;
    background: url('../img/q1-result-icon.jpg') no-repeat;
    top: 110px;
    left: 387px;
}

#step3 .mc-result-icon {
    position: absolute;
    width: 88px;
    height: 140px;
    background: url('../img/q3-result-icon.jpg') no-repeat;
    top: 110px;
    left: 417px;
}

#step5 .mc-result-icon {
    position: absolute;
    width: 173px;
    height: 99px;
    background: url('../img/q5-result-icon.jpg') no-repeat;
    top: 129px;
    left: 346px;
}


.es #step5 .mc-result-icon {
    background: url('../img/q5-result-icon-es.jpg') no-repeat;
}

.de #step5 .mc-result-icon {
    background: url('../img/q5-result-icon-de.jpg') no-repeat;
}

.fr #step5 .mc-result-icon {
    background: url('../img/q5-result-icon-fr.jpg') no-repeat;
}

/*
 * END: MULTIPLE CHOICE QUESTIONS
 */





/*
 * BEGIN: BOOLEAN QUESTIONS
 */




/*
 * END: BOOLEAN CHOICE QUESTIONS
 */


/*
 * BEGIN: SLIDER QUESTIONS
 */

#step4 .slider-header {
    margin: 25px auto 0 auto;
    width: 555px;
    height: 75px;
    background: url('../img/step4-header.png') no-repeat;
}

#step4 .slider-header .head {
    width: 184px;
    color: #232323;
    font-family: "league-gothic",sans-serif;
    text-transform:uppercase;
    font-size: 30px;
    text-align: center;
    float: left;
    padding: 18px 0 0 0;
}

.de #step4 .slider-header .head {
    font-size: 22px;
}

#step4 .question-slider {
    clear: both;
    position: relative;
    overflow:hidden;
    margin: 0 auto;
    width: 555px;
    background: url('../img/step4-question-bg.jpg') no-repeat;
}

#step4 .question-slider-containment {
    position: absolute;
    left: 52px;
    /*background: #FF0000;*/
    width: 442px;
    height: 1px;
}

#q-6.question-slider {
    height: 174px;
}
#q-7.question-slider {
    background-position: 0px -174px;
    height: 176px;
}
#q-8.question-slider {
    background-position: 0px -350px;
    height: 193px;
}

#step4 .question-text {
    text-align: center;
    font-family: "museo",serif;
    font-weight: 300;
    color: #232323;
    font-size: 14px;
    width: 400px;
    margin: 36px auto 0 auto;
}

.de #step4 .question-text {
    margin: 20px auto 0 auto;
}

.de #step4 #q-6 .question-text {
    margin: 36px auto 0 auto;
}

#step4 .slider-grabber {
    /*position: relative;*/
    left: 241px;
    top: 15px;
    width: 65px;
    height: 70px;
    cursor:pointer;
}

#step4 .slider-grabber-6 {
    background: url('../img/q6-icon.png') no-repeat;
}

#step4 .slider-grabber-7 {
    background: url('../img/q7-icon.png') no-repeat;
}

#step4 .slider-grabber-8 {
    top: 15px;
    background: url('../img/q8-icon.png') no-repeat;
}

#step4 .a-block {
    display: none;
}


#step4 .results-header {
    text-align: center;
    font-size: 22px;
    color : #6e6e6e;
    font-family: "museo",serif;
    font-weight: 300;
    margin: 5px 0 20px 0;
}

#step4 .results-header strong {
    font-weight: 700;
    font-style:italic;
}

#step4 .slider-result {
    position:relative;
    clear: both;
    width: 555px;
    margin: 0 auto;
    background: url('../img/slider-result-bg.jpg') no-repeat;
}



#step4 .slider-result-icon {
    float: left;
    width: 65px;
    height: 70px;
    margin: 28px;
} 

#step4 .icon-6 {
    background: url('../img/q6-result-icon.png') no-repeat;
}
#step4 .icon-7 {
    background: url('../img/q7-result-icon.png') no-repeat;
} 
#step4 .icon-8 {
    background: url('../img/q8-result-icon.png') no-repeat;
}  

#step4 .slider-result-text {
    float: left;
    width: 410px;
    color: #232323;
    font-size: 14px;
    font-family: "museo",serif;
    font-weight: 300;
    margin: 26px 0 20px 0;
    
} 


 
#step4 .slider-result-flag {
    position: absolute;
    width: 111px;
    height: 44px;
    top: 100px;
    display: none;
    left: -200px;
    /*left: -23px;*/
    background: url('../img/question-bool-result-graphic.png') no-repeat;
}

.es #step4 .slider-result-flag {
    background: url('../img/question-bool-result-graphic-es.png') no-repeat;
}

.es #step4 .slider-result-flag-correct, #step4 .slider-result-flag-correct {
    background-position: 0px 0px;
}
.es #step4 .slider-result-flag-incorrect, #step4 .slider-result-flag-incorrect {
    background-position: 0px -40px;
}







/*
 * END: SLIDER QUESTIONS
 */




.error-message {
    color: #FF0000;
    font-family: "league-gothic",sans-serif;
    text-transform:uppercase;
    text-align: center;
    font-size: 22px;
    height: 40px;
    
}

#step2 .error-message {
    margin: 20px 0 0 0;
}

.submit {
    height:100px;
    margin: 20px;
    background: #2494b5;
    margin: 0 auto 60px auto;
}

.answer {
    display: none;
    position: relative;
}


#landing-globe {
    position: absolute;
    width: 503px;
    height: 502px;
    background-image: url('../img/landing-globe.png');
    top: 68px;
    left: 48px;
    
}

.gb #landing-globe {
   background-image: url('../img/landing-globe-gb.png'); 
}

.es #landing-globe {
   background-image: url('../img/landing-globe-es.png'); 
}

.de #landing-globe {
   background-image: url('../img/landing-globe-de.png'); 
}

.fr #landing-globe {
   background-image: url('../img/landing-globe-fr.png'); 
}

#landing-cta {
	cursor: pointer;
    position: absolute;
    width: 226px;
    height: 65px;
    background-image: url('../img/landing-cta.png');
    top: 426px;
    left: 193px;
}
.es #landing-cta {
   background-image: url('../img/landing-cta-es.png'); 
}

.de #landing-cta {
   background-image: url('../img/landing-cta-de.png'); 
}

.fr #landing-cta {
   background-image: url('../img/landing-cta-fr.png'); 
}

#landing-cta:hover {
    background-position: 0px -75px;
}
#landing-cta.off {
    background-position: 0px -150px;
}

#landing-scammer {
    position: absolute;
    width: 179px;
    height: 660px;
    background-image: url('../img/landing-scammer.png');
    left:-35px;
    
}

#landing-mid {
   position: absolute;
   top: 696px; 
   left: 15px;
}

#landing-sneaky {
    width: 570px;
    height: 157px;
    background-image: url('../img/landing-sneaky.png');
}

.es #landing-sneaky {
    background-image: url('../img/landing-sneaky-es.png');
}

.de #landing-sneaky {
    background-image: url('../img/landing-sneaky-de.png');
}

.fr #landing-sneaky {
    background-image: url('../img/landing-sneaky-fr.png');
}


#landing-mid p {
   color: #FFF;
   font-size: 15px;
   font-family: "museo",serif;
   font-weight: 300;
}

#landing-share {
  margin: 152px 0 0 0;
  color: #FFF;
  font-size: 36px;
  font-family: "league-gothic",sans-serif;
  font-size: 50px;
  text-align: center;
  text-transform: uppercase;
}

#landing-share h2 {
  margin: 0;
  font-size: 36px;
  font-weight: normal;
}
#landing-share h3 {
    margin: 0;
  font-size: 23px;
  font-weight: normal;
}



.submit-cta {
	cursor: pointer;
    width: 226px;
    height: 65px;
    background: url('../img/submit-cta.png') no-repeat;
    margin: 0 auto 60px auto;
}
.es .submit-cta {
    cursor: pointer;
    width: 226px;
    height: 65px;
    background: url('../img/submit-cta-es.png') no-repeat;
    margin: 0 auto 60px auto;
}
.de .submit-cta {
    cursor: pointer;
    width: 226px;
    height: 65px;
    background: url('../img/submit-cta-de.png') no-repeat;
    margin: 0 auto 60px auto;
}
.fr .submit-cta {
    cursor: pointer;
    width: 226px;
    height: 65px;
    background: url('../img/submit-cta-fr.png') no-repeat;
    margin: 0 auto 60px auto;
}
.submit-cta:hover {
    background-position: 0px -75px;
}
.submit-cta.off {
    background-position: 0px -150px;
}
.next-cta {
	cursor: pointer;
    width: 226px;
    height: 65px;
    background: url('../img/next-cta.png') no-repeat;
    margin: 0 auto 60px auto;
}

.es .next-cta {
    background: url('../img/next-cta-es.png') no-repeat;
}

.de .next-cta {
    background: url('../img/next-cta-de.png') no-repeat;
}

.fr .next-cta {
    background: url('../img/next-cta-fr.png') no-repeat;
}

.next-cta:hover {
    background-position: 0px -75px;
}

.next-cta.off {
    background-position: 0px -150px;
}

.results-ctas {
    margin-left: 40px;
    height: 65px;
}

.restart-cta {
    float: left;
    cursor: pointer;
    width: 168px;
    height: 65px;
    background: url('../img/restart-cta.png') no-repeat;
    margin: 0 10px 25px 0;
}

.es .restart-cta {
    background: url('../img/restart-cta-es.png') no-repeat;
}

.de .restart-cta {
    background: url('../img/restart-cta-de.png') no-repeat;
}

.fr .restart-cta {
    background: url('../img/restart-cta-fr.png') no-repeat;
}


.restart-cta:hover {
    background-position: 0px -75px;
}
.restart-cta.off {
    background-position: 0px -150px;
}


.cpc-cta {
    float: left;
    cursor: pointer;
    width: 292px;
    height: 65px;
    background: url('../img/cpc-cta.png') no-repeat;
}
.es .cpc-cta {
    background: url('../img/cpc-cta-es.png') no-repeat;
}
.de .cpc-cta {
    background: url('../img/cpc-cta-de.png') no-repeat;
}
.fr .cpc-cta {
    background: url('../img/cpc-cta-fr.png') no-repeat;
}

.cpc-cta:hover {
    background-position: 0px -75px;
}


#step2 .next-cta {
     margin: 40px auto 60px auto;
}

#step4 .next-cta {
     margin: 40px auto 60px auto;
}






.museo300 {
    font-family: "museo",serif;
    font-weight: 300;
}

#museo300 {
    font-family: "museo",serif;
    font-weight: 300;
    font-size: 50px;
}

#museo700 {
    font-family: "museo",serif;
    font-weight: 700;
    font-size: 50px;
}

#museo300i{
    font-family: "museo",serif;
    font-weight: 300;
    font-size: 50px;
    font-style: italic;
}

#museo700i{
    font-family: "museo",serif;
    font-weight: 700;
    font-size: 50px;
    font-style: italic;
}


#league {
  font-family: "league-gothic",sans-serif;
  font-size: 50px;
}




/* FOOTER SHARE ICONS */
.footer-share-icons {
  width: 110px;
  margin: 10px auto 60px auto;  
}

.footer-icon {
    cursor:pointer;
    float: left;
    width: 26px;
    height: 26px;
    margin: 0 4px;
}

.footer-fb {
     background: url('../img/footer-fb.png') no-repeat;
}

.footer-twitter {
     background: url('../img/footer-twitter.png') no-repeat;
}

.footer-gplus {
     background: url('../img/footer-gplus.png') no-repeat;
}


/* CUSTOM SELECT BOX FOR LOCATION */

#step6 .select-location-title {
    cursor: pointer;
    position: absolute;
    top: 11px;
    left: 224px;
    width: 200px;
    height: 40px;
    background-color: #FFF;
    color: #A8A8A8;
    font-size: 25px;
    font-family: league-gothic, sans-serif;
}

.de #step6 .select-location-title {
    font-size: 22px;
}

.sbHolder{
	color: #a8a8a8;
	background-color: #FFF;
	border: solid 1px #efefef;
	font-family: "league-gothic",sans-serif;
    font-size: 25px;
	font-weight: normal;
	height: 54px;
	position: relative;
	width: 275px;
	margin: 10px auto 0 auto;
	box-shadow: 5px 5px 20px 0px #777777;
  	-moz-box-shadow: 5px 5px 20px 0px #777777;
  	-webkit-box-shadow:2px 2px 5px 0px #777777;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#777777')";
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 54px;
	left: 0;
	line-height: 54px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 75px;
	top: 0;
	width: 275px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #a8a8a8;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(../img/select-icons.png) 0 -116px no-repeat;
	display: block;
	height: 54px;
	outline: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 56px;
}
.sbToggle:hover{
	background: url(../img/select-icons.png) 0 -167px no-repeat;
}
.sbToggleOpen{
	background: url(../img/select-icons.png) 0 -16px no-repeat;
}
.sbToggleOpen:hover{
	background: url(../img/select-icons.png) 0 -66px no-repeat;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #fff;
	border: solid 1px #efefef;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 275px;
	z-index: 1;
	overflow-y: auto;
}
.sbOptions li{
	padding: 0 7px;
}
.sbOptions a{
	border-bottom: solid 1px #efefef;
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #a8a8a8;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #333333;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: solid 1px #efefef;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: solid 1px #efefef;
	color: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}










/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow:none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
