/* GENERAL -----------------*/

.testhide {
	display:none
}
.workinghover .testhide {
	display:block;
}

h2.pTitle {
	font-size:59px;
	text-transform:uppercase;
	margin-top:70px;
}
h3 {
	font-size:28px;
	margin-top:30px;
	margin-bottom:-15px;
}
h3 a:hover,
h4 a:hover {
	background:url(/templates/main/images/blackDot.png) repeat-x;
	background-position:0 70%;
}
.pager {
	text-align:center;
	margin-bottom:90px;
}
.pager a {
	font-size:16px;
	border:1px solid #e3e3e3;
	padding:12px 22px 8px;
}
.pager a:hover {
	border-color:#000;
}

#mainContent blockquote,
#mainContent blockquote p,
#id146 #mainContent blockquote p {
	font-size:24px;
	color:#000;
	line-height: 1.4em;
}
blockquote .quote {
	color:#dcdcdc;
	font-family:'times new roman',times,serif;
	font-size:53px;
	font-weight:600;
	line-height:1px;
	overflow:show;
}
blockquote .left {
	display:inline-block;
	vertical-align:text-bottom;
	margin-bottom:7px;
	margin-right:5px;
}
blockquote .right {
	vertical-align:-1800%;
	padding-left:5px;
}

#mainContent table,
#catIntro table {
	border:4px solid #eee;
	background:#ddd;
	padding:1px;
	font-size:15px;
	margin:30px auto;
	width: 100%;
	text-align:left;
}

#mainContent table th,
#catIntro table th {
	background:#eee;
	padding:5px;
}

#mainContent table th,
#catIntro table th {
	border-bottom:1px solid #ddd;
	text-align:left;
}

#mainContent table th[scope=row],
#catIntro table th[scope=row] {
	border-right:1px solid #ddd;
	border-bottom:1px solid #eee;
}

#mainContent table td,
#catIntro table td {
	background:#fff;
	padding:5px;
	border-bottom:1px solid #eee;
}

#mainContent table tr:nth-child(2n) td,
#catIntro table tr:nth-child(2n) td {
	background:#f7f7f7;
}

#mainContent table tr:last-child td,
#catIntro table tr:last-child td {
	border:0;
}

.easy_img_caption {
	position:relative;
}
.credit,
.easy_img_caption_inner {
	font-family:'open sans',sans-serif;
	color:#fff !important;
	background:#000;
	background:rgba(0,0,0,0.5);
	position:absolute;
	bottom:0;
	right:0;
	font-size: 10px !important;
	padding: 4px 9px;
	display:inline-block;
}

.editorText img {
	max-width:100%;
	height:auto;
}

.image-credit {
	margin-top:0 !important;
	font-size:11px !important;
	line-height:normal !important;
}

/* HOME -------------------------*/

#homeSlides {
	margin: 0 0 1%;
	overflow:hidden;
}
#homeSlides .slide {
	width:100%;
	background-size:cover;
	-ms-behavior: url(/templates/main/backgroundsize.htc);
	background-color:#222;
	background-position:center;
}
#homeSlides .overlay {
	width:100%;
	height:100%;
	background:url(/templates/main/images/homeOverlay.png);
	background-size:cover;
	-ms-behavior: url(/templates/main/backgroundsize.htc);
}
#homeSlides .arrows {
	display:block;
	height:90px;
	position:absolute;
	top:50%;
	margin-top:-36px;
	left:0;
	visibility:hidden;
	z-index:100
}
#homeSlides .cycle-slide-active {
	z-index:101 !important
}
#homeSlides .cycle-slide-active .arrows {
	z-index:110;
}
#homeSlides .arrows span {
	display:inline-block;
	vertical-align:top;
}
#homeSlides .arrows .arrow {
	width:50px;
	height:90px;
	margin:0 0 0 6px;
	position:relative;
}
#homeSlides .arrows .img {
	width:121px;
	height:90px;
	margin:0;
	background-color:#111;
	background-size:cover;
	-ms-behavior: url(/templates/main/backgroundsize.htc);
}
#homeSlides .arrows .arrow .bg {
	display:block;
	width:50px;
	height:90px;
	background:rgba(0,0,0,0.1);
}
#homeSlides .arrows .arrow .sprite {
	width:16px;
	height:29px;
	position:absolute;
	top:28px;
	left:15px;
}
#homeSlides .arrows.nextControl .arrow .sprite {
	background-position:-16px 0;
	left:auto;
	right:15px;
}

#homeSlides .arrows.prevControl .arrow {
	margin:0 6px 0 0;
}
#homeSlides .arrows .text {
	background:#fff;
	color:#000;
	height: 73px;
	padding:17px 7px 0 15px;
	width:500px;
}
#homeSlides .arrows .text .title {
	white-space:nowrap;
	text-transform:uppercase;
	font-size:18px;
	line-height: 22px;
}
#homeSlides .arrows.prevControl .text {
	padding:17px 15px 0 7px;
}
#homeSlides .arrows .text em {
	font-style:italic;
	font-size:18px;
	line-height: 21px;
	display:block;
	margin-top: -5px;
}
#homeSlides .nextControl {
	left:auto;
	right:0;
}
#homeSlides .fadein {
	visibility:hidden
}


#homeSlides .inner {
	position:absolute;
	top:50%;
	margin-top:100px;
	margin-right:9%;
}
#homeSlides .inner.center {
	width:100%;
	text-align:center;
}
#homeSlides .inner.right {
	right:0;
	margin-left:9%;
	margin-right:0;
}
#homeSlides .mobCredit {
	display:none;
}
#homeSlides .slideText {
	background:#fff;
	padding: 26px 50px 41px;
	display:inline-block;
}
#homeSlides .slideText h4 {
	font-style:italic;
	font-size:20px;
	margin-bottom: 2px;
}
#homeSlides .slideText h3 {
	font-size:49px;
	text-transform:uppercase;
	line-height: 1.1em;
	margin-bottom: -9px;
	margin-top:0;
}
#homeSlides .slideText h5 {
	font-style:italic;
	font-size:21px;
	margin-bottom: 0px;
}
#homeSlides .slideText a {
	color:#000;
	text-decoration:none;
	font-size:23px;
	padding:3px 0;
	border-bottom:3px solid #ffca13;
	transition:border-color 0.5s ease;
}

/*LOWER*/

#homeText {
	width: 49.5%;
	margin: 0 1% 1% 0;
	display: block;
	height: 503px;
	overflow:hidden;
	float:left;
}
#homeText .halfImg {
	width:50%;
	height:100%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	-ms-behavior: url(/templates/main/backgroundsize.htc);
	display:block;
	float:left;
	position:relative;
}
#homeText .inner {
	width:50%;
	display:block;
	float:right;
	height:503px;
	border:1px solid #e3e3e3;
	border-left:0;
	text-align:center;
	padding: 36px 5%;
	box-sizing:border-box; *behavior: url(/boxsizing.htc);
	-moz-box-sizing:border-box;
}
@-moz-document url-prefix() {
	#homeText .inner {
		float:left;
		height:100%;
	}
}


#homeText .inner h3 {
	font-style:italic;
	font-size:18px;
	position:relative;
	padding-bottom: 8px;
	margin-bottom: 23px;
	margin-top:0;
}
#homeText .inner h3 a:hover,
.modHomeLower h4 a:hover {
	background:none;
}
#homeText .inner h3:after {
	content:'';
	width:52px;
	display:block;
	left:50%;
	bottom:0;
	margin-left:-26px;
	position:absolute;
	border-bottom:1px solid #e1cdb4;
}
#homeText .inner h4 {
	text-transform:uppercase;
	font-size:29px;
	line-height: 1.2em;
	margin-bottom:20px;
}
#homeText .inner .c2a {
	font-size:16px;
	margin-top:25px;
}
#homeText .inner .c2a a, .modFeatCat .c2a a, #mid283 li .c2a a, .newsItem .c2a, #id152 #bio .c2a, .latestNews .c2a a, #mid292 .acItem .details .c2a {
	padding:0 10px 3px;
	border-bottom:3px solid #ffca13;
	transition:border-color 0.5s ease
}
.c2a:hover, .c2a a:hover {
	border-color:#000 !important
}

#id1 #below {
	float:right;
	height: 503px;
	width: 49.5%;
	font-size:0;
	overflow:hidden;
}
#id1 #below #belowInner {
	height:100%;
	width: 100%;
	display:block;
	min-height: 502px;
}
#below .modHomeLower {
	font-size:14px;
	width: 49%;
	height:100%;
	float:left;
	vertical-align: top;
}
#below .latestNews {
 	margin-right:2%;
 	border: 1px solid #e3e3e3;
	border-top:0;
 	box-sizing:border-box; *behavior: url(/boxsizing.htc);
 	-moz-box-sizing:border-box;
 	text-align:center;
}
#below .latestNews .tb {
	border-top:1px solid #e3e3e3;
	
}
#below .latestNews .img {
	height: 254px;
	background-size:cover;
	background-position:center;
	-ms-behavior: url(/templates/main/backgroundsize.htc);
	padding: 0 1px 0 1px;
	margin:0 -1px;
}
.modHomeLower h4 {
	position:relative;
	padding: 36px 0 30px;
}
.modHomeLower h4:after {
	bottom:22px;
}
#below .latestNews h3 {
	text-transform:uppercase;
	font-size:16px;
	margin: 0 40px 20px;
	max-height: 102px;
	overflow:hidden;
	line-height: 1.4em;
}
#below .latestNews .c2a a {
	font-size:16px;
}
#below .upcoming {
	width: 49%;
	border:1px solid #e3e3e3;
 	box-sizing:border-box; *behavior: url(/boxsizing.htc);
 	-moz-box-sizing:border-box;
 	text-align:center;
	padding: 0 20px;
	min-width:272px;
}
#below .upcoming a:hover h3 {
	background:url(/templates/main/images/blackDot.png) repeat-x;
	background-position:0 70%;
}
#below .upcoming a:hover h5 {
	background-position:0 76%;
}
#below .upcoming h3 {
	font-size: 21px;
	text-transform:uppercase;
	line-height: 25px;
	margin:0;
	display:inline;
}
#below .upcoming h5 {
	font-size:16px;
	text-transform:uppercase;
	line-height:21px;
	display:inline;
}
#below .upcoming .details {
	line-height:20px;
	margin-bottom: 16px;
}
#below .upcoming .details span {
	text-transform:uppercase;
}
#id1 section {
	margin:1% 1% 0;
}

/* CATEGORY INTROS -------*/

#catIntro {
	text-align:center;
	position:relative;
	padding: 0px 20px 38px;
	width:100%;
	max-width:1030px;
	margin:0 auto;
	box-sizing: border-box;
}
#catIntro:after,
#id149 #mainContent:after,
#id151 #mainContent:after,
#catIntro:after, #id152 #intro:after {
	content:'';
	display:block;
	width:98px;
	border-bottom:1px solid #e3e3e3;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-49px;
}
#id148 #catIntro:after,
#catIntro.noborder:after {
	display:none;
}
#catIntro h2 {
	font-size:59px;
	text-transform:uppercase;
	margin-top: 115px;
	line-height: 1.2em;
	width:100%;
}
#catIntro p {
	font-size:17px;
	line-height: 1.3em;
}

/* CALENDAR/PERFORMANCES -----*/

#id147 section {
	margin-bottom:0;
}
#schedule {
	min-height:418px;
	border-top:1px solid #e3e3e3;
	margin-top: 44px;
}
#id147 .calOverview,
#id147 .tabContents div,
.showMore .collapse,
#calendarFilter input,
.calendarItem.active .showMore .show,
.noResults,
#ajaxLightboxOverlay,
#id148 #catFilter input, #newsFilter input,
.newsletterError,
#id161 .mob {
	display:none;
}
#id147 .tabContents div:first-child {
	display:block;
}

.modPintro h3 {
	font-size:21px;
	margin:0 0 -3px;
	padding-top:34px
}
#cfButton {
	text-align:center;
	font-size:21px;
	margin-top: 25px;
}

#cfButton a {
	color:#3c3c3c;
}
#id148 .modPintro h3:after,
#cfButton a .sprite {
	display:inline-block;
	width:12px;
	height:6px;
	background-position: -389px 0;
	margin: 0 0 2px 9px;
}
#id148 .modPintro h3:after {
	content:'';
	background-image:url(/templates/main/images/sprite.png);
	display:none;
}
#cfButton a.active .sprite,
#id148 .modPintro h3.active:after {
	background-position: -401px 0;
}
#calendarFilter {
	display:none;
	text-align:center;
	height: 96px;
}
.csWrap {
	padding:14px 10px 0 0;
}
.csWrap select {
	left:1px;
	cursor: pointer;
}
#calendarFilter label,
#id148 #catFilter label,
#newsFilter label {
	cursor:pointer;
	font-size:14px;
	height:21px;
	margin:0 10px;
	white-space:nowrap
}

#calendarFilter label .sprite,
#id148 #catFilter label .sprite,
#newsFilter label .sprite {
	display:inline-block;
	width:19px;
	height:19px;
	border:1px solid #d7d7d7;
	background-position:bottom right;
	border-radius:3px;
	vertical-align:middle;
	margin-right:8px;
	margin-bottom:5px;
	transition:border-color 0.5s ease;
}
#calendarFilter label:hover .sprite,
#id148 #catFilter label:hover .sprite,
#newsFilter label:hover .sprite {
	border-color:#bbb
}
#calendarFilter label.active .sprite,
#id148 #catFilter label.active .sprite,
#newsFilter label.active .sprite {
	border-color:#d5ac77;
	background-color:#d5ac77;
	background-position: -2px -29px;
}

.calendarItem {
	border-bottom:1px solid #e3e3e3;
	text-align:center;
	padding:68px;
	transition: background-color 0.5s ease;
}
.calendarItem.active {
	background:#f4f4f4;
}
.calendarItem .calOverview {
	background:#fff;
	width:100%;
	max-width:716px;
	padding:30px;
	margin: 31px auto 26px;
	box-sizing: border-box; *behavior: url(/boxsizing.htc);
}
.calendarItem .calOverview p {
	color:#000;
	font-size:19px;
	line-height:26px;
	margin-top:15px;
}
.calendarItem .calOverview .share {
	margin-top:40px;
}
.calendarItem .calOverview h4 {
	font-size:19px;
}
.calendarItem.active .showMore .collapse {
	display:inline;
}
.calendarItem .date {
	font-size:18px;
	line-height:25px;
	color:#000;
	font-style:italic;
	margin-bottom:10px;
}
.calendarItem h2 {
	font-size:46px;
	text-transform:uppercase;
	width:100%;
	line-height: 1em;
}
.calendarItem .headerWrap {
	position:relative;
	display: inline-block;
}
.calendarItem .headerWrap.flagged {
	padding: 0 60px;
}
.calendarItem h2 .flag {
	width:46px;
	height:46px;
	background:#d5ac77;
	color:#fff;
	font-family:'open sans',sans-serif;
	font-size:10px;
	display:block;
	position:absolute;
	right:0px;
	top:50%;
	margin-top: -33px;
	border-radius:100%;
	line-height:11px;
	display:table-cell;
	padding-top:13px;
	box-sizing:border-box; *behavior: url(/boxsizing.htc);
}
.calendarItem h3 {
	font-size:32px;
	font-style:italic;
	line-height:32px;
	margin-bottom: 5px;
	margin-top:0;
}
.calendarItem .details {
	font-size:17px;
	margin-bottom:28px;
}
.calendarItem .c2a {
	margin-bottom:12px;
}
.calendarItem .c2a a,
.noResults .c2a a {
	background:#ffca13;
	font-size:24px;
	display:inline-block;
	padding: 7px 18px 0;
}
.calendarItem .c2a a:hover,
.noResults .c2a a:hover {
	background-color:#f2c012
}
.noResults {
	text-align:center;
	margin:40px;
}
.noResults h4 {
	font-size:18px;
	margin-bottom:15px;
}
.noResults .c2a a {
	font-size:20px;
}

.calendarItem .showMore {
	color:#898989;
	font-size:13px;
	display:inline-block;
	padding:5px 0;
}

p.share a span.aticon-facebook,
p.share a span.aticon-twitter,
p.share a span.aticon-email {
	width:16px;
	height:15px;
	display:inline-block;
	margin-right:8px;
	margin-bottom:-1px;
	background-color: transparent !important;
	background-image: url(/templates/main/images/sprite.png);
	background-size: auto auto !important;
}
#content p.share {
	color:#787a7b !important;
	font-style:italic;
	font-size:17px;
	width: 134px;
	margin-left:auto;
	margin-right:auto;
}
p.share a {
	display:inline-block;
}
p.share a span.aticon-facebook {
	background-position:-76px 0 !important;
	margin-left:6px;
}
p.share a span.aticon-twitter {
	background-position:-92px 0 !important;
}
p.share a span.aticon-email {
	background-position:-108px 0 !important;
}
p.share a span.aticon-facebook:hover {
	background-position:-76px -15px !important;
}
p.share a span.aticon-twitter:hover {
	background-position:-92px -15px !important;
}
p.share a span.aticon-email:hover {
	background-position:-108px -15px !important;
}

/* AJAX LIGHTBOX -----*/

#ajaxLightboxOverlay {
	background:#333;
	background:rgba(0,0,0,0.7);
	background-attachment:fixed;
	overflow-y:scroll;
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:1000;
}
#ajaxLightboxOverlay #inner {
	min-height:900px;
}
#relWrap {
	width:100%;
	height:100%;
	position:relative;
}
#ajaxLightboxOverlay .closeOverlay {
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	right:20px;
	z-index:1100;
	cursor:default
}
#ajaxLightboxOverlay .closeButton {
	width:27px;
	height:27px;
	display:block;
	background:#aaa;
	border:2px solid #f8f8f8;
	border-radius:100%;
	position:fixed;
	left:50%;
	top:36px;
	z-index:2100;
	box-shadow:1px 1px 2px rgba(0,0,0,0.3);
}
#ajaxLightboxOverlay .closeButton .sprite {
	display:inline-block;
	margin:7px 9px;
	width:13px;
	height:13px;
	background-position:-238px 0;
}
#ajaxLightbox {
	padding:0 48px;
	left:50%;
	position:absolute;
	overflow:hidden;
}
#ajaxLightbox #lbWrap {
	background:#fff;
	z-index:200;
	top:49px;
	margin-bottom: 13%;
	z-index:2000;
	position:relative;
}
#lbLoading {
	position:absolute;
	width:100%;
	height:100%;
	background: #fff url(/templates/main/images/loader2.gif) center no-repeat;
	background-attachment: fixed;
	left: 0px;
	top:0;
	z-index:1000;
	display:none;
}
.lbPager {
	display:block;
	position:fixed;
	right:50%;
	height:90px;
	width:48px;
	z-index:2500
}
.lbPager .text {
	min-width: 178px;
	display:block;
	float:right;
	background:#fff;
	height:75px;
	margin-right:0;
	padding:15px 7px 0 105px;
	position:relative;
	text-transform:uppercase;
	line-height:22px;
	pointer-events:none
}
.lbPager .h90.text {
	width: 230px;
	font-size: 14px;
	line-height: 21px;
}
.lbPager .h110.text {
	width:250px;
	font-size:14px;
	line-height:22px;
}
.lbPager .h130.text, .lbPager .h140.text, .lbPager .h150.text,
.lbPager .h160.text, .lbPager .h170.text, .lbPager .h180.text,
.lbPager .h190.text  {
	width:265px;
	font-size:14px;
	line-height:17px
}
.lbPager .h200.text, .lbPager .h210.text,
.lbPager .h220.text, .lbPager .h230.text, .lbPager .h240.text  {
	width:290px;
	font-size:12px;
	line-height:17px
}
#ajaxLightbox .lbPager .text .img {
	width:90px;
	background-size:contain;
	background-repeat:no-repeat;
	background-color:#efefef
}

.workinghover .lbPager:hover .text {
	pointer-events:inherit
}
#lightboxPrev.lbPager {
	left:50%;
	right:auto;
}
#lightboxPrev.lbPager .text {
	transition: margin-left 0.5s ease;
	float:left;
	margin-left: 0;
	padding:15px 105px 0 7px;
	text-align:right;
}
.workinghover #lightboxPrev.lbPager:hover .text {
	margin-left:48px;
}
#lightboxPrev.lbPager .arrow {
	background: #fefefe; /* Old browsers */
background: -moz-linear-gradient(left,  #fefefe 0%, #e4e4e4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fefefe), color-stop(100%,#e4e4e4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #fefefe 0%,#e4e4e4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #fefefe 0%,#e4e4e4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #fefefe 0%,#e4e4e4 100%); /* IE10+ */
background: linear-gradient(to right,  #fefefe 0%,#e4e4e4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e4e4e4',GradientType=1 ); /* IE6-9 */
}
#lightboxNext.lbPager .arrow {
background: #e4e4e4; /* Old browsers */
background: -moz-linear-gradient(left,  #e4e4e4 0%, #fefefe 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e4e4e4), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #e4e4e4 0%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #e4e4e4 0%,#fefefe 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #e4e4e4 0%,#fefefe 100%); /* IE10+ */
background: linear-gradient(to right,  #e4e4e4 0%,#fefefe 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#fefefe',GradientType=1 ); /* IE6-9 */
}

.workinghover #lightboxPrev.lbPager:hover .arrow {
background: #dfdfdf; /* Old browsers */
background: -moz-linear-gradient(left,  #dfdfdf 0%, #c4c4c4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#dfdfdf), color-stop(100%,#c4c4c4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #dfdfdf 0%,#c4c4c4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #dfdfdf 0%,#c4c4c4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #dfdfdf 0%,#c4c4c4 100%); /* IE10+ */
background: linear-gradient(to right,  #dfdfdf 0%,#c4c4c4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdfdf', endColorstr='#c4c4c4',GradientType=1 ); /* IE6-9 */
}
.workinghover #lightboxNext.lbPager:hover .arrow {
background: #c4c4c4; /* Old browsers */
background: -moz-linear-gradient(left,  #c4c4c4 0%, #dfdfdf 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#c4c4c4), color-stop(100%,#dfdfdf)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #c4c4c4 0%,#dfdfdf 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #c4c4c4 0%,#dfdfdf 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #c4c4c4 0%,#dfdfdf 100%); /* IE10+ */
background: linear-gradient(to right,  #c4c4c4 0%,#dfdfdf 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4c4c4', endColorstr='#dfdfdf',GradientType=1 ); /* IE6-9 */
}


.lbPager .img {
	z-index:3000;
}

/* CATALOGUE -----*/

.buyLinks li {
	display:inline;
}
.buyLinks li a {
	display:inline-block;
	background:#d5ac77;
	color:#fff;
}
.buyLinks li a:hover {
	background:#bf9661;
}

/* FEATURED */

.modFeatCat {
	width:100%;
	max-width: 1358px;
	overflow:hidden;
	margin:0 auto;
	height:500px;
	position:relative;
}
.modFeatCat .acFeatured {
	width:100%;
	height: 500px;
	background: #fff;
}
.modFeatCat .featWrap {
	max-width: 1210px;
	margin:0 auto;
	height:500px;
	width: 100%;
}
.modFeatCat .featLeft {
	background:#f7f7f7;
	width: 35%;
	display:inline-block;
	height:500px;
	float:left;
	text-align:center;
	padding:20px;
	box-sizing:border-box; *behavior: url(/boxsizing.htc);
	-moz-box-sizing:border-box;
}
.modFeatCat .featRight {
	width: 65%;
	display:inline-block;
	height:500px;
	background-color:#222;
	background-position:center;
	background-size:cover;
	-ms-behavior: url(/templates/main/backgroundsize.htc);
	float: right;
	position: relative;
}
#id148 .ribbon {
	width:30px;
	height:36px;
	background-position: -158px 0;
	margin-left:20px;
	padding-top:7px;
	-webkit-transform: scale(1);
}
#id148 .ribbon .sprite {
	width: 16px;
	height: 16px;
	margin-left:7px;
	padding-top:0;
}
#id148 .ribbon .audio {
	background-position:-188px 0;
}
#id148 .ribbon .video {
	background-position:-204px 0;
}
#id148 .ribbon .print {
	background-position:-220px 0;
}
.modFeatCat .arrows {
	display:none
}
.modFeatCat .cycle-slide-active .arrows {
	display:block;
	position:absolute;
	top:185px;
	right:0;
	height:90px;
	width:48px;
	z-index:10000
}
.modFeatCat .prevControl {
	left:0;
	right:auto;
}
.modFeatCat .arrows .arrow,
.lbPager .arrow {
	display:block;
	width:48px;
	height:90px;
	position:absolute;
	right:0;
	transition: background-color 0.5s ease;
	background-color:#fff;
	z-index:200;
}
.modFeatCat .arrows .text {
	min-width:178px;
	display:block;
	float:right;
	background:#fff;
	height:72px;
	margin-right:-298px;
	padding:18px 7px 0 136px;
	position:relative;
	text-transform:uppercase;
	line-height:22px;
}
.modFeatCat .arrows .text .img,
.lbPager .text .img {
	display:block;
	width:121px;
	height:90px;
	background-position:center;
	background-size:cover;
	-ms-behavior: url(/templates/main/backgroundsize.htc);
	position:absolute;
	left:0;
	top:0;
}
.modFeatCat .prevControl .text .img,
#lightboxPrev.lbPager .text .img {
	right:0;
	left:auto;
}
.modFeatCat .prevControl .text {
	position:relative;
	z-index:200;
	margin-right:0;
	margin-left:-298px;
	float:left;
	text-align:right;
	padding:18px 136px 0 7px;
	transition: margin-left 0.5s ease;
}
.modFeatCat .nextControl .text,
#lightboxNext.lbPager .text {
	transition: margin-right 0.5s ease;
}
.modFeatCat .arrows .text .title,
.modFeatCat .arrows .text .img,
.lbPager .text {
	opacity:0;
	transition: opacity 0.8s ease;
}

.workinghover .lbPager:hover .text {
	box-shadow:0 0 7px rgba(0,0,0,0.3);
}
.workinghover .modFeatCat .arrows:hover .arrow {
	background:#ffe489;
}
.workinghover .modFeatCat .arrows:hover .text,
.workinghover #lightboxNext.lbPager:hover .text {
	margin-right:48px
}
.workinghover .modFeatCat .arrows:hover .title,
.workinghover .modFeatCat .arrows:hover .text .img,
.workinghover .lbPager:hover .text {
	opacity:1
}

.workinghover .modFeatCat .prevControl:hover .text {
	margin-left:48px;
}

.modFeatCat .arrow .sprite,
.lbPager .arrow .sprite {
	width:13px;
	height:22px;
	position:absolute;
	top:32px;
}
.modFeatCat .prevControl .sprite,
#lightboxPrev.lbPager .sprite {
	left:18px;
	background-position:-132px 0;
}
.modFeatCat .nextControl .sprite,
#lightboxNext.lbPager .sprite {
	right:18px;
	background-position:-145px 0;
}

.modFeatCat h5, .modFeatCat h4,
#id148 .ajaxCategoryList .date,
#catalogueItem .date,
.wideLb .date,
.newsRight .types,
.modHomeLower h4,
.timelineRight h4 {
	font-size:18px;
	font-style:italic;
	color:#000;
}
.modFeatCat h5 {
	margin-top:35px;
	margin-bottom:60px;
	position:relative;
}
.modFeatCat h5:after,
#id148 .ajaxCategoryList .date:after,
#catalogueItem .date:after,
#roleItem .date:after,
.newsRight .types:after,
.wideLb .date:after,
.modHomeLower h4:after,
.timelineRight h4:after {
	content:'';
	display:block;
	width:52px;
	border-bottom:1px solid #e1cdb4;
	position:absolute;
	left:50%;
	margin-left:-26px;
}
.modFeatCat h4 {
	font-size:22px;
	margin-top:60px;
}
.modFeatCat h3 {
	text-transform:uppercase;
	font-size:26px;
	line-height:36px;
	margin: 0;
}
.modFeatCat .c2a {
	font-size:16px;
	margin-top:10px;
}
.modFeatCat h4.buyNow {
	font-size:15px;
	margin-bottom:10px;
}
.modFeatCat .buyLinks li,
.ajaxCategoryList .buyLinks li {
	margin: 0 3px;
}
.modFeatCat .buyLinks li a {
	height:27px;
	font-size:16px;
	line-height:34px;
	padding:0 12px;
	border-radius:15px;
}

/* FILTER */

#id148 .modPintro {
	background:#f7f7f7;
	margin: 30px auto 0;
	max-width: 1354px;
	padding: 0;
}
#id148 #catFilter {
	background:#f7f7f7;
	text-align:center;
	padding:20px 30px 30px;
	font-family:"adobe-caslon-pro", serif;
	max-width: 1294px;
	margin: 0 auto;
}
#id148 #catFilter label {
	margin:0 5px;
}
#id148 #catFilter .typeLabel {
	cursor:default;
	line-height:43px;
} 
#id148 #filter1, #id148 #filter2, #id148 #filter3 {
	display:inline-block;
	/*height:36px;*/
	padding:0 20px;
	margin-bottom: 14px;
}
#id148 #filter2 {
	border-right: 1px solid #b9b9b9;

}

/* LISTING */

#id148 #standardArticle {
	text-align:center;
	margin-bottom:30px;
}

#id148 .modPintro2 {
	margin:110px 0 30px;
	padding: 0 20px;
}
#id148 .modPintro2 h3 {
	font-size:39px;
	text-transform:uppercase;
	line-height: 1.1em;
	margin-bottom:0;
}

#id148 .acItem {
	display:inline-block;
	vertical-align:top;
	margin-right:1%;
	text-align: center;
	width: 32.2%;
	width: -webkit-calc(97%/3);
	width: -moz-calc(97%/3);
	width: calc(97%/3);
}

#mid283 {
	width:100%;
	max-width:1382px;
	margin:22px auto;
}
#mid283 .ajaxCategoryList {
	width: 99%;
	font-size:0px;
	margin-left:1%;
}
#mid283 .ajaxCategoryList li {
	font-size:20px;
	overflow:hidden;
}
#mid283 .thumbDetail {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 20;
}
.workinghover #mid283 .thumbDetail {
	display:none;
	background :#eee;
	background: rgba(238,238,238,0.8);
}
#id148 .acItem .cover {
	background-color:#eee;
	background-repeat:no-repeat;
	background-position:center;
	position:relative;
	width:100%;
	background-size:contain;
}
.acItem .buy {
	display:none;
}
#id148.workinghover .acItem .buy {
	margin: 41% 7% 0;
	z-index: 100;
	position: relative;
	float: left;
	width: 86%;
}

#id148 .acItem .buy h4 {
	float:left;
	width:100%;
	font-size:15px;
	font-style:italic;
	color:#000;
	margin-bottom: 2px;
}
#id148 .acItem .buy a {
	font-size:16px;
	height:27px;
	line-height:33px;
}
#id148 .cover .coverWrap {
	position:relative;
}

#id148 .cover .ribbon {
	position:absolute;
	margin:0;
	bottom: -43px;
	left:12px;
}
#id148 #mid283 .date {
	position:relative;
	line-height:30px;
	padding-top:18px;
}
#id148 #mid283 h3 {
	text-transform:uppercase;
	font-size:26px;
	max-width:440px;
	line-height: 1.4em;
	margin: 1em 0 0;
}

#id148 #mid283 .readMore {
	font-size:16px;
}
#id148 #mid283 .c2a {
	display:inline-block;
	margin-bottom:62px;
	width: 100%;
}

/* DETAIL */

#id148 #ajaxLightbox {
	width:774px;
	margin-left:-435px;	
}
#id148 #lbWrap {
	max-width: 540px;
	padding: 60px 117px;
	width: 100%;
}
#id148 #ajaxLightboxOverlay .closeButton {
	margin-left:363px;
}
#id148 #lightboxPrev.lbPager {
	margin-left: -443px;
}
#id148 #lightboxNext.lbPager {
	margin-right:-427px;
}

#catalogueItem,
#roleItem, #newsItem {
	text-align:center;
}
.soloImg img {
	width:100%;
	height:auto;
	display:block;
}

#catalogueItem h2,
#roleItem h2, #newsItem h2 {
	font-size:50px;
	line-height:1.1em;
	margin-bottom: 0.2em;
	margin-top: 34px;
	text-transform:uppercase;
}
#catalogueItem h4.buyNow {
	font-size:25px;
	margin:40px 0 0;
}
#catalogueItem .buyLinks a,
.ajaxCategoryList .buyLinks a {
	font-size:23px;
	height:33px;
	line-height:42px;
	border-radius:19px;
	padding:0 20px;
	margin-bottom: 10px;
}
#catalogueItem #mainDetail,
#roleItem #mainDetail,
#newsItem #mainDetail {
	text-align:left;
	width:540px;
	max-width:100%;
	margin:0 auto;
}
#catalogueItem #mainDetail p,
#roleItem #mainDetail p,
#newsItem #mainDetail p,
#id152 #intro p {
	font-size:17px;
	margin-top:25px;
	line-height:23px;
}
#mainDetail p a,
#mainDetail li a {
	font-weight:600
}
#mainDetail p a:hover,
#mainDetail li a:hover {
	background:url(/templates/main/images/blackDot.png) bottom repeat-x;
}
#catalogueItem .share,
#roleItem .share, #newsItem .share {
	margin: 38px 0 22px;
}

#soloImg {
	position:relative;
}
#soloImg .credit {
	bottom:5px;
}
/* BIOGRAPHY -----*/

#catIntro.noborder {
	padding-bottom:20px;
}
#catIntro.noborder:after {
	display:none;
}
#mainContent.other p {
	font-size:17px;
	line-height: 1.5em;
	margin-top:20px;
}
#catIntro.noborder h2, #standardArticle h2,
#id152 #intro h2 {
	line-height:62px;
	padding-top:10px;
	text-align:center;
}
#catIntro.noborder p {
	margin-top:0;
}
#catIntro.noborder .pTitle {
	text-align:center;
}
#mainContent.other {
	max-width:740px;
	width:100%;
	margin:60px auto;
}
#mainContent.other h3 {
	font-size:28px;
	margin-top:38px;
}


.modFeatCat .buyLinks li a {
	height:27px;
	font-size:16px;
	line-height:34px;
	padding:0 12px;
	border-radius:15px;
}


/* BIOGRAPHY -----*/

#standardArticle {
	max-width:1020px;
	width:100%;
	margin:0 auto;
	padding-bottom:80px;
}
#id151 #standardArticle,
#id149 #standardArticle,
#id148 #standardArticle  {
	padding-bottom:0;
}
#standardArticle p, #standardArticle ul {
	font-size:17px;
	line-height:24px;
	margin-top:20px;
}
#standardArticle ul {
	list-style:disc;
	margin-left: 35px;
}
#mainContent.other #intro h2, #standardArticle h2 {
	line-height:62px;
	padding-top:10px;
}
#mainContent.other #intro p {
	margin-top:0;
}
#mainContent.other .pTitle {
	text-align:center;
}
#mainContent.other {
	max-width:740px;
	width:100%;
	margin:0 auto;
	padding: 0 20px; *behavior: url(/boxsizing.htc);
}
#mainContent.other img,
#mainContent.other .easy_img_caption {
	max-width:100% !important
}
#mainContent.other h2 {
	font-size:50px;
	padding-top:20px;
	line-height:1.2em;
	margin-top:60px;
	text-transform:uppercase;
}
#mainContent.other h3 {
	font-size:28px;
	margin-top:38px;
	margin-bottom:0;
	line-height:1.1em
}

/* ROLES -----*/

#id149 .pTitle,
#id151 .pTitle {
	text-align:center;
}

#id148 #mainContent,
#id149 #mainContent,
#id151 #mainContent {
	position:relative;
	text-align:center;
	width:100%;
	max-width:1040px;
	margin:0 auto 34px;
	color:#898989;
	padding:0 20px 36px;
	box-sizing:border-box; *behavior: url(/boxsizing.htc);
}
#mid292 ul {
	font-size:0;
}
#mid292 {
	width:100%;
	max-width:1382px;
	margin:22px auto;
}
#mid292 .ajaxCategoryList {
	width: 99%;
	font-size:0px;
	margin-left:1%;
}
#mid292 .acItem {
	font-size:14px;
	width: 24%;
	display:inline-block;
	margin-right: 1%;
	vertical-align:top;
	text-align:center;
	padding-bottom:62px;
	position:relative;
}
#mid292 .acItem a {
	position:relative;
	display: block;
}
#mid292 .acItem h3 a {
display:inline
}
#mid292 .acItem img {
	width:100%;
	height:auto;
	box-shadow:0 0 8px rgba(0,0,0,0.05);
	margin-bottom:20px;
	display:block;
	z-index:10;
}
#mid292 .acItem .details {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	background:rgba(238,238,238,0.8);
	vertical-align:middle;
}
#mid292 .acItem .details .c2aWrap {
	font-size:16px;
	height:30px;
	line-height:30px;
	position:absolute;
	left:0;
	width:100%;
	top:50%;
	margin-top:-20px;
	padding:0;
}
#mid292 .acItem h3 {
	font-size:25px;
	text-transform:uppercase;
	line-height: 1.3em;
	margin:0 10px;
}
#mid292 .acItem h4 {
	font-size:25px;
	color:#000;
	font-style:italic;
	line-height: 1.3em;
	margin:0 10px 5px;
}
#mid292 .acItem p {
	font-size:17px;
	margin:0 10px;
}
#id148 #mainContent p,
#id149 .modPintro p {
	font-family:"adobe-caslon-pro", serif;
	color:#3c3c3c;
	font-size:21px;
	margin:0 20px;
}
#id149 .modPintro p {
	margin-top:40px;
}
#id149 #rolesSort,
#newsFilter {
	text-align:center;
	margin-bottom:62px;
}
#id149 #rolesSort #sort1,
#id149 #rolesSort #filter1,
#id149 #rolesSort label {
	display:inline;
	margin:0 5px;
}

/* LIGHTBOX (roles/news) */

#ajaxLightbox {
	width:1070px;
	margin-left: -510px;	
}
#lbWrap {
	max-width: 740px;
	padding: 60px 107px;
	width: 100%;
}

#ajaxLightboxOverlay .closeButton {
	margin-left: 470px;
}
.sb0 #ajaxLightboxOverlay .closeButton {
	margin-left: 477px;
}
#lightboxPrev.lbPager {margin-left: -518px;}
#lightboxNext.lbPager {margin-right: -532px;}
.odd #lightboxPrev.lbPager {margin-left: -519px;}
.odd #lightboxNext.lbPager {margin-right:-531px;}
.sb0 #lightboxPrev.lbPager {margin-left: -510px;}
.sb0 #lightboxNext.lbPager {margin-right:-540px;}
.sb0.odd #lightboxNext.lbPager {margin-right:-539px;}

#roleItem #mainDetail,
#newsItem #mainDetail {
	width:100%;
	max-width:740px;
}
#newsItem iframe,
#roleItem iframe {
	width:100%;
	max-width:740px;
}
#roleItem #operaTitle {
	font-size:50px;
	color:#000;
	font-style:italic;
	line-height: 1.1em;
	margin:0 10px 5px;
}

/* NEWS/TIMELINE -----*/

.newsItem,
#id161 .timelineItem {
	width:100%;
	max-width:1010px;
	margin:0 auto 20px;
	display: block;
	height:473px;
}
.newsItem .newsLeft,
.newsItem .newsRight,
#id161 .timelineLeft,
#id161 .timelineRight {
	width: 50%;
	vertical-align:top;
	display: block;
	height:473px;
	float: left;
}
.newsItem .newsLeft,
#id161 .timelineLeft {
	background-color:#222;
}
.newsRight .inner,
.timelineRight .inner {
	border:1px solid #e3e3e3;
	border-left:0;
	padding: 48px 54px;
	text-align:center;
	min-height:473px;
	height:100%;
	box-sizing:border-box; *behavior: url(/boxsizing.htc);
}
.newsRight .inner img,
.timelineRight .inner img,
.intro .image-credit,
#timelineMenu .mob,
#id161 .snippet .c2a {
	display:none
}
.newsRight .types {
	position:relative;
}
.newsRight h3,
.timelineRight h3 {
	font-size:29px;
	text-transform:uppercase;
	line-height:1.22em;
	padding-top: 12px;
	margin-top:26px;
	margin-bottom: 15px;
}
.timelineRight h3 {
	text-transform:none
}
.newsRight .intro {
	max-height:110px;
	overflow:hidden;
}
.newsRight .c2a {
	display:inline-block;
	margin-top:38px;
	font-size:16px;
}
.newsItem .newsLeft a,
.timelineLeft {
	height:100%;
	display:block;
	background-position: center;
	background-size: cover;
	-ms-behavior: url(/templates/main/backgroundsize.htc);
	position:relative;
}
#id151 #ajaxLightbox .lbPager .text .img {
	width:121px
}
#id151 #lightboxNext .text {
	padding:15px 7px 0 136px;
}
#id151 #lightboxPrev .text {
	padding:15px 136px 0 7px;
}
#mid290 {
	padding-bottom:50px;
}
#id151 .pager, #id164 .pager, #id149 .pager {
	margin:80px 0;
	float: left;
	width: 100%;
}
#newsFilter .typeLabel {
	display:block;
	font-size:21px;
	color:#3c3c3c;
	margin-bottom:30px;
	padding-top:40px;
	cursor: default;
}

/* PRESS ASSETS ----*/

#id152 #intro {
	position:relative;
	padding-bottom:40px;
}
#id152 #bio {
	max-width:740px;
	width:100%;
	margin:0 auto;
	text-align:center;
	padding:40px 10px 0;
	box-sizing:border-box; *behavior: url(/boxsizing.htc);
}
#id152 h3 {
	font-size:39px;
	text-transform:uppercase;
	margin-top: 0;
}
.download {
	display:inline-block;
	margin:20px 0 20px 30px;
}
#images .download {
	margin-left:0;
}
.download span {
	width:37px;
	height:37px;
	border:1px solid #ffca13;
	display:inline-block;
	border-radius:100%;
	vertical-align:middle;
	margin-right:10px;
}
.download span .sprite {
	border:0;
	border-radius:0;
	margin:0;
	background-position:-248px 0;
}
.download:hover span {
	border-color:#000;
	background-position:-284px 0;
}
#id152 #images {
	text-align:center;
}
#id152 #photoStack {
	position:relative;
	display:inline-block;
}
#id152 #photoStack img {
	display:inline-block;
	padding:30px 36px;
	background:url(/templates/main/images/pressimgbg.png) top center no-repeat;
}
#id152 #photoStack img:hover {
	background-position: -1px -328px;
}
#id152 #photoStack .credit {
	bottom:35px;
	right:36px;
}
#id152 #images h2 {
	position:relative;
	margin-top:30px;
	font-size:39px;
	text-transform:uppercase;
	padding:60px 0 20px;
	line-height: 1.2em;
}
#id152 #images h2:before {
	content:'';
	display:block;
	width:98px;
	border-bottom:1px solid #e3e3e3;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-49px;
}

#ajaxLightbox .cycle-slideshow,
.saSlideshow {
	background:url(/templates/main/images/loader2.gif) #efefef center no-repeat;
	width: 740px;
	height:440px;
	margin: 20px auto 0;
}
#id148 #ajaxLightbox .cycle-slideshow,
#id148 #ajaxLightbox .cycle-slideshow div {
	width:540px;
	height:540px;
	margin:0 auto;
}
#ajaxLightbox .cycle-slideshow div,
.saSlideshow div {
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	width:100%;
	height:100%;	
}
#id148 #lightboxPrev.lbPager {margin-left: -443px;}
#id148 #lightboxNext.lbPager {margin-right:-427px;}
#id148 .odd #lightboxPrev.lbPager {margin-left: -444px;}
#id148 .odd #lightboxNext.lbPager {margin-right: -426px;}
#id148 .sb0 #lightboxPrev.lbPager {margin-left:-435px;}
#id148 .sb0 #lightboxNext.lbPager {margin-right:-435px;}
#id148 .sb0.odd #lightboxNext.lbPager {margin-right:-434px;}

#cycle-pager {
	margin:0 !important;
}
#cycle-pager li {
	cursor:pointer;
	width: auto;
	margin-right: 2px;
}
.jcarousel {
	width:680px;
	height:60px;
	margin-left: 29px;
}
#id148 .jcarousel {
	width: 480px;
}


#id142 #catIntro p {
	text-align:left;
	margin-top:10px;
}
#id142 #catIntro h3 {
	text-align:left;
	margin-bottom:10px;
}

/* CAREER
--------------------------------*/

#career header {
	z-index:10;
	background:transparent;
	position:absolute;
}
#career #content {
	padding-top: 702px;
}
#careerTop {
	background: #47090f url(/templates/main/images/throne-darkened.jpg) center no-repeat;
	background-size:cover;
	position:absolute;
	display: table;
	top:0;
	left:0;
	width:100%;
	height:702px;
}
#coverup {
	display:block;
	background:#fff;
	width:70px;
	height:150px;
	position:fixed;
	left:0;
	z-index:6;
	top:0;
	-webkit-transform: translate3d(0,0,0);
}
#careerTop .tableRow {
	width:100%;
	display:table-row;
}
#careerIntro {
	height:610px;
	width:100%;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	position:relative
}
#careerIntro span {
	bottom:60x;
}
#ciInner {
	max-width:1040px;
	margin:0 auto;
	padding:0 20px;
}
#ciInner h2 {
	color:#fff;
	text-transform:uppercase;
	font-size:59px;
	margin-bottom:-15px;
}
#ciInner p {
	color:#fff;
	font-size:17px;
	line-height:1.6em;
}
#careerIntro h2 span {
	display:none;
}
#careerMenu {
	width:100%;
	height:92px;
	background:#52091b;
	background:rgba(82,9,27,0.8);
}
#careerMenu ul {
	width:100%;
	margin:0 auto;
	text-align:center;
	font-size:0;
	
}
#careerMenu ul li {
	display:inline-block;
	width:25%;
}
#careerMenu ul a {
	display:inline-block;
	width:100%;
	font-size:14px;
	height:92px;
	transition:all 0.5s ease;
	vertical-align: top;
	color:#ffca13;
	position:relative;
}
#careerMenu ul li.active a,
#careerMenu ul a:hover {
	background:#52091b;
}
#careerMenu ul a span {
	display:block;
	height:43px;
	margin-top:11px;
	color:#fff;
	font-size:42px;
	font-family:zeyada,adobe-caslon-pro,serif;
	line-height:60px;
	white-space:nowrap
}
#careerMenu ul a .caslon {
	font-size:36px;
	font-family:adobe-caslon-pro,serif;
	line-height:normal;
}
#careerMenu ul a .sprite {
	position:absolute;
	width:30px;
	height:13px;
	bottom:-13px;
	left:50%;
	margin-left:-15px;
	background-position:-507px -14px;
	transition:all 0.4s ease
}
#careerMenu ul li.active a .sprite,
#careerMenu ul a:hover .sprite {
	background-position:-507px 0;
}

/* TIMELINE -------*/

#id161 #standardArticle {
	padding-bottom:0;
}
#id161 #itemTitle {
	text-transform:none;
}
#id161 .ajaxCategoryList {
	background:url(/templates/main/images/timelineBar.png) 83px 0 repeat-y;
}
#id161 #content {
	width:100%;
	padding-bottom:80px;
	margin: 0 0 1%;
}
#id161 .timelineItem .timelineDate em,
#id161 .timelineItem .timelineDate .sprite {
	margin-top:11px;
}
.timelineDate {
	float:left;
	color:#000;
	font-size:16px;
	width:132px;
	height:100%;
}
.timelineDate em {
	width:58px;
	text-align:right;
	float:left;
}
.timelineDate .sprite {
	width:56px;
	height:23px;
	background-position:-451px 0;
	display:inline-block;
	float:right;
}
.timelineItem:last-child .timelineDate {
	border-bottom:5px solid #fff;
	background:url(/templates/main/images/timelineBar2.png) 83px 0 no-repeat #fff;
}
.timelineItem:last-child {
	padding-bottom:0;
}
#id161 .timelineItem:first-child .timelineDate {
	border-top:15px solid #fff;
}
#id161 .timelineItem:first-child .timelineDate em,
#id161 .timelineItem:first-child .timelineDate .sprite {
	margin-top:-3px;
}

.timelineWrap {
	float:right;
}
.timelineRight {
	position:relative;
}
.timelineRight .type,
.fullTimeline .type {
	display:inline-block;
	width:30px;
	height:43px;
	background-position:-158px 0;
	vertical-align:top;
	margin:-1px 5px 28px;
	position:relative;
}
.timelineRight .type .sprite,
.fullTimeline .type .sprite {
	width:16px;
	height:16px;
	margin:8px 7px;
}
.timelineRight .tlf0 .sprite,
.fullTimeline .tlf0 .sprite {
	background-position:-220px -16px;
}
.timelineRight .tlf1 .sprite,
.fullTimeline .tlf1 .sprite {
	background-position:-204px -16px;
}
.timelineRight .tlf2 .sprite,
.fullTimeline .tlf2 .sprite {
	background-position:-188px -16px;
}

.timelineRight .types .tooltip,
.fullTimeline .types .tooltip {
	display:none;
	position:absolute;
	bottom: -33px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	background:#3a3a3a;
	padding:0 10px;
	color:#fff;
	line-height:32px;
	border-radius:5px;
	height:27px;
	white-space:nowrap;
	box-sizing:border-box;
	transition:fadein 0.5s ease;
}

.types .tooltip .sprite {
	position:absolute;
	width:30px;
	height:10px;
	display:block;
	top:-18px;
	left:50%;
	margin-left:-15px;
	background-position:-132px -50px;
}
.odd .types .type:nth-child(2) .tooltip .sprite,
.odd .types .type:nth-child(3) .tooltip .sprite  {
	margin-left:-14px;
}
.odd .types .type.tlf1:nth-child(2) .tooltip .sprite {
	margin-left:-15px;
}

.timelineRight .types,
.fullTimeline .types {
	height:70px;
}
.full .timelineRight .window {
	height:280px;
	overflow:hidden;
}
.full .timelineRight .intro {
	text-align:left;
	font-size:17px;
	color:#898989;
	visibility:hidden;
}
.full .timelineRight .intro p,
.full .timelineRight .intro h2,
.full .timelineRight .intro h3 {
	font-size:17px;
	color:#898989;
	font-family:'open sans',sans-serif;
	margin:0;
}
.timelineRight .intro span {
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	height:108px;
	width:100%;
	background:url(/templates/main/images/fade.png) repeat-x;
}
.timelineRight .intro p {
	font-size:17px;
	color:#898989;
	line-height:1.5em;
}

.timelineRight .inner {
	padding-top:0;
}
.timelineRight .c2a .sprite {
	width:38px;
	height:38px;
	background-position:-413px 0;
	margin:0 auto;
	padding-bottom:10px;
}
.timelineRight .c2a {
	font-size:16px;
	position:absolute;
	left:0;
	bottom:32px;
	width:100%;
	text-align:center;
}
.timelineItem {
	padding-bottom:80px;
}
#id161 .timelineLeft {
	width:425px;
}
#id161 .timelineRight {
	width:443px;
}
#id161 .ajaxCategoryList {
	width:1000px;
	margin:0 auto;
}
.timelineWrap {
	display:block;
	transition:all 0.5s ease;
}
.timelineWrap:hover {
	box-shadow:10px 10px 30px rgba(0,0,0,0.1)
}

#id163 h2.pTitle {
	font-family:Zeyada,adobe-caslon-pro,serif;
	text-transform:none;
	font-size:90px;
}
#id161 #lbWrap {
	padding-top:0;
}
#id161 #lbWrap .type {
	margin-top:0;
}

#timelineMenu {
	display:none;
	height:59px;
	background:#f3f3f3;
	text-align:center;
	text-transform:uppercase;
	box-shadow:0 2px 3px rgba(0,0,0,0.15);
	color:#686868;
	position:fixed;
	top:0;
	width:100%;
	z-index:10
}
#timelineMenu li,
#timelineMenu li a,
#timelineMenu ul {
	display:inline-block;
	line-height:60px;
	font-size:16px;
	color:#3c3c3c
}
#timelineMenu a:hover {
	text-decoration:underline;
}
#timelineMenu span,
#timelineMenu .toTop {
	font-size:14px;
}
#timelineMenu a.toTop {
	position:absolute;
	right:15px;
	top:0;
	line-height:59px;
}

#id161 .snippet {
	height:auto;
}
#id161 .snippet .timelineWrap {
	float:none;
	display:inline-block;
	width:868px;
	box-shadow:none
}
#id161 .snippet .timelineRight {
	width:100%;
	height:auto;
	padding-top:10px;
}
#id161 .snippet .timelineRight .inner {
	width:100%;
	text-align:left;
	height:auto;
	min-height:0;
	border:0;
	padding:0 30px;
}

#id161 .snippet .date:after,
#id161 .snippet .fade,
#id161 .snippet .types {
	display:none;
}
#id161 .snippet h3 {
	font-size:48px;
	color:#000;
	margin:-10px 0 0;
	text-transform:none
}
#id161 .snippet .intro { 
	display:block !important;
	position:relative;
	top:0;
	left:0;
	height:auto;
	width:800px;
	font-family:adobe-caslon-pro,serif;
}
#id161 .snippet .intro p {
	font-size:28px;
	color:#000;
	line-height:1.3em
}