@charset "UTF-8";
/* CSS Document */

/* General styles
-------------------------------------------------- */

a {
	color: #0f0e0f;
}

a:hover {
	color: #f41226;
	text-decoration: none;
}

hr.blackline {
	border-top-color:#000;
}

/* primary headings, e.g. event detail event title, event tile event title, series title */
.heading-main {
	margin: 0;
	/*font: 34px "FranklinGothic ExtraCond", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-size: 52px;
	line-height: 52px;
	font-family: "franklin-gothic-ext-comp-urw", Helvetica, Arial, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

.heading-series {
	margin: 0 0 10px;
	color: #fb2d37;
	font: italic 20px "CheltenhamLT BookCondItalic", Georgia, "Times New Roman", serif;
}

.divider {
	margin: 0 4px;
	padding: 0;
	border-top: 1px solid #000;
}

.divider.bottom {
	height: 7px;
	border-color: #d4d4d4;
}

/* Speech bubble styles
-------------------------------------------------- */

/* DEFAULT - buy tickets */

.speech-bubble {
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
	padding: 4px 15px 2px;
	background-color: #f41226;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.04em;
	vertical-align: middle;
	font-family: "nyt-cheltenham", Georgia, serif;
	font-style: italic;
	font-weight: 700;
}

.speech-bubble:hover {
	background-color: #000;
	color: #fff;
	text-decoration: none;
}

.speech-bubble:active {
	opacity: 0.6;
}

.triangle {
	position: absolute;
	z-index: -10;
	height: 0;
	width: 0;
	bottom: -9px;
	left: 6px;
	border-style: solid;
	border-color: transparent;
	border-width: 0 0 9px 9px;
}

.speech-bubble .triangle {
	border-left-color: #f41226;
}

.speech-bubble:hover .triangle {
	border-left-color: #000;
}

/* PAST/SOLDOUT - past and sold out events */

/*.past .speech-bubble, .soldout .speech-bubble {
	background-color: #fff;
}

.past .speech-bubble .triangle, .soldout .speech-bubble .triangle {
	border-left-color: #fff;
}

.past .speech-bubble:hover, .soldout .speech-bubble:hover {
	background-color: #f41226;
}

.past .speech-bubble:hover .triangle, .soldout .speech-bubble:hover .triangle {
	border-left-color: #f41226;
}

.past .speech-bubble:active, .soldout .speech-bubble:active {
	opacity: 1.0;
	background-color: #cb0f20;
}

.past .speech-bubble:active .triangle, .soldout .speech-bubble:active .triangle {
	opacity: 1.0;
	border-left-color: #cb0f20;
}*/

/* ALTERNATE - something other than buy tickets */

.speech-bubble.alternate{
	background-color: #fff;
	color: #f41226;
}

.speech-bubble.alternate .triangle {
	border-left-color: #fff;
}

.speech-bubble.alternate:hover {
	background-color: #f41226;
	color: #fff;
}

.speech-bubble.alternate:hover .triangle {
	border-left-color: #f41226;
}

.speech-bubble.alternate:active {
	opacity: 1.0;
	background-color: #cb0f20;
}

.speech-bubble.alternate:active .triangle {
	opacity: 1.0;
	border-left-color: #cb0f20;
}

/* FEATURED/CALENDAR - featured event or homepage calendar */

/*.featured-event .speech-bubble {
	margin-top: 30px;
}

.featured-event .speech-bubble, .event-calendar .speech-bubble {
	background-color: #000;
	border: 1px solid #fff;
}

.featured-event .speech-bubble:hover, .event-calendar .speech-bubble:hover {
	color: #fff;
}

.featured-event .speech-bubble:active, .event-calendar .speech-bubble:active {
	opacity: 0.6;
}

.featured-event .triangle, .event-calendar .triangle {
	border-left-color: #fff;
}

.featured-event .triangle.inner, .event-calendar .triangle.inner {
	z-index: -5;
	bottom: -6px;
	left: 7px;
	border-left-color: #000;
}*/

/* EVENT STATUS - "Sold Out" speech bubble in top-left corner of tiles */

.event-status {
	display: none;
	position: absolute;
	top: 0;
	width: 78px;
	height: 72px;
	padding: 10px;
	background-color: #000;
	color: #fff;
	text-align: left;
	font-size: 26px;
	line-height: 22px;
	font-family: "nyt-cheltenham", Georgia, serif;
	font-style: italic;	
	font-weight: 100;
}

	.soldout .event-status, .exclusivestream .event-status {
		display: block;
	}

.event-status span {
	color: #f41226;
	font-size: 20px;
	font-weight: 400;
}

.event-status .triangle {
	z-index: 100;
	border-width: 0 9px 9px 0;
	border-right-color: #000;
}

/* EVENT STATUS ALTERNATE */

.event-status.alternate {
	background-color: #f41226;
	color: #fff;
}

.event-status.alternate span {
	color: #fff;
}

.event-status.alternate .triangle {
	border-right-color: #f41226;
}

/* EVENT STATUS ALTERNATE */

.event-status.alternate.wide {
	padding: 10px;
	width: 130px;
}

.event-status.alternate.wide span {
	font-size: 24px;
	line-height: 24px;
	font-weight: 100;
}

/* Header styles
-------------------------------------------------- */

.page-header {
  background: #000;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 13px;
  padding-bottom: 0;
  border-bottom: none;
}

.page-header > .container {
	max-width: 1173px;
	margin: 0 auto;
}

/*.page-header .col-md-3, .page-header .col-md-4, .page-header .col-md-5 {
	padding: 0 7px;
}
*/

.page-header .col-sm-9, .page-header .col-md-3, .page-header .col-sm-3 {
	padding: 0;
}

.page-header .col-md-6 {
	padding: 0 7px;
}

.page-header a.logo{
	display: inline-block;
	margin: 28px 0 0 -25px;
}

.page-header .tagline {
	margin: 10px 0;
	padding: 0 16px;
	font-size:22px;
	font-family: "nyt-cheltenham", Georgia, serif;
	font-weight: 400;
	text-align: center;
}

.tagline p{
	margin: 50px 0 0;
	font-size:22px;
	font-family: "nyt-cheltenham", Georgia, serif;
	font-weight: 400;
	color:#fff;
}


.page-header img {
		max-width: 100%;
	}
	
.social-network{
	float: right;
}

.sponsor-header, .tt-friend-header{
	text-align: right;
}

.sponsor-header img, .tt-friend-header img{
	margin-top: 30px;
}

.page-header-social {
	text-align: right;
	margin: 10px -14px 0 0;
	padding: 0 0;
}

.social-icon {
	display: inline-block;
	height: 34px;
	width: 34px;
	margin-left: 3px;
	background: url('/National_Library/20160526010038oe_/http://timestalks.com/images/sprite-social-icons-retina.png') no-repeat 0 0;
	background-size:136px;
}

.social-icon:hover {
	background-position: 0 -34px;
}

.social-icon:active {
	background-position: 0 -68px;
}

.social-icon.tw {
	background-position: -34px 0;
}

.social-icon.tw:hover {
	background-position: -34px -34px;
}

.social-icon.tw:active {
	background-position: -34px -68px;
}

.social-icon.yt {
	background-position: -68px 0;
}

.social-icon.yt:hover {
	background-position: -68px -34px;
}

.social-icon.yt:active {
	background-position: -68px -68px;
}

.social-icon.in {
	background-position: -102px 0;
}

.social-icon.in:hover {
	background-position: -102px -34px;
}

.social-icon.in:active {
	background-position: -102px -68px;
}

.info-page .social-icon {
	height: 51px;
	width: 51px;
	margin: 0 7px;
	background: url('/National_Library/20160526010038oe_/http://timestalks.com/images/sprite-social-icons-lg.png') no-repeat 0 0;
}

.info-page .social-icon:hover {
	background-position: 0 -51px;
}

.info-page .social-icon:active {
	background-position: 0 -102px;
}

.info-page .social-icon.tw {
	background-position: -51px 0;
}

.info-page .social-icon.tw:hover {
	background-position: -51px -51px;
}

.info-page .social-icon.tw:active {
	background-position: -51px -102px;
}

.info-page .social-icon.yt {
	background-position: -102px 0;
}

.info-page .social-icon.yt:hover {
	background-position: -102px -51px;
}

.info-page .social-icon.yt:active {
	background-position: -102px -102px;
}

.page-header-social {
	margin-top: 46px;
}

#about-times-talks{
	margin: 20px auto 30px;
}


@media(max-width:1200px){
	nav#nav-bar{
		padding: 0 5%;
	}
	
	.page-header a.logo{
		margin: 28px 0 0 -20px;
		outline: none;
	}
	
	.tagline p{
		font-size:18px;
	}
	
	.container{
		/*max-width:100%;*/
	}
	
}

@media(max-width: 993px){
	
	.page-header .col-md-4{
		float: none;
	}
	
	.page-header a.logo{
		margin: 54px 0 0 -20px;
	}
	
	.page-header .tagline{
		margin: 10px 0 0 -20px;
		padding-bottom: 10px;
		text-align: left;
	}
	
	.tagline p{
		margin: 0;
	}
	
	.sponsor-header img, .tt-friend-header img {
		margin-top: 0;
	}
	
	.col-sm-8.social-network{
		width: 90%;
	}
	
	.page-header-social{
		margin-top: 0;
	}
	
	.col-md-3.sponsor-header, .col-md-3.tt-friend-header{
		width: 90%;
		text-align:right;
		margin-top: 27px;
		float: right;
	}
	
	.page-header-social {
		margin-top: 26px;
		padding-bottom: 10px;
	}
	
	
}

@media (min-width: 768px) {

	.page-header {
	  margin-bottom: 10px;
	}
	
}

@media (min-width: 992px) {
	
	.page-header .col-md-4, .page-header .tagline {
		height: auto;
		padding: 0 7px;
	}

	.tagline img {
		margin-top: 56px;
	}
	
}

@media (max-width: 992px) {
	
	.container{
		max-width:98%;
	}
	
}




/* NAV */

nav#nav-bar{
	max-width: 1161px;
	overflow:hidden;
	height: auto;
	margin: 0 auto 10px;
}

#nav-links{
	margin:0;
	text-align:left;
	width:50%;
	float:left;
	display: inline-block;
	vertical-align:middle;
	margin:7px 0;
}

#nav-links a{
	font-family: "franklin-gothic-ext-comp-urw",Helvetica,Arial,sans-serif;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 38px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
	margin: 0 5% 0 0;
}

/* === */
#nav-plus {
	max-width: 1161px;
	margin: 0 auto 7px;
}

#nav-main {
	margin:6px 0;
	padding: 0 7px;
	text-align:center;
}

#nav-main a {
  margin: 0 5px;	
  margin: 0;
  padding: 0;	
  font-size:38px; 
  line-height: 38px;
  text-transform:uppercase; 
  font-family: "franklin-gothic-ext-comp-urw", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
}

#nav-main a.active {
	color: #f41226;
}

/* the Email Form */ 

#email-box {
	text-align: center;
	width:50%;
	float:right;
}

.emailCollect {
	height: 52px;
	background: #fff;
	top: 16px;
	right: 0;
	z-index: 100;
}

.emailField {
	vertical-align: bottom;
	width:80%;
	max-width: 400px;	
	padding-left:5%; 
	height: 52px;
	margin: 0;
	border: 1px solid #333;
	border-radius: 0; /* override some browser user-agent stylesheets rounding corners */
	color: #999;
	font-size: 14px;
	font-family: "nyt-cheltenham", Georgia, serif;
}

.emailCollect .submit {
	vertical-align: bottom;
	position:relative;
	background: #fb2d37 url("/National_Library/20160526010038oe_/http://timestalks.com/images/right-arrow-submit.png") no-repeat ;
	background-position:center;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius:0px;
	color: #fff;
	font-family: 'franklin-gothic-ext-comp-urw';
	font-size: 30px;
	text-decoration: none;
	cursor: poiner;
	border:none;
	width:52px;
	height:52px;
	padding: 0;
	text-align:center;
	border: 1px solid #000;
	border-left:none;
	margin-left:0;
}

.emailCollect .submit:hover {
	background-color: #000;
}

.emailCollect .submit:active {
	background-color: #717071;
}

.emailCollect .submit.alternate {
	width:52px;  
	background:#fff;
	border: none;
	color:#fb2d37;
	font-size:20px; 
	line-height: 24px;
	text-transform:uppercase; 
	font-family: "franklin-gothic-ext-comp-urw", Helvetica, Arial, sans-serif;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.emailCollect .submit.alternate:hover {
	color: #000;
	cursor:pointer; 
}

.emailCollect .submit.alternate:active {
	color: #717071;
}

/* end of Email */ 


@media(max-width: 1024px){
	#nav-links{
		width: 50%;
	}
	
	#email-box{
		width: 50%;
	}

}

@media (min-width: 640px) {
	.emailField {
		font-size: 16px;
	}
}

@media (min-width: 768px) {
/*	#nav-main {
 		padding-right: 5%;
 		padding-left: 5%;
	}
*/
	
	.col-sm-4 {
		padding: 0 7px;
	}

	#email-box {
		text-align: right;
	}
}

@media (min-width: 992px) {
	/*#nav-main {
 		padding-right: 10%;
 		padding-left: 10%;
	}*/
}


/* Sticky footer styles
-------------------------------------------------- */

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -200px;
  /* Pad bottom by footer height */
  padding: 0 0 200px;
  overflow: hidden;
}

/* Set the fixed height of the footer here */
#footer {
  height: 200px;
  padding-top: 23px;
  background-color: #fff;
}

/* Other footer styles
-------------------------------------------------- */

#footer > .container {
	margin: 0 auto;
}

#footer .col-sm-3, #footer .col-sm-9 {
	padding: 0 7px;
}

p.disclaimer {
	font-family: "nyt-cheltenham", Georgia, serif;
	text-align: left;
}


#footer ul {
	display: block;
	margin: 20px 0;
	padding: 0;
	position: relative;
	
}

#footer ul li {
	margin: 0 10px 10px 0;
	padding: 0 10px 0 0;
	position: relative;
	list-style: none;	
}

#footer li a {
	font-size: 18px;
	font-family: "franklin-gothic-ext-comp-urw", Helvetica, Arial, sans-serif;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;	
}

#footer ul li:last-of-type {
	border: none;
	text-decoration:none;
}

#footer ul li a:hover {
	color: #f41226;
	text-decoration:none;
}

.footer-sponsors {
	margin: 14px 0;
	text-align: center;
}

.footer-sponsors-title {
	margin-top: 0;
	font-size: 16px;
	font-family: "nyt-cheltenham", Georgia, serif;
	font-weight: 700;
	font-style: italic;
	text-align:left;
}

@media (min-width: 768px) {

	#footer ul {
		height: 30px;
		margin-bottom: 0;
		text-align: center;
	}
	
	#footer ul li {
		margin: 0;
		padding: 0 8px;
		float: left;
		border-right: 1px solid #fb2d37;
		display: block;
	}

	#footer ul li:first-of-type{
		padding: 0 8px 0 0;

	}

	#footer .footer-disclaimer-container {
		padding-right: 7%;
		border-right: 1px solid #121212;
		width: 76%;
	}

	.footer-sponsors {
		margin: 0;
		width:15%;
		float: right;
	}
	
	
}

@media (max-width: 768px) {
	
	.page-header .col-sm-8.row{
		width: 55%;
		clear:none;
		float:left;
	}
	
	
	
	.page-header .col-sm-4.row{
		width: 40%;
		clear:none;
		float:right;
	}
	
	#nav-links{
		width: 100%;
		text-align:center;
	}
	
	#email-box{
		width: 100%;
		margin: 0 0 20px;
		text-align: center;
	}
	
	#footer{
		padding: 0 5%;
	}
	
	.footer-disclaimer-container{
		text-align:center;
	}
	
	#footer ul{
		margin: 15px 0;
	}
	
	#footer ul li{
		margin: 0;	
	}
	
	#footer ul li a{
		line-height: 1;
	}
	
}

@media (max-width: 767px) {
	
	
}

@media (max-width: 740px) {
	
	
	.page-header a.logo{
		margin: 20px auto 0;
		text-align:center;
		display: block;
	}
	
	.page-header .col-sm-8.row{
		width: 100%;
		clear:both;
		float:none;
	}
	
	.page-header .col-sm-4.row, .page-header .tagline{
		width: 100%;
		clear:both;
		float:none;
		padding: 0 15px;
		text-align: center;
		margin: 20px auto 0;
	}
	
	.tagline img{
		max-width: 320px;
		width: 100%;
	}
	
	.tagline p{
		font-size: 16px;
	}
	
	.col-sm-8.social-network{
		width: 51%;
		margin:0 9% 0 0;
		float:right;
	}
	
	.page-header-social{
		margin: 30px auto 0;
		text-align: center;
	}
	
	.col-md-3.sponsor-header, .col-md-3.tt-friend-header{
		width: 25%;
		text-align:right;
		float:left;
		padding: 0 15px;
		margin:15px 0 0 15%;
	}
	
	.col-md-3.sponsor-header img , .col-md-3.tt-friend-header img{
		width: 80px;
	}
	
	.event-detail-date.watch-highlight, .event-detail .event-detail-time.watch-highlight{
		display: block;
		width: 100%;
		border:none;
	}
	
	
	#footer ul li{
		padding: 0;
		text-align: center;	
	}
	
}

@media (max-width: 420px) {
	
	.page-header .col-sm-4.row{
		width: 80%;
	}
	
	.col-sm-8.social-network{
		/*width: 100%;*/
		margin:0;
		float:right;
		width: 67%;
		padding: 0;
	}
	
	.page-header-social{
		margin: 10px 0;
		text-align:center;
	}
	
	.col-md-3.sponsor-header, .col-md-3.tt-friend-header{
		/*width: 100%;*/
		width: 30%;
		text-align:center;
		margin: 10px 0 20px;
		float:left;
	}
	
	#nav-links a{
		font-size: 24px;
		line-height:24px;
	}
	
	.emailField{
		padding-left: 3%;
	}
	
}

@media (max-width: 380px){
	.page-header .col-sm-4.row{
		width: 90%;
	}
}

@media(max-width: 320px){
	
	.page-header .col-sm-4.row{
		width: 100%;
	}
	
	.tagline p{
		font-size: 13px;
	}
}

/* ligh slider overide */

.view-photo-holder{
	width: 100%;
	height: auto;
	position: relative;
	clear:both;
}

.view-photo-holder h3{
	font-family: "franklin-gothic-ext-comp-urw",Helvetica,Arial,sans-serif;
	font-size:18px;
	text-align: left;
	margin: 0 0 10px;
	color:#000;
	text-transform: uppercase;
	font-weight: 700;
}

.view-photo-holder .controls{
	width: 100%;
	height: auto;
	position: relative;
	top: 43px;
}

.view-photo-holder .controls > a{
	background-image: url("/National_Library/20160526010038oe_/http://timestalks.com/img/controls.png");
	cursor: pointer;
	display: block;
	height: 32px;
	margin-top: -16px;
	position: absolute;
	top: 50%;
	transition: opacity 0.35s linear 0s;
	width: 32px;
	z-index: 99;
	outline: none;
}

.view-photo-holder .controls .prev{
	left: -32px;
}

.view-photo-holder .controls .next{
	background-position: -32px 0;
	right: -32px;
}

.view-photo-holder .controls > a:hover{
	opacity: 1;
}

.lSSlideOuter{
	margin: 0 0 40px;
	overflow:visible;
}

#lightSlider li{
	position: relative;
}

#lightSlider li:before{
	position: absolute;
	content:"";
	display:block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255, .5);
	z-index:3;
}

#lightSlider li:hover:before, #lightSlider li.selected:before{
	background: rgba(0,0,0, .5);
}

#lightSlider li img{
	width: 100%;
	-webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
	filter: grayscale(100%);
}

.lSPager.lSpg{
	display: none;
}

.photo-overlay{
	width: 100%;
	height: 100%;
	background:#000;
	position: absolute;
	left: 0;
	top:0;
	z-index: 9999;
	vertical-align:middle;
	display: none;
}

.photo-overlay img{
	width: 100%;
	vertical-align: middle;
}

.photo-overlay .close{
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	background: rgba(0,0,0,.5) url("/National_Library/20160526010038oe_/http://timestalks.com/images/close.png") no-repeat;
	background-position: center;
	width: 40px;
	height: 40px;
	cursor: pointer;
	opacity:1;
}

.close-x {
	fill: transparent;
	stroke: black;
	stroke-width: 5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */


.container {
	padding: 0;
	/*max-width: 1173px;*/
}

.row {
	margin: 0;
}

#header > .container {
	padding: 0;
	max-width: 1280px;
}

.noShow {
	display:none;
}
