@media ( max-width: 1024px ) {
/*  home-image ----------------------------*/

img.ri
{
	position: absolute;
	margin-top: 18%;
	width: 100%;
	max-width: 100%;
	height:auto;
	top: 10%;
	left: 2%;
}

/* Center content on page
-------------------------------------------------------------- */


.imageholder-reviews {
	display:block;
	width: 100%;
	height: 100%;
	float: none;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 0px;
	padding-right: 8px;
	padding-bottom: 25px;
	font-size: 10px;
	line-height: 1.3em;
	text-align: right;
	color: #666666;
	text-align: left;
}

.imageholder-contact {
	position: relative;
	padding-bottom: 10px;
	padding-top: 10px;
	height: 0;
	overflow: hidden;
	font-size: 11px;
	line-height: 1.4em;
	color: #828282;
	margin-bottom: 30px;
	width:auto;
	height: 100%;
}

}

@media ( max-width: 800px ) {
	@media ( max-width: 400px ) {
 .backstretch > img{ content:url();
 display:none; }
/*  home-slide ----------------------------*/


    body {
        padding-top: 40px;
		background-color:#FFF;
    }
	h3 {
		font-size: 18px;
	}
    #nav-expand {
        display: block;
    }
    #nav {
        display: none;
    }
	
    #nav.visible {
        display: block;
    }
	/* layout */
#navleft {
    float: left;
    width: 100%;
}

#navright {
    float: right;
    width: 100%;
	margin-right: 0%;
}   

    #nav li,
    #nav li a,
    #nav li > ul > li,
    #nav li > ul > li a {
        display: block;
        float: none;
        margin: 0;        
        text-align: left;
        color: #3F3F3F;
        font-size: 14px;
        letter-spacing: 1px;
        border: none;
	font-family: 'Arimo', sans-serif;
	font-weight: lighter;
    }
    #nav > li,
    #nav li > ul > li {
        margin: 0; padding: 0;
        border-top: 0px solid #333;
        border-bottom: 0px solid #e6ecf1;
    }
    #nav li a {
        padding: 15px 20px;
    }
    #nav li > ul {
        position: static;
        visibility: visible;
        opacity: 1;
    }
    #nav li > ul > li a {
        padding-left: 30px;
        font-size: 14px;
    }
    #nav li > ul > li:last-child {
        border-bottom: none;
    }
    #nav li > ul > li,
    #nav li > ul > li a {
        background: none;      
    }



/* About Page
-------------------------------------------------------------- */
    #about-cnt {
        margin: 0;
        min-height: 0;
        background: none;
    }
    #about-cnt .about-cnt-inner {
		padding-left:10px;
		padding-right: 10px;
		float:left;
		width: auto;
		margin-left:auto;
		margin-right:auto;
    }

.imageholder-wide-bio {
	display: block;
	width: 100%;
	height: 100%;
	float: left;
	padding-top: 8px;
	padding-left:0px;
	padding-right: 10px;
	padding-bottom: 25px;
	font-size: 10px;
	line-height: 1.3em;
	text-align: right;
	color: #666666;
	text-align: left;
}
    
    #contact {
        margin: 0;
        padding: 0px;
    }
    #contact #contact-info {
        width: 100%;
        position: static;
        padding: 0px;
        border: none;
    }
    
    #testimonials blockquote {
        width: 94%;
    }

/*----------------------------------------------------------------------------------------------------*/
#home-social {
	display: block;
	width: auto;
	float: left;
	margin-top: -6px;
	margin-right: 10px;
}
	#social{
	width: auto;
	left:0;
	margin-right: 10px;
	opacity: 1;
	-moz-transition: opacity 1s ease 0s;
	-webkit-transition: opacity 1s ease 0s;
	-o-transition: opacity 1s ease 0s;
	transition: opacity 1s ease 0s;
	}
	
	#social:hover{
	opacity: 0.4;	
	}

/* Video page Table styles
-------------------------------------------------------------- */    
.imageholder-video {
	width: 250px;
	height: auto;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 10px;
	line-height: 1.3em;
	text-align: left;
	color: #666666;
}
#video-wrap {
   width:100%;
   margin:0 0;
   display:block;
}
#video-left_col {
   float:left;
   width:32%;
   margin-right: 4%;
   }
#video-right_col {
   float:right;
   width:62%;
}
/* CT press Page
-------------------------------------------------------------- */
#CT-cd-cnt {
	position: relative;
	z-index: 30;
	margin: 0 0 -80px;
	min-height: 530px;
	background-repeat: no-repeat;
}
#CT-cd-cnt .CT-cd-cnt-inner {
	position: relative;
	padding-top: 0;
	padding-right: 30px;
	height: auto;
	padding-bottom: 80px;
	padding-left: 30px;
	margin-bottom: 80px;
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
	-moz-column-count: 1; /* Firefox */
	column-count: 1;

}
.CD-large {
	width: 100%;
	float: left;
	height: auto;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: normal;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: left;
	color: #999;
	margin-top: 0px;
	padding: 0px;
}
}
/*iPhone 6 Plus*/
@media screen and (device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) {
/* Header & Footer styles
-------------------------------------------------------------- */
#hdr {
    min-height: 20px;
    padding: 15px 0;
	background-color: #ffffff;
	border-image-repeat: repeat;
	position: relative;
	width: 100%;
	height: 200px;
	margin-top: 0px;
	margin-bottom: 10px;
}

#hdr #logo-home {
    float: left;
    position: absolute;
	margin-left: 3%;
	margin-right: 3%;
	z-index: 30;
}
#hdr #logo-home img {
	max-width: none;
	display: block;
	width: 100%;
	height: auto;
	margin-left: 0%;
	margin-right: 0%;
	padding-left: 2%;
	padding-right: 2%;
	margin-top: 40px;
}		
}


/*iPhone 6 and iPhone 6+ portrait and landscape*/
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation : portrait) { 
 .backstretch > img{ content:url();
 display:none; } 
/* Header & Footer styles
-------------------------------------------------------------- */
#hdr {
    min-height: 20px;
    padding: 15px 0;
	background-color: none;
	border-image-repeat: repeat;
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-bottom: 20%;
}

#hdr #logo-home {
	float: left;
	position: absolute;
	z-index: 30;
	top: 20px;
}
#hdr #logo-home img {
	max-width: none;
	display: block;
	height: auto;
	width: 100%;
	margin-top: 0px;
}
}

@media ( max-width: 640px ) {
 .backstretch > img{ content:url();
 display:none; }

/*  home-image ----------------------------*/
img.home-2021
{
	display: none;
}
img.ri
{
	display: none;
}
/************************/
/* Homepage upcoming/Lastest News */
/************************/
.upcoming-box {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
}
.imageholder-wide-home {
	display: block;
	width: 100%;
	height: 100%;
	float: left;
	padding-top: 0px;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 40px;
}

/* Center content on page
-------------------------------------------------------------- */
.ctr {
	position: relative;
	width: auto;
	padding:  2%;
	margin: 0 auto;
}

    /* Clearfix
-------------------------------------------------------------- */
.home-left:before,
.home-left:after,
.clr:before,
.clr:after {
    content: ' ';
    display: table;
}

.home-left:after,
.clr:after {
    clear: both;
}

.clear {
    clear: both;
}



/* Main navigation styles
-------------------------------------------------------------- */    
#nav-expand {
        display: block;
		width:auto;
    }
    #nav {
        display: none;
    }
	
    #nav.visible {
        display: block;
    }

#navleft {
    float: left;
    width: 100%;
}

#navright {
    float: left;
    width: 100%;
}   
    
#nav ul,
#nav a {
    line-height: 1em;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

#nav li a:hover,
#nav li:hover > a {
	opacity: 0.9;
	color: #f35b1d;
	background-color: none;
}

#nav li a.active {
	background: none;
	opacity: 0.9;
	color: #f35b1d;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: 0px solid #c42026;
}

#nav li > ul li a {
	display: block;
	margin-right: 8px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 0px;
	text-decoration: none;
	text-transform: none;
	font-weight: lighter;
	font-size: 13px;
	color: #4F4F4F;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	letter-spacing: 1px;
}
#nav li > ul > li,
    #nav li > ul > li a {
        display: block;
        float: none;
        margin: 0;        
        text-align: left;
        color: #3F3F3F;
        font-size: 14px;
        letter-spacing: 1px;
        border: none;
	font-family: 'Arimo', sans-serif;
	font-weight: lighter;
	line-height: 0.3em;
    }
    #nav > li,
    #nav li > ul > li {
        font-size: 14px;
        border-top: 0px solid #333;
        border-bottom: 0px solid #e6ecf1;
    }
    #nav li a {
        padding: 5px 5px;
    }
    #nav li > ul {
        position: static;
        visibility: visible;
        opacity: 1;
    }
    #nav li > ul > li a {
        padding-left: 10px;
		font-size: 14px;
    }
    #nav li > ul > li:last-child {
        border-bottom: none;
    }
    #nav li > ul > li,
    #nav li > ul > li a {
        background: none;        
    }

/* Header & Footer styles
-------------------------------------------------------------- */
#hdr {
    min-height: 20px;
    padding: 15px 0;
	background-color: none;
	border-image-repeat: repeat;
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-bottom: 20%;
}

#hdr #logo-home {
	float: left;
	position: absolute;
	z-index: 30;
	top: 20px;
}
#hdr #logo-home img {
	max-width: none;
	display: block;
	height: auto;
	width: 100%;
	margin-top: 0px;
}

/* CT footer
-------------------------------------------------------------- */
#footer {
   position: relative;
   bottom:0;
   width:100%;
   height:35px;   /* Height of the footer */
   background:none;
   font-size: 11px;
}
#footer a:link {
	font-family: 'Arimo', sans-serif;
    background: none;
    height: 45px;
    margin: auto;
    width: 100%;
    text-align:left;
    color:#71798A;
	font-size:11px;
	text-decoration:none; 
}
#footer a:hover {
	color: #aaaaaa;
	text-decoration: none;
}
#footer a:visited {
	color: #808897;
	text-decoration: none;
}
footer{
    bottom: 20px;
    position: relative;
    width: auto;
	background-color: #FDFDFD;
}
.footer {
	font-family: 'Arimo', sans-serif;
	font-size: 12px;
	height: auto;
	margin: auto;
    width: auto;
	text-align: left;
	padding: 5px;
	color: #808897;
}
.footer a:link {
	font-family: 'Arimo', sans-serif;
    background: #ffffff;
	height: auto;
    margin: auto;
    width: auto;
    text-align:center;
    color:#71798A;
	font-size:12px;
	text-decoration:none; 
}
.footer a:hover {
	color: #aaaaaa;
	text-decoration: none;
}
.footer a:visited {
	color: #808897;
	text-decoration: none;
}
#ftr {
	padding: 5px 0;
	text-align: center;
	background-image: none;
}
/*----------------------------------------------------------------------------------------------------*/
#home-social {
	display: block;
	width: auto;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
}

	#social{
	width: 10%;
	height: auto;
	left:0;
	opacity: 1;
	-moz-transition: opacity 1s ease 0s;
	-webkit-transition: opacity 1s ease 0s;
	-o-transition: opacity 1s ease 0s;
	transition: opacity 1s ease 0s;
	}
	
	#social:hover{
	opacity: 0.4;	
	}


	
/* About Page
-------------------------------------------------------------- */
    #about-cnt {
        margin: 0;
        min-height: 0;
        background: none;
    }
    #about-cnt .about-cnt-inner {
		padding-left:10px;
		padding-right: 10px;
		float:left;
		width: auto;
		margin-left:auto;
		margin-right:auto;
    }

/* Breadcrumb styles
-------------------------------------------------------------- */
.breadcrumbs {
padding-left: 0px;
padding-right: 10px;
margin-left: 0;
margin-top: 10px;
margin-bottom: 20px;
height: auto;
}
.breadcrumbs:before,
.breadcrumbs:after {
    content: ' ';
    display: table;
}
.breadcrumbs:after { clear: both; }


.breadcrumbs li {
list-style: none;
display: inline;
}
.breadcrumbs li a {
	padding: 2px 0.9em;
	text-decoration: none;
	float: left;
	color: #467091;
	background-color: #FBFBFB;
	border: 1px solid #e2e8ec;
margin-right: 10px;
margin-top: 10px;
}
.breadcrumbs li a:hover {
	background-color: #e6e6e7;
	border-style: outset;
}
.breadcrumbs li .active {
	background-color: #e6e6e7;
	border-style: groove;
}
.breadcrumbs li,
.breadcrumbs li a {
	line-height: 1.2em;
	text-transform: none;
	letter-spacing: 0px;
	font-size: 13px;
	letter-spacing: 1px;
}
/* Page Title
-------------------------------------------------------------- */
#page-title {
	position: relative;
	width: 100%;
	background-color: none;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 2%;
	padding-top: 0px;
}

/* Audio page menu styles
-------------------------------------------------------------- */    

ul#audio-menu {
	margin-top: 15px;
    padding: 0px;
}

ul#audio-menu li {
    display: inline-block;
	margin-bottom: 20px;
}

ul#audio-menu li a {
    background-color: #333;
    color: #F8F8F8;;
    padding: 10px 25px;
    text-decoration: none;
    border-radius: 0px 0px 0 0;
}

ul#audio-menu li a:hover {
    background-color: #9D9D9D;
}

/* program-notes-wrap styles
-------------------------------------------------------------- */    
#program-notes-wrap {
	width: 100%;
	margin-top: 10px;
	display: block;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #B6B6B6;
}
#program-notes-left_col {
   float:left;
   width:100%;
   margin-right: 0%;
   }
#program-notes-right_col {
   float:left;
   width:100%;
}
.b2b-program-small{
	display: block;
	font-size: 1.1em;
	margin-top: 10px;
	margin-bottom: 1px;
	font-weight: normal;
	color: #B6B6B6;
}




/* CT Work index text wrap
-------------------------------------------------------------- */    
#works-index-cnt .works-index-cnt-inner {
	padding-right: 2%;
	padding-bottom: 40px;
	padding-left: 0px;
	margin-bottom: 20px;
	width: auto;
}

#works-index-cnt .listing li {
	background-image: url("../images/works-btn-bg.png");
	border: 0 solid #e5e5e5;
	float: left;
	height: 30px;
	padding-bottom: 5px;
	position: relative;
	transition: background 100ms linear 0s;
	width: 100%;
	list-style: none;
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
}


#ct-work-wrap {
   width:100%;
   margin:0 auto;
   display:block;
}
#left_col {
   float:left;
   width:100%;
   margin-right: 0%;
   }
#right_col {
   float:left;
   width:100%;
}

/* Works table */
table.works, th, td {
	width: 100%;
	background-color: none;
}
th, td {
	font-family: 'Arimo', sans-serif;
	font-size: 14px;
	text-align: left;
	line-height: 1.3em;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: none;
}

.work-title-top,.audio-sample-top,.instrumentation-top,.duration-top {
	display: none;
	}

.work-title {
	font-family: 'Arimo', sans-serif;
	color: #000000;
	font-size: 18px;
	padding-left: 10px;
	padding-top: 5px;
	margin-top: 15px;
	font-weight: normal;
	width: 100%;
	vertical-align:top;
}
.work-title a:link {
	font-family: 'Arimo', sans-serif;
	margin-top: 15px;
	font-size: 18px;
	line-height: 1.2em;
}
.work-title a:hover {
	font-family: 'Arimo', sans-serif;
	margin-top: 15px;
	font-size: 18px;
	line-height: 1.2em;
	color: #DF370D;
}
.instrumentation {
	font-size: 1em;
	line-height: 1.2em;
	padding-left: 10px;
	padding-top: 5px;
	width: 100%;
	vertical-align:top;
	background-color: none;
}
.instrumentation li {
  list-style: none;
}
.instrumentation li:before {
  /* For a round bullet */
  content: '\2022';
  /* For a square bullet */
  /*content:'\25A0';*/
  display: block;
  position: relative;
  max-width: 0;
  max-height: 0;
  left: -10px;
  top: 0;
  color: #f45e1c;
	font-size: 14px;
}

.duration {
	font-size: 14px;
	text-align: left;
	padding-top: 5px;
	width: 100%;
	vertical-align:top;
	background-color: none;
}
.audio-sample {
	text-align: left;
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 5px;
	width: 100%;
	vertical-align:top;
	background-color: none;
}
.small-info {
	display:block;
	margin-bottom: 8px;
	font-size:11px;
	color: #585858;
}
.imageholder-press {
	width: auto;
	float: left;
	font-size: 11px;
	line-height: 1.3em;
	text-align: left;
	color: #999999;
	border: thin none #E1E1E1;
	padding: 5px;
	margin-left: 0px;
	height: auto;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
}
.imageholder-press2 {
	width: auto;
	float: left;
	font-size: 11px;
	line-height: 1.3em;
	text-align: left;
	color: #999999;
	border: thin none #E1E1E1;
	padding: 5px;
	margin-left: 0px;
	height: auto;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
}

/* Media Table styles
-------------------------------------------------------------- */    
#media-wrap {
	width: 100%;
	height:auto;
	display: block;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}
#media-wrap-left_col {
   float:left;
   width:100%;
   margin-right: 0%;
   }
#media-wrap-right_col {
   float:left;
   width:100%;
}
.media-title-small{
	display: block;
	font-size: 0.8em;
	margin-top: 10px;
	margin-bottom: 0px;
	font-weight: normal;
	color: #919191;
}

/* logo image float */
#logofloat,
.logofloat {
	width: 30%;
	text-align: right;
	float: right;
	margin-right: 16px;
	margin-left: 8px;
	margin-bottom: 8px;
	margin-top: 10px;
	font-size: 9px;
	line-height: 11px;
	color: #666666;
}
/*----------------------------------------------------------------------------------------------------*/
	#sponsor-logo{
	width: 40%;
	left:0;
	opacity: 1;
	-moz-transition: opacity 1s ease 0s;
	-webkit-transition: opacity 1s ease 0s;
	-o-transition: opacity 1s ease 0s;
	transition: opacity 1s ease 0s;

	}

/* Pull Quote */
.pullquote {
	font-family: 'Arimo', sans-serif;
	width: auto;
	display: block;
	font-size: 14px;
	line-height: 1.3em;
	background-image: url(../images/quote_1.png);
	background-repeat: no-repeat;
	background-position: right 10px;
	color: #708692;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 16px;
	padding-left: 15px;
}



/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 0px solid #ccc; }
	
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}


/* Table styles
-------------------------------------------------------------- */   
table caption {
    padding: 10px;
    margin: 0 0 -1px;
	background: none;
    color: #555;
    text-align: left;
    font-size: 15px;
    line-height: 1.2em;
}
table tr th,
table tr td {
	padding: 10px;
	text-align: left;
	line-height: 1.2em;
	vertical-align: middle;
	font-size: 15px;
}
table tr th:last-child,
table tr td:last-child {
    
}
table tr th {
	background: none;
	color: #555;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #f7690d;
}
table tr td {
	background: none;
}
table tr:nth-child(odd) td {
	background: none;
}

table tr.hdr th {
    
	background: none;
    border-top: none;
    border-bottom: none;
    border-color: #ec630a;
    color: #fff;
}
table tr.bdy th {
	color: #fff;
	background: none;
	border-right-style: none;
	border-top-color: #76b4b7;
	border-right-color: #76b4b7;
	border-bottom-color: #76b4b7;
	border-left-color: #DF370D;
	border-left-style: none;
}
table tr.bdy th a {
    color: #fff;
}
table tr.bdy th a:hover {
    color: #bbb;
}

	
/* CT Calendar */
#schedules {
	width: auto;
	margin-left: 0%;
	margin-right: 0%;
}

#schedules caption,
#schedules td,
#schedules th {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
    vertical-align: top;
    horizontal-align: left; 
}
#schedules .event-title{
	font-size: 15px;
    line-height: 1.2em;
	font-weight:lighter;
	width: auto;
}
#schedules .event-title a{
	font-weight:lighter;
	width: auto;
}
#schedules tr.hdr th,
#schedules tr.bdy td {
	text-align: left;
    vertical-align: top;
    horizontal-align: left;
}
#schedules tr.bdy td,
#schedules tr.bdy th {
	font-size: 15px;
	border-top: none;
	vertical-align: top;
	horizontal-align: left;
	line-height: 1.2em;
}
#schedules tr.hdr th {
    font-weight: lighter;
    text-transform: uppercase;
    line-height: 1.2em;
}
#schedules tr.bdy th {       
}
#schedules tr.bdy:hover td {
    background: #fff;
    vertical-align: top;
    horizontal-align: left;
}
#schedules tr.bdy:hover th {
    background: #fff;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #DF370D;
	width: auto;
}
#schedules tr.bdy td.music {
	font-size: 14px;
	border-top: none;
	vertical-align: top;
	horizontal-align: left;
	line-height: 1.2em;
	width: 100%;
}
#schedules tr.bdy td.venue {
	font-size: 14px;
	border-top: none;
	vertical-align: top;
	horizontal-align: left;
	line-height: 1.2em;
	width: 100%;
}
#schedules tr.bdy td.location {
	font-size: 14px;
	border-top: none;
	vertical-align: top;
	horizontal-align: left;
	line-height: 1.2em;
	width: 100%;
}
#schedules tr.bdy td.link {
	font-size: 14px;
	border-top: none;
	vertical-align: top;
	horizontal-align: left;
	line-height: 1.2em;
	width: 100%;
}
#schedules tr.bdy th.date  {
	font-size: 18px;
    line-height: 1.2em;
	color: #3F3F3F;
	font-weight: bold;
	width: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-bottom: 5px;
	width: 100%;
}

#schedules tr.bdy th.date a { 
    font-size: 15px;
    line-height: 1.2em;
    color: #fff;
}

#schedules tr.bdy th.date a:hover { 
    color: #ff8800;
    line-height: 1.2em;
}
#schedules tr.bdy th.date span {
	display: block;
    line-height: 1.2em;
	color: #FBFBFB;
}


/*----------------------------------------------------------------------------------------------------*/

#press-quotes
{
	width:90%;
	height:300px;
	overflow:hidden;
	position:absolute;
	margin-left:auto;
	margin-right: auto;
	top:480px;
	display:block;
}
.gallery img {
    float: left;
    width: 48.333%;
    margin: 0 .5% 1%;
    -webkit-box-shadow: 0 3px 3px -2px rgba(0,0,0,.5);
    box-shadow: 0 3px 3px -2px rgba(0,0,0,.5);
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
/* CT News Page
-------------------------------------------------------------- */
.news-date{
	display: block;
	width: auto;
	font-weight: bold;
	color: #3F3F3F;
	margin-bottom: 10px;
	font-size: 15px;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #467091;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 0px;
}
.news {
	display: block;
	width: auto;
	min-height: 40px;
	padding-top: 8px;
	margin-bottom: 20px;
	margin-right: 2%;
	margin-left: 0%;
	font-size: 15px;
	line-height: 1.4em;
	background-color: #F8F8F8;
}
.news a:link {
	font-size: 15px;
	line-height: 1.4em;
}
.press-title{
	display: block;
	width: auto;
	font-weight: lighter;
	color: #071329;
	padding: 0px;
	margin-bottom: 5px;
	font-size: 1.4em;
	line-height: 1.2em;
}


.news-cite{
	font-family: 'Arimo', sans-serif;
	text-transform: none;
	display: block;
	font-weight: bold;
	text-transform: none;
	color: #585858;
	padding: 0px;
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 1.3em;
	margin-top: 10px;
	text-align: left;
}

.news-cite a:link {
	font-family: 'Arimo', sans-serif;
	text-transform: none;
	font-weight: normal;
	color: #467091;
}

.news-cite a:hover{
	font-family: 'Arimo', sans-serif;
	text-transform: none;
	font-weight: normal;
	color: #DF370D;
}
.imageholder-feature {
	width: auto;
	float: left;
	font-size: 11px;
	line-height: 1.3em;
	text-align: left;
	color: #999999;
	border: thin none #E1E1E1;
	padding: 5px;
	margin-left: 8px;
	height: auto;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
}
.imageholder-feature-2 {
	width: auto;
	float: left;
	font-size: 11px;
	line-height: 1.3em;
	text-align: left;
	color: #999999;
	border: thin none #E1E1E1;
	padding: 5px;
	margin-left: 8px;
	height: auto;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
}




/* CD Page
-------------------------------------------------------------- */
#CD-page-title {
	position: relative;
	width: 100%;
	background-color: none;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 0px;
}

#CD-cnt .CD-cnt-inner {
	position: relative;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 0px;
	margin-bottom: 20px;
	width: 100%;
}
.CD {
	float: left;
	display: block;
	height: auto;
	width: 100%;
	letter-spacing: normal;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	text-align: left;
	color: #999;
	margin-top: 0px;
	border: none;
	padding: 0px;
}
/* Video page Table styles
-------------------------------------------------------------- */    
.imageholder-video {
	width: 100%;
	height: auto;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 10px;
	line-height: 1.3em;
	text-align: left;
	color: #666666;
}
#video-wrap {
   width:100%;
   margin:0 0;
   display:block;
}
#video-left_col {
   float:left;
   width:100%;
   margin-right: 4%;
   }
#video-right_col {
   float:right;
   width:100%;
}
/* footer
-------------------------------------------------------------- */
.home-footer {
	font-family: 'Arimo', sans-serif;
	position: relative;
	height: 45px;
	font-size: 12px;
	bottom: 0;
	width: 100%;
	color: #000000;
	line-height: 14px;
	margin-top: 30px;
	padding: 20px 0;
	background-color: #FFF;
	}
.home-footer a:link {
	color: #414141;
	text-decoration: none;
}
.home-footer a:hover {
	color:#414141; 
	text-decoration:none; 
}

    }
	
	
	
/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (orientation : portrait) {
/* Styles */
 .backstretch > img{ content:url();
 display:none; }


/* Header & Footer styles
-------------------------------------------------------------- */
#hdr {
	min-height: 80px;
	padding: 15px 0;
	background-color: #ffffff;
	border-image-repeat: repeat;
	position: fixed;
	width: 100%;
	z-index: 300;
	border-bottom-width: thick;
	border-bottom-style: none;
	border-bottom-color: #000;
}

#hdr #logo-home {
	float: left;
	position: absolute;
	z-index: 30;
	top: 20px;
}
#hdr #logo-home img {
	max-width: none;
	display: block;
	height: 46px;
	width: 350px;
	margin-top: 0px;
}
/*  home-image ----------------------------*/

img.ri
{
	position: absolute;
	margin-top: 30%;
	width: 100%;
	max-width: 100%;
	height:auto;
	top: 10%;
	left: 0%;
}
/*----------------------------------------------------------------------------------------------------*/
#home-social {
	display: block;
	width: auto;
	float: left;
	margin-top: -6px;
	margin-right: 10px;
	margin-left: 2px;
}
	#social{
	width: auto;
	left:2%;
	margin-right: 10px;
	opacity: 1;
	-moz-transition: opacity 1s ease 0s;
	-webkit-transition: opacity 1s ease 0s;
	-o-transition: opacity 1s ease 0s;
	transition: opacity 1s ease 0s;
	}
	
	#social:hover{
	opacity: 0.4;	
	}
#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:35px;   /* Height of the footer */
   background:none;
   font-size: 11px; 
   margin-left: 1%;
}
footer{
    bottom: 0;
    position: relative;
    width: 100%;
	background-color: none; 
   margin-left: 1%;

}
  
    /* Clearfix
-------------------------------------------------------------- */

.clear {
    clear: both;
}



/* Main navigation styles
-------------------------------------------------------------- */    

/* CT Calendar */
#schedules {
	width: 100%;
}
#schedules caption,
#schedules td,
#schedules th {
    padding: 10px 10px; 
    vertical-align: top;
    horizontal-align: left;
	width:auto;
}
#schedules .event-title{
	font-size: 14px;
	line-height: 1.2em;
	font-weight:lighter;
}
#schedules .event-title a{
	font-weight:lighter;
}
#schedules tr.hdr th,
#schedules tr.bdy td {
	text-align: left;
    vertical-align: top;
    horizontal-align: left;
}
#schedules tr.bdy td,
#schedules tr.bdy th {
	font-size: 14px;
	border-top: none;
	vertical-align: top;
	horizontal-align: left;
	line-height: 1.2em;
}
#schedules tr.bdy td.music {
	font-size: 14px;
	border-top: none;
	vertical-align: top;
	horizontal-align: left;
	line-height: 1.2em;
	width: 37%;
}
#schedules tr.bdy td.venue {
	font-size: 14px;
	border-top: none;
	vertical-align: top;
	horizontal-align: left;
	line-height: 1.2em;
	width: 20%;
}
#schedules tr.bdy td.location {
	font-size: 14px;
	border-top: none;
	vertical-align: top;
	horizontal-align: left;
	line-height: 1.2em;
	width: 15%;
}
#schedules tr.bdy td.link {
	font-size: 14px;
	border-top: none;
	vertical-align: top;
	horizontal-align: left;
	line-height: 1.2em;
	width: 12%;
}
#schedules tr.hdr th {
    font-weight: lighter;
    text-transform: uppercase;
    line-height: 1.2em;
}
#schedules tr.bdy th {   
}
#schedules tr.bdy:hover td {
    background: #F5F5F5;
    vertical-align: top;
    horizontal-align: left;
}
#schedules tr.bdy:hover th {
	background: #F5F5F5;
	border-left-width: medium;
	border-left-style: none;
	border-left-color: none;
}

#schedules tr.bdy th.date  {
	font-size: 14px;
	color: #3F3F3F;
	font-weight: lighter;
	width: 16%;
}

#schedules tr.bdy th.date a { 
    font-size: 14px;
    color: #fff;
	width: 16%;
}

#schedules tr.bdy th.date a:hover { 
    color: #ff8800;
	width: 16%;
}
#schedules tr.bdy th.date span {
	display: block;
	color: #FBFBFB;
	width: 16%;
}

/* Video page Table styles
-------------------------------------------------------------- */    
.imageholder-video {
	width: 250px;
	height: auto;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 10px;
	line-height: 1.3em;
	text-align: left;
	color: #666666;
}
#video-wrap {
   width:100%;
   margin:0 0;
   display:block;
}
#video-left_col {
   float:left;
   width:32%;
   margin-right: 4%;
   }
#video-right_col {
   float:right;
   width:62%;
}
/************************/
/* video Container       */
/************************/
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	margin-bottom: 30px;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

p.cd-item {
	display: block;
	width: 100%;
	margin-bottom: 50px;
}

.CD-large {
	width: 250px;
	float: left;
	height: auto;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: normal;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 30px;
	text-align: left;
	color: #999;
	margin-top: 0px;
	padding: 0px;
}
.buy-cd-btn {
	width: auto;
	margin-bottom: 10px;
	margin-top: 2px;
}


#CT-cd-cnt .CT-cd-cnt-inner {
	position: relative;
	padding-top: 0;
	padding-right: 5px;
	height: auto;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-bottom: 80px;
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
	-moz-column-count: 1; /* Firefox */
	column-count: 1;
	-webkit-column-gap: 40px; /* Chrome, Safari, Opera */
	-moz-column-gap: 40px; /* Firefox */
	column-gap: 40px;
	-webkit-column-rule: 0px outset #eee; /* Chrome, Safari, Opera */
	-moz-column-rule: 0px outset #eee; /* Firefox */
	column-rule: 0px outset #eee;

}


}


/* phone 320px Smartphones (portrait and landscape) */	
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
#hdr #logo-home {
	float: left;
	position: absolute;
	z-index: 30;
	top: 80px;
}
#hdr #logo-home img {
	max-width: none;
	display: block;
	height: auto;
	width: 100%;
	margin-top: 0px;
}	

    body {
        padding-top: 40px;
    }


/* Main navigation styles
-------------------------------------------------------------- */    
    #nav-expand {
        display: block;
    }
    #nav {
        display: none;
        overflow: auto;
        position: fixed;
        z-index: 9999;
        top: 40px; left: 0; right: 0; bottom: 0;
        background: #ffffff;
        border: none;
		list-style: none;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 0px dashed #bbb;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
    }
	

	
    #nav.visible {
        display: block;
    }

#nav ul,
#nav a {
    line-height: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#nav li a:hover,
#nav li:hover > a {
	opacity: 0.9;
	color: #f35b1d;
	background-color: none;
}

#nav li a.active {
	background: none;
	opacity: 0.9;
	color: #f35b1d;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #c42026;
}


#nav li > ul > li,
    #nav li > ul > li a {
        display: block;
        float: none;
        margin: 0;        
        text-align: left;
        color: #0F1B2F;
        font-size: 14px;
        letter-spacing: 1px;
        border: none;
	font-family: 'Lato', sans-serif;
	font-weight: lighter;
    }
    #nav > li,
    #nav li > ul > li {
        margin: 0; padding: 0;
        border-top: 0px solid #333;
        border-bottom: 1px solid #e6ecf1;
    }
    #nav li a {
        padding: 15px 20px;
    }
    #nav li > ul {
        position: static;
        visibility: visible;
        opacity: 1;
    }
    #nav li > ul > li a {
        padding-left: 30px;
    }
    #nav li > ul > li:last-child {
        border-bottom: none;
    }
    #nav li > ul > li,
    #nav li > ul > li a {
        background: none;        
    }
/*  home-image ----------------------------*/
img.home-2021
{
	display: none;
}
img.ri
{
	display: none;
}
/************************/
/* Homepage upcoming/Lastest News */
/************************/
.upcoming-box {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
}
.imageholder-wide-home {
	display: block;
	width: 100%;
	height: 100%;
	float: left;
	padding-top: 0px;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 40px;
}

/* CT footer
-------------------------------------------------------------- */
#footer {
   position: relative;
   bottom:0;
   width:100%;
   height:35px;   /* Height of the footer */
   background:none;
   font-size: 11px;
}
#footer a:link {
	font-family: 'Arimo', sans-serif;
    background: none;
    height: 45px;
    margin: auto;
    width: 100%;
    text-align:left;
    color:#71798A;
	font-size:11px;
	text-decoration:none; 
}
#footer a:hover {
	color: #aaaaaa;
	text-decoration: none;
}
#footer a:visited {
	color: #808897;
	text-decoration: none;
}
footer{
    bottom: 20px;
    position: relative;
    width: auto;
	background-color: #FDFDFD;
}
.footer {
	font-family: 'Arimo', sans-serif;
	font-size: 12px;
	height: auto;
	margin: auto;
    width: auto;
	text-align: left;
	padding: 5px;
	color: #808897;
}
.footer a:link {
	font-family: 'Arimo', sans-serif;
    background: #ffffff;
	height: auto;
    margin: auto;
    width: auto;
    text-align:center;
    color:#71798A;
	font-size:12px;
	text-decoration:none; 
}
.footer a:hover {
	color: #aaaaaa;
	text-decoration: none;
}
.footer a:visited {
	color: #808897;
	text-decoration: none;
}
#ftr {
	padding: 5px 0;
	text-align: center;
	background-image: none;
}
/*----------------------------------------------------------------------------------------------------*/
#home-social {
	display: block;
	width: auto;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
}

	#social{
	width: 10%;
	height: auto;
	left:0;
	opacity: 1;
	-moz-transition: opacity 1s ease 0s;
	-webkit-transition: opacity 1s ease 0s;
	-o-transition: opacity 1s ease 0s;
	transition: opacity 1s ease 0s;
	}
	
	#social:hover{
	opacity: 0.4;	
	}

/* Video page Table styles
-------------------------------------------------------------- */    
.imageholder-video {
	width: 100%;
	height: auto;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 10px;
	line-height: 1.3em;
	text-align: left;
	color: #666666;
}
#video-wrap {
   width:100%;
   margin:0 0;
   display:block;
}
#video-left_col {
   float:left;
   width:100%;
   margin-right: 4%;
   }
#video-right_col {
   float:right;
   width:100%;
}
}
