@import url('MiamiHerald.css');

.ral {font-family: 'Raleway', Helvetica, Arial, Sans-Serif}
.rob {font-family: 'Roboto Slab', Georgia, Times, Serif}
.bright {color: #fff}

.fat {
    font-weight: 900;
}
.clearable-ad{
  display:none !important;
}
#article-wrapper em {
    font-style:italic;
}

a {
  text-decoration: none;
  color: inherit;
}

.upper {
    text-transform: uppercase;
}

.xsmall {
    font-size: .75em;
    line-height: 0em;
    margin-bottom: 0em;
}

.series-part-header {
    color: #0066B3;
    font-family: "Raleway", Helvetica, Arial, sans-serif !important;
    text-transform: uppercase;
    font-size: 11px;
}

.series-part-header a {
    text-decoration: none;
}

footer a {text-decoration: none}

.footer-list a{
    min-height:1.2em;
}

#floating-folio {
    padding-left:2em;
}
#floating-folio ol.related{
    position:absolute;
    top:100%;
    cursor: pointer;
    left:0;
    background:inherit;
	z-index:1;
	-moz-box-shadow:    3px 3px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 3px 3px 2px rgba(0,0,0,0.2);
	box-shadow:         3px 3px 2px rgba(0,0,0,0.2);
}
#floating-folio ol.related:before{
	content:'\2630';
	position:absolute;
	top:-35px;
	padding-bottom:1em;
	padding-right:.5em;
	left:.25em;
	font-size:1.5em;
}
#floating-folio ol.related:after{
	content:' ';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding-bottom:1em;
	padding-right:1em;
	z-index:-1;
}
#floating-folio ol.related>.story{
	display:none;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
	font-size:.85em;
    font-weight: 700;
    text-transform: uppercase;
	line-height:1.1em;
	border:1px solid #ccc;
	border-top-width:0;
}
#floating-folio ol.related>li:first-child{
	border-top:1px solid #ccc;
}
#floating-folio ol.related>.story>a{
	text-decoration:none;
    color:inherit;
	display:block;
	padding:3px .5em;
}

#floating-folio ol.related>.story>a>h4{
    text-decoration:none;
    color:inherit;
	display:inline-block;
	padding:3px .5em;
}

#floating-folio ol.related>.story img,#floating-folio ol.related>.story .desc{
    display:none;
}
#floating-folio ol.related>.story.hover{
    background:#e0e0e0;
}
#floating-folio ol.related.hover>.story{
	display:block;
}

#floating-folio ol.related.hover>.story:hover{
    background:#eee;
}

#folio-title {
    background: #006DBD;
    color: #fff;
    padding: 4px;
    cursor: pointer;
}

/*SPLASH SECTION*/
#splash > .scroll-image {
    width: 99%;
	text-align: center;
	position: relative;
	bottom: 150px;
	cursor: pointer;
    display: none;
}

.video-player {
    height: 100%;
    width: 100%;
}

.top-summary {
    font-family: "Roboto Slab", Georgia, Times, serif !important;
    font-size: 1.5em !important;
    font-weight: 300 !important;
    line-height: 1.4em !important;
    margin: 1em auto !important;
    text-align: left !important;
    max-width: 850px;
    float: none !important;
}

.top-summary:first-letter { float: left; color: #333; font-size: 75px; line-height: 60px; padding-top: 4px; padding-right: 10px; padding-left: 3px; font-weight: 900; font-family: "Roboto Slab", Georgia, Times, serif; }

.mobile-splash {
        display: none;
    }

/*END SPLASH SECTION*/




#article-wrapper ol.related:before{
    content:"About the series";
    color:#0066b3;
    display:block;
    font-size;1.1em;
    font-weight:bold;
}
#article-wrapper ol.related{
    list-style:none;
    font-family: 'Roboto Slab', Georgia, Times, serif;
	position:relative;
    max-width:600px;
    margin:auto;
}
#article-wrapper ol.related>.story>a{
	text-decoration:none;
	color:inherit;
    border-bottom:none;
}
#article-wrapper ol.related>.story h4{
    font-family: 'Roboto',Helvetica,Arial,sans-serif;
    font-weight:bold;
	font-size:1.5em;
    line-height:1em;
	margin:.75em auto .25em auto;
}
#article-wrapper ol.related>.story a:hover>*{
    text-decoration:underline;
}
#article-wrapper ol.related>.story a:hover h4~.desc{
	text-decoration:none;
}
#article-wrapper ol.related>.story img{
	float: left;
    display:inline;
	max-width:50%;
    left:0;
    padding-right:1em;
}
#story-comments p:before{
    content:"Join the discussion";
    font-family: 'Raleway', Helvetica, Arial, Sans-Serif;
    color:#0066b3;
    display:block;
    font-size;1.1em;
    font-weight:bold;
}
#story-comments{
    font-family: 'Roboto Slab', Georgia, Times, Serif;
    color: #888;
    max-width:600px;
    margin:2em auto;
    background-color: #F5F5F5;
    padding:20px;
}


/*FOOTER*/



.series-part {
    padding: 20px;
    border-bottom: 1px solid #aaa;
}

.series-part:last-of-type {
    border-bottom: none !important;
}

.series-part-mainbar-title {
    font-family: 'Roboto Slab', Georgia, Times, Serif;
    font-size: 20px;
    line-height:1.2em;
    font-weight: 700;
    text-transform: none;
    margin-bottom: 8px;
    color: #333;
}

.current-part {
    background: #ddd !important;
    position: relative;
}

.current-part:hover {
    background: #ddd;
}

.currently-reading-tag {
    color: #fff;
    background: #0066B3;
    font-size: 10px;
    line-height: 10px;
    padding: 3px 5px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 900;
    font-family: 'Raleway', Helvetica, Arial, Sans-Serif;
    position: absolute;
    top: 0px;
    right: 0px;
}

.currently-reading-tag-top {
    color: #fff;
    background: #0066B3;
    font-size: 10px;
    line-height: 10px;
    padding: 3px 5px;
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'Raleway', Helvetica, Arial, Sans-Serif;
    position: relative;
    float: right;
    margin-left: 2em;
    margin-top: 3px;
}

#series-nav-footer {
    margin: 30px auto;
    width: 100%;
}
#series-nav-footer header {
    max-width: 700px;
    padding: 20px;
    margin: 0 auto;
}

#series-nav-footer > header > a >img {
    width: 100%;
    height: auto;
}

#tiny-refer { font-size: 14px }
#tiny-refer nav , #tiny-refer a { display: inline}
#tiny-refer > nav { display: inline; margin-left: 10px;}
#tiny-refer > nav > a{ margin-left: 5px; }
#tiny-refer > nav > a:after { content: '\2022'; margin-left: 5px;}
#tiny-refer > nav > a:last-of-type:after { content: ''; }

#series-nav-footer > header > p { padding: 20px 20px 0px 20px; }

#series-list-footer {
    background: #fff;
    width: auto;
    height: 170px;
    overflow-x: hidden;
    margin-top: 20px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#arrow-nav {
    position: absolute;
    right: 30px;
    top: 30px;
}

#arrow-nav > .left-arrow, #arrow-nav > .right-arrow {
    width: 50px;
    height: 50px;
    border: 1px solid #aaa;
    cursor: pointer;
    color: #aaa;
}

#arrow-nav > .left-arrow:hover, #arrow-nav > .right-arrow:hover {
    background-color: #eee;
}

#arrow-nav > .left-arrow {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 1px solid #aaa;
    background: #fff;
    font-size: 3em;
    text-align: center;
    font-family: 'FontAwesome';
}

#arrow-nav > .right-arrow {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #fff;
    font-size: 3em;
    text-align: center;
    font-family: 'FontAwesome';
}

#series-list-footer .wrapper{
    position: relative;
}

#series-list-footer .series-part{
    padding: 10px 20px !important;
    border: 1px solid #aaa !important;
    display: block;
    width: 200px;
    height: 145px;
    position: absolute;
    top: 0;
    background: #fff;
} 


#series-list-footer .series-part:hover{
    background: #eee;
    text-decoration: none;
}
/*NEXT | PREVIOUS*/

.tab-controller {
    display: block;
	position: fixed;
	top: 40%;
	height: 80px;
	background: #fff;
	padding: 15px 20px;
	cursor: pointer;
	border: 1px solid #aaa;
    border-bottom: 1px solid #aaa !important;
	box-shadow: 0px 0px 10px #000;
}

.tab-controller:hover {
    background: #fff;
    border: 1px solid #aaa;
    box-shadow: 0px 0px 10px #000;
}

.tab-controller > .sprite {
	display: inline-block;
	height: 140px;
	width: 40px;
	position: absolute;
}

.tab-controller > .tab-content {
	display: none;
	width: 250px;
	height: 130px;
}

.tab-controller > .tab-content > small {
	font-family: 'Raleway', Helvetica, Arial, Sans-Serif;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 900;
	color: #0066B3;
}

.tab-controller > .tab-content > h4 {
	font-family: 'Roboto Slab', Georgia, Times, Serif;
	font-size: 20px;
	font-weight: 700;
	color: #333;
    margin-top: 0.50em;
}


#tab-next, #tab-previous {
	box-shadow: none;
    z-index: 101;
}

#tab-next { right: -1px; border-top-left-radius: 8px; border-bottom-left-radius: 8px;}
#tab-previous { left: -1px; border-top-right-radius: 8px; border-bottom-right-radius: 8px;}
#tab-next .tab-content { float: left; margin-right: 50px}
#tab-previous .tab-content { float: right; margin-left: 50px}

#tab-next .sprite {
	top: 0;
	right: 0;
	background: url('http://media.miamiherald.com/static/media/projects/2014/innocents-lost/img/right-controller.png') no-repeat scroll 12px 35px;
}

#tab-previous .sprite {
	top: 0;
	left: 0;
	background: url('http://media.miamiherald.com/static/media/projects/2014/innocents-lost/img/left-controller.png') no-repeat scroll 5px 35px;
}

@media only screen and (max-width : 750px) {
	
	.tab-controller {
		display: block;
		position: static !important;
		width: 40%;
		border: 1px solid #555;
		border-radius: 4px;
	}
	
	.tab-controller > .sprite {
		display: none !important;
	}

	.tab-controller > .tab-content {
		height: 70px;
		display: block !important;
		width: auto;
		margin: 0 auto !important;
	}

	#tab-previous { float: left }	
	#tab-next { float: right }
	#arrow-nav {display: none}
	#series-list-footer { overflow-x: scroll}
}

@media only screen and (max-width : 600px) {
	#tiny-refer { display: none}
	.tab-controller {
		width: 80%;
		display: block;
		margin: 10px auto !important;
		text-align: center !important;
	}
	
	.tab-content { float: none !important}


	#tab-previous, #tab-next { float: none !important }
}

@media screen and (max-width:450px){
    .photo-item.wide,.photo-item.splash>*{
        margin:8px;
    }
    .photo-item.wide,.photo-item.splash>img{
        margin:auto;
    }
    
    #series-list-footer {
        height: 176px;
    }
}

@media screen and (max-width:700px){
#article-wrapper ol.related{
    max-width:90%;
}
#story-comments{
    max-width:90%;
}
}

@media only screen and (max-width: 767px) {
    
    #splash {
        display: none;
    }
    
    .mobile-splash {
        display: block;
        margin-bottom: 1em;
    }
    
    .top-summary p {
        font-size: 20px;
        line-height: 32px;
    }
 
}