/*
 * 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;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets 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
   
   	font-family:'Museo Sans W01 100';
	font-family:'Museo Sans W01 300';
	font-family:'Museo Sans W01 500';
	font-family:'Museo Sans W01 900';
	font-family:'Helvetica W01 Bold';
   ========================================================================== */

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-repeat: no-repeat;
}

html, body {
	background-color: #ba81e4;
}

a {
	color: #fff;
	text-decoration: none;
}

ul, li {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 1024px;
	height: 733px;
	background-image: url('../imgs/bg-main.jpg');
}

.logo-bubble {
	position: absolute;
	left: 0px;
	top: 571px;
	width: 379px;
	height: 115px;
	background-image: url('../imgs/logo-bubble.png');
	font-family:'Helvetica W01 Bold';
	color: #a44fe4;
	padding-left: 187px;
	padding-top: 88px;
	font-size: 13px;
}

.ribbon-top {
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url('../imgs/ribbon-top.png');
	width: 100%;
	height: 26px;
}

.footer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 47px;
	background-color: #000;
}

.logo {
	position: absolute;
}

.rd {
	display: none;
}




.screen {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1024px;
	height: 733px;
	display: none;
	overflow: hidden;
}

.number-rope {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 93px;
	height: 191px;
	color: #ea76e4;
	text-align: center;
	background-image: url('../imgs/number-rope.png');
	font-family:'Museo Sans W01 100';
	font-size: 50px;
	padding-top: 114px;
}

.rope1 { left: 433px; top: -52px; }
.rope2 { left: 533px; top: -191px; }
.rope3 { left: 633px; top: -191px; }
.rope4 { left: 733px; top: -191px; }
.rope5 { left: 833px; top: -191px; }



.screen1 {
	display: block;
}

.logo-s1 {
	width: 460px;
	height: 174px;
	left: 57px;
	top: 50px;
}

.screen1 span {
	font-family:'Helvetica W01 Bold';
	color: #fff;
	font-size: 22px;
	position: absolute;
	left: 57px;
	top: 230px;
	text-shadow: 2px 2px 3px #ba81e4;
	width: 460px;
	text-align: center;
}

.btn-start {
	position: absolute;
	left: 123px;
	top: 320px;
	width: 352px;
	height: 130px;
	background-image: url('../imgs/btn-start.png');
	color: #fff;
	text-align: center;
	font-family:'Museo Sans W01 900';
	font-size: 69px;
	text-shadow: 0px 0px 12px #2ee3e0;
	padding-top: 34px;
	line-height: 74px;
}

.btn-start:hover {
	color: #2ee3e0;
	text-shadow: 0px 0px 12px #fff;
}

.penny-s1 {
	position: absolute;
	left: 546px;
	top: 17px;
}



.logo-s2 {
	width: 203px;
	left: 88px;
	top: 41px;
}

.penny-s2 {
	position: absolute;
	left: 42px;
	top: 127px;
}

.text-wrapper {
	position: absolute;
	left: 377px;
	top: 215px;
	width: 600px;
}

.question-number {
	font-size: 42px;
	color: #9866bf;
	font-family:'Museo Sans W01 500';
	margin-bottom: -7px;
}

.question {
	font-size: 36px;
	color: #9866bf;
	font-family:'Museo Sans W01 300';
	margin-bottom: 15px;
	line-height: 39px;
}

.choice-bubble {
	position: absolute;
	left: 0px;
	top: -5px;
	color: #ca98ef;
	font-family:'Museo Sans W01 300';
	font-size: 24px;
	background-color: #fff;
	border-radius: 50%;
	width: 38px;
	height: 38px;
	text-align: center;
	padding-top: 10px;
	display: inline-block;
}

.choices {
	position: relative;
	width: 600px;
}

.choices li {
	position: relative;
	color: #8452ac;
	font-size: 24px;
	font-family:'Museo Sans W01 300';
	margin-bottom: 30px;
	padding-left: 48px;
	line-height: 24px;
	cursor: pointer;
}

.choices li:hover {
	color: #fff;
	text-shadow: 0px 0px 12px #2ee3e0;
}

.choices li:last-of-type {
	margin-bottom: 0px;
}





.screen3 {
	background-repeat: no-repeat;
}

.s3-left {
	position: absolute;
	left: 0px;
	width: 490px;
	height: 100%;
	text-align: center;
}

.s3-label {
	position: absolute;
	color: #fff;
	font-size: 27px;
	font-family:'Museo Sans W01 900';
	text-shadow: 0px 0px 12px #8452ac;
	text-align: center;
	width: 100%;
}

.time-period {
	top: 20px;
}

.location {
	top: 40px;
	/*color: #8452ac;*/
	font-size: 35px;
	/*text-shadow: 0px 0px 12px #fff;*/
	line-height: 30px;
}

.personality-type {
	top: 124px;
}

.badge {
	position: absolute;
	top: 153px;
	left: 48px;
	width: 393px;
	height: 300px;
	text-align: center;
	background-image: url('../imgs/badge-1.png');
	padding-top: 185px;
	padding-left: 15px;
	padding-right: 15px;
	color: #fff;
	font-family:'Museo Sans W01 500';
	font-size: 20px;
	line-height: 23px;
}

.btn-save {
	position: absolute;
	left: 65px;
	top: 453px;
	width: 342px;
	height: 128px;
	background-image: url('../imgs/btn-save.png');
	color: #fff;
	text-align: center;
	font-family:'Museo Sans W01 900';
	font-size: 27px;
	text-shadow: 0px 0px 12px #2ee3e0;
	padding-top: 29px;
	line-height: 45px;
}

.btn-save span {
	display: block;
	position: relative;
	margin-top: -13px;
	font-size: 45px;
}

.btn-save:hover {
	color: #2ee3e0;
	text-shadow: 0px 0px 12px #fff;
}





#socialContainer {
	position:absolute;
	left:15px;
	top:15px;
	width:500px;
}

#flike {
	position:absolute;
	left:0px;
	top:0px;
	width:150px;
}

#twlike {
	position:absolute;
	left:124px;
	top:0px;
	width:150px;
}

#gplus {
	position:absolute;
	left:210px;
	top:0px;
	width:150px;
}

.fox-logo {
	position:absolute;
	left:20px;
	top:10px;
}

.legal {
	position:absolute;
	left:265px;
	top:12px;
	color: #7d7d7d;
	font-size: 8px;
	text-align: center;
}

.legalLinks {
	position:absolute;
	left:755px;
	top:18px;
	font-size: 9px;
	text-align: center;
}

.legalLinks li {
	display: inline-block;
	margin-right: 3px;
	color: #04e1dd;
}

.legalLinks a {
	color: #04e1dd;
}

.legalLinks a:hover {
	color: #fff;
}

.dw-rating {
	position:absolute;
	left:58px;
	top:3px;
}

#soundBtn {
	position:absolute;
	left:991px;
	top:15px;
	width:24px;
	height:24px;
	background-image:url('../imgs/soundBtn.png');
	background-repeat:no-repeat;
	background-position:0px 0px;
	cursor:pointer;
}















/* ==========================================================================
   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: 150%;
}

/*
 * 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.
   These 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 print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* 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;
    }
}
