@import url("Edo/stylesheet.css");
@import url("wales_sans/stylesheet.css");
@import url("wales_sans_body_regular_web/stylesheet.css");
@import url("wales_sans/stylesheet.css");
@import url("wales_sans/stylesheet.css");
@import url("wales_sans_medium/stylesheet.css");
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
strong {
    font-weight: bold
}
;
/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
html {
    width: 100%;
    height: 100%;
    letter-spacing: 0px;
}
body {
    overflow: hidden;
    font-size: 4vmin;
    /* font-family: "wales sans body regular web"; */
    font-family: 'MuseoSans', sans-serif;
    font-weight: 300;
    font-size: 4vmin;
    text-align: center;
    overflow-y: scroll;
    background-size: cover;
    -webkit-text-size-adjust: none;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    color: #fff;
}
h2 {
    font-family: 'Merriweather', RC, Arial, sans-serif;
    font-weight: 300;
    font-size: 24px;
}
h3 {
    font-size: 20px;
    background-size: auto;
    line-height: 1em;
    font-family: "wales sans body regular web";
}
p {
    color: #000;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.character {
    position: absolute;
    width: 15%;
    height: 15%;
    color: #fff;
    text-shadow: 1px 1px #333;
    text-transform: uppercase;
    font-size: 3vmin;
    font-weight: bold;
}
.character p {
    position: absolute;
    bottom: 5%;
    width: 90%;
    opacity: 0.7;
    padding-left: 5%;
    display: none;
}
.uvt_sub p {
    color: #fff;
    font-size: 22px;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    float: left;
}
.uvt_sub_logo {
    float: left;
    height: 80px;
    margin-left: 0px
}
#bottom-pointer {
    z-index: -500;
    position: absolute;
    bottom: 0%;
    width: 80px;
    height: 80px;
    background: url(../pointer.png) center left no-repeat;
    background-size: contain;
    margin-left: -3%;
}
#left-pointer {
    z-index: -500;
    position: absolute;
    left: 0%;
    width: 80px;
    height: 80px;
    background: url(../left-pointer.png) center left no-repeat;
    background-size: contain;
    margin-top: -3%;
}
#right-pointer {
    z-index: -500;
    position: absolute;
    right: 0%;
    width: 80px;
    height: 80px;
    background: url(../right-pointer.png) center left no-repeat;
    background-size: contain;
    margin-top: -3%;
}
#bottom-text {
    position: absolute;
    bottom: 0%;
    left: 17%;
    right: 17%;
    height: 75px;
    border-top: 10px solid #D3EBBD;
    background: url(../text.png) center center no-repeat;
    background-size: auto 60%;
}
#left-text {
    position: absolute;
    left: 0%;
    top: 7%;
    bottom: 7%;
    width: 75px;
    border-right: 10px solid #D3EBBD;
    background: url(../left-text.png) center center no-repeat;
    background-size: 60% auto;
}
#right-text {
    position: absolute;
    right: 0%;
    top: 7%;
    bottom: 7%;
    width: 75px;
    border-left: 10px solid #D3EBBD;
    background: url(../right-text.png) center center no-repeat;
    background-size: 60% auto;
}
.section-divide {
    display: none;
    position: absolute;
    z-index: 2;
    top: 0 left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
}
.section-wrap {
    display: table;
    padding: 10px;
    max-width: 1020px;
    margin: 0 auto;
    height: 100%;
}
.s-middle {
    display: table-cell;
    vertical-align: middle;
}
.section-wrap-text {
    text-align: center;
}
.section-wrap-text h1 {
    font-weight: 700;
    font-size: 30px;
}
.next-section {
    display: block;
    cursor: pointer;
    border: 2px solid white;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 700;
    width: 172px;
    margin: 0 auto;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
#intro .contents {
    vertical-align: middle;
}

.contents {
    position: fixed;
    text-align: center;
    top: 50%;
    left: 50%;
    width: 100%;
    z-index: 5;
    padding: 0 15px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#intro .contents button {
    height: 70px;
    width: 250px;
    font-size: 22px;
    font-weight: 600;
    padding: 22px 0 50px;
    float: none;
	margin-left: 0;
    color: #1258a5;
    margin-bottom: 0;
}
#game {
    display: none;
}
#results {
    display: none;
}
.question-wrap {
    margin-bottom: 10px;
}
.question {
    position: relative;
    display: table;
    margin: 0 auto;
    font-weight: 700;
    font-size: 18px;
    /* background-image: url(../images/adrenaline_start_logo.png); */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 30px;
    min-width: 290px;
}
@media screen and (min-width: 768px) {
    .question {
        min-width: 450px;
        padding: 10px 80px 60px;
    }
    .question-wrap {
        margin-bottom: 20px;
    }
}
.question h2 {
    color: #fff;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
    font-family: 'MuseoSans', sans-serif;
}
.question h3 {
    color: #fff;
    font-weight: 300;
    margin-top: 18px !important;
    margin-bottom: 5px !important;
    font-family: 'MuseoSans', sans-serif;
    margin-left: -10px;
}
@media screen and (min-width: 600px) {
    .question h3 {
        margin-bottom: 10px !important;
        font-family: 'MuseoSans', sans-serif;
        font-size: 24px;
    }
}
.buttons-questions {
    text-align: center;
    margin: 0 auto;
    max-width: 770px;
    border-radius: 5px;
}
.buttons-questions button {
    width: 90%;
}
@media screen and (min-width: 768px) {
    .buttons-questions button {
        width: 230px;
        border-radius: 5px;
    }
}
.contents p {
    color: #fff;
}

.score-wrap{
      position: absolute;
    left: 50%;
    top: 50%;
    width: 70%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#score {
    font-size: 60px;
    font-weight: 700;
}

#score {
    position: relative;
    display: inline-block;
    /* background-image: url(../images/adrenaline_end_logo.png); */
    font-weight: 700;
    float: none;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 250px;
    height: 210px;
}

@media screen and (min-width: 768px) {
    #score {
        font-size: 80px;
        font-weight: 700;
        margin: 5px 10px 0;
        padding-top: 115px;
        width: 900px;
         /* height: 370px; */
         height: 230px;
    }
}



    .jobs {
        font-size: 18px;
    }

        #subhead {
        color: #fff;
        padding-bottom: 10px;
        font-size: 18px;
        max-width: 800px;
        margin: 0 auto;
    }

    #clickthru {
    position:relative;
    margin-bottom: 20px;
    display: block;
    width: 100%;
    height: 65px;
    width: 240px;
    margin:0 auto 10px auto;
    background-image: url(../images/discover-more-white.png);
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
}
#clickthru:hover {
    background-image: url(../images/discover-more-yellow.png);
    transition: all 0.3s ease-out;
}
  #clickthru a{
    position: absolute;
    width:100%;
    height:100%;
	left:0px;
  }
@media screen and (min-width: 768px) {
    .jobs {
        font-size: 22px;
    }
    #score {
        margin: 5px 0 0px 0;
    }
    #subhead {
        font-size: 46px;
        padding-bottom: 0px;
        margin-top: 20px;
        margin-bottom: 0px;
        line-height: 1;
    }
    #clickthru {
        margin-bottom: 40px;
        margin-top: 40px;
        display: block;   
         width: 250px;
    }
}
/* Social Buttons */

.links-social {
    max-width: 230px;
    margin: 0 auto;
}
@media screen and (min-width: 768px) {
    .links-social {
        max-width: 565px;
        margin: 0 auto;
    }
}

#clickthru a {
  
}
#twitter button {
    background-color: rgba(64, 153, 255, 0.8);
    margin-bottom: 10px;
    border-radius: 5px;
}

#facebook button {
    background-color: rgba(59, 89, 152, 0.8);
    margin-bottom: 10px;
    border-radius: 5px;
}
#facebook button::hover {
    color: white;
}
#twitter,
#facebook {
    position: relative;
    margin: 0 auto;
    float: left;
    margin-left: 30px;
}
#facebook::hover{
    color: white;
}
#twitter button,
#facebook button {
    border: none;
}
#twitter iframe,
#facebook iframe {
    /*width: 48% !important;*/
    
    margin: 0 auto;
    /*  -moz-transform: scale(2);
  -webkit-transform: scale(2);
  -o-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);*/
}
#rating {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0px;
    z-index: 1;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
#rating img {
    width: 100%;
    margin-bottom: 10px;
}
h1 img {
    margin-bottom: 20px;
    width: 100%;
    max-width: 1200px;
}
h2 {
    margin-bottom: 30px !important;
    line-height: 26px;
    font-size: 24px;
    font-family: font-family: 'MuseoSans', sans-serif;
    font-weight: 400;
    margin: 5% 0 0;
    color: #000000;
}
@media screen and (min-width: 768px) {
    h2 {
        line-height: 36px;
        font-size: 50px;
        font-family: font-family: 'MuseoSans', sans-serif;
    }
    h3 {
        font-size: 24px;
        background-size: auto;
        line-height: 1em;
    }
}
#qcount,
#qid {
    font-weight: 700;
}
.btn {
    position: relative;
    height: 100%;
    z-index: 1;
    width: 100%;
}
#intro .btn {
    background-image: url(../images/adrenaline_start_logo.png);
    background-size: cover;
    background-position: 50% 50%;
    border: none;
    background-color: transparent;
}
#intro .btn:hover {
    background-image: url(../images/adrenaline_start_logo_white.png);
    background-size: cover;
    background-position: 50% 50%;
    border: none;
    background-color: transparent;
    color: #dd0019;
}
button {
    display: inline-block;
    width: 180px;
    padding: 8px;
    margin-bottom: 20px;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
    border: 2px solid #ffffff;
    border-color: #ffffff;
    color: #ffffff;
    transition: all 0.3s ease-in, background-color 0.3s ease-in, border-color 0.3s ease-in;
    ;
    text-align: center;
    outline: none;
    text-decoration: none;
    transition: all 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
    font-size: 18px;
}
button:hover {
    background-color: #fece31;
    color: #1258A5;
    border: none;
    transition: all 0.3s ease-in, background-color 0.3s ease-in, border-color 0.3s ease-in;
    cursor: pointer;
}
@media screen and (min-width: 768px) {
    button {
        height: 100px;
        width: 220px;
        font-size: 22px;
        padding: 10px 20px;
        float: left;
    }
    button:nth-child(2) {
        margin-left: 30px;
    }
    button:nth-child(3) {
        margin-left: 30px;
    }
}
button:focus {
    outline: none;
}
#illuminati {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: #d09820;
    color: #000;
    text-shadow: 1px 1px #fff;
}
#content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    z-index: 1000;
}
#content p {
    margin-bottom: 1%;
}
#content button {
    display: inline;
    width: auto;
    font-size: 60%;
    padding: 20px;
}
#eye {
    width: 320px;
    height: 240px;
    margin: 0 auto 1%;
    background: url(../illuminati.png) center center no-repeat;
}
#cam {
    width: 320px;
    height: 240px;
    margin: 0 auto 1%;
    display: none;
}
.celeb {
    position: absolute;
    top: 10%;
    left: 5%;
    right: 20%;
    height: 80%;
}
.pad {
    position: relative;
    left: 30%;
    width: 70%;
}
/* lol */

#black {
    background-color: white;
    padding-top: 4vmin;
    border-radius: 4vmin;
    text-align: center;
    padding-bottom: 4vmin;
}
#last img {
    max-height: 155px;
    max-width: 30vmin;
    cursor: pointer;
    margin-left: 5vmin;
    margin-right: 5vmin;
}
#uvt_over {
    position: absolute;
    left: 0px;
    top: 75px;
    width: 100%;
    bottom: 0px;
}
#uvt_box {
    text-align: left;
}
#uvt_credits {
    margin: 0;
    padding: 0;
    text-align: left;
    z-index: 10;
}
#uvt_credits a {
    color: #ff7f00;
    text-decoration: none;
    letter-spacing: normal !important;
}
#uvt_credits a:hover {
    color: #ffffff;
    text-decoration: underline;
}
#uvt_credits {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    overflow: hidden;
    /* background-color: #1258a5; */
    color: #fff;
    margin: 0;
    padding: 0;
    display: table-row;
    z-index: 10;
    font-family: "font-family: 'MuseoSans', sans-serif;";
}
#uvt_credits .uvt_img {
    width: 55px;
}
#uvt_credits .uvt_sub {
    padding-left: 10px;
}
@media screen and (min-width: 768px) {
    #uvt_credits {} #uvt_credits .uvt_img {
        width: 100px;
    }
    .uvt_subheader img {
        width: auto;
        height: 100%;
    }
    #uvt_credits .uvt_sub {
        padding-left: 20px;
        right: 30px;
        margin-top: 10px;
    }
}
.uvt_subheader {
    float: right;
    font-weight: 300;
    position: fixed;
    top: 0;
    right: 100px;
    display: none;
    visibility: hidden;
}
@media screen and (min-width: 885px) {
    .uvt_subheader {
        display: block;
        visibility: visible;
    }
}
#uvt_credits .uvt_twitter {
    padding-top: 3px;
}
#uvt_credits img {
    width: auto;
    height: 50px;
    border: none;
    margin: 0px 0px 0px 0px;
    position: relative;
}
@media screen and (min-width: 885px) {
    #uvt_credits img {
	height: 85px;
	margin-right: -80px;
    }
}
#uvt_credits ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: block;
    width: 1000%;
}
#uvt_credits li {
    margin: 0;
    padding: 0 0 0 0;
    display: inline;
}
#uvt_credits li a {
    display: inline;
    padding: 20px 10px 20px 10px;
}
#uvt_fade {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50px;
    height: 100%;
    background: top right repeat-y url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAFCAYAAAAHQL+kAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAEFJREFUeNpi/P//PwMIMDIysgIpNiBmh2JOJMyFRCNjkBgHELPgwKwkstExMxobHTPBaCaGYQJGPTLqERoBgAADAGWEBAe0LSoWAAAAAElFTkSuQmCC);
    pointer-events: none;
}
#uvt_credits .uvt_mobile {
    display: none;
}
#uvt_credits form {
    display: inline;
    margin: 0;
    padding: 0;
}
#uvt_credits .uvt_sub input {
    display: inline;
    color: black;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    margin: 0 !important;
    height: auto;
    width: auto;
    font: 12px RC, 'Roboto Condensed', Arial;
}
#uvt_credits .uvt_sub button {
    background: #eee;
    border: 1px outset #ccc;
    border-radius: 5px;
    padding: 3px 5px;
    margin-left: 5px;
}

#uvt_credits h4 {
    font-family: 'MuseoSans', sans-serif;
    font-weight: 600; 
    font-size: 32px;
    margin-top: 20px;
}
@media screen and (max-width: 600px) {
    #uvt_credits .uvt_nomobile {
        display: none;
    }
    #uvt_credits .uvt_mobile {
        display: table-cell;
    }
}
#intro {} #intro .contents {
    max-width: 800px;
}
#intro h1 {
    font-size: 6.4vh;
    line-height: 1.1;
    margin-bottom: 50px;
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'MuseoSans', sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -2px
}
#intro .discover-video {
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
}
.alpha-border {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(../images/pattern.png) repeat top left;
    z-index: 2;
    top: 0;
}
.sound-control {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    background-image: url(../images/sound-control.png);
    z-index: 2;
    background-size: 100%;
    background-repeat: no-repeat;
    cursor: pointer;
}
.sound-off {
    background-position-y: -30px;
}
.cb-slideshow,
.cb-slideshow:after {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
    background-color: #222;
}
.cb-slideshow:after {
    content: '';
    background: transparent url(../images/pattern.png) repeat top left;
}
.cb-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s;
}
.cb-slideshow li div {
    z-index: 1000;
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
    -webkit-animation: titleAnimation 36s linear infinite 0s;
    -moz-animation: titleAnimation 36s linear infinite 0s;
    -o-animation: titleAnimation 36s linear infinite 0s;
    -ms-animation: titleAnimation 36s linear infinite 0s;
    animation: titleAnimation 36s linear infinite 0s;
}
.cb-slideshow li div h3 {
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    font-size: 240px;
    padding: 0;
    line-height: 200px;
}
.cb-slideshow li:nth-child(1) span {
    background-image: url(../images/slideshow/1.jpg);
}
.cb-slideshow li:nth-child(2) span {
    background-image: url(../images/slideshow/2.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) span {
    background-image: url(../images/slideshow/3.jpg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) span {
    background-image: url(../images/slideshow/4.jpg);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) span {
    background-image: url(../images/slideshow/5.jpg);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) span {
    background-image: url(../images/slideshow/6.jpg);
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}
.cb-slideshow li:nth-child(7) span {
    background-image: url(../images/slideshow/7.jpg);
    -webkit-animation-delay: 36s;
    -moz-animation-delay: 36s;
    -o-animation-delay: 36s;
    -ms-animation-delay: 36s;
    animation-delay: 36s;
}
.cb-slideshow li:nth-child(8) span {
    background-image: url(../images/slideshow/8.jpg);
    -webkit-animation-delay: 42s;
    -moz-animation-delay: 34s;
    -o-animation-delay: 42s;
    -ms-animation-delay: 42s;
    animation-delay: 42s;
}
.cb-slideshow li:nth-child(9) span {
    background-image: url(../images/slideshow/9.jpg);
    -webkit-animation-delay: 48s;
    -moz-animation-delay: 48s;
    -o-animation-delay: 48s;
    -ms-animation-delay: 48s;
    animation-delay: 48s;
}
.cb-slideshow li:nth-child(10) span {
    background-image: url(../images/slideshow/10.jpg);
    -webkit-animation-delay: 54s;
    -moz-animation-delay: 54s;
    -o-animation-delay: 54s;
    -ms-animation-delay: 54s;
    animation-delay: 54s;
}
.cb-slideshow li:nth-child(11) span {
    background-image: url(../images/slideshow/11.jpg);
    -webkit-animation-delay: 60s;
    -moz-animation-delay: 60s;
    -o-animation-delay: 60s;
    -ms-animation-delay: 60s;
    animation-delay: 60s;
}

/* Animation for the slideshow images */

@-webkit-keyframes imageAnimation {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        -webkit-animation-timing-function: ease-out;
    }
    17% {
        opacity: 1
    }
    25% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}
@-moz-keyframes imageAnimation {
    0% {
        opacity: 0;
        -moz-animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        -moz-animation-timing-function: ease-out;
    }
    17% {
        opacity: 1
    }
    25% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}
@-o-keyframes imageAnimation {
    0% {
        opacity: 0;
        -o-animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        -o-animation-timing-function: ease-out;
    }
    17% {
        opacity: 1
    }
    25% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}
@-ms-keyframes imageAnimation {
    0% {
        opacity: 0;
        -ms-animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        -ms-animation-timing-function: ease-out;
    }
    17% {
        opacity: 1
    }
    25% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}
@keyframes imageAnimation {
    0% {
        opacity: 0;
        animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        animation-timing-function: ease-out;
    }
    17% {
        opacity: 1
    }
    25% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}
/* Animation for the title */

@-webkit-keyframes titleAnimation {
    0% {
        opacity: 0
    }
    8% {
        opacity: 1
    }
    17% {
        opacity: 1
    }
    19% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}
@-moz-keyframes titleAnimation {
    0% {
        opacity: 0
    }
    8% {
        opacity: 1
    }
    17% {
        opacity: 1
    }
    19% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}
@-o-keyframes titleAnimation {
    0% {
        opacity: 0
    }
    8% {
        opacity: 1
    }
    17% {
        opacity: 1
    }
    19% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}
@-ms-keyframes titleAnimation {
    0% {
        opacity: 0
    }
    8% {
        opacity: 1
    }
    17% {
        opacity: 1
    }
    19% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}
@keyframes titleAnimation {
    0% {
        opacity: 0
    }
    8% {
        opacity: 1
    }
    17% {
        opacity: 1
    }
    19% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}
/* Show at least something when animations not supported */

.no-cssanimations .cb-slideshow li span {
    opacity: 1;
}
@media screen and (max-width: 1140px) {
    .cb-slideshow li div h3 {
        font-size: 140px
    }
}
@media screen and (max-width: 600px) {
    .cb-slideshow li div h3 {
        font-size: 80px
    }
}
.hashtag {
    font-size: 30px;
    margin-left: 0px;
    margin-right: 0px;
}
#results .contents h1 {
    font-size: 18px;
}

@media screen and (min-width: 786px) {
    #results .contents h1 {
    font-size: 28px;
    font-weight: 400;
}
}
.btn_start {
}
.intro_button {
    background-image: url(../images/intro-button-white-rounded.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: none;
    background-color: transparent;

}
.intro_button:hover {
    background-image: url(../images/intro-button-yellow-rounded.png);
    background-size: contain;
    background-position: 50% 50%;
    border: none;
    background-color: transparent;
    color: #1258a5 !important;
    cursor: pointer;
}
