/* QUIZ STYLES */
/* Styles to prettify the quiz page */

html {
    background: #eee;
    
}

#slickQuiz {
    width: 635px;
    margin: 0 auto;
    border: 0px solid #ccc;
    border-top: none;
    background: #222;
    padding: 5px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    color: #222;
    line-height: 1.5em;
    
}

h1,h2,h3,h4,h5,h6 {font-weight: bold;}

h1 {
    font-size: 26px;
    margin: 10px 0 10px 0;
    color: #f3bb42;
}
h2 {
    font-size: 22px;
    margin: 15px 0;
}
h3 {
    font-size: 18px;
    margin: 10px 0;
}
h4 {
    font-size: 16px;
    margin: 10px 0;
}
h5 {
    font-size: 14px;
    margin: 10px 0 5px;
}
h6 {
    font-size: 12px;
    margin: 5px 0;
}

strong { font-weight: bold; }
em { font-style: italic; }
ul { list-style-type: circle; }
ol { list-style-type: decimal; }
ol li { list-style-type: decimal; margin-left: 20px; }

.button {
    float: left;
    width: auto;
    padding: 10px 25px;
    color:#222;
    background-color:#f3bb42;
    border: 3px solid #222;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	text-decoration: none;
	font-size: 24px;
}
.button:hover {
    background-color:darkslategray;
}

.startQuiz {
    margin: 350px auto 0 270px;
}

.tryAgain {
    float: none;
    margin: 20px 0;
}

/* clearfix */
.quizArea {
    zoom: 1;
    background: url('http://static.origos.hu/s/partners/infografika/img/csoki/csokik.jpg') no-repeat;
    height: 430px;
}
.quizResults {
    zoom: 1;
    background: #f2f2f2;
    height: 430px;
    text-align: center;
    color: #f3bb42;
}
.quizArea:before, .quizArea:after, .quizResults:before, .quizResults:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
}
.quizArea:after, .quizResults:after {
    clear: both;
}

.questionCount {
    font-size: 14px;
    font-style: italic;
    margin: 10px 0 0 0;
}
.questionCount span {
    font-weight: bold;
}

ol.questions {
    margin-top: 20px;
    margin-left: 0;
}
ol.questions li {
    margin-left: 0;
}

ul.answers {
    margin-left: 20px;
    margin-bottom: 20px;
}

ul.responses li {
    margin: 0px;
}
ul.responses li p span {
    display: block;
    font-weight: bold;
    font-size: 18px;
}
ul.answers li.correct, ul.responses li.correct p span {
    color: #6C9F2E;
}
ul.responses li.incorrect p span {
    color: #B5121B;
}

.quizResults h3 {
    margin: 0;
    text-align: center;
    padding: 10px 0;
}
.quizResults h3 span {
    font-weight: normal;
    font-style: italic;
    color: #222;
}
.quizResultsCopy {
    clear: both;
    margin-top: 20px;
}
.responses p {
margin: 10px 0;
}
h3.quizLevel {
font-size: 21px;
}
.quizScore span {color: #222; font-weight: 700;}

.kvizshare {margin: 40px 0;}



/* FONTS  */


@font-face {
    font-family:"Source Sans Pro";src:url("/s/font/source-sans-italic-light-new.eot");src:url("/s/font/source-sans-italic-light-new.eot?") format("embedded-opentype"),url("/s/font/source-sans-italic-light-new.woff") format("woff"),url("/s/font/source-sans-italic-light-new.ttf") format("truetype");url("/s/font/source-sans-light-italic.svg#web") format("svg");font-style:italic;font-weight:200;
}

@font-face {
    font-family:"Source Sans Pro";src:url("/s/font/source-sans-regular.eot");src:url("/s/font/source-sans-regular.eot?") format("embedded-opentype"),url("/s/font/source-sans-regular.woff") format("woff"),url("/s/font/source-sans-regular.ttf") format("truetype");url("/s/font/source-sans-regular.svg#web") format("svg");font-style:normal;font-weight:400;
}

@font-face {
    font-family:"Source Sans Pro";src:url("/s/font/source-sans-bold.eot.eot");src:url("/s/font/source-sans-bold.eot.eot?") format("embedded-opentype"),url("/s/font/source-sans-bold.woff") format("woff"),url("/s/font/source-sans-bold.ttf") format("truetype");url("/s/font/source-sans-bold.svg#web") format("svg");font-style:normal;font-weight:700;
}

@font-face {
    font-family:"Source Sans Pro";src:url("/s/font/source-sans-bold-italic.eot");src:url("/s/font/source-sans-bold-italic.eot?") format("embedded-opentype"),url("/s/font/source-sans-bold-italic.woff") format("woff"),url("/s/font/source-sans-bold-italic.ttf") format("truetype");url("/s/font/source-sans-bold-italic.svg#web") format("svg");font-style:italic;font-weight:700;
}

@font-face {
    font-family:"Source Sans Pro";src:url("/s/font/source-sans-black.eot");src:url("/s/font/source-sans-black.eot?") format("embedded-opentype"),url("/s/font/source-sans-black.woff") format("woff"),url("/s/font/source-sans-black.ttf") format("truetype");url("/s/font/source-sans-black.svg#web") format("svg");font-style:normal;font-weight:900;
}
