/*-- concert detail --*/
#concert-date hgroup{
	background: rgba(0, 0, 0, 0.5);
	float: left;
	padding-right: 20px;
}
#concert-date hgroup:after{
	width: 64%;
}
#concert-date a.link_black{
	clear: both;
	display: block;
	float: left;
}
.concertContent strong{
	display: inline;
	font-size: inherit;
	font-weight: bold;
}
.concertContent em{
	display: inline;
}
/*email-signup*/
div.ads {
	padding: 20px 0;
	text-align: center;
}

.form-notice-show-hide {
	padding:10px;
	border:1px solid black;
	background:white;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
}

.form-notice-show-hide.ng-hide-add, .form-notice-show-hide.ng-hide-remove {
	-webkit-transition:all linear 0.5s;
	-moz-transition:all linear 0.5s;
	-o-transition:all linear 0.5s;
	transition:all linear 0.5s;
	display:block!important;
}

.form-notice-show-hide.ng-hide-add.ng-hide-add-active,
.form-notice-show-hide.ng-hide-remove {
	opacity:0;
}

.form-notice-show-hide.ng-hide-add,
.form-notice-show-hide.ng-hide-remove.ng-hide-remove-active {
	opacity:1;
}

.form-notice{
	padding: 10px;
	border: none;
	background: black;
	color: #fff;
	margin-bottom: 10px;
	font-weight: 400;
	font-style: italic;
	overflow: hidden;
}

.form-notice .wrapper .info{
	float : left;
	display: table;
	height: 37px;
}
.form-notice .wrapper .info .text{
	display: table-cell;
	vertical-align: middle;
}

.form-notice .wrapper .button{
	float: right;
}

.form-notice .wrapper .button a{
	border: none;
	background: none;
	text-shadow: none;
	position: relative;
	color: white;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	background: #0072bc;
	padding: 5px 15px;
	font-size: 1em;
	text-align: center;
	-webkit-box-shadow: 0px 0px 0px 3px #0072bc;
	-moz-box-shadow: 0px 0px 0px 3px #0072bc;
	box-shadow: 0px 0px 0px 3px #0072bc;
	border: 1px solid #7db7dd;
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
	line-height: 25px;
	font-size: 20px;
}

.form-notice .wrapper .button a:hover{
	text-decoration: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	color: white;
}

/* FORM styles */
input.ng-invalid {
	border: 1px solid red;
}
input.ng-valid {
	border: 1px solid green;
}

.cart-button-adding{
	background: #0072bc url(assets/img/button-loading-hover.gif) no-repeat left 16px center;
	padding-left: 55px;
	-webkit-transition: all 0s ease-in-out;
	-ms-transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	-o-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
}

.cart-step-title{
	text-decoration: none !important;
	color:black;
}
/*subscribe form*/
#signup-form  .gform_wrapper ul li.gfield{
	clear: both;
	margin-bottom: 7px;
}
#signup-form  input[type="text"],
#signup-form  input[type="email"]{
	width: 98% !important;
	display: block;
	padding: 6px 12px;
	background: #e9ecee;
	border: 1px solid #e9ecee;
	font-size: 1em;
	height: 38px;
	border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	color: black;
	height: 45px;
	font-size: 1em;
	line-height: 1.9em;
	margin: 1px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#signup-form  input#input_1_2{
	width: 98% !important;
}
#signup-form .gform_wrapper label.gfield_label + div.ginput_container{ margin-top: 0; }
#signup-form .gform_wrapper ul.gform_fields li.gfield span.name_first,
#signup-form .gform_wrapper ul.gform_fields li.gfield span.name_last{ padding-top: 0; }
#signup-form .has_first_name.has_last_name span{ float: left; }
#signup-form  input[type="text"]:focus,
#signup-form  input[type="email"]:focus{
	background: white;
	-webkit-box-shadow: 0 0 0 1px #2aa6d7;
	-ms-box-shadow: 0 0 0 1px #2aa6d7;
	-moz-box-shadow: 0 0 0 1px #2aa6d7;
	-o-box-shadow: 0 0 0 1px #2aa6d7;
	box-shadow: 0 0 0 1px #2aa6d7;
}

#signup-form  .gform_wrapper .gform_footer{
	margin: 0px !important;
	/*padding: 5px 0 0 7px !important;*/
}

#signup-form .gform_footer .gform_ajax_spinner{
	display: none;
}

#signup-form .gfield_error{
	padding: 0 !important;
	border: none;
	width: auto;
	background: none;
}

#signup-form .gfield_error#field_1_1{
	margin: -12px 0 0 0 !important;
}

#signup-form .gfield_error#field_1_2{
	margin: -6px 0 0 0 !important;
}

#signup-form  .gfield_description.validation_message{
	padding: 0 !important;
	margin: 0 0 10px 0 !important;
}

#signup-form  .gform_wrapper .top_label .gfield_description.validation_message,
#signup-form  .gform_wrapper .gfield_description.validation_message{
	display: none;
}

#signup-form  .gfield_error input[type="text"],
#signup-form  .gfield_error input[type="email"],
#signup-form  .gfield_error textarea:focus{
	box-shadow: 0 0 1px #f7941d;
	border: 1px solid #f7941d;
}

#signup-form  .gform_wrapper div.validation_error{
	color: #f7941d;
	font-style: italic;
	font: "Open Sans Bold";
	font-size: 16px;
}

/*--footer signup --*/
#signup-form.footer-signup  .gform_wrapper .gform_body{
	width: 76% !important;
	float: left;
	display: inline-block;
}
#signup-form.footer-signup  .gform_wrapper .gform_footer{
	width: 22% !important;
	float: right;
	display: inline-block;
	clear: none;
}
#signup-form.footer-signup  input[type="submit"]{
	border: none;
	color: white;
	text-shadow: none;
	white-space:normal;
	text-align: center;
	width: 100%;
	background: #598527;
	color: white;
	padding: 26px 0;
	position: relative;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	border: 1px solid #8eac6c;
	-webkit-box-shadow: 0 0 0 4px #598527;
	-moz-box-shadow: 0 0 0 4px #598527;
	box-shadow: 0 0 0 4px #598527;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;x
}

#signup-form.footer-signup  input[type="submit"]:hover{
	opacity: 0.7;
	color: white;
	text-decoration: none;
}
.ft-wdg.ft-blog img {
   margin-top: 10px;
   float: right;
   width: 295px;
   height: 178px;
}
/*--popup signup --*/
.modal-body{
	overflow: hidden;
}
#signup-form.popup-signup  input[type="submit"]{
	text-shadow: none;
	position: relative;
	color: white;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	background: #0072bc;
	padding: 5px 15px;
	font-size: 1em;
	text-align: center;
	-webkit-box-shadow: 0px 0px 0px 3px #0072bc;
	-moz-box-shadow: 0px 0px 0px 3px #0072bc;
	box-shadow: 0px 0px 0px 3px #0072bc;
	border: 1px solid #7db7dd;
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}
#signup-form.popup-signup  input[type="submit"]:hover{
	text-decoration: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	color: white;
}
#signup-form.popup-signup .gform_wrapper ul li.gsection h2{
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 17px;
	color: #4f4e4c;
}

#signup-form.popup-signup #field_3_4 .gfield_label{
	display: none;
}


.qty-animation {
	background:white;
	border:1px solid gray;
	padding:10px;
}

.qty-animation {
	-webkit-transition:all linear 0.5s;
	transition:all linear 0.5s;
}

.qty-animation.ng-hide {
	opacity:0;
}


/* Override CSS */

.single-staff .sm li {
	width: 100%;
}

.single-staff .mainNav ul li {
	border-bottom: 1px solid #ccc;
	display: block;
}

.single-staff .mainNav ul li a,
.single-staff .mainNav ul li.active ul li a {
	background: none;
	border-bottom: 1px solid transparent;
	color: black;
	display: block;
    font-size: 17px;
    line-height: 23.8px;
	padding: 7px 5px;
	transition: all 0.2s linear 0s;
}

.single-staff .mainNav ul li a:hover,
.single-staff .mainNav ul li.active ul li a:hover {
	background-color: #efefef;
	text-decoration: none;
}

.single-staff #rightside .name,
.page-template-template-annual-child-php #rightside .name,
.page-template-template-tour-schedules-child-php #rightside .name {
	color: #000;
	display: block;
	font-size: 3em;
}
.page-template-template-annual-child-php #rightside .name,
.page-template-template-tour-schedules-child-php #rightside .name{
	color: #fff;
	font-size: 2em;
	margin-bottom: 0;
}

.single-staff #rightside .position,
.page-template-template-annual-child-php .position{
    color: #000;
    display: block;
    font-size: 2em;
    font-style: italic;
    margin-top: -35px;
}
.page-template-template-annual-child-php .position {
	color: #fff;
	font-size: 1.2em;
	font-style: normal;
	margin-top: 0px;
}
.single-staff #rightside .bg-pic,
.page-template-template-annual-child-php .bg-pic,
.page-template-template-tour-schedules-child-php .bg-pic,
.page-template-default .bg-pic,
.bg-pic{
	width: 100%;
	height: 250px;
	margin-bottom: 20px;
	position: relative;
}
.single-staff #rightside .bg-pic{ height: auto; }
.single-staff #rightside .bg-pic figure,
.page-template-template-annual-child-php .bg-pic figure,
.page-template-template-tour-schedules-child-php .bg-pic figure,
.page-template-default .bg-pic figure,
.bg-pic figure {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 250px;
	overflow: hidden;
	display: block;
}
.single-staff #rightside .bg-pic figure{
	position: relative;
	height: auto;
	overflow: initial;
}
.page-template-template-annual-child-php .bg-pic figure,
.page-template-template-tour-schedules-child-php .bg-pic figure {
	position: relative;
}
.single-staff #rightside .bg-pic figure img,
.page-template-template-annual-child-php .bg-pic figure img,
.page-template-template-tour-schedules-child-php .bg-pic figure img ,
.page-template-default .bg-pic figure img,
.bg-pic figure img {
	width: 100%;
	max-width: none;
	max-height: none;
	height: auto;
}
.single-staff #rightside .bg-pic .detail,
.page-template-template-annual-child-php .bg-pic .detail,
.page-template-template-tour-schedules-child-php .bg-pic .detail {
	z-index: 1;
	position: relative;
	/*padding: 40px;*/
	padding: 0;
}
.page-template-template-annual-child-php .bg-pic .detail,
.page-template-template-tour-schedules-child-php .bg-pic .detail,
.page-template-default .bg-pic .detail,
.bg-pic .detail {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px;
	background: rgba(21, 20, 20, 0.6);
}
.single-staff #rightside .bg-pic .detail{ background: none; }
.page-template-default .bg-pic .detail,
.bg-pic .detail{
	z-index: 9;
	padding-bottom: 0px;
}
.page-template-default .bg-pic .detail h3,
.bg-pic .detail h3{
	color: #fff;
	margin-bottom: 0;
}
.single-staff #rightside .bg-pic .detail .mail:before {
    position: absolute;
    content: "\f0e0";
	top: 0;
	left: 0;
	width: 32px;
	display: inline-block;
	font-family: 'FontAwesome';
	font-size: 14px;
	color: #1f1f1f;
}

.single-staff #rightside .bg-pic .detail .mail {
    padding-left: 20px;
    position: relative;
}

.single-staff #rightside .bg-pic .detail .mail a {
    color: #000;
    margin-left: 2px;
}

.single-staff #rightside .has-post-thumbnail .attachment-gallery-thumb,
.single-staff #rightside img {
    float: right;
    max-height: 271px;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 9px;
    max-width: 271px;
}

.single-staff #rightside .has-post-thumbnail .attachment-gallery-thumb {
    max-width: 185px;
    margin-top: 10px;
}

.seasonal .placelist,
.year-round-staff .placelist,
.page-template-page-staff-php .placelist {
    list-style: none;
    margin-left: 0;
	/*max-height: 296px;*/
	overflow: hidden;
}
.seasonal .placelist:nth-child(4n+1),
.year-round-staff .placelist:nth-child(4n+1),
.page-template-page-staff-php .placelist:nth-child(4n+1){
	clear: both;
}

/*h3.black-title{
	margin: 0 0 15px;
	color: #000;
	font-size: 2em;
	font-weight: normal;
}
/*.page-template-default h3,
.page-template-page-annual-php h3 {
	margin: 25px 0 25px 0;
}

.page-template-default h3 a,
.page-template-page-annual-php h3 a{
	color: #000;
	font-size: 1.5em;
	font-weight: normal;
}

.seasonal h3 a,
.year-round-staff h3 a,
.page-template-page-staff-php h3 a {
    color: #000;
    font-size: 2em;
    font-weight: normal;
}*/

.seasonal .placelist .inner,
.year-round-staff .placelist .inner,
.page-template-page-staff-php .placelist .inner {
    background: none;
    border: none;
    min-height: 306px;
    width: 186px;
}

.seasonal .placelist figure,
.year-round-staff .placelist figure,
.page-template-page-staff-php .placelist figure {
    height: auto;
    background: none;
    border: 1px solid #ccc;
    padding: 5px;
}
.seasonal .placelist figure img,
.page-template-page-staff-php .placelist figure img {
    height: auto;
    width: 100%;
}
.year-round-staff .placelist figure img{
	height: 170px;
    width: auto;
}
.seasonal .placelist footer,
.year-round-staff .placelist footer,
.page-template-page-staff-php .placelist footer {
    border-top: 1px solid #ccc;
    margin: 3px auto 0;
    width: 75%;
}

.seasonal .placelist .desc strong,
.year-round-staff .placelist .desc strong,
.page-template-page-staff-php .placelist .desc strong {
    display: block;
    font-weight: bold;
    font-size: 16px;
}

.seasonal .placelist .desc span,
.year-round-staff .placelist .desc span,
.page-template-page-staff-php .placelist .desc span {
    font-style: italic;
    font-size: 15px;
}
.placelist .desc{
  padding: 20px 10px 8px 10px;
}
.year-round-staff .placelist .desc span {
  display: block;
  width: 100%;
  font-size: 15px;
}
/*Landing Planning*/
.landing-planning h3 {
	font-size:36px;
	text-align: center;
	margin-bottom: 10px;
}
.landing-planning p.plan-intro {
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	margin-bottom: 40px !important
}
.landing-planning h2 {
	font-size:20px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 20px
}
.landing-planning a.btn-black{
    border: none;
    background: none;
    text-shadow: none;
    position: relative;
    color: white;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    background: #000;
    padding: 5px 15px;
    font-size: 1em;
    text-align: center;
    -webkit-box-shadow: 0px 0px 0px 3px #000;
    -moz-box-shadow: 0px 0px 0px 3px #000;
    box-shadow: 0px 0px 0px 3px #000;
    border: 1px solid #444;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    margin: 0 auto;
    float: none;
    display: block;
    width: 230px;
}
.landing-planning a.btn-black:hover{
    text-decoration: none;
    opacity: 0.9;
    color: white;
}
.landing-planning a.btn-black span{
    position: relative;
    display: block;
    padding-right: 10px;
}

.landing-planning a.btn-black span:after{
    content: "";
    position: absolute;
    right: 0;
    top: 6px;
    width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid white;
}
/*single planning*/
#sideRight ul li:before {
    font-family: "FontAwesome";
    display: inline-block;
    margin-right: 5px;
    content: "\f14c";
    font-size: 14px;
    color: #428bca;
}
#sideRight ul li {
    margin: 5px 0;
}
#toprow ul li.sharetop {
    border-right: 0 none;
}

#nav-footer li:first-child {
    border-left: 0;
}

#nav-footer li:last-child {
    border-right: 0;
}

#intro.slider .bx-caption {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 999;
	width: auto;
	background: none;
}
#intro.slider img {
	max-width: 100%;
	display: block;
	height: 456px;
	width: 100%;
	position : relative;
	margin : auto;
}
#intro.slider .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	left: 0;
	background: none;
	z-index: 1;
}
#intro.slider .bx-caption > span{
	display: inline-block;
	width: auto;
	background: #000;
	height: 64px;
	position: relative;
}
#intro.slider .bx-caption > span:before {
	content: " ";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border: 1px solid #598527;
}
#intro.slider .bx-caption h3{
	color: #fff;
	display: inline-block;
	padding : 0 20px;
	font-size: 20px;
	font-weight: normal;
}
#intro.slider .bx-caption a{
	display: inline-block;
	margin-left: 10px;
}
.wp-caption.alignright > a {
    padding-left: 4px;
}
.modal-dialog.concert-seating{
	width: 350px;
}
.wp-caption.alignright img:hover {
    color: white;
    opacity: 0.9;
}

/* Press Page*/
.press .ui-widget-content {
    border-width: 0;
}

.press .ui-widget-header {
    border-width: 0;
    background: transparent;
}

.press .ui-tabs .ui-tabs-nav li {
    width: 32%;
}

.press .ui-state-default,
.press .ui-widget-content .ui-state-default,
.press .ui-widget-header .ui-state-default {
    border-width: 0;
}

.press .ui-state-default,
.press .ui-widget-header .ui-state-default {
    background: transparent;
    border-left: 1px solid #d3d3d3;
    border-bottom: 5px solid #d3d3d3 !important;
    padding-bottom: 1px !important;
}

.press .ui-state-hover,
.press .ui-widget-content .ui-state-hover,
.press .ui-widget-header .ui-state-hover,
.press .ui-widget-content .ui-state-focus,
.press .ui-widget-header .ui-state-focus {
    border-left: 1px solid #f6ecb7;
    border-bottom: 5px solid #bfb472 !important;
    background-color: #f6ecb7;
}

.press .ui-state-active,
.press .ui-widget-content .ui-state-active,
.press .ui-widget-header .ui-state-active {
    border-left-width: 0;
    border-bottom: 5px solid #bfb472 !important;
    background-color: #f6ecb7;
}

/* 404 Page */
#post-404 h1 {
	font-style: italic;
	text-align: center;
    font-size: 3em;
    font-weight: 300;
}

#post-404 span#top {
	background: url('../marlboro-music/assets/img/linebtm.png') center top no-repeat;
	height: 5px;
	display: block;
	margin-bottom: 35px;
	background-size: 170px
}
#post-404 span#bottom {
	background: url('../marlboro-music/assets/img/lineTop.png') center top no-repeat;
	height: 5px;
	display: block;
	margin-top: 35px;
	margin-bottom: 35px;
	background-size: 175px;
}

#post-404 p {
	text-align: center;
	font-size: 1.2em;
}

#post-404 form.search {
    margin: 25px auto 105px;
    width: 38%;
}

#post-404 input.search-input {
    margin-right: 10px;
    width: 73%;
	padding: 6px 12px;
	background: #e9ecee;
	border: 1px solid #e9ecee;
	font-size: 1em;
	height: 38px;
	border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	color: black;
	height: 45px;
	font-size: 1em;
	line-height: 1.9em;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

#post-404 input.search-input:focus {
    background: none;
    -webkit-box-shadow: 0 0 0 1px #2aa6d7;
	-moz-box-shadow: 0 0 0 1px #2aa6d7;
	box-shadow: 0 0 0 1px #2aa6d7;
}

#post-404 button.search-submit {
    width: 23%;
    border: none;
	color: white;
	text-shadow: none;
	white-space:normal;
	text-align: center;
	background: #598527;
	color: white;
	padding: 8px 25px;
	position: relative;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	border: 1px solid #8eac6c;
	-webkit-box-shadow: 0 0 0 4px #598527;
	-moz-box-shadow: 0 0 0 4px #598527;
	box-shadow: 0 0 0 4px #598527;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/*  Single Publications Page */
.single-publications .publications img.alignright {
    padding: 5px;
    margin-left: 1em;
    border: 1px solid #ccc;
}

.single-publications .publications .fancybox-pdf {
    text-transform: uppercase;
    font-size: 0.8em;
    color: gray;
    display: inline-block;
    font-weight: bold;
    vertical-align: middle;
    background: #d3d3d3;
    box-shadow: 0 0 0 3px #d3d3d3;
    padding: 10px 15px 5px 15px;
    border: 1px solid #fff;
}

.single-publicatios .publications a i.fa-caret-right {
    position: relative;
    margin-left: 5px;
    top: 0.5px;
}

/*redbook style*/
.rb-boxthin {
    background-color: #fff;
    padding: 30px 23px;
    position: relative;
}
.rb-boxthin h1 {
    font-size: 30px;
    margin: 20px 0 30px;
}
.rb-boxthin p {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 16px;
    margin-bottom: 15px;
}
#main .container .bcrumb2{
    border: none;
}
#main .container .bcrumb2 p{
	font-size: 13px;
	color: #c3c3c3;
}
.rb-boxthin .concert-history .trigger {
    clear: both;
    margin: 0 0 30px;
    float: left;
    padding: 0;
}
#main .container .bcrumb2 p a{
    color: #1f1f1f;
    position: relative;
    display: inline-block;
    background: none;
    font-size: 13px;
    margin: 0 0 2px 10px;
    padding: 10px 0 10px 20px;
    text-transform: none;
    font-weight: normal;
    text-decoration: none;
}
#main .container .bcrumb2 p a::after {
    content: "\f105";
    position: absolute;
    top: 10px;
    left: 0;
    font-family: 'FontAwesome';
    color: #c3c3c3 !important;
    font-size: 25px;
}

#main .container .bcrumb2 a:hover,
#main .container .bcrumb2 a.current{
    color: #770029 !important;
}
.boxthin{
    overflow: hidden;
}
.container .concert-history .block {
	clear: both;
	border: 1px solid #c2c3bc;
    padding: 30px 20px 20px;
    border-radius: 5px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0;
    padding: 15px;
    margin-bottom: 30px;
    float: left;
}
.container .concert-history label {
    display: block;
    margin: 0 0 5px;
}
.container .concert-history .block input,
.container .concert-history .block select{
    border-radius: 5px;
    padding: 6px 10px;
    background: #e9ecee;
    border: 1px solid #e9ecee;
    box-shadow: none;
    height: 35px;
}
.container .concert-history .block input,
.container .concert-history .block select#flname,
.container .concert-history .block select#composer,
.container .concert-history .block select#work,
.container .concert-history .block select#mnu_letter1,
.container .concert-history .block select#mnu_letter2,
.container .concert-history .block select#mnu_musician1,
.container .concert-history .block select#mnu_musician2 {
    width: 100%;
}
#main .container form .concert-history + p{
	clear: both;
}
.container .concert-history .block select#start_year,
.container .concert-history .block select#through_year {
    width: 100px;
    outline: none;
    display: inline-block;
}
.container .concert-history .block select#start_year {
	margin-right: 8px;
}
.container .concert-history .block select#through_year {
	margin-left: 8px;
}
.container .concert-history .block select#flname,
.container .concert-history .block select#composer {
	margin-bottom: 15px;
}
.container .concert-history .block select#instrument_family1,
.container .concert-history .block select#instrument1,
.container .concert-history .block select#instrument_family2,
.container .concert-history .block select#instrument2 {
	width: calc(50% - 3px);
    margin-bottom: 15px;
}
.container .concert-history .block select#instrument_family3,
.container .concert-history .block select#instrument3 {
	width: calc(50% - 3px);
}
.container .concert-history .block select#mnu_letter1,
.container .concert-history .block select#mnu_letter2,
.container .concert-history .block select#mnu_musician1 {
	margin-bottom: 15px;
}
.rb-boxthin .concert-history .block div {
	margin: 0;
}
body.past-participants .cols3 .col:first-child {
    width: 38%;
}

body.past-participants .cols3 .col h3 {
    margin: 0 0 20px 0;
    /* background: #e7f3d7; */
    color: #000;
    border-bottom: 4px solid #812c51;
    padding: 10px 20px;
}

body.past-participants .cols3 .col {
    background: none;
    border-radius: 0;
    width: 29%;
}
body.past-participants .cols.cols3 .col form input[type="text"]{
    border-radius: 5px;
    padding: 6px 10px !important;
    background: #e9ecee;
    border: 1px solid #e9ecee !important;
    box-shadow: none !important;
    font-size: 1em !important;
}
body.past-participants .cols.cols3 .col form span{
    border:none;
    position: relative;
    background: #fff;
    display: block;
    z-index: 2;
}
body.past-participants .cols.cols3 .col form span:before{
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 100%;
    z-index: -1;
    border-top: 1px solid #c7c5af;
}
body.past-participants .cols3 .col .cols4 .col:first-child,
body.past-participants .cols3 .col .cols4 .col{
    width: 33%;
}
body.past-participants .cols3 .col .cols2 .col:first-child,
body.past-participants .cols3 .col .cols2 .col{
    width: 48%;
}
.rb-boxthin .concert-history {
    margin: 20px 0 0;
}
.rb-boxthin .concert-history div {
    margin-bottom: 30px;
}
.rb-boxthin .recordings-sidebar input[type="checkbox"] {
	vertical-align: inherit;
    margin: 0 5px 0 0;
}

/* MISC */
table.officer {
	margin-top: 50px;
}
table.trustees {
	margin: 50px 0;
}

table.officer tr,
table.trustees tr {
	margin-bottom: 15px;
	display: block;
}

table.officer td,
table.trustees td {
	vertical-align: top;
	width: 290px;
	font-size: 1em;
}

td.vice {
	margin-bottom: 15px;
	display: block;
}

.officer strong,
.trustees strong {
	display: block;
	font-size: 1.2em;
	color: #000;
}

.vice strong {
	margin: 0;
	font-weight: normal;
}

.vice span {
	font-style: italic;
}

/*serach result*/
.search-result article a {
    font-weight: normal;
}
.search-result article {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
/*error page*/
article#post-404 {
	margin-bottom: 160px;
}

/*quotes*/
.page-template-template-quotes-php #rightside {
	height: 755px;
}
.page-template-template-quotes-php #rightside #quotes-slider,
.page-template-template-quotes-php #rightside #quotes-slider .quotes-wrapper {
  visibility: hidden !important;
}
.page-template-template-quotes-php #rightside #quotes-slider .bx-wrapper .bx-viewport {
	background: none !important;
	box-shadow: none !important;
	z-index: 0
}
.page-template-template-quotes-php #rightside #quotes-slider .bx-wrapper .bx-viewport ul.quotes-slide li img {
	width: 800px;
	height: 462px;
	margin-left: -35px;
	margin-bottom: 150px;
}
.page-template-template-quotes-php #rightside #quotes-slider .bx-wrapper .bx-viewport ul.quotes-slide-text li p {
	color: #000;
	z-index: 4;
	text-align: left;
	padding-left: 170px;
	padding-right: 20px;
	width: 640px;
}
.page-template-template-quotes-php #rightside #quotes-slider .quotes-wrapper {
	margin-bottom: 175px;
}
.page-template-template-quotes-php #rightside #quotes-slider .quotes-wrapper .bx-wrapper .bx-viewport {
	background: #FFF !important;
	border: none !important;
	padding: 20px !important;
	box-shadow: inset 0 65px 120px -90px #bebebe !important;
	-moz-box-shadow: inset 0 65px 120px -90px #bebebe !important;
  	-webkit-box-shadow: inset 0 65px 120px -90px #bebebe !important;
	padding-top: 0px !important;
	margin: -500px 0 0 50px !important;
	width: 700px !important;
	height: 340px;
}
.page-template-template-quotes-php #rightside #quotes-slider .quotes-wrapper #bx-pager a img {
	position: relative;
	width: 50px;
	height: 50px;
	margin: 15px 0 0px 10px;
	display: inline-block;
	opacity: 0.2;
	z-index: 1;
}
.page-template-template-quotes-php #rightside #quotes-slider .quotes-wrapper #bx-pager a.active img,
.page-template-template-quotes-php #rightside #quotes-slider .quotes-wrapper #bx-pager a img:hover {
	opacity: 1;
}
.page-template-template-quotes-php #rightside #quotes-slider .quotes-wrapper #bx-pager {
	margin: -394px 0 135px 55px;
	width: 220px !important;
	position: relative;
}
.planning-responsive, .quotes-responsive{
	display: none;
}

/*planning*/
.headlt-planning {
	overflow: hidden;
}
.headlt-planning .title_bigleft {
	float: center;
	width: auto;
}
.headlt-planning .link_back {
	float: center;
	margin-bottom: 22px;
}
#planning-slider,
#planning-slider .planning-wrapper {
  visibility: hidden !important;
}
#planning-slider .bx-wrapper .bx-viewport {
	background: none !important;
	box-shadow: none !important;
	z-index: 0
}
#planning-slider .bx-wrapper .bx-viewport {
	width: 1096px !important;
	height: 329px !important;
	overflow: hidden;
}
#planning-slider .bx-wrapper .bx-viewport ul.planning-slide li img {
	width: 100%;
	margin: auto;
	padding-left: 30px;
}
#planning-slider .bx-wrapper .bx-viewport ul.planning-slide-text li label {
	line-height: 35px;
	color: #000;
	text-align: left;
	padding: 20px 30px 20px 225px;
}
#planning-slider .bx-wrapper .bx-viewport ul.planning-slide-text li p {
	color: #000;
	z-index: 4;
	text-align: left;
	padding: 0px 30px 20px 225px;
	margin-bottom: -7px;
}
#planning-slider .planning-wrapper {
	margin-bottom: 175px;
}
#planning-slider .planning-wrapper .bx-wrapper .bx-viewport {
	background: #FFF !important;
	border: none !important;
	box-shadow: inset 0 65px 120px -90px #bebebe !important;
	-moz-box-shadow: inset 0 65px 120px -90px #bebebe !important;
  	-webkit-box-shadow: inset 0 65px 120px -90px #bebebe !important;
	margin: -120px 0 0 145px !important;
	width: 831px !important;
	height: 500px !important;
}
#planning-slider .planning-wrapper #bx-pager a img {
	position: relative;
	width: 50px;
	height: 50px;
	margin: 15px 0 0px 10px;
	display: inline-block;
	opacity: 0.2;
	z-index: 1;
}
#planning-slider .planning-wrapper #bx-pager a.active img,
#planning-slider .planning-wrapper #bx-pager a img:hover {
	opacity: 1;
}
#planning-slider .planning-wrapper #bx-pager {
	margin: -550px 0 370px 155px;
	width: 220px !important;
	position: relative;
}
.slider-clearfix{
	height: 135px;
}

/*Photo Gallery*/
#blog-gallery{ 
	clear: both;
	text-align: center;
}
#rightside .acf-photo-gallery,
#blog-gallery .acf-photo-gallery {
	position: relative;
	border: 1px solid #cccccc;
	padding: 4px;
	display: inline-block;
	list-style-type: none;
	margin-bottom: 10px;
}
#rightside .acf-photo-gallery:hover,
#blog-gallery .acf-photo-gallery:hover {
	background: #efefef;
}
#rightside .acf-pagination,
#blog-gallery .acf-pagination{
	position: relative;
	text-align: center;
	margin-top: 20px;
}
#rightside .acf-pagination span.page-numbers.current,
#blog-gallery .acf-pagination span.page-numbers.current,
#rightside .acf-pagination a.page-numbers:hover,
#blog-gallery .acf-pagination a.page-numbers:hover{
	background-color: #726661 !important;
	color: white !important;
	text-decoration: none !important;
}
#rightside .acf-pagination span.page-numbers.current,
#blog-gallery .acf-pagination span.page-numbers.current,
#rightside .acf-pagination a.page-numbers,
#blog-gallery .acf-pagination a.page-numbers {
	padding: 7px 10px 3px;
	font-size: 15px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	border: 1px solid #cccccc;
	color: #77778a;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
#fancybox-title{ font-size: 14px !important; }

/*==========================================================================
  PURCHASE TICKET
========================================================================== */
.seatChart {
  margin: 0;
}

.seat_right{
  width: 100%;
  text-align: right;
  margin: 18px 0;
}
.seat_right a {
  color: #0072bc;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.seat_right a:hover {
  color: #3d454e;
  text-decoration: none;
}
.dgift {
  border-top: 1px solid #dddddd;
  padding-top: 40px;
}
.seatChart__table_label {
  width: 20px;
  min-height: 70px;
  height: auto !important;
  height: 70px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin-right: 10px;
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  background: #c8c47a;
  position: absolute;
  background: url(assets/img/sold.png?1421644024) 0 0 no-repeat;
  -webkit-background-size: 20px, 69px;
  -moz-background-size: 20px, 69px;
  -o-background-size: 20px, 69px;
  background-size: 20px, 69px;
  left: 20px;
}
.show_seatchart{
  line-height: 1.42857;
	border-top: 1px solid #DDD;
	padding-top: 20px;
	margin: 20px 0 0;
	overflow: visible;
	display: block;
	float: left;
	width: 100%;
}
.show_seatchart:first-child{ border-top: none; }
.show_seatchart .seatChart__table__prodname h4 {
  font-size: 19px;
  font-weight: normal;
  margin-bottom: 5px;
}
.show_seatchart .seatChart__table__prodname p {
  margin-bottom: 0px !important;
}
.show_seatchart .seatChart__table__prodname p.venue{ font-size: 15px; }
.show_seatchart.seatChart__table__disbled .seatChart__table__prodname{
  padding-left: 35px;
  margin-bottom: 5px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.show_seatchart.seatChart__table__disbled .slect-gradient{
	margin-left: 90px;
}
.program__txcenter a {
  padding: 9px 5px 6px;
  font-size: 15px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  border: 1px solid #cccccc;
  color: #77778a;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.program__txcenter a:hover,
.program__txcenter a:active{
  background-color: #726661;
  color: white;
}
.show_seatchart.seatChart__table__disbled .program__txcenter a{
	margin-left: -25px;
}
p.program__txcenter {
  margin-bottom: -20px !important;
}
.show_seatchart .form-control{
  background: #fff;
  width: 75px;
  height: 38px;
  border: 1px solid #c1c1c1;
  float: right;
}
.show_seatchart .form-control.gradient {
    background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #FFFFFF), color-stop(100%, #EDE9E9));
	background-image: -webkit-linear-gradient(bottom, #FFFFFF, #EDE9E9);
	background-image: -moz-linear-gradient(bottom, #FFFFFF, #EDE9E9);
	background-image: -o-linear-gradient(bottom, #FFFFFF, #EDE9E9);
	background-image: linear-gradient(bottom, #FFFFFF, #EDE9E9);
}
.show_seatchart select.form-control {
    width: 100%;
	margin-right: 0;
	font-size: 16px;
  	border: 1px solid #d3d3d3;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.dgift .dgift__prices a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 7px 25px 4px;
  font-weight: 600;
  color: black;
  margin-right: 7px;
  text-align: center;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #d8d8d8), color-stop(100%, #ececec));
  background-image: -webkit-linear-gradient(bottom, #d8d8d8, #ececec);
  background-image: -moz-linear-gradient(bottom, #d8d8d8, #ececec);
  background-image: -o-linear-gradient(bottom, #d8d8d8, #ececec);
  background-image: linear-gradient(bottom, #d8d8d8, #ececec);
  border: solid 1px transparent;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  width: 90px;
  margin: 3px auto;
}
.dgift .dgift__prices a:hover {
  border: solid 1px #006fb8;
  text-decoration: none;
}
.dgift .dgift__prices a.active {
  color: white;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #0068ac), color-stop(100%, #0072bb));
  background-image: -webkit-linear-gradient(bottom, #0068ac, #0072bb);
  background-image: -moz-linear-gradient(bottom, #0068ac, #0072bb);
  background-image: -o-linear-gradient(bottom, #0068ac, #0072bb);
  background-image: linear-gradient(bottom, #0068ac, #0072bb);
  text-decoration: none;
}
.dgift textarea.text_area {
  border: 1px solid #a1a8b0;
  width: 100%;
  height: 200px;
  border-radius: 3px;
  padding: 20px;
}
.dgift textarea.text_area:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
}
.purchase-note {
	background-color: #fefbec;
	border: 1px solid #ddd;
	border-radius: 5px;
	text-align: center;
	padding: 8px;
	margin: 15px 0;
}
.tabs.purchase li {
    padding: 10px 50px;
	margin-left: 3px;
	position: relative;
	border-top: 1px solid #ccc;
	background: #f7f7f7;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	letter-spacing: 3px;
	font-size: 15px;
}
.tabs.purchase li.active,
.tabs.purchase li:hover {
    background: #FFFFFF;
    margin-bottom: 10px;
}	
}
.tabs.purchase li.active span,
.tabs.purchase li:hover span {
    color: #000;
}
.seat-preference, .seat-qty { padding-left: 0; }
.seat-qty{ padding-right: 0; }
.seatChart__table__prodname {
	padding-left: 0;
}

.show_seatchart .select {
	width: 100%;
    overflow: hidden;
    position: relative;
    display: block;
    margin-top: 17px;
}
.show_seatchart .select:after {
    content:"▼";
    padding: 10px 10px;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 100%;
    pointer-events: none;
    box-sizing: border-box;
}
.seat-preference-text {
	margin-right: 10px;
	font-size: 13px;
	text-transform: uppercase;
	display: none;
}
.seat-text {
	font-size: 12px;
	float: left;
	text-transform: uppercase;
}
.page-template-page-purchase_ticket_woo .btn_prooceed_checkout {
	margin: 45px 15px 15px;
}

/* ======== CUSTOM ======== */
#ticketview {
  overflow: hidden;
  margin-bottom: 35px;
}
#ticketview .custom-check {
  display: none;
}
#ticketview .switch-button-background {
  background: white;
  border: 1px solid #d6d5c4;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
}
#ticketview .switch-button-button {
  background: #f4f3f0;
  border: 1px solid #d6d5c4;
}
#ticketview .switch-button-button {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
#ticketview .switch-button-label {
  color: #b8b8b8;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 2em;
}
#ticketview .switch-button-label.on {
  color: black;
}

.sbHolder {
  background-color: #2d2d2d;
  border: solid 1px #515151;
  font-weight: normal;
  height: 30px;
  position: relative;
  width: 200px;
}

.sbSelector {
  display: block;
  height: 30px;
  left: 0;
  line-height: 30px;
  outline: none;
  overflow: hidden;
  position: absolute;
  text-indent: 10px;
  top: 0;
  width: 170px;
}

.sbSelector:link, .sbSelector:visited, .sbSelector:hover {
  color: #EBB52D;
  outline: none;
  text-decoration: none;
}

.sbToggle {
  background: url(assets/img/select-icons.png) 0 -116px no-repeat;
  display: block;
  height: 30px;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
}

.sbToggle:hover {
  background: url(assets/img/select-icons.png) 0 -167px no-repeat;
}

.sbToggleOpen {
  background: url(assets/img/select-icons.png) 0 -16px no-repeat;
}

.sbToggleOpen:hover {
  background: url(assets/img/select-icons.png) 0 -66px no-repeat;
}

.sbHolderDisabled {
  background-color: #3C3C3C;
  border: solid 1px #515151;
}

.sbOptions {
  background-color: #212121;
  border: solid 1px #515151;
  list-style: none;
  left: -1px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 30px;
  width: 200px;
  z-index: 1;
  overflow-y: auto;
}

.sbOptions li {
  padding: 0 7px;
  list-style: none;
  margin-left: 0px;
}

.sbOptions a {
  border-bottom: dotted 1px #515151;
  display: block;
  outline: none;
  padding: 7px 0 7px 3px;
}

.sbOptions a:link, .sbOptions a:visited {
  color: #ddd;
  text-decoration: none;
}

.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus {
  color: #EBB52D;
}

.sbOptions li.last a {
  border-bottom: none;
}

.sbOptions .sbDisabled {
  border-bottom: dotted 1px #515151;
  color: #999;
  display: block;
  padding: 7px 0 7px 3px;
}

.sbOptions .sbGroup {
  border-bottom: dotted 1px #515151;
  color: #EBB52D;
  display: block;
  font-weight: bold;
  padding: 7px 0 7px 3px;
}

.sbOptions .sbSub {
  padding-left: 17px;
}
.slect-gradient .sbHolder {
	border: solid 1px #d3d3d3;
	background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #eeeeee), color-stop(100%, #fdfdfd));
	background-image: -webkit-linear-gradient(bottom, #eeeeee, #fdfdfd);
	background-image: -moz-linear-gradient(bottom, #eeeeee, #fdfdfd);
	background-image: -o-linear-gradient(bottom, #eeeeee, #fdfdfd);
	background-image: linear-gradient(bottom, #eeeeee, #fdfdfd);
	height: 37px;
}
.slect-gradient .sbSelector {
	line-height: 36px;
	width: 93%;
}
.selectwrap .sbHolder {
  width: auto;
  background-color: #ffffff;
  border: solid 1px #e9e9e9;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, rgba(0, 0, 0, 0.08)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0));
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0));
}
.selectwrap .sbSelector:link, .selectwrap .sbSelector:visited, .selectwrap .sbSelector:hover {
  color: black;
}
.selectwrap .sbOptions {
  width: 100%;
  background: white;
}
.selectwrap .sbOptions a:link, .selectwrap .sbOptions a:visited {
  color: #1f1f1f;
}
.selectwrap .sbOptions a:hover {
  color: #033f66;
}
.selectwrap .sbToggle {
  background: url(assets/img/ddown.png) center center no-repeat;
}

.selectgrey .sbHolder, .slect-gradient .sbHolder {
  width: auto;
  background-color: #e9ecee;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  height: 38px;
}
.selectgrey .sbOptions, .slect-gradient .sbOptions {
  width: 100%;
  background: white;
}
.selectgrey .sbSelector, .slect-gradient .sbSelector {
  width: 100%;
  line-height: 34px;
  height: 38px;
}
.selectgrey .sbToggle, .slect-gradient .sbToggle {
  background: url(assets/img/ddown.png) center center no-repeat;
  height: 37px;
}
.selectgrey .sbOptions a:link, .slect-gradient .sbOptions a:link, .selectgrey .sbOptions a:visited, .slect-gradient .sbOptions a:visited {
  color: #6c6c6c;
}
.selectgrey .sbSelector:link, .slect-gradient .sbSelector:link, .selectgrey .sbSelector:visited, .slect-gradient .sbSelector:visited, .selectgrey .sbSelector:hover, .slect-gradient .sbSelector:hover {
  color: #6c6c6c;
}
.selectgrey .sbOptions a:hover, .slect-gradient .sbOptions a:hover {
  color: #033f66;
}
.slect-gradient {
  width: 220px;
  margin: -38px 0 0 115px;
  text-align: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #0b0b0b;
}
.slect-gradient .sbSelector {
  line-height: 36px;
  width: 93%;
}
.slect-gradient .sbHolder {
  border: solid 1px #d3d3d3;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #eeeeee), color-stop(100%, #fdfdfd));
  background-image: -webkit-linear-gradient(bottom, #eeeeee, #fdfdfd);
  background-image: -moz-linear-gradient(bottom, #eeeeee, #fdfdfd);
  background-image: -o-linear-gradient(bottom, #eeeeee, #fdfdfd);
  background-image: linear-gradient(bottom, #eeeeee, #fdfdfd);
  height: 37px;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#eeeeeeee, endColorstr=#fdfdfdfd);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#eeeeeeee, endColorstr=#fdfdfdfd)";
}
a.ticket_btn {
    float: right;
    position: relative;
    margin-top: 30px;
    margin-right: 10px;
    padding: 10px;
    background: #a9231a;
    color: #fff;
}
a.ticket_btn:hover {
    opacity: 0.7;
    text-decoration: none;
}
.btn_prooceed_checkout {
	float: right;
	text-shadow: none;
	position: relative;
	color: white;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	background: #0072bc;
	padding: 15px !important;
	text-align: center;
	-webkit-box-shadow: 0px 0px 0px 3px #0072bc !important;
	box-shadow: 0px 0px 0px 3px #0072bc !important;
	border: 1px solid #7db7dd;
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
	min-width: 150px;
	width: auto !important;
	border-radius: 0;
	text-transform: uppercase;
	margin-top: 15px;
}
.btn_prooceed_checkout:hover {
	text-decoration: none;
	opacity: 0.8;
	filter: alpha(opacity=80);
	color: white;
}
.btn_prooceed_checkout a {
	color: #ffffff;
}
.btn_prooceed_checkout a:hover,
.btn_prooceed_checkout a:active {
	text-decoration: none;
}
/*==========================================================================
  DONOR
========================================================================== */
.gform_wrapper input, .gform_wrapper textarea, .gform_wrapper select {
  	border: 1px solid #a1a8b0;
	background: white;
	box-shadow: none !important;
	font-size: 1em !important;
	height: 38px;
	padding: 6px 12px !important;
	line-height: 1.42857;
	color: #555555;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	font-size: 14px !important;
}
.gform_wrapper textarea{ height: 86px !important; }
.gform_wrapper input:focus, .gform_wrapper textarea:focus, .gform_wrapper select:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
}

/*modal category*/
.modal-category { display: none; }
.modal-category {
    position: absolute;
    background: rgba(0,0,0, 0.7);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}
.modal-category .modal-body {
    width: 500px;
    background: #fff;
    margin: 150px auto 0;
    padding: 1px;
    text-align: center;
    position: relative;
    overflow: visible;
}
@media (max-width: 568px) {
  .modal-category .modal-body {
	 width: 90%;
  }
}
.modal-category .header-category,.modal-category .body-category {
    border: 1px solid #c3be88;
    margin: 10px;
    font-size: 18px;
    padding: 30px;
}
.modal-category .header-category {
    background: #f6f5f0;
    padding: 30px 15px;
    color: #8c8968;
}
.modal-category .body-category ul li {
    margin-bottom: 20px;
}
.modal-category #close-btn {
	width: 36px;
	height: 36px;
	position: absolute;
	background: url('assets/img/close-btn.png') no-repeat;
	right: -15px;
	top: -15px;
}

/*Mail Pop Up*/
body .theme-simple h1, .branding-container {
	display: none !important;
}
body .theme-simple .text {
	font-weight: bold !important;
	font-size: 20px !important;
	text-align: center !important;
}
body .theme-simple #mailmunch-optin-form input.submit {
	background: #598527 !important;
	border-radius: 0 !important;
	text-shadow: none;
	white-space: normal;
	text-align: center;
	color: white !important;
	position: relative;
	font-size: 13px !important;
	font-weight: 600 !important;
	border: 1px solid #8eac6c !important;
	-webkit-box-shadow: 0 0 0 4px #598527;
	-moz-box-shadow: 0 0 0 4px #598527;
	box-shadow: 0 0 0 4px #598527;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 30% !important;
	height: 15px !important;
}
body .theme-simple #mailmunch-optin-form input.submit:hover {
	opacity: 0.7;
	color: white;
	text-decoration: none;
}
/*Shuttle service reservation page*/
#gform_wrapper_15.gform_wrapper ul li#field_15_3,
#gform_wrapper_15.gform_wrapper ul li#field_15_4 {
    float:left;
    width: 49%;
    clear: none;
}
#gform_wrapper_15.gform_wrapper ul li#field_15_4{
    float: right;
}
#gform_wrapper_15.gform_wrapper .top_label input.medium{
    width: 97.5% !important;
}
#gform_wrapper_15.gform_wrapper .ginput_complex span.name_last input[type=text]{
    float: right;
}
#gform_wrapper_15.gform_wrapper .ginput_complex label{
    clear: both;
    color: #999;
}
#gform_wrapper_15.gform_wrapper .ginput_complex span.name_last label{
    margin-left: 10px;
}
#gform_wrapper_15.gform_wrapper .ginput_complex .ginput_full input{
    width: 98.5% !important;
}
#gform_wrapper_15 select{
    height: 42px;
}
input#gform_submit_button_15 {
  border: none;
  color: white;
  text-shadow: none;
  white-space: normal;
  text-align: center;
  width: auto;
  background: #598527;
  color: white;
  padding: 10px;
  margin-left: 10px;
  position: relative;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid #8eac6c;
  -webkit-box-shadow: 0 0 0 4px #598527;
  -moz-box-shadow: 0 0 0 4px #598527;
  box-shadow: 0 0 0 4px #598527;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
input#gform_submit_button_15:hover{
  opacity: 0.7;
  color: white;
  text-decoration: none;
}
/*newsletter subscribe popup*/
#icegram_message_5035 .modal-left {
    float: left;
    width: 50%;
}
#icegram_message_5035 .modal-right {
    float: right;
    width: 50%;
    text-align: center;
    padding: 35px 20px 5px;
}
#icegram_message_5035 .ig_message {
    margin: 0 !important;
}
#icegram_message_5035 .modal-right h1 {
    font-size: 23px;
	margin-bottom: 20px;
	font-weight: 600;
}
#icegram_message_5035 {
    padding: 10px !important;
    margin: 0 !important;
}

#icegram_message_5035 label.gfield_label,
#icegram_message_5035 .gform_wrapper .ginput_complex label  {
    display: none !important;
}
#icegram_message_5035 .gform_wrapper input {
    border: 1px solid #a1a8b0;
    background: white;
    box-shadow: none !important;
    font-size: 1em !important;
    height: 38px;
    padding: 6px 12px !important;
    line-height: 1.42857;
    color: #555555;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    width: 97% !important;
}
#icegram_message_5035 .modal-left img {
    width: 100%;
}
#icegram_message_5035 .img-left {
    position: relative;
}
#icegram_message_5035 .img-left .logo {
    position: absolute;
    width: 100%;
    text-align: center;
    opacity: 0.9;
}
#icegram_message_5035 .img-left .logo a img {
    width: 93% !important;
}
#icegram_message_5035 input#gform_submit_button_1 {
    text-shadow: none;  position: relative;    display: -moz-inline-stack;  display: inline-block;    zoom: 1;
    background: #598527 !important;
    padding: 7px 50px !important;  text-align: center;
    -webkit-box-shadow: 0px 0px 0px 3px #598527 !important;
    box-shadow: 0px 0px 0px 3px #598527 !important;
    border: 1px solid #9bb67d !important;  -webkit-transition: opacity 0.3s linear;  -moz-transition: opacity 0.3s linear;  -ms-transition: opacity 0.3s linear;  -o-transition: opacity 0.3s linear;  transition: opacity 0.3s linear;
    width: auto!important;  border-radius: 0;
    font-size: 18px !important;
    text-transform: capitalize !important;
    font-weight: normal;
    float: none;
    clear: both;
}

#icegram_message_5035 .gform_footer.top_label {
    text-align: center;
    padding-top: 10px;
}
#icegram_message_5035 .gform_wrapper .ginput_complex.ginput_container{
	overflow: visible;
}
#icegram_message_5035 .gform_wrapper .has_first_name span{
	margin-bottom: 10px;
	width: 100%;
}
/*footer updated*/
.ft-wdg.ft-blog.col-md-12.ft-logos{
	margin: 0 -15px;
}
#signup-form.footer-signup .gform_wrapper {
    margin: 0;
    overflow: hidden;
    width: 100%;
    max-width: none;
}
#signup-form.footer-signup .gform_wrapper .gform_footer{
    width: 15% !important;
}
#signup-form.footer-signup .gform_wrapper ul.gform_fields li.gfield span.name_first,
#signup-form.footer-signup .gform_wrapper ul.gform_fields li.gfield span.name_last{
    width: 49%;
    margin: 0;
    float: left;
    margin: 0;
}
#signup-form.footer-signup .gform_wrapper ul.gform_fields li.gfield span.name_first{
    margin-right: 5px;
}
#signup-form.footer-signup .gform_wrapper ul.gform_fields li.gfield span.name_first input,
#signup-form.footer-signup .gform_wrapper ul.gform_fields li.gfield span.name_last input{
    float: left;
    clear: none;
}
#signup-form .gform_wrapper ul li#field_1_1{
    width: 66.6666666%
}
#signup-form .gform_wrapper ul li#field_1_2{
    width: 33.33333%;
}
#signup-form.footer-signup .gform_wrapper .gform_body{
    width: 85% !important;
}
#signup-form .gform_wrapper ul li.gfield{
    clear: none;
    margin: 0;
    float: left;
}
#signup-form .gform_wrapper .gform_footer{
   padding: 0 0 0 5px !important;
}
#signup-form.footer-signup input[type="submit"]{
    padding: 0;
    background: #406618;
    box-shadow: inset 0 0 0 4px #406618, inset 0 0 0 5px #6b9d36, 2px 2px 1px rgba(0,0,0,.19);
    color: #fff;
    border: none;
    line-height: 47px;
}
#signup-form.footer-signup .gform_wrapper .gform_footer{
	margin: 0 -15px;
}
.ft-wdg.ft-blog img {
    float: left;
    width: auto;
    max-width: 100%;
    height: auto;
}
.ft-wdg.ft-blog figure {
    margin-top: 10px;
    margin-right: 25px;
    display: block;
    overflow: hidden;
    float: left;
}
.ft-wdg.ft-blog figure.stainway {
    width: 28%;
    padding-top: 15px;
}
.ft-wdg.ft-blog figure.art-works{
    padding-top: 10px;
    width:32%;
}
.ft-wdg.ft-blog figure.vermont-arts{
    width: 10%
}

/*cart woo*/
.boxthin.cart{ overflow: visible; }
.cart-next-button { margin: 10px 0 25px; }

/*checkout woo*/
.boxthin.checkout .title-lnCart{ margin-bottom: 0; }
.boxthin.checkout .woocommerce form .form-row label{ line-height: normal; }
#s2id_billing_country a,
#s2id_shipping_country a,
#s2id_billing_state a,
#s2id_shipping_state a {
    height: 38px;
    line-height: inherit;
    background-color: #e9ecee;
}
#main .woocommerce-billing-fields p,
#main .woocommerce-shipping-fields p {
    margin-bottom: 15px;
}
.checkout .woocommerce-checkout #payment { background: transparent; }
.checkout .woocommerce-checkout #payment ul.payment_methods,
.checkout .woocommerce-checkout #payment div.payment_box { 
	padding: 0; 
	background-color: transparent;
}
.checkout .woocommerce-checkout #payment div.payment_box::before{
	display: none;
}
.checkout .woocommerce-checkout #payment ul.payment_methods li{
	list-style: none;
}
.checkout .woocommerce #payment div.payment_method_braintree_credit_card .wc-braintree-hosted-field {
    height: 38px;
}
.checkout .woocommerce .order_details li {
    list-style: none;
}
.steps {
    margin: 20px 0 30px;
    /*background: url(assets/img/shadow-step.png) bottom center no-repeat;*/
}
.steps ol {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
}
.steps li {
    color: #acacac;
    display: inline-block;
    font: 18px/1.3 Helvetica,Arial,sans-serif;
    margin: 0!important;
    padding: 0 0 30px 0!important;
    position: relative;
    text-align: center;
    width: 23%;
    z-index: 1;
}
.steps li.active {
    /*background: url(assets/img/steps-arrow.png) bottom center no-repeat;*/
    color: #a0410d;
}
.steps li span {
    background: #dadada;
    border-radius: 25px;
    color: #fff;
    display: inline-block;
    font: 15px 'proxima_nova_condensedSBd',Helvetica,Arial,sans-serif;
    height: 20px;
    line-height: 22px;
    margin-right: 5px;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 20px;
}
.steps li.active span {
    background: #a0410d;
}
.checkout-button{
	margin-top: 30px;
    text-align: center;
}
.checkout-button a{
	width:20%;
}


@media (min-width: 768px) and (max-width: 991px) {
	.placelist.col-md-4.col-sm-6:nth-child(2n+3) {
    	clear: both;
	}
}
@media (min-width: 992px) {
	.placelist.col-md-4.col-sm-6:nth-child(3n+4) {
    	clear: both;
	}
}
/*IE8*/
@media \0screen {
	body{
	  font-style: normal !important;
	}
	.container{
	  width: 1170px !important;
	}
	.col-md-1 {
	  width: 8.33333% !important;
	}
	.col-md-2 {
	  width: 16.66667% !important;
	}
	.col-md-3.ft-blog.ft-wdg {
	    width: 25% !important;
	    float: right !important;
	    top: -335px !important;
	    overflow: hidden !important;
	}
	.col-md-3.ft-wdg {
	    width: 25% !important;
	    float: left !important;
	    overflow: hidden !important;
	}
	.col-md-3 {
	  width: 25% !important;
	}
	.col-md-4 {
	  width: 33.33333% !important;
	}
	.col-md-5 {
	  width: 41.66667% !important;
	}
	.col-md-6.ft-wdg {
	  width: 50% !important;
	  top: 0px !important;
	  left: 0px !important;
	  overflow: hidden !important;
	}
	.col-md-6 {
	  width: 50% !important;
	}
	.col-md-7 {
	  width: 58.33333% !important;
	}
	.col-md-8 {
	  width: 66.66667% !important;
	}
	.col-md-9#righside {
	  width: 75% !important;
	  float: right !important;
	  top: -280px !important;
	  overflow: hidden !important;
	}
	.col-md-9 {
	  width: 75% !important;
	}
	.col-md-10 {
	  width: 83.33333% !important;
	}
	.col-md-11 {
	  width: 91.66667% !important;
	}
	.col-md-12 {
	  width: 100% !important;
	}
}

/*new single blog*/
.center-post {
    width: 100%;
	max-width: 787px;
	margin: 0 auto;
}

.post-title-bg {
	background: white;
	padding: 40px 20px 70px;
	text-align: center;
}
.post-title-bg .inside {
	max-width: 700px;
	margin: 0 auto;
}
.post-title-bg h2 {
	font-size: 35px;
	margin: 0;
	margin: 10px;
}

@media screen and (min-width: 62em) {
	.post-title-bg h2 {
		font-size: 45px;
	}
}


#tabs_wrapper {
	width: 422px;
}
#tabs_container {
	border-bottom: 1px solid #ccc;
}
.tabs-nav {
	list-style: none;
	padding: 5px 0 4px 0;
	margin: 0 0 30px;
	text-align: center;
}
.tabs_wrapper.tabs-post{
	padding-top: 50px; 
}
.tabs-nav li {
	display: inline-block;
}

@media screen and (max-width: 40em) {
	.tabs-nav li  {
		display: block;
		padding: 0;
		padding-bottom: 8px;
		margin-bottom: 8px;
		text-align: left;
		border-bottom: 1px solid #cecece !important;
		font-weight: normal;
	}
}

.tabs-nav li {
	padding: 4px 6px;
	text-decoration: none;
	color: #575757;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	position: relative;
	padding-right: 20px;
	cursor: pointer;
}

.tabs-nav li:before {
	display: none;
	content: '|';
	position: absolute;
	right: 0;
	font-size: 25px;
	font-style: italic;
	color: black;
}
.tabs-nav li:last-child:before {
	content: '';
}

@media screen and (min-width: 48em) {
	.tabs-nav li:before  {
		display: block;
	}
}
.tabs-nav li a:hover {
	background-color: #dddddd;
	padding: 4px 6px;
}
.tabs-nav li.active {
	border-bottom: 1px solid #fff;
	background-color: #fff;
	border-bottom: none;
	color: #993366;
}
.tabs-nav li.active a:hover {
	background-color: #eeeeee;
	padding: 4px 6px 5px 6px;
	border-bottom: none;
}

.tabs-nav li a.icon_accept {
	background-image: url(accept.png);
	background-position: 5px;
	background-repeat: no-repeat;
	padding-left: 24px;
}
.tabs-nav li a.icon_accept:hover {
	padding-left: 24px;
}

#tabs_content_container {
	border: 1px solid #ccc;
	border-top: none;
	padding: 10px;
	width: 400px;
}
.tab_content {
	display: none;
}

.tabs_wrapper .tab_content{
	display: none;
}
.center-post {
    overflow: hidden;
    padding-bottom: 60px;
}
.center-post .content-column.one_half span.recording_url{
    margin-bottom: 10px;
    display: inline-block;
}
.center-post .content-column.one_half{
    margin-top : 30px
}
span.recording_url a{
	color: #812c52;
    text-decoration: underline;
}

/*=====Composers====*/


.top-links{
  display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      -webkit-flex-direction: row;
      align-items: center;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
        margin-bottom: 30px;
}
  .top-links a{
      background: #efefef;
      position: relative;
      text-transform: uppercase;
      color: #000;
      font-size: 14px;
      padding: 5px 10px;
      border: 1px solid #cccccc;
      border-left: none;
      line-height: 1.49em;
      top: 1px;
  }

  .top-links a:hover{
    text-decoration: none;
    color:#2a6496;
  }

  .triangle-left {
      width: 0;
      height: 0;
      border-top: 16px solid transparent;
      border-bottom: 16px solid transparent;
      border-right: 16px solid #cccccc;
      position: relative;
      top: 1px;
  }

.inner-triangle {
    position: relative;
    top: -16px;
    left: 1px;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-right: 16px solid #efefef;
}

  /*.top-links a:before{
    content: "";
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-left: 0;
      position: absolute;
      top: 0;
      border-right: 10px solid #efefef;
      left: -9px;
  }*/

  .wrapp-top-user-composers{
    background: #e7ebec;
    display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      -webkit-flex-direction: row;
      align-items: center;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      margin: 20px 0;
  }

  @media(max-width: 992px){
    .wrapp-top-user-composers{
      flex-direction: column;
      -webkit-flex-direction: column;
    }

    .wrapp-top-user-composers figure{
      margin:30px 0;
    }

    .wrapp-top-user-composers figcaption{
      margin-left: 0 !important;
      text-align: center;
    }
  }

  @media(max-width: 480px){
    .wrapp-top-user-composers figcaption h1{
      font-size: 33px;
    }

    .wrapp-top-user-composers figcaption h4{
      font-size: 24px;
    }
  }

  .wrapp-top-user-composers figcaption{
    margin-left: 30px;
  }

  .wrapp-top-user-composers figcaption h4{
    font-size: 26px;
    font-style: italic;
  }

  @media (min-width: 992px){
    .modal-composser .modal-dialog {
        width: 800px;
        margin: 30px auto;
    }
  }

  @media (min-width: 768px) and (max-width: 992px){
    .modal-composser .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
  }

  .modal-composser .modal-dialog{
      border: 13px solid #858586;
  }
  .modal-composser .modal-content{
      border: none;
  }

  .modal-composser .modal-header .close {
      margin-top: -2px;
  }

  .modal-composser button.close {
      -webkit-appearance: none;
      padding: 0;
      cursor: pointer;
      background: 0 0;
      border: 0;
     color: #fff;
      position: absolute;
      font-size: 20px;
      left: 97%;
      width: 59px;
      height: auto;
      bottom:auto;
      top:-5px;
      opacity: 1;
  }

  @media(min-width: 480px) and (max-width: 767px){
    .modal-composser button.close{
      left: 95%;
    }
  }

  @media(max-width: 480px){
    .modal-composser button.close{
      left: 90%;
    }
  }


  .modal-composser .modal-header .close span{
    background: #000;
      /* width: 20px; */
      /* height: 20px; */
      padding: 2px 10px 5px;
      border-radius: 50%;
      /* line-height: 0; */
      /* height: 0px; */
      font-size: 25px;
      vertical-align: middle;
  }

  .modal-composser .modal-header{
    border:none;
  }

  @media(max-width: 480px){
    .modal-composser .modal-body{
      padding: 3px;
    }   
  }

  .table-composers{
      border: 1px solid #cccccc;
  }

  .table-composers tr{

  }

  .table-composers tr th{
    background: #ebebeb;
    text-transform: uppercase;
    border-top: none !important;
    width: 90%;
    border-bottom: 1px solid #cccccc;
  }

  .table-composers tr td a:hover{
    text-decoration: none;
  }

  .table-inner-popup{
    border: 1px solid #cccccc;
  }

  .table-inner-popup tr th{
    background: #ebebeb;
    text-transform: uppercase;
    border-top: none !important;
    width: 50%;
    border-bottom: 1px solid #cccccc;
  }

  .table-inner-popup tr td a:hover{
    text-decoration: none;
  }

/*update social media*/
#toprow ul li.sharetop a.ico-instagram {
    background: #8c8968;
    border-radius: 50%;
    width: 19px;
    height: 19px;
    line-height: 23px;
}
#footer .sharefoot a.play.ico-instagram{
    text-align: center;
    line-height: 65px;
}
#footer .sharefoot a.play.ico-instagram i {
    background: #3d454e;
    color: #a1a8b0;
    font-size: 28px;
}

/*==========================================================================
    ARCHIVES
========================================================================== */
@media only screen and (max-width: 767px) {
	.col-cont .inner-col {
    	padding: 25px 0;
	}
}
.col-cont .inner-col.rb-boxthin {
    margin-bottom: 35px;
}
.col-cont .inner-col h1.headline {
	font-size: 26px;
    font-style: italic;
    text-align: center;
    width: 90%;
    margin: 0 auto 50px;
    line-height: 1.3em;
}
.archiveitem {
    margin-bottom: 30px;
}
.archiveitem figure {
    position: relative;
    overflow: hidden;
}
.archiveitem figure a {
    text-decoration: none;
    display: block;
}
.archiveitem .imgLiquidFill {
    width: 100%;
    height: 165px;
    overflow: hidden;
}
.archiveitem .caption p {
    margin-bottom: 0;
}
.archiveitem .caption p strong {
	font-family: "Gotham SSm A", "Gotham SSm B", 'Open Sans', sans-serif;
    display: block;
    color: #000000;
    padding: 12px 0;
    font-size: 16px;
    font-weight: 600;
}
.archiveitem .caption p span {
    display: block;
    color: #000000;
}
@media only screen and (max-width: 400px) {
	.archiveitem .caption p strong {
		font-size: 15px;
	}
}
@media only screen and (min-width: 992px) {
	.archiveitem.col-md-4.col-sm-6:nth-child(3n+4) {
	    clear: both;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.archiveitem.col-md-4.col-sm-6:nth-child(2n+3) {
	    clear: both;
	}
}

/*update archive new themes*/
.col-cont .inner-col.rb-boxthin .btn-green{
	background-color: #770029;
    font-size: 14px;
    font-family: "Gotham SSm A", "Gotham SSm B", 'Open Sans', sans-serif;
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 10px 16px;
}
.col-cont .inner-col.rb-boxthin .btn-green:hover,
.col-cont .inner-col.rb-boxthin .btn-green:focus{
	opacity: 1;
	background: #601230;
}
p a.btn-result,
#content-r .results a{
	height: auto;
}
.container .concert-history h3,
ul#results li.head p, ul#results-history li.head p,
.container ul#results-history li p,
ul#results li.head p a, ul#results-history li.head p a, ul.concert-program li.head a,
ul#results li p a, ul#results-history li p a, ul.concert-program li a,
p a.btn-result,
.paginate-result span,
.paginate-result a,
#content-r .results a{
	font-family: "Gotham SSm A", "Gotham SSm B", 'Open Sans', sans-serif;
}
.lightbox h1,
.lightbox p,
#concert-overview .concert-title h2,
#concert-overview .concert-title p,
#concert-overview ul h4,
#concert-overview ul li{
	font-family: 'Georgia', Open Sans, sans-serif;	
}
.lightbox h1{
	font-size: 24px;
	text-align: center;
}
.paginate-result span,
.paginate-result a{
	font-size: 12px;
}
#content-r .results a{
	font-size: 12px;
	padding: 0;
}
.cols3 .col{
	width: 31.3333%;
}
.container .concert-history h3 span,
.container .concert-history .block input, .container .concert-history .block select#flname, .container .concert-history .block select#composer, .container .concert-history .block select#work, .container .concert-history .block select#mnu_letter1, .container .concert-history .block select#mnu_letter2, .container .concert-history .block select#mnu_musician1, .container .concert-history .block select#mnu_musician2,
.container .concert-history .block select#instrument_family1, .container .concert-history .block select#instrument1, .container .concert-history .block select#instrument_family2, .container .concert-history .block select#instrument2,
.container .concert-history .block select#instrument_family3, .container .concert-history .block select#instrument3,
.container .concert-history .block select#start_year, .container .concert-history .block select#through_year,
body.past-participants .cols3 .col h3,
.col-cont .inner-col h2, .col-cont .inner-col h3, .col-cont .inner-col h4,
.cols.cols3 .col form label,
.container .concert-history .block input, .container .concert-history .block select,
#main-content .cols.cols3 .col p{
    font-family: Georgia, Times, "Times New Roman", serif;
}
.container .concert-history .block input, .container .concert-history .block select#flname, .container .concert-history .block select#composer, .container .concert-history .block select#work, .container .concert-history .block select#mnu_letter1, .container .concert-history .block select#mnu_letter2, .container .concert-history .block select#mnu_musician1, .container .concert-history .block select#mnu_musician2,
.container .concert-history .block select#instrument_family1, .container .concert-history .block select#instrument1, .container .concert-history .block select#instrument_family2, .container .concert-history .block select#instrument2,
.container .concert-history .block select#instrument_family3, .container .concert-history .block select#instrument3,
.container .concert-history .block select#start_year, .container .concert-history .block select#through_year,
.container .concert-history .block input, .container .concert-history .block select{
    font-size: 14px;
}
/** RECOLLECTION
===================================*/
.flex {
    display: inline-block;
    display: inline-flex;
    display: webkit-inline-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    width: 100%;
}
.collect-item {
  width: 100%;
  margin: 10px;
}
@media screen and (min-width: 32em) {
  .collect-item {
    flex: 1 29%;
    -webkit-flex: 1 29%;
    width: auto;
    margin: 15px;
  }
}
.collect-item .inside {
  border: 1px solid #cccccc;
  padding: 5px;
  background-color: white;
  overflow: hidden;
}
.collect-item header {
  background-color: #f4f4f4;
  align-items: center;
  -webkit-align-items: center;
  padding: 12px;
  text-align: center;
  margin-bottom: 5px;
}
.col-cont .inner-col .collect-item h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4em;
}
.collect-item .desc {
  border-top: 1px solid #cccccc;
  padding: 23px 12px;
  font-size: 16px;
  text-align: center;
  margin-left: -5px;
  margin-right: -5px;
}
.collect-list{ margin: 0; }
.collect-list li {
  display: block;
  margin-bottom: 5px;
  font-size: 0.9em;
  margin-left: 0;
  padding-left: 0;
}
.collect-list li a { color: #4f4e4c; }
.thumbig-capright {
  background-color: #e8ebec;
  overflow: hidden;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .thumbig-capright {
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
    -webkit-align-items: center;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    text-align: left;
  }
}
@media screen and (min-width: 48em) {
  .thumbig-capright figure {
    float: left;
  }
}
.thumbig-capright .desc-caption {
  overflow: hidden;
  padding: 25px 20px;
}
@media screen and (min-width: 48em) {
  .thumbig-capright .desc-caption {
    padding: 25px 40px;
  }
}
.thumbig-capright .desc-caption h2 {
  margin: 0;
  font: 35px "warnock-pro", sans-serif;
  font-weight: 400;
  line-height: 1.2em;
}
@media screen and (min-width: 50em) {
  .thumbig-capright .desc-caption h2 {
    font-size: 48px;
    line-height: 1;
  }
}
.thumbig-capright .desc-caption span {
  font-size: 30px;
  font-style: italic;
}

.link_backWrap {
  margin-bottom: 40px;
  text-align: right;
}
@media screen and (min-width: 48em) {
  .link_backWrap {
    text-align: left;
  }
}

/*PHOTO GALLERY*/
.concertitem.thumbs-item .inner {
    background: #f4f4f4;
    overflow: hidden;
    border: 5px solid white;
    -webkit-box-shadow: 0 0 0 1px #cccccc;
    -moz-box-shadow: 0 0 0 1px #cccccc;
    box-shadow: 0 0 0 1px #cccccc;
    -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    -ms-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
    min-height: 0;
    padding-bottom: 10px;
    text-align: center;
}
.concertitem.thumbs-item .inner:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
}
.concertitem.thumbs-item  a {
    text-decoration: none;
    color: #1f1f1f;
}
.concertitem.thumbs-item .imgFill {
    margin-bottom: 10px;
}
.concertitem.thumbs-item .desc {
    text-align: center;
    padding: 0 15px;
}
.concertitem.thumbs-item .desc span {
    display: block;
    font-size: 0.8em;
}

/*Page Resource*/
.resource article .inner {
	background: #f4f4f4;
	border: 5px solid white;
	-webkit-box-shadow: 0 0 0 1px #cccccc;
	-moz-box-shadow: 0 0 0 1px #cccccc;
	box-shadow: 0 0 0 1px #cccccc;
	padding: 10px 20px 20px;
	margin-top: 10px;
}
.resource article .inner h4{
	margin: 0 0 20px 0;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-size: 12pt;
	font-weight: normal;
	border-bottom: 3px solid #ccc;	
}
.resource .pull-left{
	padding-left: 0;
}
.resource .pull-right{
	padding-right: 0;
}
.resource article .inner select{
	cursor: pointer;
	width: 100%;
	padding: 3px 7px 2px;
	margin-bottom: 15px;
	border: 1px solid #ccc;
	background: #feffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxNSUiIHN0b3AtY29sb3I9IiNmZWZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWZlZmVmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  #feffff 15%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(15%,#feffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #feffff 15%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #feffff 15%,#efefef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #feffff 15%,#efefef 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #feffff 15%,#efefef 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#efefef',GradientType=0 ); /* IE6-8 */
	height: 36px;
	outline: none;
}
.btn-dark {
	border: none;	
	text-shadow: none;
	position: relative;
	color: white;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	background: #5c5c5c;
	padding: 5px 15px;
	font-size: 1em;
	text-align: center;
	-webkit-box-shadow: 0px 0px 0px 3px #5c5c5c;
	-moz-box-shadow: 0px 0px 0px 3px #5c5c5c;
	box-shadow: 0px 0px 0px 3px #5c5c5c;
	border: 1px solid #999;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin-left: 3px;
}
.btn-dark:hover {
	-webkit-box-shadow: 0px 0px 0px 3px #0072bc;
	-moz-box-shadow: 0px 0px 0px 3px #0072bc;
	box-shadow: 0px 0px 0px 3px #0072bc;
	border: 1px solid #7db7dd;
	background: #0072bc;
	text-decoration: none;
	color: white;
}

table.resources{
	width: 100%;
	border: 1px solid #999;
	font: 17px/1.4 "warnock-pro", sans-serif, Helvetica, Arial;
	color: #4f4e4c;
}
table.resources th{
	background: #dedede;
	border-bottom: 1px solid #999;
	padding: 10px;
	font-weight: lighter;

}
table.resources td{
	border-bottom: 1px solid #dedede;
	padding: 10px;
}
table.resources tr:last-child td{
	border: none;
}
table.resources .text-center{
	text-align: center;
}

/* Box Concert Schedule */
/*ul.concert-schedule li{
	width: 32%;	
	margin: 15px 2% 0 0;	
	padding: 5px;
	float: left;
	list-style: none;
	border: 1px solid #dedede;
	text-align: center;
}
ul.concert-schedule li:nth-child(3n+3){
	margin-right: 0;
}
ul.concert-schedule li a{
	color: #000;
}
ul.concert-schedule li h5{
	font-weight: normal;
	background: #efefef;
	padding-top: 10px;
	padding-bottom: 7px;
	margin: 0;
	font-size: 11pt;
}
ul.concert-schedule li .concert-box{
	display: table;
	width: 100%;
	height: 150px;
	font-size: 12pt;
	overflow: hidden;
}
ul.concert-schedule li .concert-desc{
	display: table-cell;
	vertical-align: middle;	
}
ul.concert-schedule li:hover{
	border: 1px solid #0072bb;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
ul.concert-schedule li a:hover{
	text-decoration: none;	
}
ul.concert-schedule li a:hover h5{
	color: #fff;
	background: #0072bb;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
ul.concert-schedule li a:hover h4{
	color: #0072bb;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}*/
