/* Reset
–––––––––––––––––––––––––––––––––––––––––––––––––– */
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; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block;}
body { line-height: 1;}
ol, ul { list-style: none;}
blockquote, q { quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none;}
table {	border-collapse: collapse;	border-spacing: 0;}
/* Self Clearing Goodness */
.container:after, .row:after, .u-cf { content: ""; display: table; clear: both; }

/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {font-size: 62.5%;}
body {background: #fff;}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: 2rem; font-weight: 300; }
h1 { font-size: 4.0rem; line-height: 1.2;  letter-spacing: -.1rem;}
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }
h3 { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem; }
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }
p {margin-top: 0; }

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {color: #1EAEDB; }
a:hover {color: #0FA0CE; }

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    display: inline-block;
    height: 38px;
    padding: 0 30px;
    color: #555;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #bbb;
    cursor: pointer;
    box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
    color: #333;
    border-color: #888;
    outline: 0; }

/* Ad Basics
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#ad{
    position: relative;
    overflow: hidden;
    border: 1px solid black;
    box-sizing: border-box;
    background: #fff;
    margin: auto;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#ad a{
    display: block;
    width: 100%;
    height: 100%;
}

#legalButton{
    width: 44px;
    height: 8px;
    position:absolute;
    top: 77px;
    opacity: 0;
    left: 525px;
    font-family: Arial, sans-serif;
    font-size: 4pt;
    z-index: 11;
    cursor: pointer;
}

#legalBubble{
    width: 559px;
    height: 72px;
    position:absolute;
    font-family: Arial, sans-serif;
    background-size:300px 600px;
    opacity: 0;
    z-index: 11;
    cursor: pointer;
    background-color: #fff;
    border-radius: 7px / 5px;
     -webkit-border-top-left-radius:14px 10px;
   -webkit-border-top-right-radius:14px 10px;
   -webkit-border-bottom-right-radius:14px 10px;
   -webkit-border-bottom-left-radius:14px 10px;
    top:9px;
    left:83px;
    display: none;
}
#legalText{
    position: absolute;
    top: 7px;
    left: 10px;
    width: 535px;
    line-height: 10px;
    letter-spacing: 0pt;
    margin: 0;
    padding: 0;
    border: 0;
    font-family: Arial, sans-serif;
    font-size: 8px;
    color: #4c4c4c;
}
#legalOverlay{
    position:absolute;
    width: 100%;
    height: 100%;
    background-color: gray;
    opacity: 0;
    top:0px;
    left:0px;
    z-index: 10;
    display:none;
}
#replayButton{
    position:absolute;
    width: 20px;
    height: 20px;
    top: 3px;
    left: 706px;
    z-index: 11;
    cursor: pointer;
    opacity: 0;
    display: none;

    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;

    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
}

#replayButton img{
    width:100%;
    height:auto;
}

#replayButton:hover{
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
}

#legalBubbleClose{
   position: absolute;
   top: 6px;
   left: 546px;
    width: 10px;
    height: 10px;
   font-family: Arial, sans-serif;
   font-size: 8pt;
}
#legalBubbleTail{
   position: absolute;
   top:-27px;
   left:20px;
   width: 0px;
    height: 0px;
    opacity: inherit;
	border-top: 16px solid transparent;
	border-bottom: 18px solid white;
	border-left: 19px solid transparent;
    border-right: 22px solid transparent;
    z-index: inherit;

}

#pause{
    width:100%;
    height:20px;
    background: -webkit-linear-gradient(#eb352e, #d30d05); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#eb352e, #d30d05); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#eb352e, #d30d05); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#eb352e, #d30d05);
    border:1px solid black;
    box-sizing:border-box;
    text-align: center;
    margin:4px auto;
    cursor: pointer;
    font-size:16px;
    display:none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 5px;

}

#pause span{
    display:block;
    margin-top:2px;
    color: #fff;
}
