/**************************************************** GLOBAL STYLES ****/

body {
	background: #ded9d4;
	color: #000;
	font: 62.5%  'TitilliumWeb-Regular', arial, sans-serif;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

@font-face {
    font-family: 'TitilliumWeb-Light';
    src: url('../fonts/TitilliumWeb-Light.eot');
    src: url('../fonts/TitilliumWeb-Light?#iefix') format('embedded-opentype'),
         url('../fonts/TitilliumWeb-Light.woff') format('woff'),
         url('../fonts/TitilliumWeb-Light.ttf') format('truetype'),
         url('../fonts/TitilliumWeb-Light#TitilliumWeb-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TitilliumWeb-Bold';
    src: url('../fonts/TitilliumWeb-Bold.eot');
    src: url('../fonts/TitilliumWeb-Bold?#iefix') format('embedded-opentype'),
         url('../fonts/TitilliumWeb-Bold.woff') format('woff'),
         url('../fonts/TitilliumWeb-Bold.ttf') format('truetype'),
         url('../fonts/TitilliumWeb-Bold#TitilliumWeb-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'titilliumweb-italic';
    src: url('../fonts/titilliumweb-italic-webfont.eot');
    src: url('../fonts/titilliumweb-italic-webfont?#iefix') format('embedded-opentype'),
         url('../fonts/titilliumweb-italic-webfont.woff') format('woff'),
         url('../fonts/titilliumweb-italic-webfont.ttf') format('truetype'),
         url('../fonts/titilliumweb-italic-webfont#titilliumweb-italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TitilliumWeb-Regular';
    src: url('../fonts/TitilliumWeb-Regular.eot');
    src: url('../fonts/TitilliumWeb-Regular?#iefix') format('embedded-opentype'),
         url('../fonts/TitilliumWeb-Regular.woff') format('woff'),
         url('../fonts/TitilliumWeb-Regular.ttf') format('truetype'),
         url('../fonts/TitilliumWeb-Regular#TitilliumWeb-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TitilliumWeb-SemiBold';
    src: url('../fonts/TitilliumWeb-SemiBold.eot');
    src: url('../fonts/TitilliumWeb-SemiBold?#iefix') format('embedded-opentype'),
         url('../fonts/TitilliumWeb-SemiBold.woff') format('woff'),
         url('../fonts/TitilliumWeb-SemiBold.ttf') format('truetype'),
         url('../fonts/TitilliumWeb-SemiBold#TitilliumWeb-SemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* =================================
				HEADER
==================================== */

#wrapper{
	position: relative;
	width: 100%;
	overflow-x: hidden;
}

#wrapper .bder{
	border-left: solid 1px #d7d2cd;
	border-right: solid 1px #d7d2cd;
}

#header{
	width: 100%;
	position: relative;
	margin:0;
	z-index: 100;
	display: inline-block;
}

#header .head-content{
	background: url(../img/bg-top-header.png) repeat;
	width: 100%;
	display: block;
}

#header .top-section{
	position: relative;
}

#header .logo{
	display: block;
	width: 240px;
	height: 24px;
	margin:0;
	padding: 20px 0;
}

#header .logo h1{
	margin: 0;
	line-height: 0px;
}

#header .logo h1 a span{
	font: 29px/20px 'TitilliumWeb-Regular', arial;
	text-transform: uppercase;
	color: #000;
	display: block;
	text-decoration: none !important;
}

#header .logo h1 a{
	width: 240px;
	height: 30px;
	display: block;
	transition:all 0.3s linear 0s;
}

#header .logo h1 a,
.social ul li a {
	display: inline-block;
}
#header .logo h1 a:hover,
.social ul li a:hover{
	opacity: 0.7;
}

#header .logo h1 a:hover{
	text-decoration: none;
}

.top-section .bar-wrap{
/*	border-left:solid 1px #e0e0e0;
	border-right:solid 1px #e0e0e0;*/
}

.top-section .bar-wrap .bar1{
	padding: 5px 0;
	margin-top: 7px;
}

.top-section .bar-wrap .links{
	border-right:solid 1px #e0e0e0;
	padding-right: 13px;
	float: left;
}

.bar-wrap .links a{
	color: #000;
	font: 14px/18px 'ProximaNova-Light';
	padding: 0 5px;
}

.top-section .social{
	float: right;
	margin-top:10px;
	margin-left: 10px;
}

.social ul{
	display: block;
	margin:0;
}

.social ul li{
	float: left;
	list-style: none;
	margin:0 11px;
}

.social ul li a{
	background: url(../img/ico-social.png) no-repeat;
	width: 24px;
	height: 24px;
	display: block;
	text-indent: -99999px;
	transition:all 0.3s linear 0s;
}

.social ul li.fb a{
	background-position: 1px -2px;
}

.social ul li.tw a{
	background-position: -49px -1px;
}

.social ul li.gp a{
	background-position: -99px -2px;
}

.navbar{
	border-top:solid 4px transparent;
	background: url(../img/bg-bot-header.png) repeat;
	height: 50px;
	padding: 0;
	margin-bottom: 0;
}

.navbar:before,
.navbar:after {
  content: ".";
  display: inline;
  height: 0;
  overflow: hidden;
}
.navbar:after {clear: both;}
.navbar {zoom: 1;} /* IE < 8 */


.navbar .container{
	border-left: none !important;
	border-right: none !important;
}

.navbar .nav{
	float: none;
}

.navbar-inner{
	border:none;
	border-radius: 0;
}

#nav{
	position: relative;
	margin: -17px 0 0;
	z-index: 999999;
}

#nav ul{
	width: 81.7%;
	margin:0 auto;
}

#nav ul li{
	float: left;
	list-style: none;
	margin:-2px 20px 0 20px;
}

#nav ul li.firstnav{
	margin-left:0;
}

#nav ul li.lastnav{
	margin-right:0;
}

#nav ul li a{
	color: #969696;
	font: 15px/18px 'TitilliumWeb-SemiBold', arial;
	text-transform: uppercase;
	padding: 15px 0;
	border-top:4px solid transparent;
}


#nav ul li a:hover{
	border-top:solid 4px #00a99d;
	color: #fff;
	text-decoration: none;
}

#nav ul li.active a{
	border-top:solid 4px #00a99d;
	color: #fff;
	text-decoration: none;
}

/* nav responsive */

.navbar{
	position: relative;
}

.navbar .btn-navbar{
	background: none !important;
	float: none;
}

.navbar .btn-navbar span {
  color: #fff;
  margin:5px 5px 7px;
  padding: 0;
  font: 15px/20px 'TitilliumWeb-SemiBold';
  text-transform: uppercase;
  display: block;
  text-align: left;
  text-decoration: none;
  width: 63px;
  margin:0 auto;
  background: url(../img/section-btn.png) no-repeat right;
}
#nav.nav-collapse {
	position: absolute;
	width: 100%;
}
.nav-collapse.collapse {
  height: auto;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}

/*#nav .sf-menu ul{
	background: url(../img/bg-subnav.png) repeat;
	width: 95.5em;
	min-height: 50px;
	display: none;
	visibility: hidden;
	margin: 0 0 0 103px;
	text-align: center;
}
*/
#nav .sf-menu ul li{
	/*width: 15%;
	margin: 0 15px;*/
	float: none;
	display: inline;
	padding: 0 10px;
	margin: 0;

}

/*#nav .sf-menu ul li a{
	text-align: center;
	display: inline-block;
	width: fit-content;
}*/

#nav .sf-menu ul li.firstnav{
	/*margin-left: 110px;*/
}

/*#nav .sf-menu ul li a{
	color: #fff;
	font: 15px/24px 'TitilliumWeb-Regular';
	text-transform: capitalize;
}

#nav .sf-menu ul li a:hover{
	color: #8ac0f5;
}

#nav .sf-menu ul li a,
#nav .sf-menu ul li a:hover{
	border-top:none !important;
}

.menubg{
	background: url(../img/menu-bg1.png) repeat;
	width: 100%;
	height: 53px;
	position: absolute;
	top:0;
	left:0;
	z-index: 5;
}*/

ul.megamenu div.mm-item-content{
	background: none;
	width: 100%;
	min-height: 468px;
	position: absolute;
	top:52px !important;
	left:0 !important;
	z-index: 5;
}

.mm-content-base{
	background: url(../img/bg-subnav.png) repeat;
}

.mm-content-base ul{
	height: auto !important;
}

.mm-content-base ul li{
	border-top:none;
}

.mm-content-base ul li a,
#nav ul li.active .mm-content-base ul li a{
	border-top:none !important;
	color: #fff !important;
}

.mm-content-base ul li a{
	padding: 20px 0;
	display: block;
	color: #969696 !important;
	font: 15px/24px 'TitilliumWeb-Regular';
	text-transform: none !important;
}

#nav ul li .mm-content-base ul li a:hover{
	color: #fff !important;
}

.mm-js-shadow{
	display: none;
}

/* =================================
				Slideshow
==================================== */

#slideshow{
	position: relative;
	overflow: hidden;
	z-index: 90;
	width: 100%;
}

#slideshow .container {
	max-height: 460px;
}

#main-slideshow .slide img{
	width: 100%;
	height: auto;
}

.cycle-overlay{
	position: absolute;
	top:39%;
	left: 22%;
	width: 45%;
	background: none;
	padding: 0 90px;
}

.slide .caption{

}

.caption .logoimg{
	width: 254px !important;
	height: auto;
	display: block;
	margin: 0 auto;
}

.caption h2 a{
	width: 100%;
	color: #fff;
	font: 26px/30px 'titilliumweb-italic';
	display: block;
	text-align: center;
}

.caption p{
	margin:20px auto 40px;
	width: 100%;
	color: #fff;
	font: 18px/24px 'ProximaNova-Light';
}

.caption a.slide-btn{
	color: #000;
	font: 20px/20px 'ProximaNova-Light';
	text-transform: uppercase;
	background: #fff;
	padding: 10px 15px;
}

.caption a.slide-btn:hover{
	text-decoration: none;
	background: #00264c;
	color: #fff;
}

#slideshow .cycle-pager-wrap{
	background: url(../img/bg-slidenav.png) repeat;
	width: 100%;
	position: absolute;
	bottom:0;
	left: 0;
	z-index: 999;
	padding: 15px 0px;
}

#slideshow .cycle-pager{
	margin: 0 auto;
	display: block;
}

#slideshow .cycle-pager a{
	background: url(../img/nav-slide.png) no-repeat 0 10px;
	width: 28px;
	height: 28px;
	display: block;
	text-indent: -99999px;
	margin:0 5px;
	float: left;
}

#slideshow .cycle-pager a:hover,
#slideshow .cycle-pager .cycle-pager-active{
	background-position: 0 -32px;
}


/* =================================
				HOME CONTENT
==================================== */

#home-content{
	padding:45px 0 30px;
	background: url(../img/bg-home-content.jpg) repeat;
	width: 100%;
}

.home-title{
	border-bottom: solid 1px #cdcdcd;
	padding-bottom: 15px;
}
.home-title h3,
.home-title h3 a{
	color: #6f1d1d;
	font: 21px/23px 'TitilliumWeb-SemiBold';
	margin: 0;
	display: inline-block;
}

.home-title h3 a{
	border: none;
}

.home-title .viewall{
	position: relative;
	display: inline-block;
	float: right;
	color: #4b4b4b;
	font: 12px/23px 'TitilliumWeb-SemiBold';
	text-transform: uppercase;
	background: url(../img/ico-arrow-right2.png) no-repeat right;
	padding-right: 15px;
}

.home-blog-img{
	float: left;
	margin: 5px 15px 0px 0
}

#home-content p{
	color: #000;
	font: 16px/24px 'TitilliumWeb-Regular';
	margin: 0 0 15px;
}

#home-content a.more {
	display: none;
}

.intro h2{
	color: #282828;
	font: 24px/30px 'TitilliumWeb-Bold';
	margin: 0 0 15px;
}

.intro .img-desc{
	font: 19px/23px 'TitilliumWeb-Regular';
	display: block;
	margin: 0 0 20px;
}

.intro p{
	font: 16px/24px 'TitilliumWeb-Regular';
	margin: 0 0 20px;
}

.intro p a{
	color: #004a80;
}

.intro p strong{
	font-family: 'TitilliumWeb-Bold';
	font-weight: normal;
}

.img-home img{
	background: #fff;
	padding: 5px;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}

#recents .container{
	background: #fff;
	padding: 40px 0;
}

#recents .med-cov,
#recents .cd-rel{
	position: relative;
}

#recents .med-cov .recent-blog-content p{
	max-height: 90px;
	overflow: hidden;
}

.recent-acclaim-content p a.more{
	display: none;
}

#recents h3,
#recents h3 a{
	color: #6f1d1d;
	font: 21px/23px 'TitilliumWeb-SemiBold';
	margin:0 0 25px;
	border-bottom: solid 1px #cdcdcd;
	padding-bottom: 15px;
}

#recents h3 a{
	border: none;
}

#recents .viewall{
	position: absolute;
	top:2px;
	right: 0;
	color: #4b4b4b;
	font: 12px/23px 'TitilliumWeb-SemiBold';
	text-transform: uppercase;
	background: url(../img/ico-arrow-right2.png) no-repeat right;
	padding-right: 15px;
}

#recents ul{
	padding: 0;
	margin: 0;
}

#recents ul li{
	list-style: none;
	clear: both;
	margin:0 0 30px;
}

#recents h4{
	color: #000;
	font: 18px/23px 'TitilliumWeb-SemiBold';
	margin:0 0 10px;
}

#recents h4 a{
	color: #000;
}

#recents p{
	color: #000;
	font: 16px/24px 'TitilliumWeb-Regular';
	margin:0 0 15px;
}

#recents p a{
	color: #3165b3;
	font: 14px/12px 'TitilliumWeb-Regular';
}

.cd-rel ul li img{
	float: left;
	margin:5px 10px 10px 0;
}

.cd-rel ul li .desc{
	float: left;
	width: 60%;
}

.cd-rel ul li .desc .date{
	color: #000;
	font: 14px/20px 'TitilliumWeb-Regular';
	display: block;
	margin:0 0 7px;
}

.findout{
	background: #4b4b4b;
	border-radius:5px;
	padding: 5px 10px;
	color: #fff;
	font: 12px/23px 'TitilliumWeb-SemiBold';
	text-transform: uppercase;
	display: block;
	float: left;
}

.findout span{
	background: url(../img/ico-arrow-right.png) no-repeat right;
	display: block;
	padding-right: 15px;
}

.findout:hover{
	color: #fff;
}

.post-list ul li{
	list-style: none;
	clear: both;
	margin-bottom: 15px;
}

.post-list ul li.firstrec .date{
	background: #2b3339;
	width: 8%;
	display: block;
	color: #fff;
	text-align: center;
	line-height: 16px;
	padding: 5px 0;
	margin: 11px 35px 0 0;
}

.social-slide{
	background: #360b0b;
	width: 100%;
	position: relative;
	margin:45px 0;
}

#tw .jtweets-feed ul li{
	color: #e6bdbd;
	font: 20px/25px 'TitilliumWeb-Regular';
}

#tabsnav{
	padding-bottom: 10px;
}

#tabsnav ul{
	margin:0;
	padding: 0;
}

#tabsnav ul li{
	list-style: none;
	float: left;
}

#tabsnav ul li.icofb a{
	background: #731a1a;
	padding: 10px 10px;
	display: block;
}

#tabsnav ul li.icofb a span{
	background: url(../img/ico-fb.png) no-repeat;
	width: 20px;
	height: 20px;
	display: block;
	text-indent:-99999px;
}

#tabsnav ul li.icotw a{
	background: #731a1a;
	padding: 10px 10px;
	display: block;
}

#tabsnav ul li.icotw a span{
	background: url(../img/ico-twi.png) no-repeat;
	width: 20px;
	height: 20px;
	display: block;
	text-indent:-99999px;
}

#tabsnav ul li.active a,
#tabsnav ul li a:hover{
	background: #06a1f1;
}

.tabscontent{
	padding: 0 20px 20px;
	position: relative;
}

.tabscontent p{
	color: #e6bdbd;
	font: 20px/25px 'TitilliumWeb-Regular';
	margin:0 0 20px;
}

.tabscontent p a{
	color: #cca74c;
}

.tabscontent .time{
	color: #ff7777;
	font: 16px/30px 'TitilliumWeb-Regular';
}

.tabscontent .news-prevnext{
	position: absolute;
	top:-50px;
	right: 10px;
}

.news-prevnext #prev1,
.news-prevnext #prev{
	background: url(../img/ico-box-arrow-left.png) no-repeat;
	width: 21px;
	height: 21px;
	display: block;
	text-indent: -99999px;
	float: left;
	margin-right: 5px;
}

.news-prevnext #next,
.news-prevnext #next1{
	background: url(../img/ico-box-arrow-right.png) no-repeat;
	width: 21px;
	height: 21px;
	display: block;
	text-indent: -99999px;
	float: left;
}

/* =================================
				404
==================================== */

body.four-o-four #header{
	background: #521212;
}

body.four-o-four #header .head-content{
	background: none;
}

body.four-o-four #header .logo{
	margin:0 auto;
	padding-top:15px;
}

body.four-o-four #header .logo h1 a{
	background: url(../img/logo-white.png) no-repeat;
}

.page-content{
	background: #fff;
	padding: 45px 30px;
}

.fourofour-content h2{
	color: #454545;
	font: 24px/29px 'TitilliumWeb-Bold';
	margin:0 0 20px;
}

.fourofour-content p{
	color: #000;
	font: 18px/19px 'TitilliumWeb-Regular';
	margin:0 0 15px;
}

.fourofour-content{
	position: relative;
	padding-top:100px;
	padding-bottom: 400px;
}

.fourofour-content p a{
	color: #004a80;
	text-decoration: underline;
}

.fourofour-content p a:hover{
	color: #0571be;
}

.inner404{
	position: relative;
	z-index: 5;
}

.img-fourofour{
	display: block;
	position: absolute;
	top:15%;
	left: 165px;
}


/* =================================
				STAGE
==================================== */

.fancybox-prev span, .fancybox-next span{
	background: url(../img/ico-arrow-leftright.png) no-repeat;
	top:47%;
	height: 76px !important;
}

.fancybox-prev span{
	background-position: 0 0;
}

.fancybox-next span{
	background-position: 0 -76px;
}

.fancybox-title-float-wrap .child{
	background: none;
}

.fancybox-close{
	left: -18px;
	right: -18px;
}

button.close{
	background: url(../img/fancybox_sprite.png);
	height: 36px;
    left: -18px;
    opacity: 1;
    position: absolute;
    text-indent: -99999px;
    top: -18px;
    width: 36px;
}

#img-heading{
	position: relative;
	overflow: hidden;
	z-index: 90;
	width: 100%;
	display: block;
}

#img-heading .container {
	max-height: 460px;
}
#img-heading .container img {
	height: 100%;
	width: 100%;
}
#img-heading .caption-overlay{
	position: absolute;
	top:47%;
	left: 33%;
}

.caption-overlay h1{
	color: #fff;
	font: 50px/34px 'TitilliumWeb-Bold';
	text-align: center;
	text-transform: uppercase;
}

.caption-overlay img{
	display: block;
	margin:30px auto 20px;
}

.caption-overlay h2{
	color: #fff;
	font: 27px/34px 'TitilliumWeb-Bold';
	text-align: center;
}

.page-about{
	padding-top:0;
	padding-bottom: 0;
}

.page-about #sidebar{
	padding-top:45px;
	padding-bottom: 95px;
}

#sidebar{
	background: url(../img/bg-sidebar.png) repeat-y;
	height: auto;
	display: block;
}

#sidebar-press{
	background: url(../img/bg-sidebar.png) repeat-y;
    max-height: 100%;
    display: block;
}

#sidebar h3, #sidebar-press h3{
	color: #6f1d1d;
	font: 18px/24px 'TitilliumWeb-Bold';
	text-transform: uppercase;
	padding-bottom: 10px;
	padding-right: 10px;
}

#sidebar .sidenav, #sidebar-press .sidenav{
	width: 97%;
	margin: 0 0 45px;
}

.sidenav ul{
	margin: 0;
	padding: 0;
	border-top: solid 1px #c8c8c8;
}

.sidenav ul li{
	list-style: none;
}

.sidenav ul li.active a,
.sidenav ul li a:hover{
	color: #6f1d1d;
	text-decoration: none;
	background: #fff;
}

.sidenav ul li a{
	color: #3b3b3b;
	font: 16px/40px 'TitilliumWeb-SemiBold';
	display: block;
	border-bottom: solid 1px #c8c8c8;
}

.sidenav ul.sub-menu-child{
	margin-left: 20px;
	border-top: none;
}

.sidenav ul.sub-menu-child li.current_page_item a{
	color: #6f1d1d;
	text-decoration: none;
	background: #fff;
}

#main-content{
	padding-bottom: 45px;
}

.page-about #main-content{
	padding-top:45px;
}

#main-content h2{
	color: #282828;
	font: 27px/30px 'TitilliumWeb-Bold';
	margin:0 0 15px;
}

#main-content .intro{
	color: #3b3b3b;
	font: 20px/30px 'TitilliumWeb-SemiBold';
	display: block;
	margin:0 0 15px;
}

#main-content p{
	color: #3b3b3b;
	font: 14px/24px 'TitilliumWeb-Regular';
	margin:0 0 20px;
}

.ensemble-wrap{
	margin-top:55px;
}

.ensemble-block{
	margin-bottom: 50px;
}

.ensemble-block img{
	display: block;
	float: left;
	margin:5px 35px 20px 0;
}

.ensemble-block .bio{
	float: left;
	width: 55%;
}

.bio .social2{
	margin:0 0 55px;
}

.bio .social2 ul{
	margin: 0;
	padding: 0;
}

.social2 ul li{
	list-style: none;
	float: left;
	margin-right: 10px;
}

.social2 ul li a{
	width: 22px;
	height: 22px;
	display: block;
	text-indent:-99999px;
}

.social2 ul li.gplus a{
	background: url(../img/ico-social2.png) no-repeat;
}

.social2 ul li.gplus a:hover{
	background: url(../img/ico-social2-hover.png) no-repeat;
}

.social2 ul li.tweet a{
	background: url(../img/ico-social2.png) no-repeat -27px 0;
}

.social2 ul li.tweet a:hover{
	background: url(../img/ico-social2-hover.png) no-repeat -27px 0;
}

.social2 ul li.fbook a{
	background: url(../img/ico-social2.png) no-repeat -54px 0;
}

.social2 ul li.fbook a:hover{
	background: url(../img/ico-social2-hover.png) no-repeat -54px 0;
}

.acclaim-block-first{
	border-top:solid 1px #e5e5e5 !important;
	/* padding: 20px 0px !important; */
	padding-top: 15px !important;
}

.acclaim-block{
	border-bottom:solid 1px #e5e5e5;
	padding: 15px 0;
	margin: 0px 0px 0px;
	position: relative;
	font: 14px/24px 'TitilliumWeb-Regular';
}

.acclaim-block .ico-blockquote{
	margin:-30px auto 0;
	display: block;

}

.acclaim-block blockquote{
	color: #3b3b3b;
	font: 14px/24px 'TitilliumWeb-Regular';
	padding: 10px;
	margin: 16px 0 11px;
	border-left: none;
}

.acclaim-block .author{
	color: #3b3b3b;
	font: 17px/24px 'TitilliumWeb-Bold';
	display: block;
	margin:0 auto 10px;
	text-align: center;
	padding: 5px 10px;
	background: #fff;
}

.acclaim-block a.expand  span {
	background: url(../img/ico-arrow-down.png) no-repeat right;
	display: block;
	padding-right: 10px;
}

.acclaim-block a.expand  {
	display: block;
	color: #000;
	font: 12px/23px 'TitilliumWeb-SemiBold';
	text-transform: uppercase;
	padding: 3px 7px;
	border: solid 1px #dcdcdc;
	border-radius: 5px;
	margin: -15px auto 0;
	width: 110px;
	background: #fff;
	position: absolute;
	bottom: -15px;
	left: 43%;
}

.acclaim-popup{
	color: #757575;
	font: 14px/20px 'titilliumweb-italic';
	padding: 10px;
}

.page-concert{
	padding: 0;
}

#contabsnav ul{
	margin: 0;
	padding: 0;
}

#contabsnav ul li{
	float: left;
	width: 30%;
	list-style: none;
}

.concerts #contabsnav ul li,
.concerts #contabsnav ul li.first-tab,
.tax-concert_series #contabsnav ul li,
.tax-concert_series #contabsnav ul li.first-tab {
	width: 50%;
}
.concert-desc p {
	font-size: 20px; 
	font-weight: bold; 
	margin-bottom: 30px;
}
.rec-submenu ul {
    left: -125px;
    padding: 15px 125px;
}
#main-content .rec-title-top {
	color: rgb(84, 18, 18);
	border-top: 13px solid rgb(84, 18, 18);
	text-decoration: none;
	padding: 20px 125px 50px;
	position: relative;
	margin: -45px -125px 0px;
}

#contabsnav ul li a{
	border-top:solid 13px #c1c1c1;
	border-right: solid 1px #c1c1c1;
	border-bottom: solid 1px #c1c1c1;

	display: block;
	color: #929292;
	font: 18px/24px 'TitilliumWeb-Bold';
	padding: 20px;
}

#contabsnav ul li a span{
	display: block;
	font: 14px/21px 'TitilliumWeb-Regular';
	padding-top:20px;
}

#contabsnav ul li.active a{
	color: #541212;
	border-top:solid 13px #541212;
	border-bottom: none;
	text-decoration: none;
}

#contabsnav ul li a:hover{
	color: #541212;
	border-top:solid 13px #541212;
	text-decoration: none;
}

#contabsnav ul li.active a span,
#contabsnav ul li a:hover span{
	color: #000;
}

#contabsnav ul li.first-tab{
	width: 35%;
}

#contabsnav ul li.first-tab a{
	padding-left: 75px;
}

#contabsnav ul li.third-tab{
	width: 35%;
}

#contabsnav ul li.third-tab a{
	padding-right: 60px;
	border-right: none;
}

.concert-wrap .tabscontent2{
	padding: 40px 80px;
	width: auto !important;
}

.tabscontent2 h3{
	color: #3b3b3b;
	font: 20px/30px 'TitilliumWeb-SemiBold';
	margin: 0 0 25px;
}

.tabscontent2 img{
	float: left;
	margin:5px 15px 15px 0;

}

.tabscontent2 .condesc{
	width: 83%;
	float: right;
}

.con-series ul {
	display: block;
	background: #efefef;
	margin-left: 0px;
	padding: 15px 80px;
	overflow: hidden;
	margin-bottom: -20px;
	/**/
	margin-bottom: 30px;
	position: relative;
	left: -80px;
	width: 100%;
	margin-top: 0px;
}
.con-series ul li {
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #c1c1c1;
	margin-right: 10px;
	font: 14px/24px 'TitilliumWeb-Regular';
	text-transform: uppercase;
	font-weight: bold;
	background: #fff;
}
.con-series ul li a {
	color: #000;
}
.con-series ul li:hover, .con-series ul li.active {
	background: #000;
}
.con-series ul li a:hover, .con-series ul li.active a {
	color: #fff;
	text-decoration: none;
}

.concert-block{
	margin:0 0 55px;
}
.concerts .concert-block{ margin-bottom: 30px; }

.ui-datepicker {
	margin: -20px auto 0 !important;
}

#main-content .condesc h2,
#main-content .condesc h2 a{
	color: #3b3b3b;
	font: 24px/30px "TitilliumWeb-SemiBold";
	margin:0 0 15px;
}

.condesc .date,
.condesc .time{
	color: #3b3b3b;
	font: 14px/24px 'TitilliumWeb-Regular';
	display: block;
	border: 1px solid #c1c1c1;
	padding: 2px 7px;
	width: 60%;
	display: inline-table;
}
.condesc .date.bottom{border-top: none;}
.date a {
	display: table-cell;
	width: 23%;
	vertical-align: middle;
}
.condesc .date a span {
	float: right;
	background: url(../img/ico-arrow-right5.png) no-repeat right;
	font-weight: bold;
	margin-right: 5px;
	font-size: 12px;
	padding-right: 15px;
	margin-left: 10px;
}

#main-content .condesc p{
	color: #3b3b3b;
	font: 14px/24px 'TitilliumWeb-Regular';
	margin:15px 0;
}

.condesc p .more{
	color: ;
	border: solid 1px #004a80;
	border-radius:5px;
	padding: 5px 14px;
	display: block;
	float: left;
	clear: both;
	text-decoration: none;
}
.concerts .condesc p .more{
	display: none;
}
.condesc p .more span{
	background: url(../img/ico-arrow-right3.png) no-repeat right;
	display: block;
	padding-right: 20px;
	color: #000;
	font: 12px/23px 'TitilliumWeb-SemiBold';
	text-transform: uppercase;
}

.allcon-wrap{
	margin: 0 0 35px;
}

.allcon-searchblock{
	float: left;
	background: #f5f5f5;
	padding: 9px 13px 9px 13px;
	width: 22.39%;
}

.allcon-searchblock label{
	color: #000;
	font: 13px/18px 'TitilliumWeb-Bold';
	text-transform: uppercase;
	margin: 0 0 0 2px;
	display: block;
}

.allcon-searchblock .inputs{
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:dashed 1px #bfbfbf;
	border-radius: 0;
	background: none;
	box-shadow: none;
	color: #737373 !important;
	font: 16px/24px 'titilliumweb-italic';
	padding: 0 10px 5px 0;
	width: 85%;
}

.allcon-searchblock .inputs.events{
	color: #000;
	font: 16px/24px 'TitilliumWeb-Bold';
}

.allcon-searchblock .inputs:focus{
	box-shadow: none;
}

.allcon-searchblock button{
	display: block;
	background: #666666;
	border:none;
	padding: 10px 20px;
	color: #fff;
	font: 14px/18px 'TitilliumWeb-Bold';
	text-transform: uppercase;
	margin:8px 0;
	float: right;
}

.allcon-searchblock button:hover{
	text-decoration: none;
	background: #761b1b;
}

.allcon-viewblock{
	float: left;
	background: #e0e0e0;
	padding: 15px;
	width: 15%;
}

.allcon-viewblock span{
	display: block;
	color: #3a3d3f;
	font: 13px/18px 'TitilliumWeb-Bold';
	text-transform: uppercase;
	margin: 0 0 4px;
}

.allcon-viewblock a{
	color: #494949;
	font: 13px/18px 'TitilliumWeb-Regular';
}

.allcon-viewblock img{
	float: none !important;
	margin: 0 !important;
}

.concert-block .condesc.condesc-mini{
	float: left;
	width: 60%;
}

.concert-block .condesc.condesc-mini h2{
	margin:0 0 15px !important;
}

.concert-block .condesc.condesc-mini img{
	margin: 5px 20px 15px 0;
}

.concert-block a.infobox-link .infobox{
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.concert-block a:hover.infobox-link .infobox{
	-moz-box-shadow: 0px 0px 6px #000; /* FF3.5+ */
  	-webkit-box-shadow: 0px 0px 6px #000; /* Saf3.0+, Chrome */
    box-shadow: 0px 0px 6px #000; /* Opera 10.5, IE9, Chrome 10+ */
}

.concert-block .infobox{
	float: right;
	width: 25%;
	padding: 15px;
	border:solid 1px #b2b2b2;
	margin: 45px 0 0 0;
}

.concert-block .infobox p{
	color: #3b3b3b;
	font: 14px/18px 'TitilliumWeb-Regular';
	margin: 0 !important;
}

.concert-block .infobox p.ticket-information{
	margin: 0 0 15px !important;
}

.concert-block .infobox p.ticket-link{
	margin: 15px 0 0 !important;
}

.concert-block .infobox p strong{
	font: normal 14px/18px 'TitilliumWeb-SemiBold';
}

.concert-block .infobox p a{
	color: #cca74c;
}

.condesc.condesc-mini p .more{
	padding:1px 14px;
}

.contact-wrap{
	position: relative;
	width: 80%;
	margin: 0 auto;
}

.contact-wrap .contact-details{
	float: left;
	width: 50%;
	color: #3e3e3e;
}

.contact-details h3,
.contact-forms h3{
	color: #000;
	font: 20px/29px 'TitilliumWeb-SemiBold';
	margin:0 0 20px;
}

.contact-wrap .contact-forms{
	float: right;
	width: 40%;
	margin-top:47px;
}

.contact-forms .gform_wrapper .top_label .gfield_label{
	display: none;
}

.contact-forms .gform_wrapper .ginput_container input,
.contact-forms .gform_wrapper .ginput_container textarea,
.contact-forms .inputs{
	border:solid 1px #bfbfbf;
	border-radius: 0;
	background: #f5f5f5;
	color: #3b3b3b;
	font: 14px/36px 'TitilliumWeb-Regular';
	padding: 7px 13px;
	width: 85%;
}

.contact-forms .gform_wrapper .ginput_container input,
.contact-forms .gform_wrapper .ginput_container textarea{
	margin-bottom: 20px;
}

.contact-forms .gform_wrapper .ginput_container textarea.textarea,
.contact-forms .gform_wrapper .ginput_container input.large{
	width : 85%;
}

.contact-forms .gform_wrapper .top_label .gfield_error input.large{
	width: 90%;
}

.contact-forms .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
	background: none;
	border: none;
	padding : 0;
	margin: 0;
}


.contact-forms .gform_wrapper .gform_footer input[type='submit'],
.contact-forms button{
	background: #252424;
	color: #fff;
	font: 18px/36px 'TitilliumWeb-Bold';
	text-align: center;
	border: none;
	display: block;
	width: 92%;
	padding: 7px 0;

}

.contact-forms input[type='submit']:hover,
.contact-forms button:hover{
	background: #761b1b;
}

.contact-forms .gform_wrapper .gform_footer{
	margin: 0;
	padding: 0;
}

#main-content .choose{
	color: #3b3b3b;
	font: 18px/24px 'TitilliumWeb-SemiBold';
	margin: 35px 120px 25px 0;
	display: block;
}

.album-block-wrap{
	padding:15px 0 175px;
}

#main-content .album-block{
	border: solid 1px #b2b2b2;
	float: left;
	width: 45%;
	margin: 0 25px 25px 0;
}

#main-content .album-block:hover{
	border:solid 1px #06a1f1;
}

#main-content .album-block:hover h4{
	color: #06a1f1;
}

.album-block img{
	float: left;
}

.album-block .album-desc{
	float: right;
	width: 50%;
}

.album-desc h4{
	color: #3b3b3b;
	font: 17px/20px "TitilliumWeb-SemiBold";
	margin: 10px 0 15px;
	width: 90%;
}

.album-desc span{
	color: #3b3b3b;
	font: 14px/24px "TitilliumWeb-SemiBold";
	margin: 0 0 5px;
}

.heading-title{
	position: relative;
}

.backto{
	background: #4b4b4b;
	border-radius:5px;
	padding: 5px 10px;
	color: #fff;
	font: 12px/23px 'TitilliumWeb-SemiBold';
	text-transform: uppercase;
	display: block;
	position: absolute;
	top:-5px;
	right: 0;
}

.backto span{
	background: url(../img/ico-arrow-right.png) no-repeat right;
	display: block;
	padding-right: 15px;
}

.backto:hover{
	color: #fff;
}

.album-img{
	float: left;
	margin: 0 7px 14px;
	width: 147px;
}

.nomarginleft{
	margin-left: 0;
}

.nomarginright{
	margin-right: 0;
}

.presskit-block{
	margin: 0 0 45px;
}

.presskit-block .title{
	background: #541212;
	width: 100%;
	position: relative;
}

.presskit-block .title h3{
	color: #fff;
	font: 20px/24px 'TitilliumWeb-SemiBold';
	padding: 10px 10px 10px 41px;
	margin-left: 15px;
	margin-bottom: 25px;
}

.presskit-block.pk-photos .title h3{
	background: url(../img/ico-photos.png) no-repeat left;
	display: block;
}

.presskit-block.pk-docs .title h3{
	background: url(../img/ico-docs.png) no-repeat left;
	display: block;
}

.presskit-block.pk-audio .title h3{
	background: url(../img/ico-audio.png) no-repeat left;
	display: block;
}

.presskit-block.pk-video .title h3{
	background: url(../img/ico-video.png) no-repeat left;
	display: block;
}

.presskit-block .photos-block{
	margin:0 0 20px;
	border-top:solid 1px #ececec;
	padding-top:25px;
}

.photos-block-first{
	padding-top:0 !important;
	border-top:none !important;
}

.presskit-block .photos-block img{
	float: left;
	margin: 5px 15px 15px 0;
}

.presskit-block .photos-block span.thumb_photos{
	float: left;
	width: 120px;
	height: 79px;
	overflow: hidden;
	margin: 5px 15px 15px 0;

}

.presskit-block .photos-block span.thumb_photos img{
	max-width: 100%;
}

.photos-block .photos-desc{
	float: left;
	width: 70%;
}
.photos-block .video-desc{
	float: left;
	width: 89%;
}

.photos-desc h4{
	color: #3b3b3b;
	font: 18px/24px 'TitilliumWeb-SemiBold';
	margin: 0 0 10px;
}

.photos-desc p{
	color: #3b3b3b;
	font: 14px/24px 'TitilliumWeb-SemiBold';
	margin: 0 0 5px !important;
}

.photos-desc .size{
	color: #3b3b3b;
	font: 14px/24px 'titilliumweb-italic';
	margin: 0 0 5px !important;
	display: block;
}

.photos-desc p strong{
	font: normal 14px/24px 'TitilliumWeb-Bold';
}

.photos-links{
	color: #3b3b3b;
	font: 12px/24px 'TitilliumWeb-Light';
}

.photos-links a{
	color: #004a80;
	font: 14px/24px 'TitilliumWeb-SemiBold';
}

.recordings-wrap{
	margin:35px 0;
}

.recordings-wrap .recordings-block{
	margin: 0 0 35px;
}

.recordings-block img{
	float: left;
	margin: 5px 15px 5px 0;
}

.recordings-block .rec-desc{
	float: left;
	width: 32%;
}

.recordings-block .stores{
	float: right;
	width: 50%;
}

.rec-desc h4{
	color: #3b3b3b;
	font: 18px/24px 'TitilliumWeb-SemiBold';
	margin: 0 0 5px !important;
}

.rec-desc p{
	color: #3b3b3b;
	font: 14px/24px 'TitilliumWeb-SemiBold';
	margin: 0 0 10px !important;
}

.rec-desc p .fomore{
	color: ;
	border: solid 1px #004a80;
	border-radius:5px;
	padding: 2px 14px;
	display: block;
	float: left;
	clear: both;
	text-decoration: none;
}

.rec-desc p .fomore span{
	background: url(../img/ico-arrow-right3.png) no-repeat right;
	display: block;
	padding-right: 20px;
	color: #000;
	font: 12px/21px 'TitilliumWeb-SemiBold';
	text-transform: uppercase;
}

.thumb-rec-det{
	float: left;
}

.thumb-rec-det img{
	float: none;
	display: block;
	margin: 10px 15px 10px 0;
}

.links-image{
	border:solid 1px #0072bc;
	border-radius: 7px;
	padding: 4px 0;
	width: 90%;
}

.links-image a{
	color: #000;
	font: 12px/20px 'TitilliumWeb-Bold';
	text-transform: uppercase;
	padding: 5px 5px;
}

.links-image .linkleft{
	border-right: solid 1px #0072bc;
}

.rec-desc-det{
	width: 77%;
	float: left;
	margin-left: 15px;
}

.rec-desc-det h1{
	color: #282828;
	font: 27px/30px 'TitilliumWeb-Bold';
	margin: 0 0 25px;
}

.rec-desc-det p{
	color: #3b3b3b;
	font: 14px/24px 'TitilliumWeb-Regular';
	margin: 0 0 15px !important;
}

.rec-desc-det p a{
	color: #004a80;
}

.rec-desc-det p .dl-pdf{
	background: url(../img/ico-docs-small.png) no-repeat left;
	padding-left: 15px;
	display: block;
}

.rec-desc-det .buynow{
	background: #000;
	padding: 7px 10px;
	color: #fff;
	font: 15px/24px 'TitilliumWeb-SemiBold';
	text-align: center;
	display: block;
	float: left;
	border-radius:5px;
}

.rec-desc-det .buynow span{
	background: url(../img/ico-buy.png) no-repeat left;
	display: block;
	padding-left: 25px;
}

.recordings-block ol li{
	color: #3b3b3b;
	font: 15px/24px 'TitilliumWeb-SemiBold';
	margin: 0 0 15px;
}

.recordings-block ol li a{
	color: #3b3b3b;
	background: url(../img/ico-play.png) no-repeat left;
	display: block;
	padding-left: 21px;
}

.expandable-content .expand{
	border-top: solid 1px #dcdcdc;
	position: relative;
	display: block;
	margin: 40px 0;
}

.expandable-content .expand a{
	display: block;
	color: #000;
	font: 12px/23px 'TitilliumWeb-SemiBold';
	text-transform: uppercase;
	padding: 3px 7px;
	border: solid 1px #dcdcdc;
	border-radius: 5px;
	margin: -15px auto 0;
	width: 110px;
	background: #fff;
}

.expandable-content .expand a span{
	background: url(../img/ico-arrow-down.png) no-repeat right;
	display: block;
	padding-right: 10px;
}

.expandable-content .review{
	margin: 25px 0 0;
}

.review ul{
	margin: 0;
	padding: 0;
}

.review ul li{
	/*float: left;
	list-style: none;
	width: 30%;*/
	display: inline-block;
	margin-bottom: 35px;
}

.bts-photos a{
	margin: 0 10px 13px 0;
	display: block;
	float: left;
}

.nopaddingleft{
	padding-left: 0;
}

.nopaddingright{
	padding-right: 0;
}

#main-content .img-center{
	display: block;
	margin: 20px auto;
}

#main-content .img-left{
	margin: 5px 20px 15px 0;
	float:left;
}

#main-content .img-right{
	margin: 5px 0 15px 20px;
	float:right;
}

.testimony{
	position: relative;
	width: 90%;
}

.testimony p{
	color: #3b3b3b;
	font: 14px/24px 'TitilliumWeb-Regular';
	margin: 0 0 15px;
}

.testimony img{
	display: block;
	margin: 0 0 10px;
}

.testimony p span{
	font: 14px/24px 'titilliumweb-italic';
}

.page-residency #main-content h4{
	color: #3b3b3b;
}

.testimony-prevnext{
	position: absolute;
	top:15px;
	right: 55px;
	z-index: 9999;
	outline: none !important;
}

.testimony-prevnext a{
	border-radius: 5px;
	background: #979797;
	display: block;
	padding: 3px 7px;
	outline: none !important;
}

.testimony-prevnext a:hover{
	background: #004a80;
}

.testimony-prevnext #prev2{
	float: left;
	margin-right: 5px;
}

.testimony-prevnext #prev2 span{
	background: url(../img/ico-arrow-left.png) no-repeat;
	display: block;
	text-indent: -99999px;
	width: 7px;
	height: 10px;
}

.testimony-prevnext #next2{
	float: left;
}

.testimony-prevnext #next2 span{
	background: url(../img/ico-arrow-right4.png) no-repeat;
	display: block;
	text-indent: -99999px;
	width: 7px;
	height: 10px;
}

.page-support #main-content ul{
	margin: 15px 0 15px 65px;
}

.page-support #main-content ul li{
	color: #3b3b3b;
	font: 14px/24px 'TitilliumWeb-Regular';
	margin: 0 0 15px !important;
	list-style-image: url(../img/list-bullet.jpg);
}

#main-content .donate-box{
	background: #e3f5fc;
	padding: 15px 25px;
}

#main-content .donate-box h3{
	margin-top:0;
}

#main-content .donate-box .img-banks{
	margin: 15px 0;
	display: block;
}

#main-content .donate-box ul{
	padding: 0;
	margin: 0 0 0 -33px;
	width: 90%;
}

#main-content .donate-box ul li{
	text-align: right;
	width: 47%;
	float: left;
	list-style: none;
}

#main-content .donate-box ul li a{
	padding-left: 10px;
}


#main-content .donate-box .blue p{
	color: #004a80;
	font: 16px/24px 'TitilliumWeb-Bold';
}

#main-content .donate-box p .small{
	font: 12px/24px 'TitilliumWeb-Regular';
}

.page-support #main-content p a{
	color: #004a80;
}

#main-content .contri a{
	margin-right: 15px;
	margin-bottom: 25px;
	display: inline-block;

}
#main-content #contributors-thumb .contributors {
    display: table;
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 0;
    width: 198px;
    height: 130px;
}
#main-content #contributors-thumb .contributors .frame {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-width: 0;
}
#main-content #contributors-thumb .contributors .frame img{
    max-width: 198px;
    max-height: 130px;
    vertical-align: middle;
}

#main-content #contributors-thumb .contributors:nth-child(3n){
	margin-right: 0;
}

#main-content #supporter-thumb .supporter {
    display: table;
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
    padding: 0;
    width: 178px;
    height: 178px;


}
#main-content #supporter-thumb .supporter .frame {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-width: 0;
}
#main-content #supporter-thumb .supporter .frame img{
    vertical-align: middle;
    float: none;
    text-align: center;
    margin: 0;
    padding: 0;
    max-height: 178px;
    max-width: 100%;
}

#main-content #supporter-thumb .supporter:nth-child(3n){
	margin-right: 0;
}

/*#main-content .tour-img{
	margin: 45px 0;
}

.tour-img .tour-img-block{
	float: left;
	margin-bottom: 25px;
}

.tour-img .tour-img-block .touring-img-wrapper{
	margin-bottom: 10px;
	display: block;
	width: 289px;
	height: 289px;
	overflow: hidden;
}

.tour-img .wmargin{
	margin: 0 19px;
}

.tour-img-block img{
	width: 100%;
}

.tour-img .tour-img-block p.caption-text {
	width: 289px;
	height: 72px;
	overflow: hidden;
	display: block;
}

.tour-img-det {
	margin: 15px 0 25px;
}

.tour-img-det img{
	padding-right: 12px;
} */

.tour-img ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.tour-img li.tour-img-block{
	margin: 0 24px 0 0;
    width: 23%;
    float: left;
}
.tour-img li.tour-img-block:nth-child(4n+4){
	margin: 0 0 30px 0;
}
.tour-img li.tour-img-block a{
	text-decoration: none;
}
#main-content .tour-img li.tour-img-block a:hover p.caption-text{
	color: #08c;
}
.tour-img li.tour-img-block a img,
.single-touring .tour-img li.tour-img-block img{
/*	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);*/
	margin-bottom: 10px;
}
.single-touring .tour-img li.tour-img-block:hover img{
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
}
#main-content .tour-img li.tour-img-block p.caption-text{
	font: 13px/20px 'TitilliumWeb-Regular';
	margin: 0;
	font-weight: bold;
	text-align: center;
	height: 40px;
	overflow: hidden;
}
.tour-video img{
	float: left;
	margin: 5px 15px 15px 0;
}
.tour-video .video-desc{
	margin: 25px 0;
}
.tour-video .video-desc a {
	font: 14px/24px 'TitilliumWeb-Regular';
	color: #3b3b3b;
}

.accordion-repertiore{
	margin-bottom: 30px;
	float: left;
}

.noplus{
    margin-left: 32px;
}

.accordionButton {
    width:100%;
    float:left;
    cursor: pointer;
    padding:10px 0px;
    color: #3b3b3b;
    font-size: 17.5px;
    font-family: inherit;
	font-weight: bold;
	line-height: 20px;
	font: 'TitilliumWeb-Regular', arial, sans-serif;
}
.accordionButton span {
    color:#3b3b3b;
    font-weight:bold;
}
.accordionContent {
    width:100%;
    float:left;
    background:#FFFFFF;
}

.accordionContent ul{
	margin-left: 45px;
}

.accordionContent ul li{
	display: block;
	font: 14px/24px 'TitilliumWeb-Regular';
	margin-bottom: 10px;
	color: #3b3b3b;
}

.accordionContent p {
    color:#333333;
    font-size:14px;
    padding-left:8px;
}
.on {
    width:100%;
    float:left;
    cursor:pointer;
}
.on span {color:#3b3b3b;}
.over {
    width:100%;
    float:left;
    cursor:pointer;}
    .over span {color:#3b3b3b;
    }
.plusMinus {
    float:left;
    content:"+";
    text-align: center;
    width: 24px;
    height: 24px;
    color: #fff !important;
    display: block;
    background:#3b3b3b;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	text-align: center;
	margin-right: 10px;
	line-height: 21px;
	margin-top: -2px;
}

.soundcloud{
	margin-bottom: 30px;
}

.soundcloud span{
  background: url(../img/ico-play.png) no-repeat left;
  display: block;
  padding-left: 21px;
  font: 15px/24px 'TitilliumWeb-SemiBold';
  margin-bottom: 10px;
}

.tour-det-block{
	position: relative;
}

.tour-det-block img{
	float: left;
	margin: 5px 15px 15px 0;
}

.tour-det-block .tour-det-desc{
	float: left;
	width: 100%;
}

.tour-det-block .tour-det-desc h4{
	color: #3b3b3b;
	margin: 0 0 15px;
}

.expandable-content .pquotes{
	margin: 25px 0 0;
}


#one-sheet-expand,
#review-expand,
#program-notes-expand,
#guest-artist-expand{
	height: 50px;
	overflow: hidden;
}
#guest-artist-expand{
	height: 150px;
}

#review-expand{
	height: 100px;
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
	-moz-column-gap: 3em;
	-webkit-column-gap: 3em;
	column-gap: 3em;
}

.pquotes ul{
	margin: 0;
	padding: 0;
}

.pquotes ul li{
	float: left;
	list-style: none;
	width: 30%;
	margin-bottom: 35px;
}

.pquotes .marginleftright{
	margin: 0 40px;
}

.pquotes ul li a{
	color: #3165b3;
}




.modal-body{
	padding: 15px;
}

.modal-body h4{
	color: #000;
	font: 18px/23px 'TitilliumWeb-SemiBold';
	margin:0 0 15px;
}

.modal-body p{
	color: #000;
	font: 16px/24px 'TitilliumWeb-Regular';
	margin:0 0 15px;
}



.clear{
	clear: both;
}

#bcrumb{
	margin:40px 0 10px;
}

#bcrumb .breadcrumb{
	padding: 8px 15px 8px 9px;
	background: none;
	border-radius: 0;
}

.breadcrumb li,
.divider,
.breadcrumb li a{
	color: #757575 !important;
	font: 12px/18px 'ProximaNova-Regular';
}

.breadcrumb > li > .divider{
	padding: 0 2px;
}

#content{
	padding-bottom: 35px;
}

/* =================================
				SINGLE
==================================== */
.single-posts,
.blog-posts{
	margin: 0 0 50px;
}

.single-posts .single-img a img{
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
	max-width: 370px;
	max-height: 335px;
	overflow: hidden;
	margin: 0 20px 20px 0;
	float: left;
}

.single-posts h2 a,
.blog-posts h2 a{
	color: #282828;
	font: 27px/30px 'TitilliumWeb-Bold';
}

.single-posts .meta,
.blog-posts .meta{
	display: block;
	clear: both;
	margin: 0 0 15px;
	font: 14px/20px 'TitilliumWeb-Regular';
}

.single-posts .meta a,
.blog-posts .meta a{
	color: #0072bc;
}

.single-posts .more,
.blog-posts .more{
	background: #4b4b4b;
	border-radius:5px;
	padding: 5px 10px;
	color: #fff;
	font: 12px/23px 'TitilliumWeb-SemiBold';
	text-transform: uppercase;
	display: block;
	float: left;
}

.single-posts .more span,
.blog-posts .more span{
	background: url(../img/ico-arrow-right.png) no-repeat right;
	display: block;
	padding-right: 15px;
}

.single-posts .more:hover,
.blog-posts .more:hover{
	color: #fff;
}

.single-posts .social-share .share,
.blog-posts .social-share .share{
  float: right;
  margin-left: 10px;
}
.single-posts .social-share  .share.fb,
.blog-posts .social-share  .share.fb,
.single-posts .social-share  .share.twitter,
.blog-posts .social-share  .share.twitter{
  width: 100px;
}
.single-posts .social-share  .share.gplus,
.blog-posts .social-share  .share.gplus,
.single-posts .social-share  .share.linkedin,
.blog-posts .social-share  .share.linkedin{
  width: 80px;
  margin-left: 10px;
}

.news-share .pull-right .share span{
  width: auto;
}

.pagination,
.wp-pagenavi{
	margin: 0;

}

.pagination li,
.wp-pagenavi a.page,
.wp-pagenavi span{
	list-style: none;
	display: inline;
	padding: 0 1px;
}

.wp-pagenavi a.page,
.wp-pagenavi span{
	margin: 0px 2px;
}

.pagination li.arrowleft,
.wp-pagenavi a.previouspostslink{
	padding-right: 8px;
}

.pagination li.arrowright,
.wp-pagenavi a.nextpostslink{
	padding-left: 8px;
}

.pagination li.arrowleft a:hover,
.pagination li.arrowright a:hover,
.wp-pagenavi a:hover.nextpostslink,
.wp-pagenavi a.previouspostslink{
	background: none;
}

.pagination li a,
.wp-pagenavi a.page,
.wp-pagenavi span{
	color: #000;
	font: 13px/18px 'TitilliumWeb-Regular';
	border:solid 1px #541212;
	padding: 1px 7px;
	border-radius: 5px;
}

.pagination li.active span,
.pagination li a:hover,
.wp-pagenavi a:hover.page,
.wp-pagenavi span{
	background: #541212;
	color: #fff;
	font: 13px/18px 'TitilliumWeb-Regular';
	border:solid 1px #541212;
	padding: 1px 7px;
	border-radius: 5px;
	text-decoration: none;
}

#sidebar.sidebar-right{
	background: url(../img/sidebar-right-bg.png) repeat-y;
}

.sidebar-block{
	margin: 0 21px 45px;
	position: relative;
}

.sidebar-block form{
	position: relative;
}

.sidebar-block .btn-search{
	background: url(../img/ico-search.png) no-repeat;
	width: 15px;
	height: 15px;
	display: block;
	position: relative;
	text-indent: -99999px;
	border:none;
	position: absolute;
	top:7px;
	right: 97px;
}

.sidebar-block .btn-search:hover{
	opacity: 0.8;
}

.feat-posts{
	margin: 0 0 25px;
}

.feat-posts h5 a{
	color: #282828;
	font: 14px/18px 'TitilliumWeb-Bold';
}

.feat-posts .meta{
	color: #000;
	font: 14px/18px 'TitilliumWeb-Regular';
}

.feat-posts .meta a{
	color: #0072bc;
}

.sharebox{
	border-top:solid 3px #e0e0e0;
	border-bottom:solid 3px #e0e0e0;
	padding: 7px 0;
	margin: 0 0 25px;
}

.sharebox h3{
	float: left;
	color: #6f1d1d;
	font: 18px/24px 'TitilliumWeb-Bold';
	text-transform: uppercase;
}

.sharebox .social-share{
	float: right;
	margin-top:7px;
}

.prevnext-posts a{
	color: #3b3b3b;
	font: 14px/23px 'TitilliumWeb-Regular';
}

.prevnext-posts a  strong{
	font-family: 'TitilliumWeb-SemiBold';
}

.prevnext-posts .prevpost{
	background: url(../img/ico-arrow-left3.png) no-repeat left 3px;
	padding-left: 25px;
	float: left;
	width: 45%;
	text-align:
}

.prevnext-posts .nextpost{
	background: url(../img/ico-arrow-right6.png) no-repeat right 5px;
	padding-right: 25px;
	float: right;
	width: 45%;
	text-align: right;
}

/*Touring updates*/
.collapseomatic_excerpt, .collapseomatic_content {
	margin: 0px;
	padding: 0px 0px 30px;
	font: 14px/24px 'TitilliumWeb-Regular';
}
#guest-artist-expand, 
#program-notes-expand {
	height: auto;
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	overflow: visible;
}
.collapseomatic{
	cursor: pointer;
	position: absolute;
	bottom: -15px;
	background: #fff url(../img/ico-arrow-down.png) no-repeat right 7px center;
	color: #000;
	font: 12px/23px 'TitilliumWeb-SemiBold';
	text-transform: uppercase;
	padding: 3px 25px 3px 7px;
	border: solid 1px #dcdcdc;
	border-radius: 5px;
	margin: 0px auto;
	left: 0;
	right: 0;
	width: 100px;
}
.collapseomatic.colomat-close{
	background: #fff url(../img/ico-arrow-up.png) no-repeat right 7px center;
}

/* =================================
				FOOTER
==================================== */

#footer{
	width: 100%;
}

#footer-top{
	border-top:15px solid #360b0b;
	background: #541212;
}

#footer-top .contact-form{
	padding: 25px 0;
}

#footer-top .contact-form h3{
	color: #fff;
	font: 21px/27px 'TitilliumWeb-Bold';
	margin:0 0 10px;
}

#footer-top .contact-form .gform_body{
	width: 100%;
}

#footer-top .contact-form .gform_body li#field_2_1,
#footer-top .contact-form .gform_body li#field_2_2{
	width: 50%;
}

#footer-top .contact-form .gform_body li#field_2_1 .ginput_container,
#footer-top .contact-form .gform_body li#field_2_2 .ginput_container{
	width: 100%;
}

#footer-top .contact-form .gform_body li#field_2_2 .ginput_container input{
	float: right;
}


#footer-top .contact-form .gform_wrapper ul li.gfield {
	clear: none;
	float: left;
}

#footer-top .contact-form input[type="text"],
#footer-top .contact-form .gform_wrapper .ginput_container input{
	width: 85%;
	padding:10px;
	margin-bottom: 15px;
	color: #fff !imporant;
}



#footer-top .contact-form .gform_wrapper .gform_body .gform_fields #field_2_4.gfield .gfield_checkbox li input[type=checkbox].css-checkbox {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height:1px;
	width:1px;
	margin:-1px;
	padding:0;
	border:0;
}

#footer-top .contact-form .gform_wrapper .gform_body .gform_fields #field_2_4.gfield .gfield_checkbox label.css-label{
 	margin-left: -5px;
}

#footer-top .contact-form .gform_wrapper .gform_body .gform_fields #field_2_4.gfield .gfield_checkbox li input[type=checkbox].css-checkbox+label.css-label{
	padding-left: 28px;
	padding-bottom: 5px;
	height: 20px;
	color: #fff !important;
	display:inline-block;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:15px;
	line-height: 24px;
	vertical-align:middle;
	cursor:pointer;
}

#footer-top .contact-form .gform_wrapper .gform_body .gform_fields #field_2_4.gfield .gfield_checkbox li input[type=checkbox].css-checkbox:checked+label.css-label{
	background-position: 0 -34px;
	height:20px;
}

.css-label{
 background: transparent url(../img/checkbox.png) no-repeat;
}

#footer-top .contact-form  .gform_wrapper .gform_footer{
	padding: 0px;
}

#footer-top .contact-form .gform_wrapper .gfield_checkbox li label{
	margin: 0px;
}


#footer-top .contact-form .inputs,
#footer-top .contact-form .gform_wrapper .ginput_container input,
#footer-top .contact-form .gform_wrapper .ginput_container input[type="checkbox"]{
	background: #360b0b;
	color: #fff !important;
	font: 14px/27px 'TitilliumWeb-Regular';
	border:none;
	border-radius: 1px;
}

#footer-top .contact-form textarea,
#footer-top .contact-form .gform_wrapper .ginput_container textarea{
	width: 94.5%;
	padding:10px;
	color: #fff !important;
	background: #360b0b;
	height: 80px;
	font: 14px/27px 'TitilliumWeb-Regular';
	border:none;
	border-radius: 1px;
}

#footer-top .contact-form .gform_wrapper label.gfield_label{
	display: none;
}

#footer-top .contact-form .gform_wrapper .ginput_container .gfield_checkbox{
	float: left;
	margin-top: 2px;
}

#footer-top .contact-form .gform_wrapper .gfield_checkbox li input[type=checkbox]{
	background: #360b0b;
	border:none;
	border-radius: 1px;
}

#footer-top .contact-form .inputs:focus{
	box-shadow: ;
}

#footer-top .contact-form .chkbox{
	margin-top:-13px;
	margin-left: -5px;
	margin-bottom: 10px;
}

#footer-top .contact-form label{
	float: left;
	width: 100%;
	color: #fff;
	font: 14px/27px 'TitilliumWeb-Regular';
	margin-top: -2px;
}

#footer-top .contact-form textarea{
	width: 88.3%;
}

#footer-top .contact-form button,
#footer-top .contact-form .gform_wrapper .gform_footer input[type='submit']{
	background: #761b1b;
	width: 100%;
	display: block;
	color: #976262;
	font: 15px/27px 'TitilliumWeb-Regular';
	text-align: center;
	text-transform: uppercase;
	border:none;
	padding: 5px 0;
}

#footer-bot{
	background: #360b0b;
	padding:10px 0;
}

#footer-bot img{
	display: block;
	margin:0 auto;
	padding: 15px 0 0;
}

#footer-bot .copy{
	color: #984444;
	font: 12px/27px 'TitilliumWeb-Regular';
	text-align: center;
}
.cycloneslider-template-prism-quartet .cycloneslider-caption {
	min-height: 157px;
}