/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
	color: #222;
	font-size: 1em;
	line-height: 1.4;
}
html,body{
	height:100%;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
 background: #b3d4fc;
 text-shadow: none;
}
::selection {
	background: #b3d4fc;
	text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
ol{
	margin:0px;
	padding:0px;
	list-style-position:inside;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio, canvas, iframe, img, svg, video {
	vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
	display: none !important;
}
/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
	visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before, .clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.clearfix:after {
	clear: both;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
body {
	background: #fff;
	font-size: 13px;
	color: #737373;
	font-family: Georgia, "Times New Roman", Times, serif;
}
body * {
	box-sizing: border-box;
}
.width100per {
	float: left;
	width: 100%;
}
.container {
	margin: 0px auto;
	width: 1000px;
}
.master {
	float: left;
	width: 100%;
}
.logo {
	float: left;
	width: auto;
	margin: 10px 0 0 0;
}
.logo .imgWrap {
	float: left;
	width: auto;
}
.logo .logoTxt {
	float: left;
	width: 50px;
	font-size: 15px;
	color: #c81b1f;
	margin: 10px 0 0 10px;
	font-weight:bold;
}
.topRightLogoWrap {
	float: right;
	width: auto;
	text-align: right;
	margin: 10px 0 0 0;
}
.topRightLogoWrap img {
	margin-left: 20px;
	width: 20%;
}
.navBg {
	background: #f6f6f6;
	text-align: center;
	height: 78px;
}
nav {
	float: right;
	width: auto;
	border-right: #dddddd solid 1px;
}
nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
nav ul li {
	float: left;
	width: auto;
	border-left: #dddddd solid 1px;
	position: relative;
}
nav ul li a {
	color: #6f6f6f;
	text-decoration: none;
	display: block;
	padding: 30px 15px;
	position: relative;
	z-index: 2;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
nav ul li span {
	position: absolute;
	width: 100%;
	height: 5px;
	left: 0;
	top: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
nav ul li span.bg1 {
	background: #ffcb05;
}
nav ul li span.bg2 {
	background: #9d9413;
}
nav ul li span.bg3 {
	background: #de761d;
}
nav ul li span.bg4 {
	background: #bf1e24;
}
nav ul li span.bg5 {
	background: #ac9e93;
}
nav ul li span.bg6 {
	background: #231f20;
}
nav ul li span.bg7 {
	background: #ffcb05;
}
nav ul li span.bg8 {
	background: #9d9413;
}
nav ul li:hover span {
	height: 100%;
}
nav ul li:hover a {
	color: #fff;
}
nav ul li.active span {
	height: 100%;
}
nav ul li.active a {
	color: #fff;
}
.spotlightWrapper {
	float: left;
	width: 100%;
	min-height: 400px;
	position: relative;
}
.spotlightWrapper .fiftyPer {
	float: right;
	width: 50%;
	max-height: 578px;
}
.spotlightWrapper .fiftyPer img {
	width: 100%;
	display: inline;
}
.spotlightWrapper .fiftyPer .txtWrap {
	float: right;
	width: 450px;
	text-align: right;
	padding: 5%;
}
.spotlightWrapper .fiftyPer .txtWrap .quoteWrap {
	float: left;
	width: 100%;
	margin: 10px 0;
}
.spotlightWrapper .fiftyPer .txtWrap .quoteWrap img {
	width: auto;
}
.spotlightWrapper .fiftyPer .txtWrap .heading {
	float: left;
	width: 100%;
	font-size: 25px;
	line-height: 29px;
	color: #bf1e24;
}
.spotlightWrapper .fiftyPer .txtWrap .subHead {
	float: left;
	width: 100%;
	font-size: 13px;
	color: #585858;
	font-weight: bold;
	margin: 10px 0;
}
.spotlightWrapper .fiftyPer .txtWrap .lyrics {
	float: left;
	width: 100%;
	font-size: 12px;
	line-height: 16px;
	font-style: italic;
}
.spotlightWrapper .fiftyPer .txtWrap .lyrics.photographs {
	font-style: normal;
	margin: 10% 0 0 0;
	height: 500px;
	overflow: auto;
}
.spotlightWrapper .fiftyPer .txtWrap .lyrics.photographs p {
	margin: 0 0 1em 0;
}
.spotlightWrapper .fiftyPer .txtWrap .audioPlayerWrap {
	float: right;
	width: 250px;
	margin: 20px 0;
}

.spotlightWrapper .fiftyPer .txtWrap .audioPlayerWrap audio {
	display: inline;
	width: auto;
	opacity:0;
}
.footerWrap {
	float: left;
	width: 100%;
	background: #232323;
	padding: 2% 0;
}
.footerWrap ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.footerWrap ul li {
	float: left;
	max-width: 18%;
	margin-right: 20px;
}
.footerWrap ul li h3 {
	float: left;
	width: 100%;
	font-size: 18px;
	margin: 0 0 15px 0;
	color: #fff;
	font-weight: normal;
}
.footerWrap ul li h3 a{
	color:#fff;
	text-decoration:none;
}
.footerWrap ul li .linksWrap {
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
	font-size: 13px;
}
.footerWrap ul li .linksWrap a {
	color: #636363;
	text-decoration: none;
	margin-bottom: 8px;
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footerWrap ul li .linksWrap a:hover {
	color: #fff;
}
footer {
	float: left;
	width: 100%;
	padding: 0px 0 10px 0;
	background: #232323;
}
footer .logoWrapper {
	float: left;
	width: auto;
	text-align: center;
	max-width: 270px;
}
footer .logoWrapper.scnd {
	border: 0;
	float: right;
	max-width: 430px;
	padding-left: 20px;
	width: auto;
}
footer .logoWrapper .heading {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	text-align: left;
	font-size: 18px;
	margin: 0 0 15px 0;
	color: #fff;
	white-space: nowrap;
}
footer .logoWrapper ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
	width: 100%;
}
footer .logoWrapper ul li {
	float: left;
	color: #636363;
	font-size: 13px;
	max-width: 100%;
	margin-right: 20px;
	white-space: nowrap;
}
footer .logoWrapper ul li a {
	color: #636363;
	text-decoration: none;
	margin-bottom: 8px;
	display: block;
}
footer .logoWrapper ul li .name {
	float: left;
	width: 100%;
}
footer .logoWrapper ul li .fLogo {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
footer .socialWrapper {
	float: right;
	width: auto;
	margin-top: 80px;
}
footer .socialWrapper ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
footer .socialWrapper ul li {
	float: left;
	width: 27px;
	height: 27px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	overflow: hidden;
	text-align: center;
	margin: 0 5px 0 0;
}
footer .socialWrapper ul li a {
	background: #7f7f7f;
	color: #fff;
	display: block;
	width: 27px;
	height: 27px;
	line-height: 27px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
footer .socialWrapper ul li a.fb:hover {
	background: #3b5998;
}
footer .socialWrapper ul li a.tw:hover {
	background: #4099ff;
}
.mobTigger {
	display: none;
}
.listStyleListWrap {
	float: left;
	width: 100%;
}
.viewTypeWrap {
	position: absolute;
	width: auto;
	top: 20px;
	z-index: 10;
}
.viewTypeWrap ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.viewTypeWrap ul li {
	float: left;
	width: 30px;
	margin-right: 10px;
	border-right: #c9c9c9 solid 1px;
	color: #c9c9c9;
	font-size: 20px;
	cursor: pointer;
}
.viewTypeWrap ul li.active {
	color: #7f7f7f;
}
.viewTypeWrap ul li:last-child {
	border: 0;
}
.spotlightWrapper .listStyleWrap {
	float: left;
	width: 100%;
	margin: 7% 0;
	display: none;
}
.spotlightWrapper .listStyleWrap ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.spotlightWrapper .listStyleWrap ul li {
	float: left;
	width: 16.6666%;
	padding: 0 1% 1% 0;
	cursor: pointer;
}
.spotlightWrapper .listStyleWrap ul li img {
	width: 100%;
	-webkit-filter: grayscale(80%);
	filter: grayscale(80%);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.spotlightWrapper .listStyleWrap ul li:hover img {
	width: 100%;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.timelineWrap {
	float: left;
	width: 100%;
	overflow: hidden;
}
.biographyWrap {
	float: left;
	width: 100%;
	margin: 20px 0;
}
.biographyWrap h2 {
	font-size: 25px;
	color: #bf1e24;
	margin: 0px;
	padding: 0px;
	font-weight:normal;
	float:left;
	width:100%;
}
.biographyWrap .accrWrap {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
.biographyWrap .accrWrap .head {
	float: left;
	width: 100%;
	padding: 10px;
	font-size: 17px;
	position: relative;
	cursor: pointer;
}
.biographyWrap .accrWrap .head span{
	font-size:14px;
}
.biographyWrap .accrWrap .head.even {
	background: #f2f2f2;
}
.biographyWrap .accrWrap.border .head{
	border-bottom:#e5e5e5 solid 1px;
}
.biographyWrap .accrWrap.border .head strong{
	font-style:italic;
}
.biographyWrap .accrWrap .head:after {
	position: absolute;
	content: "+";
	font-size: 20px;
	color: #000;
	top: 6px;
	right: 1%;
}
.biographyWrap .accrWrap .head.active {
	color: #bf1e24;
}
.biographyWrap .accrWrap.border .head.active{
	border:0;
}
.biographyWrap .accrWrap .head.active:after {
	content: "-";
	color: #bf1e24;
}
.biographyWrap .accrWrap .content {
	float: left;
	width: 100%;
	padding: 0 10px 5px 10px;
	display: none;
}
.biographyWrap .accrWrap .content  a{
	color:#bf1e24;
}
.biographyWrap .accrWrap .content.even {
	background: #f2f2f2;
}
.biographyWrap .accrWrap .content p {
	margin: 0 0 20px 0;
}
.biographyWrap .accrWrap .content .seventy {
	float: left;
	width: 70%;
	padding-right: 2%;
}
.biographyWrap .accrWrap .content .seventy.opp {
	padding: 0 0 0 2%;
}
.biographyWrap .accrWrap .content .fifty {
	float: left;
	width: 60%;
	padding-right: 2%;
}
.biographyWrap .accrWrap .content .fifty.opp {
	padding: 0 0 0 2%;
}
.biographyWrap .accrWrap .content .fourty {
	float: left;
	width: 40%;
}
.biographyWrap .accrWrap .content .fourty img {
	width: 100%;
}
.biographyWrap .accrWrap .content .thirty {
	float: left;
	width: 30%;
}
.biographyWrap .accrWrap .content .thirty img {
	width: 100%;
}
.biographyWrap .expandAll {
	float: right;
	width: auto;
	color: #000;
	font-size: 14px;
	padding: 6px 15px;
	border: #cccccc solid 1px;
	cursor: pointer;
	margin-top: -40px;
}
.reminiscencesWrap {
	float: left;
	width: 100%;
	margin: 20px 0;
	position: relative;
}
.reminiscencesWrap h1 {
	font-size: 35px;
	color: #bf1e24;
	margin: 0px;
	padding: 0px;
}
 @keyframes start {
 from {
 transform: scale(0);
}
to {
	transform: scale(1);
}
}
@-webkit-keyframes start {
 from {
 -webkit-transform: scale(0);
}
to {
	-webkit-transform: scale(1);
}
}
.reminiscencesWrap .gridLayoutWrapper {
	float: left;
	width: 100%;
	height: 2209px;
	position: relative;
	margin: 15px 0;
}
.reminiscencesWrap .gridLayoutWrapper div {
	background: #f6f6f6;
	position: absolute;
	animation: start 0.5s;
	-webkit-animation: start 0.5s;
	padding: 10px 20px;
	line-height: 24px;
	color: #7e7e7e;
	font-size: 15px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.reminiscencesWrap .gridLayoutWrapper div p {
	margin: 0 0 10px 0;
}
.redTxt {
	color: #bf1e24;
}
.grid1 {
	width: 408px;
	height: 150px;
	left: 0;
	top: 0;
}
.grid2 {
	width: 408px;
	height: 228px;
	left: 0px;
	top: 159px;
	background: #e5e5e5 !important;
}
.grid3 {
	height: 388px;
	left: 418px;
	top: 0;
	width: 302px;
	background-image: url(../img/rem-img1.jpg) !important;
}
.grid4 {
	height: 149px;
	left: 730px;
	top: 0;
	width: 270px;
	line-height: 20px !important;
}
.grid5 {
	height: 57px;
	left: 730px;
	top: 159px;
	width: 270px;
	background: #ffcb05 !important;
}
.grid6 {
	height: 112px;
	left: 0;
	top: 399px;
	width: 138px;
}
.grid7 {
	height: 50px;
	left: 0;
	top: 522px;
	width: 138px;
	background: #ffcb05 !important;
}
.grid8 {
	height: 173px;
	left: 149px;
	top: 399px;
	width: 571px;
}
.grid9 {
	height: 115px;
	left: 730px;
	top: 226px;
	width: 271px;
}
.grid10 {
	height: 138px;
	left: 730px;
	top: 351px;
	width: 271px;
	background: #e5e5e5 !important;
}
.grid11 {
	height: 259px;
	left: 730px;
	top: 499px;
	width: 271px;
}
.grid12 {
	height: 120px;
	left: 0;
	top: 582px;
	width: 290px;
	background: #e5e5e5 !important;
}
.grid13 {
	height: 160px;
	left: 0;
	top: 712px;
	width: 290px;
}
.grid14 {
	height: 290px;
	left: 300px;
	top: 582px;
	width: 420px;
	background-image: url(../img/rem-img2.jpg) !important;
}
.grid15 {
	height: 103px;
	left: 730px;
	top: 769px;
	width: 271px;
	background: #e5e5e5 !important;
}
.grid16 {
	height: 144px;
	left: 0;
	top: 883px;
	width: 464px;
}
.grid17 {
	height: 465px;
	left: 0;
	top: 1037px;
	width: 464px;
	background-image: url(../img/rem-img3.jpg) !important;
}
.grid18 {
	height: 102px;
	left: 474px;
	top: 882px;
	width: 139px;
	background: #ffcb05 !important;
}
.grid19 {
	height: 178px;
	left: 474px;
	top: 994px;
	width: 139px;
	background: #bf1e24 !important;
}
.grid20 {
	height: 102px;
	left: 623px;
	top: 882px;
	width: 379px;
	background: #e5e5e5 !important;
}
.grid21 {
	height: 178px;
	left: 623px;
	top: 994px;
	width: 379px;
}
.grid22 {
	height: 284px;
	left: 474px;
	top: 1182px;
	width: 298px;
	background-image: url(../img/rem-img4.jpg) !important;
}
.grid23 {
	height: 284px;
	left: 782px;
	top: 1182px;
	width: 218px;
	background-image: url(../img/rem-img5.jpg) !important;
}
.grid24 {
	height: 166px;
	left: 474px;
	top: 1476px;
	width: 526px;
}
.grid25 {
	height: 182px;
	left: 0;
	top: 1512px;
	width: 464px;
	background: #e5e5e5 !important;
}
.grid26 {
	height: 129px;
	left: 0;
	top: 1705px;
	width: 464px;
}
.grid27 {
	height: 129px;
	left: 0;
	top: 1845px;
	width: 464px;
}
.grid28 {
	height: 146px;
	left: 0;
	top: 1984px;
	width: 464px;
	background: #e5e5e5 !important;
}
.grid29 {
	height: 123px;
	left: 474px;
	top: 1652px;
	width: 401px;
}
.grid30 {
	height: 123px;
	left: 885px;
	top: 1652px;
	width: 115px;
	background: #ffcb05 !important;
}
.grid31 {
	height: 344px;
	left: 474px;
	top: 1785px;
	width: 526px;
	background-image: url(../img/rem-img6.jpg) !important;
}
.aboutWrapper{
	float:left;
	width:100%;
}
.aboutWrapper .leftNavWrap{
	float:left;
	width:20%;
	background:url(../img/left-nav-shadow.png) right top no-repeat;
	padding:40px 0 70px 0;
	min-height:550px;
}
.aboutWrapper .leftNavWrap ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.aboutWrapper .leftNavWrap ul li{
	float:left;
	width:100%;
	font-size:15px;
	font-weight:bold;
	color:#a3a3a3;
	margin-bottom:15px;
}
.aboutWrapper .leftNavWrap ul li a{
	color:#a3a3a3;
	text-decoration:none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.aboutWrapper .leftNavWrap ul li a:hover, .aboutWrapper .leftNavWrap ul li a.active{
	color:#bf1e24;
}
.aboutWrapper .leftNavWrap ul li ul{
	margin-top:5px;
}
.aboutWrapper .leftNavWrap ul li ul li{
	font-weight:normal;
	font-size:14px;
	border-bottom:#e5e5e5 solid 1px;
	margin:0;
}
.aboutWrapper .leftNavWrap ul li ul li.subHead{
	font-size:15px;
	border:0;
}
.aboutWrapper .leftNavWrap ul li ul li a{
	padding:2px 10px 4px 10px;
	display:block;
}
.aboutWrapper .leftNavWrap ul li ul li.subHead a{
	color:#000;
}
.aboutWrapper .leftNavWrap ul li ul li a.active{
	color:#000;
	background:#ffc904;
}
.aboutWrapper .rightContentWrap{
	float:left;
	width:80%;
	padding:40px 0 0 5%;
}
.aboutWrapper .rightContentWrap p{
	margin:0 0 15px 0;
}
.aboutWrapper .rightContentWrap strong{
	font-size:15px;
}
.aboutWrapper .rightContentWrap .photographsWrap{
	float:left;
	width:100%;
}
.aboutWrapper .rightContentWrap .photographsWrap .heading{
	float:left;
	width:100%;
	margin-bottom:10px;
}
.aboutWrapper .rightContentWrap .photographsWrap ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.aboutWrapper .rightContentWrap .photographsWrap ul li{
	float:left;
	width:24%;
	margin-right:1%;
	margin-bottom:1%;
	background:#f2f2f2;
}
.aboutWrapper .rightContentWrap .photographsWrap ul li:nth-child(4n){
	float:left;
	width:24%;
	margin-right:0;
	margin-bottom:1%;
}
.aboutWrapper .rightContentWrap .photographsWrap ul li .imgWrap{
	float:left;
	width:100%;
}
.aboutWrapper .rightContentWrap .photographsWrap ul li .imgWrap img{
	width:100%;
}
.aboutWrapper .rightContentWrap .photographsWrap ul li .descWrap{
	float:left;
	width:100%;
	height:90px;
	padding:10px;
	font-size:12px;
	display:none;
 }
 .aboutWrapper .rightContentWrap .photographsWrap ul li a .descWrap{
	color:#737373;
	text-decoration:none; 
}
.lightBoxWrapper{
	float:left;
	width:100%;
	height:100%;
}
.photographLightBoxWrap{
	float:left;
	width:100%;
	height:100%;
	background:#000;
}
.photographLightBoxWrap .imageHolder{
	margin:0px auto;
	width:680px;
}
.photographLightBoxWrap .imageHolder .master{
	float:left;
	width:100%;
	margin-top:40px;
}
.photographLightBoxWrap .imageHolder .master .bigSlider{
	float:left;
	width:100%;
}
.photographLightBoxWrap .imageHolder .master .bigSlider .slick-prev, .photographLightBoxWrap .imageHolder .master .bigSlider .slick-next{
	background:url(../img/spotlight-arrow-white.png) left top no-repeat;
	left:-7%;
}
.photographLightBoxWrap .imageHolder .master .bigSlider .slick-next{
	background-position:-38px 0;
	right:-7%;
	left:auto;
}
.photographLightBoxWrap .imageHolder .master .smallSlider{
	float:left;
	width:100%;
}
.photographLightBoxWrap .imageHolder .master .smallSlider img{
	width:100%;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.photographLightBoxWrap .imageHolder .master .smallSlider .slick-current img{
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	cursor:pointer;
}
.photographLightBoxWrap .imageHolder .master .smallSlider .slick-slide{
	margin-right:2px;
}
.photographLightBoxWrap .imageHolder .master .descWrapper{
	float:left;
	width:100%;
	padding:15px;
	height:90px;
	color:#a6a6a6;
}
.publicityWrapper{
	float:left;
	width:100%;
}
.publicityWrapper .hundred{
	float:left;
	width:100%;
	margin-bottom:20px;
}
.publicityWrapper .sixty{
	float:left;
	width:55%;
	margin-bottom:20px;
	padding-right:10px;
}
.publicityWrapper .fourty{
	float:left;
	width:45%;
	margin-bottom:20px;
}
.publicityWrapper .heading{
	float:left;
	width:100%;
	font-size:20px;
	padding-bottom:5px;
}
.publicityWrapper img{
	width:100%;
}
.videoWrapper{
	float:left;
	width:100%;
}
.videoWrapper .firstWrap{
	float:left;
	width:458px;
}
.videoWrapper .secondtWrap{
	float:right;
	width:289.8px;
	margin-bottom:2px;
}
.videoWrapper .thirdWrap{
	float:right;
	width:100%;
}
.videoWrapper ul{
	margin:0px;
	padding:0px;
	list-style:none;
} 
.videoWrapper ul li{
	float:left;
	width:100%;
	margin-bottom:2px;
	overflow:hidden;
	background:#000;
	position:relative;
}
.videoWrapper ul li:last-child{
	margin-bottom:0;
}
.videoWrapper ul li img{
	width:100%;
	position:relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.videoWrapper ul li:hover img{
	transform:scale(1.1);
}
.videoWrapper ul li .playIcon{
	position:absolute;
	width:50px;
	left:20px;
	top:10px;
	color:#fff;
	font-size:22px;
	z-index:1;
}
.videoWrapper ul li .name{
	position:absolute;
	bottom:10px;
	left:0;
	width:100%;
	color:#fff;
	z-index:1;
}
.videoWrapper ul li .name .number{
	float:left;
	width:35px;
	border-right:#fdcc05 solid 1px;
	font-size:14px;
	padding:0 0 0 10px;
	color:#fdcc05;
}
.videoWrapper ul li .name .text{
	float:left;
	width:80%;
	font-size:14px;
	padding-left:10px;
}
.poeticContentWrapper{
	float:left;
	width:100%;
}
.poeticContentWrapper ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.poeticContentWrapper ul li{
	float:left;
	width:33%;
	height:503px;
	overflow:hidden;
	margin-right:0.333%;
}
.poeticContentWrapper ul li a{
	display:block;
	width:100%;
	height:100%;
}
.poeticContentWrapper ul li:nth-child(1){
	background:#f4f4f4;
}
.poeticContentWrapper ul li:nth-child(2){
	background:#ededed;
}
.poeticContentWrapper ul li:nth-child(3){
	background:#f4f4f4;
}
.poeticContentWrapper ul li img{
	width:100%;
}
.recordingWrapper{
	float:left;
	width:100%;
}
.recordingWrapper .tableWrapper{
	float:left;
	width:100%;
}
.recordingWrapper .tableWrapper .table{
	float:left;
	width:100%;
}
.recordingWrapper .tableWrapper .table tr:nth-child(odd){
	background:#f6f6f6;
}
.recordingWrapper .tableWrapper .table td{
	padding:10px;
	border:#e6e6e6 solid 1px;
	color:#000;
	text-align:center;
}
.recordingWrapper .tableWrapper .table td img{
	width:150px;
}
.recordingWrapper .tableWrapper .table .th{
	font-size:14px;
	font-weight:bold;
	color:#bc231b;
	white-space:nowrap;
}
.exhibitionWrapper{
	float:left;
	width:100%;
}
.exhibitionWrapper .viewExhibitionWrap{
	float:left;
	width:100%;
	text-align:center;
}
.exhibitionWrapper .viewExhibitionWrap .imgWrap{
	display:inline-block;
	width:auto;
	margin-bottom:10px;
}
.exhibitionWrapper .viewExhibitionWrap .buttonWrap{
	display:inline-block;
	width:auto;
	margin-bottom:10px;
	background:#ffcb05;
}
.exhibitionWrapper .viewExhibitionWrap .buttonWrap a{
	color:#000;
	padding:10px 20px;
	display:block;
	text-decoration:none;
}
.exhibitionWrapper .exhibitionSliderWrap{
	float:left;
	width:100%;
	height:400px;
}
.exhibitionWrapper .exhibitionSliderWrap img{
	width:100%;
} 
.creditsHeading{
	float:left;
	width:100%;
	margin-top:20px;
	text-align:right;
	font-size:13px;
}
.creditsHeading span{
	color:#bf1e24;
}
.creditsHeading a{
	color:#bf1e24;
}
.creditsHeading strong a{
	color:#9d9413;
}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 960px) and (max-width: 1025px) {
.spotlightWrapper .fiftyPer .txtWrap {
	padding: 0 5% 0 0;
}
.spotlightWrapper .fiftyPer .txtWrap .heading {
	font-size: 20px;
	line-height: 22px;
}
.spotlightWrapper .fiftyPer .txtWrap .lyrics {
	line-height: 16px;
}
.slick-prev {
	left: 2%;
}
.slick-next {
	right: 2%;
}
.aboutWrapper .leftNavWrap{
	display:block !important;
}
}
	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
.container {
	width: 100%;
}
.topRightLogoWrap {
	display: none;
}
.navBg {
	height: auto;
}
.mobTigger {
	float: right;
	width: 40px;
	display: block;
	margin: 30px 20px 0 0;
	position: absolute;
	top: 0px;
	right: 10px;
}
.mobTigger ul {
	margin: 0px;
	padding: 0px;
	list-style: none
}
.mobTigger ul li {
	width: 100%;
	height: 3px;
	margin-bottom: 5px;
	background: #7b7b7b;
}
nav {
	display: none;
	width:100%;
}
nav ul li {
	width: 100%;
	border-bottom: #dddddd solid 1px;
}
nav ul li a {
	padding: 10px;
}
nav ul li span {
	height: 0px;
}
nav ul li:hover span {
	height: 0px;
}
nav ul li a:hover {
	color: #6f6f6f;
}
.spotlightWrapper .fiftyPer {
	width: 100%;
	float: left;
	max-height:inherit;
}
.spotlightWrapper .fiftyPer .txtWrap {
	width: 100%;
}
.slick-prev, .slick-next {
	top: 25%;
}
.slick-prev {
	left: 2%;
}
.slick-next {
	right: 2%;
}
.slick-prev, .slick-next{
	top:50%;
}
.spotlightWrapper .fiftyPer .txtWrap {
	text-align: left;
}
.spotlightWrapper .fiftyPer .txtWrap .heading {
	font-size: 20px;
}
.footerWrap ul li {
	width: 100%;
	max-width: 100%;
	padding: 0 5%;
}
.footerWrap ul li .linksWrap {
	display: none;
	padding: 0 5%;
}
.footerWrap ul li h3 {
	font-size: 15px;
	position: relative;
	padding: 10px 5%;
	border-bottom: #393939 solid 1px;
}
.footerWrap ul li h3.active {
	border-bottom: transparent solid 1px;
}
.footerWrap ul li h3.hasSubchild:after {
	position: absolute;
	content: "+";
	color: #fff;
	right: 10px;
	top: 7px;
}
footer .logoWrapper ul li {
	width: 33%;
	margin: 0;
	padding: 0 2%;
	max-width: 33%;
}
footer .logoWrapper ul li .name {
	font-size: 10px;
	height: 40px;
}
footer .socialWrapper ul {
	text-align: center;
	width: 100%;
}
footer .socialWrapper ul li {
	display: inline;
	float: inherit;
}
footer .socialWrapper ul li a {
	display: inline-block;
	border-radius: 30px;
}
.biographyWrap h2 {
	font-size: 25px;
	padding: 0 10px;
}
.biographyWrap .accrWrap .content .seventy, .biographyWrap .accrWrap .content .fifty {
	width: 100%;
	padding: 0;
}
.biographyWrap .accrWrap .content .thirty, .biographyWrap .accrWrap .content .fourty {
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
}
.aboutWrapper .leftNavWrap{
	width:100%;
	padding:0 10px;
	background:none;
	display:none;
}
.aboutWrapper .rightContentWrap{
	width:100%;
	padding:0 10px;
}
.projectMobNav{
	position:relative;
	padding:10px!important;
	display:block;
}
.projectMobNav:after{
	position:absolute;
	width:20px;
	height:20px;
	content:"+";
	right:10px;
	top:15px;
	text-align:center;
	line-height:20px;
}
.projectMobNav.active:after{
	content:"-";
}
.photographLightBoxWrap .imageHolder{
	width:100%;
}
.smallSlider .slick-prev, .smallSlider .slick-next{
	display:none !important;
}
.bigSlider .slick-prev{
	top:50%;
	left:0 !important;
}
.bigSlider .slick-next{
	top:50%;
	right:0 !important;
}
.aboutWrapper .leftNavWrap{
	min-height:inherit;
}
.photographLightBoxWrap .imageHolder .master .descWrapper{
	height:auto;
}
.videoWrapper .firstWrap, .videoWrapper .secondtWrap, .videoWrapper .thirdWrap{
	width:100%;
	margin-bottom:3px;
}
.biographyWrap .accrWrap .head:after{
	right:3%;
}
.reminiscencesWrap .gridLayoutWrapper{
	height:auto;
}
.reminiscencesWrap .gridLayoutWrapper div{
	position:relative;
	float:left;
	width:100%;
	height:auto;
	background-position:center top;
	margin-bottom:3px;
}
.grid1, .grid2, .grid3, .grid4, .grid5, .grid6, .grid7, .grid8, .grid9, .grid10, .grid11, .grid12, .grid13, .grid14, .grid15, .grid16, .grid17, .grid18, .grid19, .grid20, .grid21, .grid22, .grid23, .grid24, .grid25, .grid26, .grid27, .grid28, .grid29, .grid30, .grid31{
	float:left;
	width:100%;
	height:auto;
	left:auto;
	top:auto;
}
.grid3, .grid14, .grid17, .grid22, .grid23, .grid31{ 
	height:600px !important;
}
.grid5, .grid6, .grid7, .grid18, .grid19, .grid30{
	display:none;
}
.biographyWrap .expandAll{
	margin-top:-30px;
}

}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
.container {
	width: 100%;
}
.mobTigger {
	float: right;
	width: 40px;
	display: block;
	margin: 30px 20px 0 0;
	position: absolute;
	right: 0;
	top: 0;
}
.mobTigger ul {
	margin: 0px;
	padding: 0px;
	list-style: none
}
.mobTigger ul li {
	width: 100%;
	height: 3px;
	margin-bottom: 5px;
	background: #7b7b7b;
}
.navBg {
	height: auto;
}
nav {
	display: none;
	width: 100%;
}
nav ul li {
	width: 100%;
	border-bottom: #dddddd solid 1px;
}
nav ul li a {
	padding: 10px;
}
nav ul li span {
	height: 0px;
}
nav ul li a:hover {
	color: #6f6f6f;
}
.spotlightWrapper .fiftyPer {
	width: 100%;
	float: left;
	max-height: inherit;
}
.spotlightWrapper .fiftyPer .txtWrap {
	width: 100%;
}
.spotlightWrapper .fiftyPer .txtWrap .audioPlayerWrap {
	float: left;
}
.slick-prev, .slick-next {
	top: 25%;
}
.slick-prev {
	left: 2%;
}
.slick-next {
	right: 2%;
}
.spotlightWrapper .fiftyPer .txtWrap {
	text-align: left;
}
.spotlightWrapper .fiftyPer .txtWrap .heading {
	font-size: 20px;
}
.footerWrap ul li {
	width: 100%;
	max-width: 100%;
	padding: 0 5%;
}
.footerWrap ul li .linksWrap {
	display: none;
	padding: 0 5%;
}
.footerWrap ul li h3 {
	font-size: 15px;
	position: relative;
	padding: 10px 5%;
	border-bottom: #393939 solid 1px;
}
.footerWrap ul li h3.active {
	border-bottom: transparent solid 1px;
}
.footerWrap ul li h3.hasSubchild:after {
	position: absolute;
	content: "+";
	color: #fff;
	right: 10px;
	top: 7px;
}
footer {
	padding: 0 5%;
}
footer .logoWrapper.scnd {
	float: left;
	width: 100%;
	padding: 0;
}
footer .logoWrapper {
	width: 100%;
}
footer .logoWrapper ul li {
	width: 100%;
	margin: 0;
	padding: 0;
	max-width: 100%;
	text-align: left;
}
footer .logoWrapper ul li .name {
	font-size: 10px;
	height: 40px;
}
footer .socialWrapper {
	margin: 20px 0 0 0;
	width: 100%;
}
footer .socialWrapper ul {
	text-align: center;
	width: 100%;
}
footer .socialWrapper ul li {
	display: inline;
	float: inherit;
}
footer .socialWrapper ul li a {
	display: inline-block;
	border-radius: 30px;
}
.topRightLogoWrap {
	display: none;
}
#cd-timeline {
	margin-top: 0;
}
.cd-container .heading {
	width: 100%;
	font-size: 20px;
	line-height: 30px;
	text-align: left;
}
.cd-container .heading.scnd {
	width: 100%;
}
#cd-timeline::before {
	left: 0px;
}
.cd-timeline-img {
	left: -5px;
}
.cd-timeline-content {
	padding: 5px 10px 10px 10px;
	margin: 0 0 0 10px;
}
.spotlightWrapper .fiftyPer .txtWrap .lyrics.photographs {
	height: auto;
	margin: 0;
}
.viewTypeWrap {
	display: none;
}
.biographyWrap h2 {
	font-size: 20px;
	padding: 0 10px;
}
.biographyWrap .accrWrap .content .seventy, .biographyWrap .accrWrap .content .fifty {
	width: 100%;
	padding: 0;
}
.biographyWrap .accrWrap .content .thirty, .biographyWrap .accrWrap .content .fourty {
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
}
.aboutWrapper .leftNavWrap{
	width:100%;
	padding:0 10px;
	background:none;
	display:none;
}
.aboutWrapper .rightContentWrap{
	width:100%;
	padding:0 10px;
}
.projectMobNav{
	position:relative;
	padding:10px!important;
	display:block;
}
.projectMobNav:after{
	position:absolute;
	width:20px;
	height:20px;
	content:"+";
	right:10px;
	top:15px;
	text-align:center;
	line-height:20px;
}
.projectMobNav.active:after{
	content:"-";
}

.photographLightBoxWrap .imageHolder{
	width:100%;
}
.photographLightBoxWrap{
	height:auto;
}
.smallSlider .slick-prev, .smallSlider .slick-next{
	display:none !important;
}
.bigSlider .slick-prev{
	top:50%;
	left:0 !important;
}
.bigSlider .slick-next{
	top:50%;
	right:0 !important;
}
.aboutWrapper .leftNavWrap{
	min-height:inherit;
}
.photographLightBoxWrap .imageHolder .master .descWrapper{
	height:auto;
}
.videoWrapper .firstWrap, .videoWrapper .secondtWrap, .videoWrapper .thirdWrap{
	width:100%;
	margin-bottom:3px;
}
.biographyWrap .accrWrap .head:after{
	right:3%;
}
.reminiscencesWrap .gridLayoutWrapper{
	height:auto;
}
.reminiscencesWrap .gridLayoutWrapper div{
	position:relative;
	float:left;
	width:100%;
	height:auto;
	background-position:center top;
	margin-bottom:3px;
}
.grid1, .grid2, .grid3, .grid4, .grid5, .grid6, .grid7, .grid8, .grid9, .grid10, .grid11, .grid12, .grid13, .grid14, .grid15, .grid16, .grid17, .grid18, .grid19, .grid20, .grid21, .grid22, .grid23, .grid24, .grid25, .grid26, .grid27, .grid28, .grid29, .grid30, .grid31{
	float:left;
	width:100%;
	height:auto;
	left:auto;
	top:auto;
}
.grid3, .grid14, .grid17, .grid22, .grid23, .grid31{ 
	height:600px !important;
}
.grid5, .grid6, .grid7, .grid18, .grid19, .grid30{
	display:none;
}
.biographyWrap .expandAll{
	margin-top:-30px;
}
}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
.container {
	width: 100%;
}
.topRightLogoWrap {
	display: none;
}
.navBg {
	height: auto;
}
.mobTigger {
	float: right;
	width: 40px;
	display: block;
	margin: 30px 20px 0 0;
	position: absolute;
	top: 0px;
	right: 10px;
}
.mobTigger ul {
	margin: 0px;
	padding: 0px;
	list-style: none
}
.mobTigger ul li {
	width: 100%;
	height: 3px;
	margin-bottom: 5px;
	background: #7b7b7b;
}
nav {
	display: none;
}
nav ul li {
	width: 100%;
	border-bottom: #dddddd solid 1px;
}
nav ul li a {
	padding: 10px;
}
nav ul li span {
	height: 0px;
}
nav ul li:hover span {
	height: 0px;
}
nav ul li a:hover {
	color: #6f6f6f;
}
.spotlightWrapper .fiftyPer {
	width: 100%;
	float: left;
}
.spotlightWrapper .fiftyPer .txtWrap {
	width: 100%;
}
.slick-prev, .slick-next {
	top: 20%;
}
.slick-prev {
	left: 2%;
}
.slick-next {
	right: 2%;
}
.spotlightWrapper .fiftyPer .txtWrap {
	text-align: left;
}
.spotlightWrapper .fiftyPer .txtWrap .heading {
	font-size: 20px;
}
.spotlightWrapper .fiftyPer .txtWrap .audioPlayerWrap {
	float: left;
}
.footerWrap ul li {
	width: 100%;
	max-width: 100%;
}
.footerWrap ul li .linksWrap {
	display: none;
	padding: 0 5%;
}
.footerWrap ul li h3 {
	font-size: 15px;
	position: relative;
	padding: 10px 5%;
	border-bottom: #393939 solid 1px;
	margin: 0;
}
.footerWrap ul li:last-child h3 {
	border-bottom: 0;
}
.footerWrap ul li h3.active {
	border-bottom: transparent solid 1px;
}
.footerWrap ul li h3.hasSubchild:after {
	position: absolute;
	content: "+";
	color: #fff;
	right: 10px;
	top: 7px;
}
.footerWrap ul li h3.hasSubchild.active:after {
	content: "-";
}
footer .logoWrapper ul li {
	width: 33%;
	margin: 0;
	padding: 0 2%;
}
footer .logoWrapper ul li .name {
	font-size: 10px;
	height: 40px;
}
footer .socialWrapper {
	margin: 20px 0 0 0;
	width: 100%;
}
footer .socialWrapper ul {
	text-align: center;
	width: 100%;
}
footer .socialWrapper ul li {
	display: inline;
	float: inherit;
}
footer .socialWrapper ul li a {
	display: inline-block;
	border-radius: 30px;
}
footer .logoWrapper.scnd {
	padding: 0;
	float: left;
	margin: 10px 0 0 0;
}
footer .logoWrapper {
	width: 100%;
}
footer .logoWrapper .heading {
	text-align: left;
	padding: 0 10px;
}
footer .logoWrapper.scnd ul li {
	text-align: left;
	width: auto;
}
#cd-timeline {
	margin-top: 0;
}
.cd-container .heading {
	width: 100%;
	font-size: 20px;
	line-height: 30px;
	text-align: left;
}
.cd-container .heading.scnd {
	width: 100%;
}
#cd-timeline::before {
	left: 0px;
}
.cd-timeline-img {
	left: -5px;
}
.cd-timeline-content {
	padding: 5px 10px 10px 10px;
	margin: 0 0 0 10px;
}
.spotlightWrapper .fiftyPer .txtWrap .lyrics.photographs {
	height: auto;
	margin: 0;
}
.viewTypeWrap {
	display: none;
}
.biographyWrap h2 {
	font-size: 20px;
	padding: 0 10px;
}
.biographyWrap .accrWrap .content .seventy, .biographyWrap .accrWrap .content .fifty {
	width: 100%;
	padding: 0;
}
.biographyWrap .accrWrap .content .thirty, .biographyWrap .accrWrap .content .fourty {
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
}
.aboutWrapper .leftNavWrap{
	width:100%;
	min-height:inherit;
	padding:0 10px;
	background:none;
	display:none;
}
.aboutWrapper .rightContentWrap{
	width:100%;
	padding:0 10px;
}
.projectMobNav{
	position:relative;
	padding:10px!important;
	display:block;
}
.projectMobNav:after{
	position:absolute;
	width:20px;
	height:20px;
	content:"+";
	right:10px;
	top:15px;
	text-align:center;
	line-height:20px;
}
.projectMobNav.active:after{
	content:"-";
}
.aboutWrapper .rightContentWrap .photographsWrap ul li, .aboutWrapper .rightContentWrap .photographsWrap ul li:nth-child(even){
	width:100%;
	margin:0 0 10px 0;
}
.photographLightBoxWrap .imageHolder{
	width:100%;
}
.bigSlider .slick-slide img{
	width:100%;
}
.smallSlider .slick-prev, .smallSlider .slick-next{
	display:none !important;
}
.bigSlider .slick-prev{
	top:50%;
	left:0 !important;
}
.bigSlider .slick-next{
	top:50%;
	right:0 !important;
}
.photographLightBoxWrap .imageHolder .master{
	margin-top:30%;
}
.photographLightBoxWrap .imageHolder .master .descWrapper{
	height:auto;
}
.publicityWrapper .hundred, .publicityWrapper .sixty, .publicityWrapper .fourty{
	width:100%;
	margin:0 0 20px 0;
}
.videoWrapper .firstWrap, .videoWrapper .secondtWrap, .videoWrapper .thirdWrap{
	width:100%;
	margin-bottom:3px;
}
.biographyWrap .accrWrap .head:after{
	right:3%;
}
.reminiscencesWrap .gridLayoutWrapper{
	height:auto;
}
.reminiscencesWrap .gridLayoutWrapper div{
	position:relative;
	float:left;
	width:100%;
	height:auto;
	background-position:center top;
	margin-bottom:3px;
}
.grid1, .grid2, .grid3, .grid4, .grid5, .grid6, .grid7, .grid8, .grid9, .grid10, .grid11, .grid12, .grid13, .grid14, .grid15, .grid16, .grid17, .grid18, .grid19, .grid20, .grid21, .grid22, .grid23, .grid24, .grid25, .grid26, .grid27, .grid28, .grid29, .grid30, .grid31{
	float:left;
	width:100%;
	height:auto;
	left:auto;
	top:auto;
}
.grid3, .grid14, .grid17, .grid22, .grid23, .grid31{ 
	height:400px !important;
}
.grid5, .grid6, .grid7, .grid18, .grid19, .grid30{
	display:none;
}
.biographyWrap .expandAll{
	margin-top:-30px;
}

}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
*,  *:before,  *:after {
	background: transparent !important;
	color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
	box-shadow: none !important;
	text-shadow: none !important;
}
a,  a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
/*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

a[href^="#"]:after,  a[href^="javascript:"]:after {
	content: "";
}
pre,  blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
/*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

thead {
	display: table-header-group;
}
tr,  img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
p,  h2,  h3 {
	orphans: 3;
	widows: 3;
}
h2,  h3 {
	page-break-after: avoid;
}
}
.marginBottom30 {
	margin-bottom: 50px !important;
}
.marginTop10 {
	margin-top: 10px !important;
}
.marginTop30 {
	margin-top: 30px !important;
}
.blackTxt {
	color: #000 !important;
}
.cursorDefault{ cursor:default !important;}
.cursorNoLink{ cursor:text !important;}
