/* Global Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: 'Arimo', sans-serif;
	line-height: 1.2em;
	letter-spacing: normal;
}

html,
body { height: 100%; }


body {
	font-family: 'Arimo', sans-serif;
	font-size: 14px;
	color: #585858;
	line-height: 1.6em;
	background-color: #ffffff;
	font-weight: lighter;
}


.imageholder-wide-home {
	display:none;
}

/* Globalize block level elements
-------------------------------------------------------------- */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul, dl, blockquote, pre, table, p,
h1, h2, h3, h4, h5, h6, hr {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

/* General element styles
-------------------------------------------------------------- */
a {
	color: #467091;
	font-size: 14px;
	font-family: 'Arimo', sans-serif;
	text-decoration: none;
	line-height: 1.4em;
}
a:hover {
	color: #DF370D;
    }
    
p.strong {
	font-weight: bold;
}
	
ol,
ul {
	margin-left: auto;
	padding-left: 10px;
	margin-right: auto;
}
ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0;
}
ol li,
ul li,
dl dt,
dl dd {
	line-height: 1.2em;
	font-family: 'Arimo', sans-serif;
}

dl {
    overflow: hidden;
}

dd {
    margin: 0 0 0 70px;
    padding: 0 0 3px;
}

dd:after {
    content: ' ';
    display: block;
    clear: both;
}
        
blockquote {
    quotes: none;
    position: relative;
	padding-left: 50px;
    background: none;
    line-height: 1.4;    
}
blockquote,
blockquote p,
q {
    font-size: 1em;
    font-style: normal;
    font-weight: lighter;
    color: #585858;
}
blockquote p {
    margin: 0;
}
blockquote strong,
blockquote cite {
    display: block;
    margin: 5px 0 0 0;
    color: #333;
    line-height: 1.5;
    font-style: normal;
    font-weight: bold;
}


q {
    padding: .3em .5em;    
    background: #fff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 2px -1px rgba(0,0,0,.3);
    box-shadow: 0 1px 2px -1px rgba(0,0,0,.3);
}
    
p,
address {
	font-size: 12px;
	line-height: 1.5em;
	color: #555;
	font-family: 'Arimo', sans-serif;
}
p:empty {
    display: none;
    }

hr {
	clear: both;
	border: none;
	height: 1px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #eee;
}
    
strong,
em {
	font-family: 'Arimo', sans-serif;
}
strong {
	font-weight: bold;
	font-family: 'Arimo', sans-serif;
}
em { font-style: italic }

pre,
code {    
    font-family: 'Arimo', sans-serif;
    font-size: inherit;
    font-weight: normal;
}
pre {
    overflow: auto;
    padding: 15px;
    background: #eee;
    color: #333;
    font-size: 12px;
    border-bottom: 5px solid #44aaff;
    line-height: 1.3;
}
code {
    padding: .2em .5em;
    background: #fff;
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,.2);
    box-shadow: 0 0 1px rgba(0,0,0,.2);
}

.pre-title {
    margin: 0;
    padding: 10px 5px;
    background: #00aaff;
    color: #fff;
    font-weight: lighter;
    font-size: 16px;
}

/* Header styles
-------------------------------------------------------------- */
h1, h3, h4, h6 {
	color: #B6B6B6;
	font-family: 'Arimo', sans-serif;
	font-weight: lighter;
	text-decoration: none;
}
h1 {
	font-size: 1.6em;
	margin-bottom: 10px;
	font-weight: lighter;
}
h2 {
	font-size: 20px;
	line-height: 1.2em;
	font-weight: lighter;
	margin-bottom: 20px;
}
h2 a:link {
	font-size: 20px;
	line-height: 1.2em;
	font-weight: lighter;
}
h2 a:hover {
	font-size: 20px;
	line-height: 1.2em;
	font-weight: lighter;
}
h3 {
	font-size: 16px;
	line-height: 1.2em;
}

h4 { font-size: 1.875em; }
h5 {
	color: #000000;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: normal;
}
h6 { font-size: 1.500em;}

h3.title {
	font-size: 15px;
	line-height: 1.2em;
	color: #00669e;
	text-transform: uppercase;
	font-family: 'Arimo', sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
}
h3.title a:link {
	font-size: 20px;
	line-height: 1.2em;
	color: #585858;
	text-transform: uppercase;
	font-family: 'Arimo', sans-serif;
	font-weight: lighter;
	letter-spacing: 2px;
}
h3.title a:hover {
	font-size: 20px;
	line-height: 1.2em;
	color: #DF370D;
	text-transform: uppercase;
	font-family: 'Arimo', sans-serif;
	font-weight: lighter;
	letter-spacing: 2px;
}



/*----------------------------------------------------------------------------------------------------*/
/*Page Elements
-----------------------------------------------------------------------------	
MAIN AREA PRESS CSS
-----------------------------------------------------------------------------*/
.main-area-home {
	width: 100%;
	height: auto;
	min-height: 300px;
	float: left;
	display: block;
	background-image: none;
	background-repeat: repeat;
	border-top-style: none;
	padding-top: 20px;
	padding-bottom: 30px;
	border-left-style: none;
	margin-top: 10%;
}

/************************/
/* Homepage upcoming/Lastest News */
/************************/
.upcoming-box {
	height: auto;
	position: relative;
	float: right;
	width: 50%;
	padding-bottom: 0px;
	margin-top: 30px;
	margin-bottom: 10px;
	z-index: 2;
}
.upcoming-box h3 {
	color: #0F1B2F;
	font-weight: lighter;
	font-size: 16px;
	padding-bottom: 2px;
}
.upcoming-box p {
	color: #0F1B2F;
	font-weight: bold;
	font-size: 13px;
	line-height: 15px;
}
.upcoming-box p a:link {
	color: #467091;
	font-weight: bold;
	font-size: 13px;
	line-height: 15px;
}
.upcoming-box p a:hover {
	color: #DF370D;
	font-weight: bold;
	font-size: 13px;
	line-height: 15px;
}

/************************/
/* Homepage upcoming/Lastest News (other style)*/
/************************/
.upcoming-box2 {
	height: auto;
	overflow: hidden;
	float: right;
	width: 50%;
	right: 0;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-left: dotted;
	border-left-width: medium;
	border-left-color: #18A3E1;
	z-index: 300;
}
.upcoming-box2 h3 {
	color: #0F1B2F;
	font-weight: lighter;
	font-size: 16px;
	padding-bottom: 2px;
}
.upcoming-box2 p {
	color: #0F1B2F;
	font-weight: bold;
	font-size: 13px;
	line-height: 15px;
}
.upcoming-box2 p a:link {
	color: #590033;
	font-weight: bold;
	font-size: 13px;
	line-height: 15px;
}
.upcoming-box2 p a:hover {
	color: #7f0047;
	font-weight: bold;
	font-size: 13px;
	line-height: 15px;
}



/* Table styles
-------------------------------------------------------------- */    
table {
    display: table;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
table caption {
    padding: 10px;
    margin: 0 0 -1px;
    background: #eee;
    color: #555;
    text-align: left;
    font-size: 1.1em;
    line-height: 1.4;
}
table tr th,
table tr td {
	padding: 10px;
	text-align: left;
	line-height: 1.3em;
	vertical-align: middle;
	font-size: 14px;
}
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: none;
}
table tr td {
	background: #f8f8f8;
	color: inherit;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e6e6e6;
	border-right-color: #e6e6e6;
	border-bottom-color: #e6e6e6;
	border-left-color: #e6e6e6;
}
table tr:nth-child(odd) td {
    background: #fdfbfb;
}

table tr.hdr th {
    background: #f7690d;
    border-top: none;
    border-bottom: none;
    border-color: #ec630a;
    color: #fff;
}
table tr.bdy th {
	color: #fff;
	background-color: #F7F7F7;
	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;
}

/* Elements with border-box model
-------------------------------------------------------------- */
input,
textarea,
select,
button,
.btn,
.button
 {
	max-width: 100%;
	height: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Form/input/button styles
-------------------------------------------------------------- */
input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: normal;
    line-height: 1.4;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="url"],
input[type="date"],
input[type="time"],
input[type="datetime"],
input[type="number"],
input[type="range"],
input[type="tel"],
input[type="range"],
input[type="file"],
textarea, select {
    padding: 7px 10px;
    margin: 0 0 .25em;
    color: #333;
    background: #eee;
    border: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
input[type="radio"],
input[type="checkbox"] {    
    vertical-align: middle;
    position: relative;
    bottom: 2px;
}
input[type=radio] {
    bottom: 3px;
}
input[type="submit"],
button,
a.btn,
a.button {
	display: inline-block;
	height: 30px;
	padding: 0 20px;
	margin: 0;
	color: #ffffff;
	background: #467091;
	border: none;
	font-size: 14px;
	font-family: inherit;
	font-weight: lighter;
	line-height: 1;
	vertical-align: middle;
	text-transform: none;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
a.btn,
a.button {
    line-height: 30px;
}
input[type="submit"]:hover,
button:hover,
a.btn:hover,
a.button:hover {
    background-color: #777;    
    cursor: pointer;
}

a.btn.pdf {
    height: 45px;
    padding-left: 40px;
    line-height: 45px;
    margin: 0 5px 0 0;
    background-image: url(../images/icon-pdf.png);
    background-repeat: no-repeat;
    background-position: 10px 50%;
}

.btn.big,
a.btn.big,
button.big,
input[type="submit"].big {
    height: 44px;
    line-height: 44px;
}

::-webkit-input-placeholder { color: #888; }
::-moz-placeholder { color: #888; }
:-ms-input-placeholder { color: #888; }
input:-moz-placeholder { color: #888; }

.error, .success, .warning, .notice, .alert {
    margin: 0 0 20px;
    padding: 15px;
    line-height: 1.2;
    color: #fff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

/* Header & Footer styles
-------------------------------------------------------------- */
#hdr {
	min-height: 120px;
	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 {
    float: left;
    position: absolute;
	z-index: 30;
}
#hdr #logo img {
	max-width: 100%;
	display: block;
	height: 100px;
	width: 245px;
	margin-top: -8px;
    z-index: 30; 
}


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



#hdr-r {
	margin-left: 0px;
	float: right;
	text-align: left;
	margin-right: 2%;
}



#ftr {
	padding: 20px 0;
	text-align: center;
	background-image: url(../images/bg/bg-blue1.jpg);
	background-repeat: repeat;
}

#ftr h4 {
	margin: 0 0 .75em;
	color: #d1ecee;
	text-transform: none;
	font-weight: lighter;
	font-size: 1.3em;
}
#ftr a {
    color: #999;
}
#ftr a:hover {
	color: #FBFBFB;
}

#ftr-home {
	text-align: left;
	background-repeat: repeat;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	bottom: 0;
}

#ftr-home h4 {
	margin: 0 0 .75em;
	color: #d1ecee;
	text-transform: none;
	font-weight: lighter;
	font-size: 1.3em;
}
#ftr-home a {
	color: #333333;
}
#ftr-home a:hover {
	color: #c42026;
}




/* Footer featured News
-------------------------------------------------------------- */
#ftr .featured-News {
	width: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
	float: left;
}
#ftr .featured-News  a {    
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#ftr .featured-News {
}


#ftr p {
    color: #777;
    font-size: .8em;
}
#ftr-links {
    padding: 10px 0;
}
#ftr-links a {
    margin: 0 5px;
    opacity: 0.25;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#ftr-links a:hover {
    opacity: 0.6;
}



#page-about{
	overflow-y: scroll;
	overflow-x: hidden;
	
	-webkit-background-size: 100%; 
    -moz-background-size: 100%; 
    -o-background-size: 100%; 
    background-size: 100%; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover;
}
#page-about {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#page-about.divide {
    padding-bottom: 80px;
    min-height: 120px;
    background: url(../images/page-divider.png) no-repeat 50% 100%;
}


/*  home-image ----------------------------*/

img.ri
{
	position: absolute;
	margin-top: 1%;
	width: 100%;
	max-width: 100%;
	height:auto;
	top: 0%;
	left: 0%;
}
/* Main navigation styles
-------------------------------------------------------------- */    
#nav {
	list-style: none;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
/* layout */
#navleft {
    float: left;
    width: 40%;
}

#navright {
    float: right;
    width: 40%;
	margin-right: 20%;
}  
#nav li {
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
	background-repeat: repeat;
}
#nav li a {
	margin-right: 8px;
	padding: 2px;
	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 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;
}


#nav li a.active {
    opacity: 0.9;
    color: #f35b1d;
	font-weight: lighter;
}


#nav li > ul {
}
#nav li > ul li,
#nav li > ul li a {
    display: block;
    margin: 0;
    float: none;    
    white-space: nowrap;
    list-style: none;
	font-weight: lighter;
	letter-spacing: normal;
	font-size: 13px;
}
#nav li > ul li {  
    
}
#nav li > ul li a {
	display: block;
	margin-right: 8px;
	padding: 2px;
	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:last-child a {

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

#nav-expand {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0; left: 0; right: 0;
    padding: 13px 15px 15px 35px;
    background: #4F4F4F url(../images/expand.png) no-repeat 10px 50%;
    font-size: 16px;
    height: 15px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #888;    
}



/* CT footer
-------------------------------------------------------------- */
#footer {
   position: relative;
   bottom:0;
	margin-top: 100px;
   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: 0;
    position: relative;
    width: 100%;
	background-color: none;
}
.footer {
	font-family: 'Arimo', sans-serif;
	height: 35px;
	margin: auto;
	width: 980px;
	text-align: left;
	padding-top: 2%;
	padding-bottom: 2%;
	padding-left: 0px;
	padding-right: auto;
	color: #808897;
	font-size: 11px;
}
.footer a:link {
	font-family: 'Arimo', sans-serif;
    background: none;
    height: 45px;
    margin: auto;
    width: 980px;
    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;
}

/*----------------------------------------------------------------------------------------------------*/
#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;	
	}





/* Center content on page
-------------------------------------------------------------- */
.ctr {
	position: relative;
	max-width: 1010px;
	padding: 0 2%;
	margin: 0 auto;
}
/* Center content on page
-------------------------------------------------------------- */
.ctr-m {
	position: relative;
	max-width: 1010px;
	padding: 0 2%;
	margin: 0 auto;
}
/* Clearfix
-------------------------------------------------------------- */
.ctr:before,
.ctr:after,
.clr:before,
.clr:after {
    content: ' ';
    display: table;
}

.ctr:after,
.clr:after {
    clear: both;
}

.clear {
    clear: both;
}

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

#press-quotes
{
	width: 410px;
	height: 200px;
	overflow: hidden;
	position: fixed;
	right: 20px;
	bottom: 30px;
}

/************************/
/* Homepage Quotes ticker      */
/************************/
/*newsticker*/
.newsticker{
	height: 200px;
	width: 405px;
	overflow: hidden;
	color: #333333;
	font-size: 18px;
	font-weight: normal;
	font-family: 'Martel', serif;
	line-height: 1.1em;
	cursor: default;
	overflow: hidden;
}
.newsticker:hover{}
.newsticker ul li{
width:auto;
height:200px;
overflow:hidden;
}




/* Column Styles
-------------------------------------------------------------- */
.row {
    margin: 0 -2% 2%;
    padding: 0;
    clear: both;
}
.row:before,
.row:after {
    content: ' ';
    display: table;
}
.row:after { clear: both; }
.row > [class^='col-'] {
    float: left;
    margin: 0 2%;
    padding: 0;
    list-style: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.col-12 { width: 46%; }
.col-13 { width: 29.333%; }
.col-23 { width: 62.666%; }
.col-14 { width: 21%; }
.col-34 { width: 71%; }
.col-15 { width: 16%; }
.col-25 { width: 36%; }
.col-35 { width: 56%; }
.col-45 { width: 76%; }


/* Tab styles
-------------------------------------------------------------- */
ul[class^=tabs] {
    overflow: hidden;
    margin: 0 0 20px;
    padding: 0;
    border-bottom: 3px solid #f7690d;
}
ul[class^=tabs] li {
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul[class^=tabs] li a {
    float: left;
    padding: 12px 20px;
    margin: 0 2px 0 0;
    background: #444;
    color: #bbb;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-transition: all .3s;
    -o-transition: background .3s;
    transition: background .3s;
}
ul[class^=tabs] li a:hover {
    background-color: #555;
    color: #fff;
}
ul[class^=tabs] li a.active,
ul[class^=tabs] li a.active:hover {
    position: relative;
    background: #f7690d;
    color: #fff;    
}

.tab { 
    margin: -20px 0 20px;   
    padding: 30px;
    background: #f6f6f6;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-box-shadow: 0 10px 10px -15px rgba(0,0,0,.8);
    box-shadow: 0 10px 10px -15px rgba(0,0,0,.8);
}
.tab-hdr:first-child {
    margin-top: -30px;
}
.tab-hdr {
    margin: 0 -30px 30px;
    padding: 16px 30px;
    background: #e6e6e6;  
    border-top: 1px solid #fff;    
    color: #555;
    font-size: 1.5em;
    font-weight: normal;
    -webkit-box-shadow: 0 2px 2px -2px rgba(0,0,0,.4);
    box-shadow: 0 2px 2px -2px rgba(0,0,0,.4);
}

.tab input[type="text"],
.tab input[type="email"],
.tab input[type="password"],
.tab input[type="search"],
.tab input[type="url"],
.tab input[type="date"],
.tab input[type="time"],
.tab input[type="datetime"],
.tab input[type="number"],
.tab input[type="range"],
.tab input[type="tel"],
.tab input[type="range"],
.tab input[type="file"],
.tab textarea,
.tab select {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 0;
    border-radius: 0;
}





/* Pager styles
-------------------------------------------------------------- */
.pager {
    margin-left: 0; padding-left: 0;
    list-style: none;
}
.pager li {
    float: left;
    margin: 0 3px 3px 0;
}
.pager li a,
.pager li span {
    display: block;
    padding: 8px 12px;
    background: #fff;
    border-bottom: 2px solid #d6d6d6;
    line-height: 1;
}
.pager li a:hover,
.pager li .current {
    border-color: #0099ff;
}

/* Breadcrumb styles
-------------------------------------------------------------- */
.breadcrumbs {
padding-left: 0px;
padding-right: 10px;
margin-left: 0;
margin-top: 10px;
height: 45px;
}
.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: #304B63;
	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: 14px;
	letter-spacing: 1px;
}


/* Composition Breadcrumb styles
-------------------------------------------------------------- */
.breadcrumbs-comp {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #76b4b7;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.breadcrumbs-comp:before,
.breadcrumbs-comp:after {
    content: ' ';
    display: table;
}
.breadcrumbs-comp:after { clear: both; }

.breadcrumbs-comp li.title {
	display:block;
	background-color: none;
	float: left;
	padding: 0;
	list-style: none;
	font-size: 1.6em;
	color: #e14b27;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	font-weight:lighter;
	text-transform: uppercase;
}

.breadcrumbs-comp li {
	display: block;
	float: left;
	list-style: none;
	font-size: 1.4em;
	color: #000000;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.breadcrumbs-comp li a {
	padding-right: 20px;
	background: url(../images/breadcrumb-arrow.png) no-repeat 100% 70%;
	color: #20579B;
	font-weight:lighter;
}
.breadcrumbs-comp li a:hover {
	color: #B1B1B1;
}
.breadcrumbs-comp li,
.breadcrumbs-comp li a {
    line-height: 1.4;
    text-transform: none;
    letter-spacing: 1px;
}



/* General Usage Styles
-------------------------------------------------------------- */
.border {
    background: #333;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
img.border {
    padding: 5px;
}
.hidden {
    display: none;
}
.block {
    display: block;
}
.underline {
	padding-bottom: 10px;
	margin-bottom: 0px;
	border-bottom-width: 0.1em;
	border-bottom-style: none;
	border-bottom-color: #76b4b7;
}
h4.underline,
h5.underline,
h6.underline {
	padding-bottom: 5px;
	text-transform: none;
	font-size: 1.3em;
	font-weight: lighter;
}

/* Theme specific styles
-------------------------------------------------------------- */
.slogan {
	max-width: 840px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0 0;
	text-align: left;
	font-weight: lighter;
	font-size: 24px;
	line-height: 1.3;
	text-transform: lowercase;
}
.slogan > span {
	display: block;
	line-height: 1.2;
	font-size: 21px;
	text-transform: none;
}
.slogan > span.line1 {
	padding-top: 10px;
	color: #2980A0;
	text-align: left;
}
.slogan > span.line2 {
	padding-bottom: 40px;
	color: #ca1e4f;
	text-align: right;
}
.slogan > span.line3 {
	padding-top: 0px;
	color: #030f57;
	text-align: center;
}
.slogan.dark {
    position: relative;
    max-width: 100%;
    margin: 50px auto;
    padding: 30px 20px;
    background: #555;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #ccc;
    -webkit-box-shadow: inset 0 0 200px rgba(0,0,0,.3);
    box-shadow: inset 0 0 200px rgba(0,0,0,.3);
}
.slogan.dark:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0; right: 0; bottom: 0; left: 0;
    height: 100%; width: 100%;
    background: #f7690d;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transform:
        scale(0.95)
        rotate(1.75deg);
    -ms-transform:
        scale(0.95)
        rotate(1.75deg);
    -o-transform:
        scale(0.95)
        rotate(1.75deg);
    transform:
        scale(0.95)
        rotate(1.75deg);
}
.slogan.dark strong {
    color: #fff;
}

/* Recording
-------------------------------------------------------------- */
.recording {
	position: relative;
	max-width: 100%;
	height: auto;
	margin: 50px auto;
	padding: 30px 20px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #ccc;
	-webkit-box-shadow: inset 0 0 200px rgba(0,0,0,.3);
}
.recording:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0; right: 0; bottom: 0; left: 0;
    height: 100%; width: 100%;
}
.recording strong {
    color: #fff;
}
.special {
	color: #ca1e4f;
	font-size: 18px;
}





/* Page Title
-------------------------------------------------------------- */
#page-title {
	position: relative;
	width: auto;
	background-color: none;
	margin-top: 180px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 0;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #76b4b7;
}
#page-title:after {
    content: '';
    position: absolute;
    top: 18px; right: 0; bottom: 0; left: 0;
    height: 100%; width: 100%;
    z-index: -1;
}
#page-title h1 {
	margin-top: 15px;
	color: #3F3F3F;
	font-weight: lighter;
	font-size: 2.1em;
	text-transform: none;
}
#page-title h2 {
	color: #333333;
	font-weight: lighter;
	font-size: 20px;
	margin-top: 20px;
	text-transform: none;
}
/* Review Page Title
-------------------------------------------------------------- */
#review-page-title {
	position: relative;
	background-color: none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	border-top-width: thin;
	border-top-style: none;
	border-top-color: #76b4b7;
}
#review-page-title:after {
    content: '';
    position: absolute;
    top: 18px; right: 0; bottom: 0; left: 0;
    height: 100%; width: 100%;
    z-index: -1;
}
#review-page-title h1 {
	margin: 0;
	color: #76b4b7;
	font-weight: lighter;
	font-size: 1.8em;
	text-transform: none;
	line-height: 1.2em;
}

/* program-notes Page Title
-------------------------------------------------------------- */
#program-notes-page-title {
	position: relative;
	background-color: none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	border-top-width: thin;
	border-top-style: none;
	border-top-color: #76b4b7;
}
#program-notes-page-title:after {
    content: '';
    position: absolute;
    top: 18px; right: 0; bottom: 0; left: 0;
    height: 100%; width: 100%;
    z-index: -1;
}
#program-notes-page-title h1 {
	margin: 0;
	color: #76b4b7;
	font-weight: lighter;
	font-size: 1.8em;
	text-transform: none;
	line-height: 1.2em;
}



/* Media Page Title
-------------------------------------------------------------- */
h2.media {
	font-size: 25px;
	line-height: 1.2em;
}

#media-page-title {
	position: relative;
	background-color: none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#media-page-title:after {
    content: '';
    position: absolute;
    top: 18px; right: 0; bottom: 0; left: 0;
    height: 100%; width: 100%;
    z-index: -1;
}
#media-page-title h1 {
	margin: 0;
	color: #76b4b7;
	font-weight: lighter;
	font-size: 1.8em;
	text-transform: none;
}


/* Press Page Title
-------------------------------------------------------------- */
#press-page-title {
	position: relative;
	background-color: none;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #76b4b7;
}
#press-page-title:after {
    content: '';
    position: absolute;
    top: 18px; right: 0; bottom: 0; left: 0;
    height: 100%; width: 100%;
    z-index: -1;
}
#press-page-title h1 {
	margin: 0;
	color: #76b4b7;
	font-weight: lighter;
	font-size: 1.8em;
	text-transform: none;
}


/* CD Page Title
-------------------------------------------------------------- */
#CD-page-title {
	
	position: relative;
	width: 60%;
	background-color: none;
	margin-top: 120px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #76b4b7;
}
#CD-page-title:after {
    content: '';
    position: absolute;
    top: 18px; right: 0; bottom: 0; left: 0;
    height: 100%; width: 100%;
    z-index: -1;
}
#CD-page-title h1 {
	margin: 0;
	color: #c42026;
	font-weight: lighter;
	font-size: 1.8em;
	text-transform: none;
}
/* Wu Man CD Page
-------------------------------------------------------------- */
.imageholder-wide-CD {
	display:none;
	width: 100%;
	height: 100%;
	float: right;
	padding-top: 8px;
	padding-bottom: 25px;
	font-size: 10px;
	line-height: 1.3em;
	text-align: right;
	color: #666666;
	text-align: left;
}


#CD-cnt {
	position: relative;
	z-index: 80;
	min-height: 600px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
#CD-cnt .CD-cnt-inner {
	position: relative;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 0px;
	margin-bottom: 20px;
	width: 54%;
}
#CD-cnt .CD-cnt-inner .slogan {
    margin: 0; padding: 0 0 30px;
}
#CD-cnt .CD-cnt-inner .slogan span {
	padding: 0;
	font-size: 30px;
	font-weight: lighter;
}
#CD-cnt .CD-cnt-inner p {
	margin-bottom: 20px;
	color: #2D2D2D;
	font-size: 14px;
}
#CD-cnt .CD-cnt-inner a.btn {
    
}

#page-CD{
	background: url(../images/page-bg.png) no-repeat center center fixed;
	overflow-y: scroll;
	overflow-x: hidden;
	
	-webkit-background-size: 100%; 
    -moz-background-size: 100%; 
    -o-background-size: 100%; 
    background-size: 100%; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover;
}
#page-CD {    
    padding: 0 0 30px;
}
#page-CD.divide {
    padding-bottom: 80px;
    min-height: 120px;
    background: url(../images/page-divider.png) no-repeat 50% 100%;
}

/* CD listing
-------------------------------------------------------------- */


.CD {
	float: left;
	height: auto;
	font-size: 12px;
	font-family: 'Arimo', sans-serif;
	line-height: 16px;
	letter-spacing: normal;
	margin-left: 0px;
	margin-right: 20px;
	margin-bottom: 60px;
	text-align: left;
	color: #999;
	margin-top: 0px;
	border: thin none #76b4b7;
	padding: 0px;
	width: 150px;
}
/* DVD listing
-------------------------------------------------------------- */


.dvd {
	float: left;
	height: auto;
	font-size: 12px;
	font-family: 'Arimo', sans-serif;
	line-height: 16px;
	letter-spacing: normal;
	margin-left: 0px;
	margin-right: 20px;
	margin-bottom: 60px;
	text-align: left;
	color: #999;
	margin-top: 0px;
	border: thin none #76b4b7;
	padding: 0px;
	width: 150px;
}


/* CD Breadcrumb styles
-------------------------------------------------------------- */
.breadcrumbs-CD {
	border-top-width: thin;
	border-top-style: none;
	border-top-color: #76b4b7;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.breadcrumbs-CD:before,
.breadcrumbs-CD:after {
    content: ' ';
    display: table;
}
.breadcrumbs-CD:after { clear: both; }

.breadcrumbs-CD li.title {
	display:block;
	float: left;
	padding: 0;
	list-style: none;
	font-size: 1.2em;
	color: #e14b27;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	font-weight:lighter;
	text-transform: uppercase;
}

.breadcrumbs-CD li {
	display: block;
	float: left;
	padding-top: 5px;
	list-style: none;
	font-size: 1.0em;
	color: #000000;
	text-transform:uppercase;
	margin-top: 0;
	margin-right: 20px;

	margin-bottom: 0;
	margin-left: 0px;
}
.breadcrumbs-CD li a {
	padding-right: 14px;
	background: url(../images/breadcrumb-arrow.png) no-repeat 100% 30%;
	color: #676767;
}
.breadcrumbs li a:hover {
	color: #DF370D;
}
.breadcrumbs-CD li,
.breadcrumbs-CD li a {
	line-height: 1.2;
	text-transform: none;
	letter-spacing: 1px;
	font-size: 1.0em;
}



/* Collaborations Page Title
-------------------------------------------------------------- */
h2.collaborations {
	font-size: 25px;
	line-height: 1.2em;
}

#collaborations-page-title {
	position: relative;
	background-color: none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#collaborations-page-title:after {
    content: '';
    position: absolute;
    top: 18px; right: 0; bottom: 0; left: 0;
    height: 100%; width: 100%;
    z-index: -1;
}
#collaborations-page-title h1 {
	margin: 0;
	color: #76b4b7;
	font-weight: lighter;
	font-size: 1.8em;
	text-transform: none;
}

/* CT CD Page
-------------------------------------------------------------- */
#CT-cd-cnt {
	position: relative;
	z-index: 30;
	margin: 0 0 -80px;
	min-height: 530px;
	background-repeat: no-repeat;
	background-position: 50% 100%;
}
#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: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
	-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;

}

#CT-cd-cnt .CT-cd-cnt-inner .slogan {
    margin: 0; padding: 0 0 30px;
}
#CT-cd-cnt .CT-cd-cnt-inner .slogan span {
	padding: 0;
	font-size: 20px;
}
#CT-cd-cnt .CT-cd-cnt-inner p {
	margin-bottom: 5px;
	color: #555;
	font-size: 12px;
	line-height: 1.1em;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
	page-break-inside: avoid; /* Firefox */
	break-inside: avoid; /* IE 10+ */
			   
}

#CT-cd-cnt .CT-cd-cnt-inner p a:link {
	margin-bottom: 10px;
	color: #467091;
	font-size: 12px;
	line-height: 1.1em;
}
#CT-cd-cnt .CT-cd-cnt-inner p a:hover {
	margin-bottom: 10px;
	color: #DF370D;
	font-size: 12px;
	line-height: 1.1em;
}
#CT-cd-cnt .CT-cd-cnt-inner a.btn {
    
}

#CT-cd-us {
    position: relative;
    z-index: 29;
    text-align: center;
}
#CT-cd-us img {
	display: block;
	margin: 0 auto;
	-webkit-box-shadow: 5px 0 20px rgba(192,32,0,.5);
	box-shadow: 5px 0 20px rgba(192,32,0,.5);
	border-bottom-width: 8px;
	border-bottom-style: none;
	border-bottom-color: #ca1e4f;
}
#CT-cd-us a {
    position: absolute;
    top: 50%;
    width: 210px;
    padding: 20px 40px;
    margin: 0 0 0 -150px;
    background: #222;
    background: rgba(0,0,0,.8);
    font-size: 1.5em;
    font-weight: lighter;
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .3s;
    -o-transition: background .3s;
    transition: background .3s;
}
#CT-cd-us a:hover {
    background-color: #333;
}
p.cd-item {
	display: block;
	width: 100%;
	margin-bottom: 50px;
}

.CD-large {
	width: 200px;
	float: left;
	height: auto;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: normal;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 40px;
	text-align: left;
	color: #999;
	margin-top: 0px;
	padding: 0px;
}
.buy-cd-btn {
	width: auto;
	margin-bottom: 20px;
	margin-top: 2px;
}
.cd-btn {
	padding-right: 2px;
}
.cd-title {
	display:block;
	font-size: 16px;
	margin-bottom: 5px;
	line-height: 1.2em;
	color: #000000;
	text-transform: none;
	font-family: 'Arimo', sans-serif;
	font-weight: normal;
}

/* Home Page 
-------------------------------------------------------------- */
#home{
	background: #FDFDFD;
	overflow-y: scroll;
	overflow-x: hidden;
}
#img.source-image {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#home-links {
	text-align: center;
	margin-top: 180px;
}
#home-links a {
    margin: 0 5px;
    padding: 15px 80px;
    background: #444;
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
    text-transform: lowercase;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all .3s;
    -o-transition: background .3s;
    transition: background .3s;
}
#home-links a.orange {
    background: #f7690d;
}
#home-links a:hover {
    opacity: 0.7;
}

#home-ftr {
	padding-top: -30px;
	text-align: left;
	background-image: url(../images/bg/bg-blue1.jpg);
	background-repeat: repeat;
}
#home-ftr h2,
#home-ftr p {
    color: #fff;
}

#home-ftr p > span.color {
	color: #ed197f;
	margin-right: 8px;
}

#home-ftr h2 {
	font-size: 1.3em;
	font-weight: lighter;
	text-transform: none;
}
#home-ftr p {
	font-size: 1.0em;
	font-weight: lighter;
	color: #ddd;
}
#home-ftr hr {
	margin-left: 12%;
	margin-right: 12%;
	border-top-color: #373737;
	border-right-color: #373737;
	border-bottom-color: #373737;
	border-left-color: #373737;
}


/* About Page
-------------------------------------------------------------- */
.imageholder-wide-bio {
	display:none;
	width: 100%;
	height: 100%;
	float: right;
	padding-top: 8px;
	padding-bottom: 25px;
	font-size: 10px;
	line-height: 1.3em;
	text-align: right;
	color: #666666;
	text-align: left;
}


#about-cnt {
	position: relative;
	min-height: 400px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
#about-cnt .about-cnt-inner {
	position: relative;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-bottom: 20px;
	width: 90%;
	min-height: 400px;
}
#about-cnt .about-cnt-inner .slogan {
    margin: 0; padding: 0 0 30px;
}
#about-cnt .about-cnt-inner .slogan span {
	padding: 0;
	font-size: 30px;
	font-weight: lighter;
}
#about-cnt .about-cnt-inner p {
	margin-bottom: 20px;
	color: #585858;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: lighter;
}
#about-cnt .about-cnt-inner p a:link {
	font-size: 14px;
}
#about-cnt .about-cnt-inner a.btn {
    
}



/* page-wide style
-------------------------------------------------------------- */
.imageholder-wide-bio {
	display:none;
	width: 100%;
	height: 100%;
	float: right;
	padding-top: 8px;
	padding-bottom: 25px;
	font-size: 10px;
	line-height: 1.3em;
	text-align: right;
	color: #666666;
	text-align: left;
}


#page-wide-cnt {
	position: relative;
	min-height: 400px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
#page-wide-cnt .page-wide-cnt-inner {
	position: relative;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-bottom: 20px;
	width: auto;
}
#page-wide-cnt .page-wide-cnt-inner .slogan {
    margin: 0; padding: 0 0 30px;
}
#page-wide-cnt .page-wide-cnt-inner .slogan span {
	padding: 0;
	font-size: 30px;
	font-weight: lighter;
}
#page-wide-cnt .page-wide-cnt-inner p {
	margin-bottom: 10px;
	color: #3F3F3F;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: lighter;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#page-wide-cnt .page-wide-cnt-inner p a:link {
	font-size: 14px;
}
#page-wide-cnt .page-wide-cnt-inner .small-credits {
	font-size: 12px;
	line-height: 1.3em;
	color: #808897;
}
#page-wide-cnt .page-wide-cnt-inner a.btn {
    
}
/* Project 3 columns 
-------------------------------------------------------------- */
#page-wide-cnt .project-3-col-cnt-inner {
	position: relative;
	width: 100%;
	padding-top: 0;
	padding-right: 30px;
	height: auto;
	padding-bottom: 80px;
	padding-left: 0px;
	margin-bottom: 80px;
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
	-moz-column-count: 3; /* Firefox */
	column-count: 3;
	-webkit-column-gap: 40px; /* Chrome, Safari, Opera */
	-moz-column-gap: 40px; /* Firefox */
	column-gap: 40px;
	-webkit-column-rule: 0px outset #F3F3F3; /* Chrome, Safari, Opera */
	-moz-column-rule: 0px outset #F3F3F3; /* Firefox */
	column-rule: 0px outset #F3F3F3;

}

#page-wide-cnt .project-3-col-cnt-inner .slogan {
    margin: 0; padding: 0 0 30px;
}
#page-wide-cnt .project-3-col-cnt-inner .slogan span {
	padding: 0;
	font-size: 20px;
}
#page-wide-cnt .project-3-col-cnt-inner p {
	margin-bottom: 40px;
	color: #555;
	font-size: 1.0em;
	
		
-webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
          page-break-inside: avoid; /* Firefox */
               break-inside: avoid; /* IE 10+ */			   
			   
}
#page-wide-cnt .project-3-col-cnt-inner a.btn {
    
}

/* Project 2 columns 
-------------------------------------------------------------- */
#page-wide-cnt .project-2-col-cnt-inner {
	position: relative;
	padding-top: 0;
	padding-right: 30px;
	height: auto;
	padding-bottom: 80px;
	padding-left: 0px;
	margin-bottom: 80px;
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
	-webkit-column-gap: 10px; /* Chrome, Safari, Opera */
	-moz-column-gap: 10px; /* Firefox */
	column-gap: 10px;
	-webkit-column-rule: 0px outset #F3F3F3; /* Chrome, Safari, Opera */
	-moz-column-rule: 0px outset #F3F3F3; /* Firefox */
	column-rule: 0px outset #F3F3F3;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
	page-break-inside: avoid; /* Firefox */
	break-inside: avoid; /* IE 10+ */
}

#page-wide-cnt .project-2-col-cnt-inner .slogan {
    margin: 0; padding: 0 0 30px;
}
#page-wide-cnt .project-2-col-cnt-inner .slogan span {
	padding: 0;
	font-size: 20px;
}
#page-wide-cnt .project-2-col-cnt-inner p {
	margin-bottom: 40px;
	color: #555;
	font-size: 1.0em;
	
		
-webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
          page-break-inside: avoid; /* Firefox */
               break-inside: avoid; /* IE 10+ */			   
			   
}
#page-wide-cnt .project-2-col-cnt-inner a.btn {
    
}

/* Project Index Listing */
#page-wide-cnt .listing {
    margin: 0;
    padding: 0 0 0 0px !important;
    width: 550px;
}
#page-wide-cnt .listing li {
	background-image: url("../images/project-btn-bg.png");
	border: 0 solid #e5e5e5;
	float: left;
	padding-bottom: 5px;
	position: relative;
	transition: background 100ms linear 0s;
	width: 350px;
	height: 50px;
	list-style: none;
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
}

#page-wide-cnt .listing li a:hover {
    background: #f6f6f6 none repeat scroll 0 0;
}

#page-wide-cnt .listing li .block {
    display: block;
    height: 40px;
    padding: 10px 25px;
    text-decoration: none;
}
#page-wide-cnt .listing li .block .image {
	color: #444;
	font-size: 11px;
	line-height: 1.2em;
	margin-top: -9px;
	position: absolute;
	right: 0px;
	text-align: left;
	text-transform: none;
	top: 0px;
	width: 100%;
	height: auto;
}
#page-wide-cnt .listing li .block .image span, #page-wide-cnt .listing li .block .image .image {
    font: 18px/1em 'Arimo', sans-serif;
}
#page-wide-cnt .listing li .block .tickets {
    color: #444;
    font-size: 11px;
    line-height: 1.2em;
    margin-top: -9px;
    position: absolute;
    right: 25px;
    text-align: left;
    text-transform: none;
    top: 40%;
    width: 70px;
}
#page-wide-cnt .listing li .block .tickets span, #page-wide-cnt .listing li .block .tickets .tickets {
    font: 18px/1em 'Arimo', sans-serif;
}
#page-wide-cnt .listing li .block .project-title {
	color: #2D2D2D;
	font-family: 'Arimo', sans-serif;
	font-size: 16px;
	left: 15px;
	line-height: 18px;
	margin-top: -9px;
	position: absolute;
	top: 22px;
	width: 315px;
	letter-spacing: 1px;
}
#page-wide-cnt .listing li .event-detail {
    background: #f6f6f6 none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.35);
    bottom: -3px;
    color: #000;
    display: none;
    padding: 15px;
    position: absolute;
    right: 485px;
    width: 290px;
    z-index: 99;
}

/* logo image float */
#logofloat,
.logofloat {
	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;
}




/* CT News Page
-------------------------------------------------------------- */
.news-date{
	display: block;
	width: auto;
	font-weight: bold;
	color: #3F3F3F;
	margin-bottom: 5px;
	font-size: 14px;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #467091;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.news {
	display: block;
	width: 60%;
	min-height: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 1.2em;
}
.news a:link {
	font-size: 14px;
	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: 5px;
	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: 200px;
	float: right;
	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: 15px;
	margin-bottom: 8px;
}
.imageholder-press {
	width: 60%;
	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: 0px;
	margin-right: 15px;
	margin-bottom: 8px;
}
.imageholder-press2 {
	width: 30%;
	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: 0px;
	margin-right: 15px;
	margin-bottom: 8px;
}

/* Custom press styles
-------------------------------------------------------------- */
ul.press {
	padding: 0;
	margin: 0 0 30px;
	white-space: pre-line;
	text-align: left;
}
ul.press > li {
	display: inline-block;
	position: relative;
	list-style-type: none;
	text-align: left;
	line-height: 1.3;
	font-size: 1.2em;
	color: #777;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	min-width: 550px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 220px;
	width: auto;
	
	

}
ul.press > li > span {
	position: absolute;
	height: 16px;
	width: 32px;
	margin: -4px 0 0 -45px;
	padding: 8px 0;
	font-size: 16px;
	background: #555;
	text-align: left;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
	left: 46px;
	top: 12px;
}

ul.no-bullets > li {
    list-style-type: none;
    line-height: 1.5;
    font-size: 1.1em;
    color: #444;
}



/* program-notes Table styles
-------------------------------------------------------------- */    
.imageholder-wide-works {
	width: 100%;
	height: auto;
	float: left;
	padding-top: 0px;
	padding-bottom: 8px;
	font-size: 10px;
	line-height: 1.3em;
	text-align: right;
	color: #666666;
	text-align: left;
}
#program-notes-wrap {
   width:90%;
   margin:0 0;
   display:block;
}
#program-notes-left_col {
   float:left;
   width:35%;
   margin-right: 4%;
   }
#program-notes-right_col {
   float:right;
   width:61%;
}
.program-small-info {
	display: block;
	margin-top: 8px;
	margin-bottom: 20px;
	font-size: 11px;
	color: #585858;
}
/* Contact Page
-------------------------------------------------------------- */
#contact {
	position: relative;
	margin-top: -20px;
	margin-right: 0;
	margin-bottom: 40px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 570px;
	padding-bottom: 0;
	padding-left: 20px;
	min-height: 700px;
	height: auto;
}
#contact #contact-info {
	width: 520px;
	position: absolute;
	top: 0;
	right: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 30px;
	margin-bottom: 30px;
	height: 100%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F3F3F3;
}
#contact-form {
    margin: 0 0 20px;
    padding: 20px;
    background: #eee;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
#contact-form ul.form {
    margin: 0;
}


.manager {
	font-size: 16px;
	color: #071329;
	line-height: 1.2em;
	margin-bottom: 10px;
}

.press-kit-items {
	font-size: 16px;
	color: #3a4d75;
	line-height: 1.2em;
	margin-bottom: 5px;
}





.imageholder {
	float: right;
	padding: 8px;
	font-size: 11px;
	line-height: 1.4em;
	text-align: right;
	color: #828282;
	margin-left: 30px;
	margin-bottom: 10px;
}

.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%;
}




.title {
	margin: 0;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bolder;
	line-height: normal;
	color: #3a4d75;
}

.small_caps1{
	color: #3F85A7;
	font-size: 0.8em;
	text-transform: uppercase;
	padding-top: 0px;
	}
.big{
	color: #88848C;
	font-size: 1.1em;
	text-transform: none;
	letter-spacing: 1px;
	padding-top: 0px;
	font-family: 'Arimo', sans-serif;
	}
.big a:link{
	color: #88848C;
	font-size: 1em;
	text-transform: none;
	letter-spacing: 1px;
	padding-top: 0px;
	font-family: 'Arimo', sans-serif;
	}
.big a:hover{
	color: #c42026;
	}



/* 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%;
}



/************************/
/* Back to Top       */
/************************/
.back-to-top {
    position: fixed;
	background-image:url(../images/top.png) no-repeat;
    bottom: 5em;
    right: 0px;
    text-decoration: none;
    color: #000000;
    font-size: 12px;
    padding: 1em;
    display: none;
	z-index: 90;
}

.back-to-top:hover {
	opacity: 0.5;
}


/* 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:48%;
   margin-right: 4%;
   }
#media-wrap-right_col {
   float:right;
   width:48%;
}
.media-title-small{
	display: block;
	font-size: 0.8em;
	margin-top: 10px;
	margin-bottom: 0px;
	font-weight: normal;
	color: #919191;
}





/* Pull Quote */
.pullquote {
	font-family: 'Arimo', sans-serif;
	width: 70%;
	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: 45px;
	padding-bottom: 16px;
	padding-left: 45px;
}
.pullquote .small {
	font-size: 12px;
}



.anchor{
  display: block;
  height: 190px; /*same height as header*/
  margin-top: -190px; /*same height as header*/
  visibility: hidden;
}
.logo-imageholder {
	float:left;
	font-size: 12px;
	font-family: 'Arimo', sans-serif;
	line-height:16px;
	letter-spacing:normal;
	margin-right: 20px;
	color: #999;
}


/* CT Work-index Page
-------------------------------------------------------------- */


#page-works-index{
	background: url(../images/page-bg.png) no-repeat center center fixed;
	overflow-y: scroll;
	overflow-x: hidden;
	
	-webkit-background-size: 100%; 
    -moz-background-size: 100%; 
    -o-background-size: 100%; 
    background-size: 100%; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover;
}
#page-works-index {    
    padding: 0 0 30px;
}
#page-works-index.divide {
    padding-bottom: 80px;
    min-height: 120px;
    background: url(../images/page-divider.png) no-repeat 50% 100%;
}

#works-index-cnt {
	position: relative;
	z-index: 1;
	min-height: 200px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
#works-index-cnt .works-index-cnt-inner {
	position: relative;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 0px;
	margin-bottom: 20px;
	width: 100%;
}
#works-index-cnt .works-index-cnt-inner .slogan {
    margin: 0; padding: 0 0 30px;
}
#works-index-cnt .works-index-cnt-inner .slogan span {
	padding: 0;
	font-size: 30px;
	font-weight: lighter;
}
#works-index-cnt .works-index-cnt-inner p {
	margin-bottom: 10px;
	color: #2D2D2D;
	font-size: 14px;
}
#works-index-cnt .works-index-cnt-inner a.btn {
    
}

#works-index-cnt .listing {
    margin: 0;
    padding: 0 0 0 0px !important;
    width: 250px;
}
#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: 350px;
	list-style: none;
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
}

#works-index-cnt .listing li a:hover {
    background: #d3d3d3 none repeat scroll 0 0;
}

#works-index-cnt .listing li .block {
    display: block;
    height: 20px;
    padding: 10px 25px;
    text-decoration: none;
}
#works-index-cnt .listing li .block .image {
    color: #444;
    font-size: 11px;
    line-height: 1.2em;
    margin-top: -9px;
    position: absolute;
    right: 7px;
    text-align: left;
    text-transform: none;
    top: 13px;
    width: 150px;
}
#works-index-cnt .listing li .block .image span, #works-index-cnt .listing li .block .image .image {
    font: 18px/1em 'Lato', sans-serif;
}
#works-index-cnt .listing li .block .tickets {
    color: #444;
    font-size: 11px;
    line-height: 1.2em;
    margin-top: -9px;
    position: absolute;
    right: 25px;
    text-align: left;
    text-transform: none;
    top: 40%;
    width: 70px;
}
#works-index-cnt .listing li .block .tickets span, #works-index-cnt .listing li .block .tickets .tickets {
    font: 18px/1em 'Lato', sans-serif;
}
#works-index-cnt .listing li .block .project-title {
	color: #585858;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	left: 15px;
	line-height: 18px;
	margin-top: -9px;
	position: absolute;
	top: 18px;
	width: 320px;
	letter-spacing: 1px;
	font-weight: normal;
}
#works-index-cnt .listing li .event-detail {
    background: #f6f6f6 none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.35);
    bottom: -3px;
    color: #000;
    display: none;
    padding: 15px;
    position: absolute;
    right: 485px;
    width: 290px;
    z-index: 99;
}

.works-publisher {
	width: 100px;
	float: left;
	font-size: 12px;
	line-height: 1.3em;
	text-align: left;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	margin-right: 8px;
}


/* CT Work index text wrap
-------------------------------------------------------------- */    
#ct-work-wrap {
   width:100%;
   margin:0 auto;
   display:block;
}
#left_col {
   float:left;
   width:48%;
   margin-right: 2%;
   }
#right_col {
   float:right;
   width:50%;
}


/* Works alpha 
-------------------------------------------------------------- */
#works-alpha-cnt {
	position: relative;
	z-index: 30;
	margin: 0 0 -80px;
	min-height: 530px;
	background-repeat: no-repeat;
	background-position: 50% 100%;
}
#works-alpha-cnt .works-alpha-cnt-inner {
	position: relative;
	width: 100%;
	padding-top: 0;
	padding-right: 10px;
	height: auto;
	padding-bottom: 80px;
	padding-left: 30px;
	margin-bottom: 80px;
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
	-moz-column-count: 3; /* Firefox */
	column-count: 3;
	
	-webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
		
    -webkit-column-rule: 1px outset #F3F3F3; /* Chrome, Safari, Opera */
    -moz-column-rule: 1px outset #F3F3F3; /* Firefox */
    column-rule: 1px outset #F3F3F3;

}

#works-alpha-cnt .works-alpha-cnt-inner .slogan {
    margin: 0; padding: 0 0 30px;
}
#works-alpha-cnt .works-alpha-cnt-inner .slogan span {
	padding: 0;
	font-size: 20px;
}
#works-alpha-cnt .works-alpha-cnt-inner p {
	margin-bottom: 40px;
	color: #555;
	font-size: 1.0em;
	
		
-webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
          page-break-inside: avoid; /* Firefox */
               break-inside: avoid; /* IE 10+ */			   
			   
}
#works-alpha-cnt .works-alpha-cnt-inner a.btn {
    
}

#works-alpha-us {
    position: relative;
    z-index: 29;
    text-align: center;
}
#works-alpha-us img {
	display: block;
	margin: 0 auto;
	-webkit-box-shadow: 5px 0 20px rgba(192,32,0,.5);
	box-shadow: 5px 0 20px rgba(192,32,0,.5);
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #ca1e4f;
}
#works-alpha-us a {
    position: absolute;
    top: 50%;
    width: 210px;
    padding: 20px 40px;
    margin: 0 0 0 -150px;
    background: #222;
    background: rgba(0,0,0,.8);
    font-size: 1.5em;
    font-weight: lighter;
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .3s;
    -o-transition: background .3s;
    transition: background .3s;
}
#works-alpha-us a:hover {
    background-color: #333;
}
/* Works table */
table.works, th, td {
	width: 100%;
}
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, .work-title-top {
	font-family: 'Arimo', sans-serif;
	font-size: 14px;
	line-height: 1.2em;
	padding-left: 10px;
	padding-top: 5px;
	font-weight: normal;
	width: 23%;
	vertical-align:top;
}
.work-title a:link {
	font-family: 'Arimo', sans-serif;
	font-size: 14px;
	line-height: 1.2em;
}
.work-title a:hover {
	font-family: 'Arimo', sans-serif;
	font-size: 14px;
	line-height: 1.2em;
	color: #DF370D;
}
.mvt {
	font-family: 'Arimo', sans-serif;
	font-size: 14px;
	line-height: 1.2em;
	padding-left: 15px;
}
.instrumentation, .instrumentation-top {
	font-size: 1em;
	line-height: 1.2em;
	padding-left: 10px;
	padding-top: 5px;
	width: 35%;
	vertical-align:top;
}
.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, .duration-top {
	font-size: 14px;
	text-align: left;
	padding-top: 5px;
	width: 8%;
	vertical-align:top;
}
.audio-sample, .audio-sample-top {
	text-align: left;
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 5px;
	width: 34%;
	vertical-align:top;
}
.work-video {
	font-size: 0.9em;
}
.work-video a:link {
		font-size: 0.9em;
	display: inline-block;
	padding-left: 22px;
	min-height: 1.3em;
	vertical-align: top;
	border-radius: 3px;
	padding: 2px 2px 2px 30px;
	min-width: 19em;
	_width: 19em; /* IE 6 */
	text-decoration: none;
	font-weight: lighter;
	color: #467091;
	
	 background-image:url(../images/player/icon_play.png);
 background-position:3px 20%;
 background-repeat:no-repeat;
 _background-image:url(../images/player/icon_play.gif); /* IE 6 */
}
.work-video a:hover {
 background-color:#003366;
 color:#fff;
}
.small-info {
	display:block;
	margin-top: 8px;
	margin-bottom: 8px;
	font-size:11px;
	color: #585858;
}
/************************/
/* Audio Play        */
/************************/

#soundmanager-debug {
 /* SM2 debug container (optional, makes debug more useable) */
 position:absolute;
 position:fixed;
 *position:absolute;
 bottom:10px;right:10px;
 width:50em;
 height:18em;
 overflow:auto;
 background:#fff;
 margin:1em;
 padding:1em;
 border:1px solid #999;
 font-family:"lucida console",verdana,tahoma,"sans serif";
 font-size:x-small;
 line-height:1.5em;
 opacity:0.9;
 filter:alpha(opacity=90);
}
ul.notes {
font-size: 1em;
 margin-left:0px;
 padding-left:1.5em;
}

.note {
 margin-top:0px;
 font-style:italic;
 color:#999;
}

pre {
 font-size:1em;
 _font-size:1em;
}

#left {
 max-width:56em;
}

code {
	font-size:120%;
	line-height:1.5em;
	color:#006600;
	font-weight:bold;
}

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

ul#audio-menu li {
    display: inline;
}

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

ul#audio-menu li a:hover {
    background-color: #9D9D9D;
}
/* Press Kit photo Usage Styles
-------------------------------------------------------------- */
.gallery {
    margin: 0 -.5% 20px;
}
.gallery:before,
.gallery:after {
    content: ' ';
    display: table;
}

.gallery:after,
.gallery:after {
    clear: both;
}
.gallery img {
    float: left;
    width: 20.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;
}
.gallery img:hover {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.gallery.cols-2 img {
    width: 49%;
}
.gallery.cols-3 img {
    width: 32.333%;
}
.gallery.cols-4 img {
    width: 24%;
}
.gallery.cols-5 img {
    width: 19%;
}


/* CT photo galleryStyles
-------------------------------------------------------------- */
#wrapper {
  display: block;
  max-width: 1100px;
  margin: 0 auto;
}

#portfolio {
  display: block;
}

#portfolio li {
  display: block;
  float: left;
  width: 23%;
  max-width: 400px;
  margin-right: 12px;
  margin-bottom: 12px;
}

#portfolio li a {
  display: block;
  padding: 3px;
  background: #fff;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 1px 2px 2px rgba(0,0,0,0.25);
  -moz-box-shadow: 1px 2px 2px rgba(0,0,0,0.25);
  box-shadow: 1px 2px 2px rgba(0,0,0,0.25);
}

.mfp-title {
  font-size: 14px;
  color: #000000 !important;
  font-weight: normal;
}
#portfolio img { border: 0; max-width: 100%; }
/** clearfix **/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
 
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }


/** media queries **/
@media screen and (max-width: 780px) {
  #portfolio li {
    width: 45%;
  }
}

@media screen and (max-width: 550px) {
  #portfolio { 
    text-align: center;
  }
  
  #portfolio li {
    float: none;
    display: inline-block;
    width: 80%;
    margin-bottom: 30px;
  }
}




/* Video page Table styles
-------------------------------------------------------------- */    
.imageholder-video {
	width: 300px;
	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:64%;
}
/* Video Pages */

.screen {
    position: relative;
    height: 100%;
    width: 20%; /*  NOTE: numVideos/100%  */;
    float: left;
    overflow: hidden;
}

.big-image {
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
}

.video-title {
    position: absolute;
    top: 5%;
    right: 5%;
    opacity: .5;
    margin: 40px 0 0 0;
    padding: 0;
    line-height: .65;
    font-size: 4em;
    text-transform: uppercase;
}


.video-screen-imageholder {
	width: 200px;
	height: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 0px;
	padding-right: 8px;
	padding-bottom: 25px;
	font-size: 10px;
	line-height: 1.3em;
	color: #666666;
	text-align: left;
}

/************************/
/* video Container       */
/************************/
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	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%;
}

.media-small{
	font-size: 1em;
	font-weight: normal;
	color: #999;
}

.video-box {
    /* to keep all the images on the one line*/
	width:100%;
}
.video-box img {
    background-color: #000000;
    padding: 2px;
}

.video-box img:hover {
    background-color: #f6751a;
}
