#inner-content {
    max-width: 100%;
    margin: 0px auto 80px;
}

.fullwidth{
	width: 100%;
	position: relative;
	padding: 20px 0;
	margin: 0;
}

.fullwidth.ranked{
	padding: 80px 0 100px;
	overflow: hidden;
}
.fullwidth.ranked.deconsect .copywidth{
	overflow: visible;
}

.fullwidth.ranked svg, .fullwidth.ranked .bg-illo{
	position: absolute;
	height: 90%;
	max-height: 600px;
	margin: 0 50% 0;
	left: -450px;
	bottom: 0px;
	transition: opacity .7s ease;
	-webkit-transition: opacity .7s ease;
	-moz-transition: opacity .7s ease;
	-ms-transition: opacity .7s ease;
	-o-transition: opacity .7s ease;
}
.fullwidth.ranked svg.iconkey{
	position: relative;
	width: 308px;
	height: inherit;
	margin: 20px 0;
	left: 0;
	top: 0;
	opacity: 1 !important;
	  -ms-filter: ~"progid:DXImageTransform.Microsoft.Alpha(opacity=@{100})";
	  filter: ~"alpha(opacity=@{100})";
}

.fullwidth.ranked.graph-scroll-active svg, .fullwidth.ranked.graph-scroll-active .bg-illo{
	opacity: 0.05;
  -ms-filter: ~"progid:DXImageTransform.Microsoft.Alpha(opacity=@{5})";
  filter: ~"alpha(opacity=@{5})";
}

/*.fullwidth.ranked:nth-child(even) p.blurb{
	float: right;
}

.fullwidth.ranked:nth-child(even) svg{
	float: right;
	margin: 0 10%;
}*/

.backdrop{
    width: 100%;
    height: 100%;
    background-color: coral;
    position: absolute;
    top: 0px;
    z-index: -1;
    clear: both;
    transform: skew(-13deg);
    -webkit-transform: skew(-13deg);
    -ms-transform: skew(-13deg);
}

.titlepiece{
	height: 800px;
	background-color: #111;
	color: #fefefe;
}
.titlepiece svg{
	position: absolute;
    top: 0px;
    margin: 0 auto;
    z-index: 1;
}

.titlepiece audio{
	position: absolute;
	top: 100%;
	right: 0px;
}


.fullwidth .chartwidth{
	max-width: 1220px;
	overflow: hidden;
}
.fullwidth .copywidth{
	max-width: 1220px;
}
.fullwidth .bydek.copywidth{
	max-width: 100%;
}
.fullwidth .copyblock.methodology{
	max-width: 768px;
	margin-top: 100px;
}
.fullwidth .copyblock.methodology p{
	font-size: 1.15em;
	line-height: 1.7;
	margin-left: 20px;

}
#inner-content .fullwidth .copyblock.methodology h2{
	text-align: left;
	font-size: 32px;
	margin-bottom: 4px;
	padding: 0;
	background-color: #fff;
	color: #222;
	transform: skew(0deg);
	-webkit-transform: skew(0deg);
    -ms-transform: skew(0deg);
}
#inner-content .fullwidth .copyblock.methodology h3{
	margin: 34px 0 8px;
}

#bondbox{
	margin-top: 60px;
}

.bydek{
	position: absolute;
    width: 100%;
    bottom: 10px;
    color: #888;
}
#inner-content .article-title.subtitle{
	font-family: "HaasTextItalic";
	margin-top: 30px;
	font-size: 2em;
}
#inner-content .article-title{
	color: #111;
	margin-top: 240px;
	opacity: 0;
	-ms-filter: ~"progid:DXImageTransform.Microsoft.Alpha(opacity=@{0})";
	filter: ~"alpha(opacity=@{0})";
	position: relative;
	z-index: 4;
}
#inner-content .article-title, h2, h3{
	font-family: "BWHaasHead-75Bold";
}

#inner-content h2{
	text-align: left;
	font-size: 32px;
	margin-bottom: 8px;
	display: inline-block;
	padding: 8px 12px;
	background-color: #111;
	color: #fefefe;
	transform: skew(-13deg);
	-webkit-transform: skew(-13deg);
    -ms-transform: skew(-13deg);
	position: relative;
    z-index: 2;
}
#inner-content h2 span{
	transform: skew(13deg);
	-webkit-transform: skew(13deg);
    -ms-transform: skew(13deg);
    display: inline-block;
}

#inner-content .dh2{
	position: relative;
}

#footer{
	max-width: 1220px;
	margin: 40px auto;
}

.fullwidth.f-white{
	background-color: transparent;
	color: #222;
	border-bottom: 1px solid #ddd;
}

.fullwidth.f-white .backdrop{
	right: 60%;
}
.fullwidth.f-black .backdrop{
	left: 40%;
}

.fullwidth.f-black{
	/*background-color: #111;
	color: #fefefe;*/
	background-color: transparent;
	color: #222;
	border-bottom: 1px solid #ddd;
}
/*.fullwidth.f-red{
	background-color: rgb(100,30,10);
}
.fullwidth.f-blue{
	background-color: rgb(10,30,100);
}
.fullwidth.f-green{
	background-color: rgb(60,100,30);
}
.fullwidth.f-brown{
	background-color: rgb(100,80,10);
}
.fullwidth.f-purple{
	background-color: rgb(80,10,100);
}
.fullwidth.f-teal{
	background-color: rgb(10,100,60);
}
*/

p.blurb{
	clear: both;
	float: left;
	margin-right: 8%;
	margin-top: 22px;
	max-width: 38%;
	font-family: "BWHaasText-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.15em;
	line-height: 1.45;
	position: relative;
	/*top: 1200px;*/
	transform: translateY(1200px) translateX(0px);
	-webkit-transform: translateY(1200px) translateX(0px);
	-ms-transform: translateY(1200px) translateX(0px);
	transition: transform .9s ease, left .7s ease;
	-webkit-transition: transform .9s ease, left .7s ease;
	-moz-transition: transform .9s ease, left .7s ease;
	-ms-transition: transform .9s ease, left .7s ease;
	-o-transition: transform .9s ease, left .7s ease;
}
.fullwidth.ranked.graph-scroll-active p.blurb{
	/*top: 0px;*/
	-webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
	transform: translateY(0px);
	left: 0px;
}

/*#total_drinks .ranklist{
	max-width: 25%;
	margin-right: 2%;
}*/
#total_drinks .ranklist li .barbox{
	width: 25%;
	margin-right: 2%;
	display: inline-block;
	position: relative;
}
#total_drinks .ranklist li .barbox:after{
	content: "";
	position: absolute;
	width: 2px;
	height: 40px;
	top: -6px;
	right: 2px;
	background-color: #ddd;
}
#total_drinks .ranklist li h4:after{
	content: "";
	position: absolute;
	width: 2px;
	height: 40px;
	top: -6px;
	right: 2px;
	background-color: #ddd;
}
#total_drinks .ranklist li .gambox{
	width: 30%;
	margin-right: 0;
	display: inline-block;
}

.ranklist{
	padding: 0;
	margin: 18px 0 0;
	overflow: hidden;
	max-width: 52%;
}
.ranklist li{
	clear: both;
	padding: 2px 10px;
	margin-bottom: 4px;
	position: relative;
	max-width: 100%; 
}
.ranklist li h4{
	font-family: "BWHaasText-76BoldItalic", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	line-height: 1.45;
	float: left;
	margin-right: 2%;
	min-width: 20%;
	max-width: 20%;
	position: relative;
}
.ranklist li.charttitle{
	font-family: "BWHaasText-76BoldItalic", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	line-height: 1.4;
	margin-left: -800px;
}
.ranklist li.charttitle-small{
	font-family: "BWHaasText-66MediumItalic", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.15em;
	line-height: 1.85;
	margin-left: -800px;
	margin-top: -8px;
}

.ranklist li.colheads{
	font-family: "BWHaasText-76BoldItalic", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	line-height: 1.45;
	color: #555;
	margin-left: -800px;
}

.ranklist li.charttitle span, .ranklist li.colheads span{
	display: inline-block;
}
.ranklist li .h4span{
	margin-right: 1%;
	width: 20%;
	min-width: 20%;
	max-width: 20%;
}
.ranklist li .barboxspan{
	width: 25%;
	margin-right: 1%;
}
.ranklist li .gamboxspan{
	width: 30%;
	margin-right: 0;
}

.ranklist li .percbar{
	display: inline-block;
	min-width: 70%;
	height: 22px;
	background-color: #eee;
	position: relative;
	transform: skew(-13deg);
	-webkit-transform: skew(-13deg);
    -ms-transform: skew(-13deg);
	margin-top: 3px;
}

.ranklist li .discbar{
	display: inline-block;
	height: 22px;
	background-color: transparent;
	position: relative;
	margin-top: 3px;
	transform: skew(-13deg);
	-webkit-transform: skew(-13deg);
    -ms-transform: skew(-13deg);
}

.ranklist li .bar{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 22px;
	background-color: #222;
	display: inline-block;
}

.ranklist li h6{
	position: absolute;
	left: 100%;
	margin-left: 8px;
	font-family: "BWHaasText-76BoldItalic", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.15em;
	line-height: 1.45;
	top: 1px;
	transform: skew(13deg);
	-webkit-transform: skew(13deg);
    -ms-transform: skew(13deg);
}

.ranklist li .discbar li.bar{
	padding: 0px;
	display: inline-block;
	margin-right: 4px;
	height: 22px;
	background-color: #222;
	position: relative;
}

.ranklist li.bond-item.keybox{
	margin-top: 20px;
	left: 3%;
	padding: 0;
}

.ranklist span.key{
	display: inline-block;
	padding: 2px 4px 1px;
	color: #fff;
	font-family: "BWHaasText-65Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.2;
	margin-right: 4px;
	margin-bottom: 4px;
	transform: skew(-13deg);
	-webkit-transform: skew(-13deg);
    -ms-transform: skew(-13deg);
}

.ranked .dh2 .bonded{
    position: absolute;
    top: -80%;
    right: 98%;
    width: 130px;
    height: 130px;
    border: 6px solid #111;
    z-index: 1;
    background-color: #111;
}

#timeline{
	font-family: "BWHaasText-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.3;
}
.timebox{
	padding: 2px 0;
	margin-bottom: 46px;
	position: relative;
}
.timebox.bondivide:first-child{
	border-top: none;
}
.timebox.bondivide{
	border-top: 2px solid #ddd;
	padding-top: 20px;
}

#timeline .bonded{
	position: absolute;
	top: 18px;
	left: 0px;
	width: 50px;
	height: 50px;
    border: 2px solid #111;
    z-index: 1;
    background-color: #111;
}
#timeline .bonded .bname{
	font-family: "BWHaasText-65Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.85em;
	line-height: 1.3;
	position: absolute;
	top: 104%;
	left: -2px;
	width: 50px;
	text-align: center;
}

.timebox h5{
	font-family: "BWHaasText-66MediumItalic";
	margin-left: 60px;
	margin-bottom: 4px;
	font-size: 1.1em;
	line-height: 1.3;
}
.timelist{
	position: relative;
	margin-bottom: 14px;
	overflow: visible;
}
.timelist li{
	height: 14px;
	overflow: hidden;
	position: absolute;
	width: 100%;
	top: 0;
}
.timelist li h6{
	min-width: 50px;
	margin-right: 10px;
	display: inline-block;
	top: -4px;
    position: relative;
    text-align: right;
}
.timelist li .liner{
	width: 86%;
	height: 20px;
	display: inline-block;
	background-color: transparent;
	position: relative;
}
.timelist li.events h6, .timelist li.minutes h6{
	color: transparent;
}
.timelist li.events .liner, .timelist li.minutes .liner{
	background-color: transparent;
}

.timelist li.minutes{
	position: relative;
	margin-bottom: 8px;
	color: #888;
	margin-top: 4px;
}
.timelist li.events{
	top: 20px;
	height: 24px;
}
.timelist li.minutes .liner{
	height: 30px;
	border-top: 1px solid #ddd;
}
.timelist li .liner .marker{
	position: absolute;
	font-family: "BWHaasText-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.82em;
	line-height: 1.3;
	color: rgb(136, 136, 136);
	white-space: nowrap;
	top: 3px;
}
.timelist li .liner .marker.lefty{
	left: -4px;
}

.timelist li .liner .marker.righty{
	left: inherit;
	right: 0;
}
.timelist li.tux .liner .marker.righty{
	left: 100%;
	margin-left: 1px;
	right: inherit;
}

.timelist li .liner .timespan{
	position: absolute;
	width: 10px;
	height: 100%;
	top: 0;
	left: 0;
	background-color: transparent;
}

.timelist li.events .liner .timespan img{
	margin-left: -12px;
}

.timelist li.tux .liner{
	background-color: #eee;
	color: skyblue;
}
.timelist li.tux .liner .timespan{
	background-color: #111;
}
.timelist li.seducing .liner .timespan{
	background-color: rgb(220, 20, 60);
}
.timelist li.shirtless .liner .timespan{
	background-color: rgb(119, 136, 153);
}


.timelist li.tux{
	height: 20px;
}
.timelist li.shirtless{
	height: 14px;
	top: 6px;
}
.timelist li.seducing{
	height:7px;
	top: 13px;
}

.source {
     float: none; 
}


.connery{
	background: url(../img/connery.png) no-repeat top center;
	background-size: 130%;
	border-radius: 100px;
}
.brosnan{
	background: url(../img/brosnan.png) no-repeat top center;
	background-size: 130%;
	border-radius: 100px;
}
.craig{
	background: url(../img/craig.png) no-repeat top center;
	background-size: 130%;
	border-radius: 100px;
}
.dalton{
	background: url(../img/dalton.png) no-repeat top center;
	background-size: 130%;
	border-radius: 100px;
}
.moore{
	background: url(../img/moore.png) no-repeat top center;
	background-size: 130%;
	border-radius: 100px;
}
.lazenby{
	background: url(../img/lazenby.png) no-repeat top center;
	background-size: 130%;
	border-radius: 100px;
}



@media only screen and (max-width: 1400px){
	.ranklist li h4{
		font-size: 1em;
		line-height: 2.2;
		min-width: 18%;
	}
	.ranklist li h6 {
		font-size: 0.9em;
		line-height: 1.9;
		margin-left: 6px;
	}
	#total_drinks .ranklist li .gambox {
	    width: 50%;
	}
	.ranklist li.charttitle{
		font-size: 1.2em;
		line-height: 1.25;
		margin-left: -800px;
	}
	.ranklist li.charttitle-small{
		font-size: 1.05em;
		line-height: 1.85;
		margin-left: -800px;
		margin-top: -8px;
	}
	.ranklist li .discbar li.bar {
    	margin-right: 0px;
    	transform: scaleX(0.7);
    	-webkit-transform: scaleX(0.7);
      	-ms-transform: scaleX(0.7);
    }
    .timelist li .liner{
		width: 82%;
	}

	.titlepiece{
		height: 700px;
	}
	#inner-content .article-title{
		margin-top: 180px;
		font-size: 3.1em;
	}
	#inner-content .article-title.subtitle{
		margin-top: 30px;
		font-size: 1.7em;
	}

}

@media only screen and (max-width: 1024px){

	p.blurb {
		float: none;
		max-width: 88%;
		transform: translateY(0px) translateX(-1800px);
		-webkit-transform: translateY(0px) translateX(-1800px);
		-ms-transform: translateY(0px) translateX(-1800px);
		margin-bottom: 30px;
	}
	.ranklist{
		max-width: 99%;
	}
	.ranklist li h6 {
		font-size: 1em;
		line-height: 1.9;
		margin-left: 10px;
	}
	.ranked .dh2 .bonded {
		top: -25px;
		left: 86%;
		width: 100px;
		height: 100px;
		border: 4px solid #111;
	}
	.timelist li .liner{
		width: 80%;
	}
	.ranklist li .discbar li.bar {
    	margin-right: 0px;
    	transform: scaleX(0.7);
    	-webkit-transform: scaleX(0.7);
      	-ms-transform: scaleX(0.7);
    }
    .titlepiece{
		height: 600px;
	}
	#inner-content .article-title {
		margin-top: 176px;
		font-size: 2.5em;
	}
	#inner-content .article-title.subtitle{
		margin-top: 16px;
		font-size: 1.5em;
	}
}

@media only screen and (max-width: 770px){
	#inner-content h2, #inner-content .fullwidth .copyblock.methodology h2{
		font-size: 27px;
	}
	.timelist li .liner{
		width: 70%;
	}
	.ranked .dh2 .bonded {
	    top: -74px;
	    left: 10px;
	    width: 90px;
	    height: 90px;
	    border: 4px solid #111;
	}
	.fullwidth.ranked {
	    padding: 120px 0 100px;
	}
	p.blurb {
		float: none;
		max-width: 98%;
		margin-bottom: 30px;
	}
	.ranklist li h6 {
		font-size: 0.9em;
		line-height: 1.9;
		margin-left: 1px;
	}
	#total_drinks .ranklist li .barbox {
	    width: 28%;
	}
	#total_drinks .ranklist li .gambox {
	    width: 40%;
	}
	.ranklist li h4 {
	    min-width: 26%;
	}
	.fullwidth.ranked svg, .fullwidth.ranked .bg-illo{
		height: 84%;
		left: -520px;
	}

	.titlepiece{
		height: 500px;
	}
	#inner-content .article-title {
	    margin-top: 142px;
	    font-size: 2.1em;
	    line-height: 1.2;
	}
	#inner-content .article-title.subtitle{
		margin-top: 12px;
		font-size: 1.25em;
	}
	.bydek {
	    position: absolute;
	    width: 100%;
	    bottom: -10px;
	}
}

@media only screen and (max-width: 580px){
	.timelist li .liner{
		width: 60%;
	}
	#bondbox {
	    margin-top: 34px;
	}
	p.blurb {
		transform: translateY(0px) translateX(0px);
		-webkit-transform: translateY(0px) translateX(0px);
		-ms-transform: translateY(0px) translateX(0px);
	}
	.fullwidth.ranked svg, .fullwidth.ranked .bg-illo{
		opacity: 0.05 !important;
		-ms-filter: ~"progid:DXImageTransform.Microsoft.Alpha(opacity=@{5})";
		filter: ~"alpha(opacity=@{5})";
	}
}






