@font-face {
    font-family: 'NewsGothicFSMediumBold';
    src: url('../fonts/NewsGothic-Bold-webfont.eot');
    src: url('../fonts/NewsGothic-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/NewsGothic-Bold-webfont.woff') format('woff'),
         url('../fonts/NewsGothic-Bold-webfont.ttf') format('truetype'),
         url('../fonts/NewsGothic-Bold-webfont.svg#NewsGothicFSMediumBold') format('svg');
    font-weight: normal;
    font-style: normal;

}


.twelvecol {
  width: 960px;
  padding: 0;
}

body {
	background-color: #FFFFFF;
	position: relative;
}

body.scroll-lock {
	overflow: hidden;
}

/* ================================== Typography */

body,
small,
input,
textarea,
.nav .archive li a,
.nav .archive li,
#mce-responses,
.error {
	font-family: Georgia, serif;
	text-transform: none;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
}

h3,
h4,
.nav li,
.nav li a,
.subscribe label,
.facebook a,
#at16ptx {
	font-family: "NewsGothicFSMediumBold", 'Arial Narrow', sans-serif;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 14px;
}

h3 {
	font-size: 14px;
	margin-bottom: 18px;
}

h5 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;
}

.title {
	font-size: 24px;
	line-height: 20px;
	float: left;
	display: inline;
	font-family: Georgia, serif;
	font-weight: normal;
	text-transform: uppercase;
	font-style: italic;
}

.date {
	font-style: italic;
	line-height: 12px;
}

.articles {
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
}

p,
ul,
ol,
blockquote,
.copy p,
.copy ul,
.copy ol,
.copy blockquote {
    margin-bottom: 18px;
}

.copy ul,
.copy ol {
	padding-left: 20px;
}

.copy .question {
	font-weight: bold;
}

label.error,
div.error,
#mce-error-response {
	color: #b40011;
	font-style: italic;
}

#mce-success-response{
	color: #008000;
	font-style: italic;
}


/* ================================== Generic Styles */

a {
	text-decoration: none;
	color: #808080;
	border-bottom: none;
}

a:hover {
	color: #000000;
	border-bottom: 1px solid #000000;
}

a img {
	display: block;		/* Stops image links getting text link styles */
}

blockquote {
	border-left: 1px solid #c1c1c1;
	color: #747474;
	padding-left: 15px;
	margin-left: -15px;
}

input,
textarea {
	color: #808080;
	display: block;
	border: 1px solid #808080;
	padding: 3px;
	background: transparent;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.container {
	border-bottom: 1px solid #e5e5e5;
}

.copy {
	padding: 25px 0 50px 0;
}

.copy img,
.copy object,
.copy embed {
	margin-bottom: 20px;
}

.copy li {
	margin-bottom: 5px;
}



/* ================================== Logo */

.logo {
	height: 105px;
	z-index: 0;
}

.logo h1 {
	height: 105px;
	width: 700px;
}

.logo a {
	display: block;
	position: relative;
	outline: none;
	margin:  0 10px 0 0;
	top: 33px;
	text-indent: -9999px;
	width: 235px;
	height: 55px;
	background: url('../images/logo.png') no-repeat;
	-webkit-transition: opacity .5s ease-in;
	-moz-transition: opacity .5s ease-in;
	-o-transition: opacity .5s ease-in;
	transition: opacity .5s ease-in;
}

.logo a:hover,
.logo a:active {
	border: 0;
	opacity: .5;
	-webkit-transition: opacity .4s ease-out;
	-moz-transition: opacity .4s ease-out;
	-o-transition: opacity .4s ease-out;
	transition: opacity .4s ease-out;
}



/* ================================== Header */

.header {
	position: relative;
	padding-top: 13px;
	height: 28px;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
}

.header .left {
	float: left;
	margin-right: 14px;
}

.header .right {
	float: right;
	margin-left: 14px;
}

/* ================================== Navigation */

.nav li {
	float: left;
	list-style: none;
}

.nav li a {
	display: block;
	color: #000000;
	height: 26px;
}

.nav li a:hover,
.nav li a:active {
	outline: 0;
	border-bottom: 2px solid #000000;
}

body#a-to-z .a-to-z a,
body#read-later .read-later a,
body#topics .topics a,
body#about .about a,
body#contact .contact a,
body#legal .legal a,
body#press .press a,
body#credits .credits a,
body#topics .topics a {
	border-bottom: 2px solid #000000;
	cursor: default;
}



/* Currently not in use: Styles for Navigation Dropdowns

.nav .archive {
	display: none;
	position: absolute;
	z-index: 0;
	left: 0px;
	top: 40px;
}

.nav .archive .listings {
	width: 960px;
	background: url('../images/bg_white.png');
	opacity: 0;
	height: 0;
	overflow: hidden;
}

.nav li .archive {
	height: 0;
	display: block;
}

.nav li.topics:hover .archive,
.nav li.a-to-z:hover .archive {
	z-index: 1000;
}

.nav li.topics:hover .listings,
.nav li.a-to-z:hover .listings {
	opacity: 1;
	-webkit-transition: opacity .2s ease-in;
	-moz-transition: opacity .2s ease-in;
	-o-transition: opacity .2s ease-in;
	transition: opacity .2s ease-in;
	height: 501px;
}

.nav .archive .col {
	width: 150px;
	margin: 0;
	padding: 8px 0 0 8px;
}

.nav .archive .col li {
	margin-left: 0;
}

.nav .archive .col ul li a {
	display: block;
	color: #676767;
}


.nav .archive .col a:hover {
	padding: 0;
	color: #000000;
	text-decoration: underline;
	border: none;
}

.nav .archive .col ul li h5 a {
	font-weight: bold;
	color: #000000;
}

.nav .archive li {
	display: block;
	padding: 0;
	float: none;
}

.nav .archive .col ul {
	margin-bottom: 15px;
}

.nav .archive .col ul {
	margin-bottom: 15px;
}
 */


/* ======= Read Later */

.read-later-info {
	display: none;
	top: 147px;
    z-index: 200;
    position: absolute;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom: solid 1px #e4e4e4;
}

.page-template-topics-php .read-later-info {
	background-color: #ffffff;
}

.read-later-info .info {
	color: #808080;
	height: 20px;
	padding: 10px 42px;
	background-image: url('../images/rolex_watermark_small.png');
	background-position: 7px center;
	background-repeat: no-repeat;
}

.read-later-info .info strong {
	color: #000000;
	font-weight: normal;
}

.read-later-intro {
	background-image: url('../images/rolex_watermark_big.png');
	background-position: center center;
	background-repeat: no-repeat;
	padding: 80px 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.backgroundsize .read-later-intro {
    	background-image: url('../images/rolex_watermark_big@2x.png');
    	background-size: 130px 131px;
    }
}

.read-later-intro p {
	font-weight: normal;
    margin: 0;
    text-align: center;
}

.read-later-button {
	font-family: "NewsGothicFSMediumBold", 'Arial Narrow', sans-serif;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	color: #000000;
	cursor: pointer;
}

.aside .read-later-button {
	padding: 0 0 0px 0;
	margin: 0 0 0px 0;
	display: block;
}

.aside .read-later-button.selected {
	/* border-bottom: 1px solid #E5E5E5; */
}

.aside .read-later-button:hover,
.aside .read-later-button.selected:hover {
	/* border-bottom: 1px solid #E5E5E5; */
}

.article-summary .read-later-button {
	margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #E4E4E4;
}

.articles li.article {
	position: relative;
}

.articles li.article .read-later-button {
	position: absolute;
	bottom: -1px;
	right: 15px;
}

.articles li.article.right .read-later-button,
.articles li.article:last-child .read-later-button,
.articles li.article:nth-child(3n) .read-later-button {
	right: 0;
}

.read-later-button.selected,
.read-later-button:hover,
.read-later-button.selected:hover {
	color: #e6e6e6;
	border-bottom: none;
}

#read-more {
	font-family: "NewsGothicFSMediumBold", 'Arial Narrow', sans-serif;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	color: #000000;
}

#read-more:hover {
	border-bottom: none;
	color: #e6e6e6;
}

/* ============ Sharing */

ul.sharing-interview {
	list-style: none;
	padding: 23px 0 18px 0;
	margin: 0 0 18px 0;
	border-bottom: 1px solid #E5E5E5;
}

.sharing-interview li {
	float: left;
	margin-right: 5px;
	margin-bottom: 0;
}

.sharing-interview li a {
	text-decoration: none;
}

.sharing-interview li a:hover {
	text-decoration: none;
	border-bottom: none;
}

.sharing-interview li a .label {
	background-color: #e6e6e6;
	height: 24px;
	width: 24px;
	display: inline-block;
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
}

.sharing-interview li a .label.hidden {
}

.sharing-interview li a .count {
	background-color: #e6e6e6;
	display: inline-block;
	vertical-align: top;
	height: 10px;
	margin-left: 1px;
	padding: 7px 4px;
	text-align: center;
	color: #808080;
	font-size: 10px;
	line-height: 10px;
	font-family: Arial, sans-serif;
}

.sharing-interview li.facebook-like a {
	position: absolute;
	z-index: 0;
}

.sharing-interview li.facebook-like .label {
	background-image: url('../images/icons/facebook_like.png');
}

.sharing-interview li.facebook-like iframe {
	height: 24px;
	width: 51px;
	z-index: 1;
	opacity: 0;
}

.sharing-interview li.facebook-like a .count {
	width: 22px;
	padding: 7px 2px;
}

.sharing-interview li.facebook-like:hover .label {
	background-image: url('../images/icons/facebook_like_hover.png');
}

.sharing-interview li.facebook-share .label {
	background-image: url('../images/icons/facebook.png');
}

.sharing-interview li.facebook-share:hover .label {
	background-image: url('../images/icons/facebook_hover.png');
}

.sharing-interview li.twitter .label {
	background-image: url('../images/icons/twitter.png');
}

.sharing-interview li.twitter:hover .label {
	background-image: url('../images/icons/twitter_hover.png');
}

.sharing-interview li.pinterest {
	margin-right: 0;
}

.sharing-interview li.pinterest .label {
	background-image: url('../images/icons/pinterest.png');
}

.sharing-interview li.pinterest:hover .label {
	background-image: url('../images/icons/pinterest_hover.png');
}

.sharing-interview li.reddit .label {
	background-image: url('../images/icons/reddit.png');
}

.sharing-interview li.reddit:hover .label {
	background-image: url('../images/icons/reddit_hover.png');
}

/* ================================== Footer */

.footer {
	border-top: 4px solid #000000;
	padding-top: 14px;
	padding-bottom: 100px;
}

.footer .nav li,
.footer .nav li a,
.footer .nav li h4 {
	font-size: 13px;
}

.footer .nav {
	float: right;
	padding-right: 0;
}

.footer .socialmedia {
	float: left;
}

.footer .socialmedia li {
	margin-left: 0;
	margin-right: 14px;
}

.footer .meta-nav li {
	margin-right: 0;
	margin-left: 14px;
}

.fb_iframe_widget {
  height: 20px;
	margin-bottom: 20px;
  overflow: hidden;
}


/* ================================== Slideshow */

#slideshow {
	height: 520px;
	width: 960px;
	overflow: hidden;
}

#slideshow ul li {
	height: 520px;
	width: 960px;
}


/* ================================== Post Meta */

.meta {
	padding: 5px 0;
	line-height: 32px;
}

.meta h4 {
	float: left;
	padding-right: 10px;
	line-height: 30px;
}

.meta a{
	display: block;
	float: left;
}

.meta a:hover {
	border: 0;
	text-decoration: underline;
}

.meta li,
.meta p {
	color: #808080;
	list-style: none;
	float: left;
	margin: 0;
	padding-left: 2px;
}

.meta .topics {
	padding-left: 0;
}

.meta .comments {
  padding-right: 0;
  float: right;
}

.meta .comments > p {
	float: right;
}


.meta .share h4,
.meta .comments h4 {
	border-left: 1px solid #e5e5e5;
	padding-left: 20px;
}


/* ================================== Related & Latest Interviews */

.container.related,
.container.latest {
	border-bottom: none;
}

.latest h4 {
	padding: 30px 0 30px 0;
}

.related h4 {
  padding: 50px 0 30px 0;
}

.related .articles {
	margin-bottom: 0;
}

.articles {
	overflow: hidden;
	list-style: none;
}

.articles a {
	display: block;
	border: 0;
	padding: 0;
}

.articles h5 {
	margin-top: 5px;
}

#latest-articles {
	overflow: hidden;
	height: 120px;
	margin-bottom: 20px;
}

#latest-articles .article {
	display: block;
	float: left;
	padding: 0 12px;
	width: 140px;
	height: 140px;
}

#latest-articles .article:first-child,
#latest-articles .article:nth-child(6n+1) {
	padding-left: 0;
}

#latest-articles .article.left {
  padding-left: 0;
}

#latest-articles .article:last-child,
#latest-articles .article:nth-child(6n) {
  padding-right: 0;
}

#latest-articles .article.right {
	padding-right: 0;
}

.page-template-page-listing-php .articles {
	margin: 40px 0;
}

.related .article,
#a-to-z .article,
#read-later .article,
#topics .article {
	margin-bottom: 30px;
	padding: 0 15px;
}

.related .article.left,
#a-to-z .article.left,
#read-later .article.left
#topics .article.left {
	padding-left: 0;
}

.related .article:nth-child(3n+1),
.related .article:first-child,
#a-to-z .article:first-child,
#a-to-z .article:nth-child(3n+1),
#read-later .article:first-child,
#read-later .article:nth-child(3n+1),
#topics .article:first-child,
#topics .article:nth-child(3n+1) {
	padding-left: 0;
}

.related .article.right,
#a-to-z .article.right,
#read-later .article.right,
#topics .article.right {
	padding-right: 0;
}

.related .article:last-child,
.related .article:nth-child(3n),
#a-to-z .article:last-child,
#a-to-z .article:nth-child(3n),
#read-later .article:last-child,
#read-later .article:nth-child(3n),
#topics .article:last-child,
#topics .article:nth-child(3n) {
	padding-right: 0;
}



/* ================================== Article */

.article-header {
	position: relative;
}

.article-header a,
.article-header a:hover {
	color: #000000;
	border: 0;
}

.article-header .title {
	padding: 24px 10px 8px 0;
	height: 20px;
}

.article-header .date {
	display: block;
	position: absolute;
	bottom: 10px;
	right: 0;
}

.article-summary .copy {
	padding-left: 0;
	padding-right: 0;
	-moz-column-count: 2;
	-moz-column-gap: 30px;
	-webkit-column-count: 2;
	-webkit-column-gap: 30px;
	column-count: 2;
	column-gap: 30px;
}

.article-content .eightcol {
	width: 630px;
	padding-left: 0;
	padding-right: 10px;
}

.article-content .aside {
	overflow: visible;
	padding-left: 20px;
	padding-right: 0;
}

.to-top {
	display: block;
	float: left;
	height: 16px;
	line-height: 16px;
	margin-top: 20px;
	padding: 2px 0 2px 14px;
	background: url('../images/arrow_up.png') 0 bottom no-repeat;
}

.to-top:hover {
	padding-bottom: 1px;
	background-position: 0 top;
}

/* ================================== Comment-List */

.comment {
	list-style: none;
	overflow: hidden;
}

.comment .hgroup {
	overflow: hidden;
}

.comment .hgroup {
	margin-bottom: 15px;
}

.comment-author {
	float: left;
	font-weight: bold;
	font-style: normal;
}

.comment-meta {
	float: right;
	font-style: italic;
	padding-right: 30px;
}

.comment .reply {
	position: relative;
	top: -10px;
	margin-bottom: 20px;
}

.comment .depth-2 {
	clear: both;
	margin-left: 20px;
}

.comment ul {
	margin: 0;
}


/* ================================== Forms */

.js label {
	display: none;
}

label.error {
	position: relative;
	top: -8px;
}

textarea.error,
input.error {
	background: url('../images/error.png') no-repeat right top;
}

.text-input {
	border: 1px solid #e5e5e5;
	outline: none;
	margin-bottom: 10px;
	padding: 3px;
}

#conversation {
	padding: 50px 0 30px 0;
}

#conversation .eightcol {
	padding-left: 0;
	padding-right: 20px;
}

#conversation .fourcol {
  padding-right: 0;
  padding-left: 20px;
}

#conversation #reply-title a {
	font-weight: bold;
}

#conversation #reply-title small a {
	font-weight: normal;
	margin-left: 5px;
}

#conversation #commentform #author,
#conversation #commentform #email,
#conversation #commentform #comment {
    width:100%;
}

.atbtn:hover,
#submit:hover,
#mc-embedded-subscribe:hover {
	cursor: pointer;
	color: #000000;
	border-color: #000000;
}

#submit {
	float: right;
}

/* ==== Subscription */

/*
.subscribe {
	position: relative;
	top: -3px;
}

.subscribe div.error {
	position: absolute;
	left: 0;
	top: 28px;
}

.subscribe h4,
.subscribe .text-input,
.subscribe .btn {
	float: left;
	display: block;
	height: 24px;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 20px;
	margin-right: 10px;
	background-color: #ffffff;
}

.subscribe .text-input {
	width: 170px;
	padding-right: 20px;
}

.subscribe #mce-responses {
	width: 400px;
	position: absolute;
	top: 46px;
	clear: left;
	padding-bottom: 20px;
}
*/


/* ================================== Archive pages */

.alphabet {
	overflow: hidden;
	margin: 0;
}

.alphabet li {
	margin: 10px 0 0 10px;
}

.alphabet li a:hover {
	padding-bottom: 3px;
	border-bottom: 2px solid #000000;
}

.alphabet .unavailable a,
.alphabet .unavailable a:hover {
	color: #C3C3C3;
	cursor: default;
	border: 0;
}

.categories {
	margin: -5px 0 40px 0;
}

.categories .category-title {
	padding: 40px 0 15px 0;
}

.categories .article {
	padding: 15px 10px 5px 10px;
}

.categories .last-item {
	border: 0;
}



/* ================================== Pages */

.page-template-default .article {
	position: relative;
}

.page-template-default .headline {
	position: absolute;
	top: 50px;
}

.page-template-default .copy {
	margin-top: 70px;
}


/* ================================== About */
#about .article .fourcol {
	width: 370px;
	padding-right: 0;
	padding-left: 20px;
}

#about .article .eightcol {
	width: 550px;
	padding-left: 0;
	padding-right: 20px;
}

/* ================================== Press */

#press .headline,
.single-pressitem .headline {
	padding: 50px 0 30px 0;
}

.press-items {
	padding-bottom: 40px;
	display: block;
}

.press-item {
	display: block;
	list-style: none;
	height: 370px;
	padding: 0 15px;
}

.press-item:first-child,
.press-item:nth-child(3n+1) {
	padding-left: 0;
}

.press-item.left {
  padding-left: 0;
}

.press-item:last-child,
.press-item:nth-child(3n) {
  padding-right: 0;
}

.press-item.right {
  padding-right: 0;
}

.press-item h5 {
	text-transform: none;
	font-weight: bold;
	line-height: 12px;
}

.press-item .date {
	top: 0;
	right: 0;
}

.press-item .links {
	color: #808080;
}

.press-item .image {
	display: block;
	margin-top: 9px;
	width: 298px;
	height: 300px;
	border: 1px solid #e5e5e5;
}

.press-item .image img {
	display: block;
	margin: 9px auto;
}

/* ================================== Topics Toggler */

#topics-toggler {
	padding: 10px 0;
}

#topics-toggler h4 {
	float: left;
}

#topics-toggler li {
	float: left;
	margin-left: 20px;
	list-style: none;
}


/* ================================== Add this obverlay */

#at20mc {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

#at20mc label {
	display: block;
	font-weight: bold;
	padding: 20px 0 5px 0;
}

#at20mc label span{
	font-weight: normal;
	color: #808080;
}

.atbtn {
	float: left;
	margin-right: 10px;
}

#at16ptx,
#at16ptx:hover {
	text-decoration: none;
	position: absolute;
	top: 10px;
	right: 10px;
}

#at16lb {
	display: block;
	background: url('../images/bg_white.png');
}

#at16pcc {
	position: fixed;
	width: 100%;
	top: 0;
}

#at16p {
	position: fixed;
	padding: 10px;
	width: 320px;
	position: fixed;
	left: 50%;
	top: 20px;
	margin-left: -160px;
	background: #ffffff;
	border: 1px solid #dadada;
  	-moz-box-shadow: 2px 1px 2px #9E9E9E;
  	-webkit-box-shadow: 2px 1px 2px #9E9E9E;
  	box-shadow: 2px 1px 2px #9E9E9E;
}

#at16meo,
#at16pf {
	display: none;
}

#ateml {
	padding-bottom: 20px;
}

#at_email input[type="text"],
#at_email textarea {
	width: 100%;
	border: 1px solid #e5e5e5;
}

#at_error {
	color: #DD0000;
	padding-top: 15px;
}

#at_success {
	margin: 20px 0;
}

#at_success a {
	display: none;
}




/* ================================== Slideshow */

#slideshow {
	position: relative;
	z-index: 100;
}

#slideshow ul {
	list-style: none;
}

#slideshow .button {
	top: 0;
	outline: 0;
	z-index: 1000;
	position: absolute;
	width: 50px;
}

#slideshow .button:hover,
#slideshow .button:active {
	border: 0;
}

#slideshow .button span{
	display: block;
	height: 500px;
	text-indent: -9999px;
}

#slideshow .prev { left: 0; }
#slideshow .next { right: 0; }

#slideshow .prev span {
	background: url('../images/arrow_prev_big.png') no-repeat center;
}

#slideshow .next span{
	background: url('../images/arrow_next_big.png') no-repeat center;
}

#slideshow .caption {
	position: absolute;
	font-size: 11px;
	bottom: 0;
	right: 0;
	margin: 0;
	color: #808080;
}

.articles-controls {
	position: relative;
}

.articles-controls .button {
	top: 0;
	outline: 0;
	z-index: 1000;
	position: absolute;
	width: 50px;
}

.articles-controls .prev,
.articles-controls .next {
	height: 73px;
	width: 10px;
	display: block;
	text-indent: -9999px;
}

.articles-controls .prev {
	left: -1px;
	background: url('../images/arrow_prev_small.png') no-repeat left center;
}

.articles-controls .next {
	right: -1px;
	background: url('../images/arrow_next_small.png') no-repeat left center;
}

.articles-controls .button:hover,
.articles-controls .button:active {
	border: 0;
	background-color: #808080;
	background-position: right;
}

.title a {
	float: left;
}

.audio-present {
	display: block;
	width: 22px;
	height: 22px;
	background: url('../images/audio.png') no-repeat right 8px;
}




/* ================================== Page not found */

.not-found .title {
	padding: 40px 10px 80px 10px;
}



/* ================================== Audio */

.audio-sample {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 15px 0;
	width: 300px;
	overflow: hidden;
	margin-bottom: 20px;
}

.audio-sample h4 {
	padding-left: 20px;
	float: left;
	background: url('../images/audio.png') no-repeat 0 center;
}


.audio-sample audio {
	visibility: hidden; /* hides default audio in webkit browsers */
}

.ui-media-player {
	float: right;
	position: relative;
	width: 175px;
	height: 15px;
	margin-top: 2px;
}

.ui-media-player .play-pause .ui-icon {
	position: absolute;
	top: 0;
	left: 0;
	height: 11px;
	width: 7px;
	display: block;
	font-size: 0px;
	line-height: 0;
	text-decoration: none;
	background-image: url('../images/play_pause.png');
	background-position: 0 top;
	cursor: pointer;
}

.ui-media-player .play-pause .ui-icon-play 	{ background-position:0 top; }
.ui-media-player .play-pause .ui-icon-pause { background-position:0 bottom; }
.ui-media-player .play-pause .button-text 	{ display: none; }

.timeline-slider {
	position: absolute;
	top: 0;
	right: 0;
	width: 157px;
	border: 1px solid #e5e5e5;
	overflow: hidden;
}

.progressbar {
	width: 157px;
	position: relative;
}

.progressbar .ui-progressbar-value {
	background: #e5e5e5;
	height: 10px;
}

.ui-slider-handle,
.ui-slider-handle:hover {
	position: absolute;
	top: -1px;
	margin-left: -3px;
	display: block;
	border-left: 2px solid #808080;
	padding-right: 5px;
	width: 2px;
	height: 12px;
}

/* ================================== Facebook */

.facebook {
	position: absolute;
	position: fixed;
	top: 0;
	z-index: 1000;
	margin: 0 auto;
	width: 960px;
}

.facebook a {
	float: right;
	background: #fefefe;
	color: #000000;
	display: block;
	padding: 8px 10px 8px 10px;
	border: solid #e5e5e5;
	border-width: 0 1px 1px 1px;
}

.facebook span {
	word-spacing: 1px;
	line-height: 13px;
	height: 13px;
	font-size: 13px;
	vertical-align: top;
}

.facebook a .icon {
	display: inline-block;
	position: relative;
	top: 1px;
	width: 13px;
	height: 13px;
	margin-left: 3px;
	background: url('../images/fb_logo.png') no-repeat;

	/* hide text: */
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.facebook a:hover .icon {
	background-position: bottom;
}


/* ============= ADS ================ */
embed, object {
  max-width: none;
}

.tad-container embed,
.tad-container object {
	outline: none;
}

.tad-header {
	margin: 0 auto;
  	position: absolute;
  	top: 19px;
	right: 0;
	z-index: 1;
	text-align: right;
	display: block;
}

.tad-container.tad-header > img {
    margin-top: 3px;
}

.tad-header object {
	display: inline;
}

.tad-header .swf {
	float: right;
}

.tad-header a {
	float: right;
	text-decoration: none;
}

.tad-header a:hover {
	border-bottom: 0;
 }

.tad-video {
  	position: absolute;
  	top: 146px;
  	z-index: 1000;
	max-width: 100%;
	height: 500px;
	background-color: #fff;
	display: none;
}

.tad-video .tad-close {
	cursor: pointer;
  	height: 35px;
  	left: 0;
  	position: absolute;
  	top: 0;
  	width: 35px;
	z-index: 1200;
	background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7") 0 0 repeat;
}

.tad-video .tad-close:hover {
	text-decoration: none;
	border: none;
}

.tad-bottom-unit {
	position: relative;
}

.tad-bottom-unit object {
	width: 100%;
}

.tad-footer-unit {
	position: relative;
	padding-bottom: 20px;
}

.tad-footer-unit object {
	width: 100%;
}

.tad-marginal {
	position: relative;
}

.tad-background {
	background-color: #000000;
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    display: none;
}

.clearfix:after {
	clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

/* ======== Newsletter */

.container.subscribe {
	border-bottom: none;
}

.newsletter {
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 20px;
}

.newsletter p {
	text-align: center;
	font-weight: bold;
	margin: 50px 0;
}

.newsletter form {
	position: relative;
}

.newsletter form .message {
	position: absolute;
	top: -35px;
	text-align: center;
	width: 100%;
}

.newsletter form .mc-field-group {
	width: 300px;
	margin: 0 auto;
}

.newsletter form .email {
	height: 30px;
    text-align: center;
    width: 100%;
    border: none;
    font-family: "NewsGothicFSMediumBold", 'Arial Narrow', sans-serif;
	font-weight: normal;
    border-top: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
    text-transform: uppercase;
}

.newsletter form label.placeholder {
	font-weight: normal;
	text-align: center;
	font-family: "NewsGothicFSMediumBold", 'Arial Narrow', sans-serif;
	color: #d9d9d9;
}

.newsletter form .email::-webkit-input-placeholder { color: #d9d9d9; }
.newsletter form .email::-webkit-input-placeholder { color:#d9d9d9; }
.newsletter form .email::-moz-placeholder { color:#d9d9d9; } /* firefox 19+ */
.newsletter form .email:-ms-input-placeholder { color:#d9d9d9; } /* ie */
.newsletter form .email:-moz-placeholder { color:#d9d9d9; }

.newsletter form .mc-field-weekday {
	display: none;
}

.newsletter form .button {
	border: none;
	text-transform: uppercase;
	color: #808080;
	font-family: "NewsGothicFSMediumBold", 'Arial Narrow', sans-serif;
	font-weight: normal;
	margin: 20px auto 0 auto;
}

.rolex-selection {
	width: 836px;
  	height: 400px;
  	margin: 30px auto 0 auto;
  	position: relative;
}

.rolex-selection .arrow {
	position: absolute;
	width: 90px;
	height: 80px;
	background-position: center center;
	background-repeat: no-repeat;
	top: 250px;
	cursor: pointer;
	z-index: 4;
	display: none;
}

.rolex-selection .arrow.left {
	background-image: url('../images/arrow_left.png');
	left: -10px;
}

.rolex-selection .arrow.right {
	background-image: url('../images/arrow_right.png');
	right: -10px;
}

.rolex-selection .watch-bg {
	left: 341px;
    position: absolute;
    top: 263px;
    z-index: 1;
    display: none;
}

.rolex-selection .watch-fg {
	width: 836px;
	height: 400px;
	position: absolute;
	top: 0;
	z-index: 3;
	display: none;
}

.rolex-selection .watch-days-wrapper {
	overflow: hidden;
	width: 359px;
	height: 120px;
	position: absolute;
	left: 235px;
	top: 270px;
	z-index: 2;
	display: none;
}

.rolex-selection .watch-days {
	max-width: none;
	position: absolute;
    left: 50%;
    margin-left: -180px;
    display: none;
}

.single-days {
    margin-top: -4px;
}

.single-days .single-day {
    display: none;
    margin: 0 auto;
}

.tracking-pixel img {
	height: 1px;
	width: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.tad-marginal-2014 {
	border: 0px;
	margin: 0;
}

#overlay_teaser {
	opacity: 0;
/*	display: none; */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}

#close_ad {
	width: 30px !important;
	height: 40px !important;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	cursor: hand;
}

#cf {
  position:relative;
  height:127px;
  width:300px;
  margin:0 auto;
}

#cf img {
  position:absolute;
  left:0;
  /*
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  */
  border-bottom: 1px solid #E5E5E5;
}

/*
#cf img.timekeeper_top:hover {
	opacity:0;
}
*/

#cf img.timekeeper_top.selected {
  opacity:0;
}

#cf img.timekeeper_top {
  opacity:1;
}
