/* Main [Start]*/
html {
    background: url(images/background-14.jpg) no-repeat center center fixed;
    background-size: cover;
}
body {
    background: none;
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    padding-top: 30px;
}

html, body {
    margin: 0;
    /* padding: 0; */
    height: 100%;
}

#wrap {
    min-height: 100%;
    position: relative;
}

#main-content {
    padding-bottom: 250px;
}

.row-format {
    margin: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: auto;
    padding: 17px 0px 30px 0px;
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.row-format-sample {
    margin: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: auto;
    padding: 17px 0px 30px 0px;
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
@media (max-width:767px){
.row-format-sample {
    padding: 0px 0px 35px 0px;
}
}
.music-row-format {
    margin: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: auto;
    padding: 0px 0px 0px 0px;
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
@media (max-width:767px){
.music-row-format {
    margin: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: auto;
    padding: 0px 0px 35px 0px;
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
}
.container .row-2 {
    background-color: #fff;
    margin: 0px;
    margin-bottom: 0px;
    width: auto;
    padding: 17px 0px 0px 0px;
    display: table;
    content: " ";
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
img {
    box-shadow: 2px 2px 7px rgba(0,0,0,.4);
    margin-bottom: 0;
}

/* Main [End]*/
   
/* Links [Start]*/
a:visited {
    color: none;
    text-decoration: none;
}
a.link {
    font-size: 1.1em;
    color: #000;
    font-weight: bold;
    letter-spacing: .05em;
    transition: .3s ease-in-out;
    font-variant: small-caps;
}

a.link:hover {
    color: #fff;
    text-decoration: none;
    text-shadow: 0px 0px 2px #000;
}
a.link:visited {
    text-decoration: none;
}
a.link-2 {
    font-size: .9em;
    color: #000;
    font-weight: bold;
    letter-spacing: .03em;
    transition: .3s ease-in-out;
    text-transform: uppercase;
}

a.link-2:hover {
    color: #fff;
    text-decoration: none;
    text-shadow: 0px 0px 2px #000;
}
a.link-2:visited {
    text-decoration: none;
}

a.purchase-link {
    font-size: 1.2em;
    line-height: .8em;
    letter-spacing: .05em;
    color: #000;
    font-weight: bold;
    transition: .3s ease-in-out;
    font-variant: small-caps;
}

a.purchase-link:hover {
    color: #fff;
    text-decoration: none;
    text-shadow: 0px 0px 1px #000;
}
a.purchase-link:visited {
    text-decoration: none;
}

a.return-link {
    font-size: .9em;
    color: #000;
    font-weight: normal;
    letter-spacing: .05em;
    transition: .3s ease-in-out;
    text-transform: uppercase;
}

a.return-link:hover {
    color: #fff;
    text-decoration: none;
    text-shadow: 0px 0px 1px #000;
}
a.return-link:visited {
    text-decoration: none;
}
.return-to-music {
    margin-top: 30px;
}
/* Links [End]*/

/* Typography [Start]*/
.content {
    margin: 75px 0px 0px 0px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-color: rgba(255,255,255,1);
}
.page h1 {
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: .09em;
    margin-top: 75px;
    margin-bottom: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: rgba(000,000,000,.85);
	color: #fff;
    font-size: 2.7em;
	padding: 10px 0px 10px 17px;
}
h1.carlson {
    font-weight: normal;
    letter-spacing: .09em;
    margin-top: 75px;
    margin-bottom: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: rgba(000,000,000,.85);
	color: #fff;
    font-size: 2.63em;
	padding: 10px 0px 10px 30px;
}
p {
	font-family: "proxima-nova", sans-serif;
    color: #000;
	font-size: 1.2em;
    margin-left: 0;
    line-height: 125%;
    text-align: left;
    text-indent: 1em;
    margin-top: .2em;
    margin-bottom: 0px;
    padding: 0px 5px 0px 5px;
}
.coming-soon {
    padding: 10px 0px 10px 20px;
    font-size: 1.5em;
}
.kerning {
    letter-spacing: -.2px;
}
.kerning-2 {
    letter-spacing: -.27px;
}
.drop-caps {
	font-size: 300%;
	line-height: .65em;
	margin-right: 0.1em;
	padding-bottom: 0.1em;
	text-transform: uppercase;
	float: left;
	position: relative;
	top: 8px;
}
.first-line {
    font-variant: small-caps;
    font-size: 1.2em;
}
.small-caps {
    font-variant: small-caps;
}
p.intro {
    text-indent: 0;
    margin-top: 0px;
}
h1, h2, h3 {
    text-shadow: none;
}
.button-collapse{
    font-weight: 100;
    font-size: 1.5em;
    margin-top: 30px;
    margin-bottom: 10px;
}
/* Typography [End]*/

/* Navbar [Start]*/
.navbar-brand {
    width: 150px;
    height: 65px;
    margin-right: 20px;
    margin-bottom: 5px;
    margin-top: 6px;
    margin-left: 10px;
    background-image: url(images/lcm_logo.svg);
    background-repeat: no-repeat;
    transition-duration: .5s;
}
.navbar-brand:hover {
    opacity: 0.6;
}
.navbar {
    background-image: none;
    background-color: rgba(000,000,000,.85);
    border-bottom: none;
}
.navbar-inverse {
    border-radius: 0;
}
.navbar .navbar-nav > li > a {  
    font-size: 1.3em;
    margin: 15px 0px 0px 0px;
    padding: 10px 7px 10px 7px;
    border-radius: 3px;
    text-shadow: none;
    color: #fff;
}
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus {
    color: #000;
    background-color: #fff;
    transition-duration: 1.2s;
}

@media (max-width:1199px) {
.nav-tabs > li {
    display:block;
    float:none;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 0px;
}
}

/* Navbar [End]*/

/* Footer Page [Start]*/
.footer-distributed .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
}

.footer-distributed {
    position: absolute;
    bottom: 0;
    /*
	background-color: rgba(0, 0, 0, .85);
	*/
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	padding: 30px 0 0 0;
}
.footer-distributed .footer-left{
	float: left;
    max-width: 260px;
}
.footer-distributed .footer-left p{
	text-indent: 0;
    color: #fff;
    font-size: 1em;
    text-align: left;
	margin-top: 0px;
    border-left: 1px solid #fff;
    margin-right: 0px;
    padding-left: 10px;
    margin-bottom: 0px;
}
.footer-events {
    margin: 0px 10px 0px 0px;
    display: inline-block;
    float: left;
    padding-right: 10px;
}
.upcoming {
    color: #fff;
    font-family: "proxima-nova", sans-serif;
    text-align: center;
    font-weight: bold;
    font-variant: small-caps;
    font-size: 1em;
    letter-spacing: .05em;
    line-height: 1em;
}
.events {
    color: #fff;
    font-family: "proxima-nova", sans-serif;
    text-align: center;
    font-weight: lighter;
    font-size: 1.2em;
    margin-top: -3px;
}

/* Footer links */

.footer-distributed p.footer-links{
	font-size:10px;
	font-weight: normal;
	color:  #ffffff;
	margin: 0 0 10px;
	padding: 0;
}

.footer-distributed p.footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-right{
	text-align: right;
    float: right;
	max-width: 180px;
}
.footer-distributed .footer-right>p{
	text-align: right;
    text-indent: 0;
    color: #fff;
    font-size: 1em;
	margin-top: 20px;
    margin-right: -5px;
}

.footer-date-box {
    color: #fff;
    font-family: "proxima-nova", sans-serif;
    margin: 0px 10px 0px 0px;
    border-radius: 3px;
    padding: 0px 0px 0px 0px;
    text-align: right;
    font-weight: normal;
    font-size: .9em;
    line-height: 1.2em;
}
.footer-event-title-italic {
    font-weight: lighter;
    font-size: 1.3em;
    font-style: italic
}
.footer-event-title {
    font-weight: bold;
    font-size: 1.3em;
}

.footer-distributed .footer-right a{
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color:  #fff;
	border-radius: 2px;

	font-size: 20px;
	color: #222;
	text-align: center;
	line-height: 32px;

	margin-left: 3px;
    transition: .5s ease-in-out;
}
.footer-distributed .footer-right a:hover {
    background-color:  #777;
    color: #fff;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 1224px) {
    .footer-distributed .footer-events {
        float: none;
		margin: 0 auto 0px;
    }
    
    .footer-distributed .footer-left>p {
        border-left: none;
        text-align: center;
    }
    
    .footer-distributed .footer-events {
        border-right: none;
        padding: 0px;
    }

	.footer-distributed .footer-left,
	.footer-distributed .footer-right{
		text-align: center;
	}

	.footer-distributed .footer-right{
		float: none;
		margin: 0 auto 10px;
	}
    
    .footer-distributed .footer-right>p {
        text-align: center;
        margin-top: 5px;
    }
    
    .footer-distributed .footer-left{
		float: none;
		margin: 0 auto 10px;
	}
    
    .footer-distributed .footer-date-box{
		text-align: center;
        border-top: 1px solid #fff;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        padding-top: 5px;
	}

	.footer-distributed .footer-date{
		float: none;
		margin: 0 auto 0px;
	}

	.footer-distributed .footer-left p.footer-links{
		line-height: 1.8;
	}
}
/* Footer Page [End]*/

/* Panels [Start]*/
.panel-body img{
    max-width: 100%;
}
.panel-title {
    text-transform: uppercase;
    font-weight: lighter;
    font-size: 1.5em;
    letter-spacing: .15em;
    margin-left: 5px;
}
.panel-default {
    margin-top: 20px;
    text-align: left;
}
.panel-default > .panel-heading-custom {
    background-image: linear-gradient(to bottom, #fefefe 10%, #e6e6e6 100%);
}
/* Panels [End]*/

/* Index Page [Start]*/
.categories {    
    font-size: 1.5em;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin-top: 0px;
    margin-left: 5px;
}
.composer {
    font-size: .525em;
    font-weight: lighter;
    letter-spacing: .1477em;
    margin-top: -1px;
    padding-top: 4px;
    width: 300px;
    border-top: 2px solid #555;
}
.col-padding {
    padding: 10px 30px 0px 30px;
}
.col-sm-7 {
    margin-top: -15px;
}
.col-sm-5>.headshot-home>img {
    max-width: 100%;
}
.headshot-home {
    margin: 5px 0px 0px 0px;
}
@media (max-width:767px){
.col-sm-7 {
    margin-top: 0px;
}
}
/* Index Page [End]*/

/* About Page [Start]*/
.headshot {
    margin: 3px 0px 20px 0px;
    float: right; 
}
.date-detail {
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
    background-color: rgba(000,000,000,.7);
    padding: 2px 7px 2px 7px;
    margin-left: -5px;
}
.bio>p {
    text-align: left;
}
.bio>img {
    margin: 0px 0px 10px 0px;
}
.highlight-text {
    font-size: 1.1em;
    line-height: 1.2em;
    padding-left: 90px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.highlight-date {
    background-image: linear-gradient(to bottom, #fcfcfc 0%, #e8e8e8 100%);
    margin: 5px 10px 0px 0px;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    padding: 5px 10px 2px 10px;
    display: inline-block;
    float: left;
}
.small-figure-block {
    min-height: 147px;
    margin-top: 15px;
}
.highlight-box {
    margin-top: 20px;
}
.highlight-border-1 {
    border-bottom: 1px solid #e6e6e6;
    margin: 10px -15px 10px -15px;
}
.highlight-border-2 {
    border-bottom: 1px solid #e6e6e6;
    margin: 15px -15px -5px -15px;
}
/* About Page [End]*/

/* Music Page [Start]*/

h1.banner-title {
    font-weight: normal;
    letter-spacing: .05em;
    margin-top: 75px;
    margin-bottom: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: rgba(000,000,000,.85);
	color: #fff;
    font-size: 2em;
	padding: 10px 35px 10px 30px;
}
.banner-instrumentation {
    font-size: .7em;
    /* text-transform: uppercase; */
    font-weight: lighter;
    /* letter-spacing: .17em; */
    margin-top: -1px;
    padding-top: 4px;
    padding-left: 2px;    
}

@media (max-width:767px){
.col-sm-6 .program-note {
    max-width: 100%;
}
}
.col-sm-6-music {
    float: left;
    width: 50%;
    margin-bottom: 10px;
    position: relative;
    min-height: 1px;
    padding: 10px 30px 30px 30px;
    border-left: 1px solid #e7e7e7;
}
.col-sm-6-music>h2.music-instrumentation {
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: 1em;
    color: #999;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding: 0px 0px 0px 0px;
}
.col-sm-6-music>h2.duration {
    color: #000;
    font-size: 1em;
    font-weight: normal;
    margin-top: 0px;
    padding-left: 0px;
}
.col-sm-6-music>p.music-description {
    font-size: 1em;
    text-indent: 0px;
    padding: 0px 0px 0px 0px;
    margin-top: -10px;
}
.col-sm-4>h2.music-instrumentation {
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: 1em;
    color: #999;
    font-weight: normal;
    margin-top: -1px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding: 0px 0px 0px 0px;
}
.col-sm-4>h2.duration {
    color: #000;
    font-size: 1em;
    font-weight: normal;
    margin-top: 0px;
    padding-left: 0px;
}
.col-sm-4>h1.category {
    margin-top: 20px;
    margin-bottom: -10px;
    margin-left: -10px;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 3px;
    background-color: #000;
    color: #fff;
    font-size: 2em;
    font-weight: lighter;
    letter-spacing: .1em;
    box-shadow: 2px 2px 7px rgba(0,0,0,.4);
}
.col-sm-4>p.music-description {
    font-size: .9em;
    text-indent: 0px;
    padding: 0px 0px 0px 0px;
    margin-top: 0px;
}
@media (max-width:768px){
.col-sm-6-music {
    width: 100%;
    border-left: none;
    padding: 0px 30px 30px 30px;
}
}
.col-sm-6>p.music-description {
    font-size: .9em;
    text-indent: 0px;
    padding: 0px 0px 0px 0px;
}
.comp-title {
    font-size: 1.2em;
    font-weight: bold;
    color: #000;
    padding: 0px 10px 0px 10px;
    margin: 0px -10px 0px -10px;
    transition: .5s ease-in-out;
}
.comp-title:hover {
    color: #fff;
    text-decoration: none;
    background-color: #000;
    padding: 0px 10px 0px 10px;
    margin: 0px -10px 0px -10px;
}
.music-link {
    
}
.music-link:hover {
    text-decoration: none;
}
.composition-title {
    font-size: 1.2em;
    font-weight: bold;
    color: #000;
    margin-bottom: 0px;
}
.composition-card {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: -10px;
    border-left: 10px solid #fff;
    transition: .3s ease-in-out;
    
}
.composition-card:hover {
    text-decoration: none;
    border-left: 10px solid #000;
    margin-left: -15px;
    padding-left: 5px;
    
}
.music-instrumentation {
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: 1em;
    color: #999;
    font-weight: normal;
    margin-top: -1px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding: 0px 0px 0px 0px;
}
p.music-description {
    font-size: 1em;
    text-indent: 0px;
    padding: 0px 0px 0px 0px;
    margin-top: -10px;
}
h2.duration {
    color: #000;
    font-size: 1em;
    font-weight: normal;
    margin-top: 0px;
    padding-left: 0px;
}
.comp-title-small {
    font-size: 1.5em;
    font-weight: bold;
    color: #000;
    padding: 2px 10px 2px 25px;
    line-height: 1.3em;
    transition: .5s ease-in-out;
}
.comp-title-small:hover {
    color: #fff;
    text-decoration: none;
    background-color: #000;
    padding: 2px 10px 2px 10px;
}
.music-tabs {
    text-shadow: none;
    background-color: rgba(255, 255, 255, .33);
    border-bottom: none;
    padding-left: 20px;
    padding-top: 10px;
    margin-bottom: 0;
    list-style: none;
}
.music-tabs>li {
    letter-spacing: .2em;
    font-weight: normal;
    float: left;
    margin-bottom:-1px;
    margin-top: 6px;
}
.music-tabs>li>a {
    color: #fff;
    background-color: rgba(000,000,000,.85);
    margin-right: 4px;
    line-height:1.42857143;
    border-left: 2px solid transparent;
    border-top: 2px solid transparent;
    border-right: 2px solid transparent;
    border-bottom: 1px solid transparent;
    border-radius:0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transition: .5s ease-in-out;
}
@media (max-width:1199px) {
.music-tabs > li > a {
    margin-top: -5px;
    border-radius:0;
    margin-right: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    border-top: 1px solid #555;
}
}
.music-tabs>li>a:hover {
    background-color: rgba(255,255,255,1);
    color: #000;
    border-left: 2px solid transparent;
    border-top: 2px solid transparent;
    border-right: 2px solid transparent;
    border-bottom: 1px solid transparent;
}
@media (max-width:1199px) {
.music-tabs > li > a:hover {
    border-top: 1px solid #555;
    border-radius:0;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
}
}
.music-tabs>li.active>a,.music-tabs>li.active>a:focus,.music-tabs>li.active>a:hover {
    color: #000;
    cursor:default;
    background-color: #fff;
    border-left: 2px solid transparent;
    border-top: 2px solid transparent;
    border-right: 2px solid transparent;
    border-bottom: 1px solid transparent;
    /* padding-bottom: 0; */
}
@media (max-width:1199px) {
.music-tabs>li.active>a,.music-tabs>li.active>a:focus,.music-tabs>li.active>a:hover {
    border-top: 1px solid #555;
    border-radius:0;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
}
}
.tab-content {
    margin-top: 1px;
    border-top: 1px solid transparent;
    background-color: #fff;
    margin-bottom: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
/* Music Page [End]*/

/* Composition Page [Start]*/
.space {
    margin-top: 8px;
}
.page-title {
    margin-bottom: -10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 75px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-color: rgba(000,000,000,.85);
}
.page-title>h1 {
    font-weight: lighter;
    font-size: 2.5em;
	color: #fff;
    padding: 10px 0px 10px 40px;
}
.title-info {
    text-transform: uppercase;
    font-size: .7em;
    letter-spacing: .07em;
    font-weight: lighter;
    padding-left: 15px;
}
.audio-excerpt {
    font-variant: small-caps;
    font-size: 1.3em;
    text-indent: 0;
}
.info {
    font-size: 1.2em;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 0px 30px 0px 30px;
    border-left: 1px solid #e7e7e7;
}
.info .text-title {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 25px;
    margin-top: 10px;
}
.info .text {
    font-size: .9em;
    text-indent: 0;
    margin-left: 35px;
}
.info .author {
    font-size: .9em;
    margin: 10px 0px 30px 70px;
}
@media (max-width:767px){
.info {
    width: 100%;
    border-left: none;
    border-top: 1px solid #e7e7e7;
    padding: 15px 30px 30px 30px;
}
}
.info>h2 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.3em;
    letter-spacing: .1em;
    color: #000;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
}
.col-sm-6>h2 {
    font-size: 1.5em;
    color: #666;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
} 
.col-sm-4>h1 {
    font-size: 2em;
    margin-top: 0px;
}
.col-sm-4>h2 {
    font-size: 1.5em;
    color: #666;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
} 
.col-sm-6>h2.music-instrumentation {
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: 1em;
    color: #999;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding: 0px 0px 0px 0px;
}
.col-sm-6>h2.duration {
    color: #000;
    font-size: 1em;
    font-weight: normal;
    margin-top: 0px;
    padding-left: 0px;
}
.col-sm-6 img {
    max-width: 100%;
}
.col-sm-4 {
    padding: 10px 30px 30px 30px;
}
@media (max-width:767px){
.col-sm-4 {
    padding-bottom: 0px;
    margin-bottom: -10px;
}
}
@media (max-width:767px){
.col-sm-6 {
    padding-bottom: 0px;
}
}
.col-md-6 {
    padding: 0px 30px 0px 30px;
}
.music-page-info-box {
    display: inline-block;
    width: 52%;
    float: left;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    margin: 0px 0px 10px 0px;
    border-radius: 3px;
    padding: 3px 5px 0px 5px;
    transition: .5s ease-in-out;
}
.music-page-info-box:hover {
    border-color: #000; 
}
.info-box-title {
    text-transform: uppercase;
    font-weight: lighter;
    font-size: 1em;
    letter-spacing: .07em;
    text-align: center;
    color: #000;
    background-image: linear-gradient(to bottom, #fcfcfc 0%, #e8e8e8 100%);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 4px 10px 2px 10px;
}
.info-box-content {
    margin: 10px;    
}
.info-box-content img {
    margin-left: 0px;
}
.score-sample-link {
    color: #666;
}
.score-sample-link:hover {
    color: #e0e0e0;
}
.music-page-info-box-purchase {
    position: relative;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
}
.score-sample-box {
    width: 52%;
    display: inline-block;
    float: left;
}
.score {
    box-shadow: none;
    border-top: none;
    padding: 15px;
    margin: auto;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.purchase-link-box {
    justify-content: center;
    margin-bottom: 10px;
    text-align: center;
}
.purchase-text {
    font-variant: small-caps;
    font-size: 1.5em;    
    line-height: .7em;
}
.glyphicon-film {
    color: #000;
    font-size: 1.5em;
}
.movement {
    text-align: right;
    display: inline-block;
    width: 30px;
    margin-left: -10px;
}
.movement-wide {
    display: inline-block;
    margin-left: 11px;
}
.movement-wider {
    display: inline-block;
    margin-left: 40px;
    width: 70px;
}
.movement-title {
    margin-left: 15px;
}
.movement-title-wide {
    margin-left: 5px;
}
.text-title {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 25px;
}
.text-title-light {
    font-weight: lighter;
}
.text {
    font-size: 1.15em;
    text-indent: 0;
    margin-left: 35px;
}
.author {
    font-size: 1.15em;
    margin: 10px 0px 30px 70px;
}

.score-sample-text {
    text-transform: uppercase;
    font-weight: lighter;
    font-size: 1em;
    letter-spacing: .07em;
    text-align: center;
    color: #000;
    background-image: linear-gradient(to bottom, #fcfcfc 0%, #e8e8e8 100%);
    border: 1px solid #e6e6e6;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin: 0 0px;
    padding: 4px 0px 2px 0px;
    border-bottom: none;
}
/* Composition Page [End]*/

/* Video Page [Start]*/
.video-header {
    color: #000;
    font-size: 1.7em;
    font-weight: bold;
    padding: 0px 0px 0px 2px;
    margin-right: 0px;
}
.video-subtitle {
    color: #000;
    font-size: 1.5em;
    font-weight: 100;
    padding: 0px 0px 0px 2px;
    margin-top: -8px;
}
.video-info {
    margin: 0px 0px 0px 0px;
    display: inline-block;
}
.video-info p {
    text-align: left;
    margin-top: 5px;
    margin-left: -3px;
    text-indent: 0;
}
.video-caption {
    max-width: 480px;
    margin-top: -26px;
    margin-bottom: 40px;
    border-bottom: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    padding-left: 5px;
    padding-bottom: 5px;
}
.video-caption>h3 {
    font-size: 1.5em;
    font-weight: lighter;
    padding-left: 10px;
    padding-top: 10px;    
}
.video-caption>p {
    max-width: 320px;
    font-size: .9em;
    margin-top: -10px;
    padding-left: 17px;
}
.video-icon {
    color: #000;
    display: inline-block;
    font-size: 1.5em;
}
.video-link {
    text-decoration: none;
    color: #fff;
    transition: .7s ease-in-out;
}
.video-word {
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: .08em;
    font-size: 1.1em;
    margin-left: 5px;
}
.video-link:hover {
    text-decoration: none;
    color: #000;
    transition-duration: .7s;   
}
.video-link:visited {
    color: none;
    text-decoration: none;   
}
.col-md-6>iframe {
    max-width: 100%;
}
.col-padding>iframe {
    max-width: 100%;
    float: right;
    margin-left: 100px;
    margin-bottom: 50px;
}
/* Video Page [End]*/

/* News Page [Start]*/
.music-menu {
    margin-top: 0;
    padding-top: 0;
    /*
    background: #fff;
    */
}
@media (max-width:1199px) {
.music-menu {
    margin-top: -1px;
}
}
.news-header-home {
    color: #fff;
    font-size: 1.7em;
    font-weight: bold;
    padding: 2px 7px 0px 7px;
    margin-right: 15px;
    margin-left: -7px;
    margin-bottom: 5px;
    background-color: #000;
    border: 1px solid #777;
    border-radius: 3px;
}
.news-header {
    color: #000;
    font-size: 1.7em;
    font-weight: bold;
    padding: 0px 7px 2px 0px;
    margin-right: 15px;
}
.month {
    text-align: center;
    font-weight: bold;
    font-size: .9em;
}
.year {
    text-align: center;
    font-weight: lighter;
    font-size: 1.4em;
    margin-top: -5px;
}
.news-date {
    background-image: linear-gradient(to bottom, #fcfcfc 0%, #e8e8e8 100%);
    border: 1px solid #e8e8e8;
    margin: 7px 0px 0px 0px;
    border-radius: 3px;
    padding: 3px 5px 0px 5px;
    display: inline-block;
    position: absolute;
}
.news-info {
    margin: 7px 15px 0px 65px;
    display: inline-block;
}
.news-info p {
    text-align: left;
    margin: -3px;
    text-indent: 0;
}
.news-block {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 15px 15px;
    border-top: 2px solid #e6e6e6;
}
.news-block-home {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 15px 15px;
}
.news-row {
    margin: 25px 0px 10px 0px;
    width: auto;
    padding: 0px 0px 0px 0px;
}
.news-row:before {
    display: table;
    content: " ";
}
.news-row:after {
    display: table;
    content: " ";
    clear: both;
}
.performance-date {
    background-image: linear-gradient(to bottom, #fcfcfc 0%, #e8e8e8 100%);
    margin: 4px 10px 0px 30px;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    padding: 5px 8px 2px 8px;
    display: inline-block;
    float: left;
    min-width: 70px;
}
.performance-day {
    text-align: center;
    font-weight: bold;
    font-size: .9em;
    margin-bottom: 0px;
}
.performance-month {
    text-align: center;
    font-weight: bold;
    font-size: .9em;
    margin-bottom: 2px;
}
.performance-time {
    text-align: center;
    font-weight: bold;
    font-size: .9em;
    margin-top: -3px;
    margin-bottom: 2px;
}
.performance-year {
    text-align: center;
    font-weight: lighter;
    font-size: 1.4em;
    margin-top: -4px;
    margin-bottom: -5px;
}
h2.performance-year-category {
    max-width: 260px;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: -40px;
    padding-left: 70px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 3px;
    background-color: #000;
    color: #fff;
    font-size: 2em;
    font-weight: lighter;
    letter-spacing: .1em;
    box-shadow: 2px 2px 7px rgba(0,0,0,.4);
}
h3.performance-title {
    color: #000;
    font-weight: bold;
    font-size: 1.5em;
    text-align: left;
    line-height: 1em;
    padding-left: 120px;
    padding-right: 10px;
    padding-top: 8px;
    margin: 0px 0px 0px 0px;
}
.performance-text {
    font-size: 1em;
    text-indent: 0;
    text-align: left;
    margin-bottom: 15px;
    padding-left: 120px;
    margin-right: 15px;
    max-width: 480px;
}
.performance-instrumentation {
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: normal;
    color: #999;
    letter-spacing: .05em;
}
.col-sm-6-news {
    float: right;
    width: 50%;
    margin-bottom: 10px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media (max-width:768px){
.col-sm-6-news {
    width: 100%;
    border-left: none;
    margin-top: 15px;
    padding-top: 0px;
}
}
@media (max-width:768px){
.news-block {
    border: none;
}
}
.col-sm-6-photo-top img {
    max-width: 100%;
}
.col-sm-6-photo-top {
    float: left;
    width: 50%;
    margin-bottom: 20px;
    position: relative;
    padding-left: 30px;
    padding-right: 0px;
}
.col-sm-6-video-top {
    float: left;
    width: 50%;
    margin-bottom: 20px;
    position: relative;
    /* padding-left: 30px; */
    /* padding-right: 0px; */
}
@media (max-width:768px){
.col-sm-6-photo-top {
    width: 100%;
    padding-right: 30px;
}
}
.col-sm-6-photo img {
    max-width: 100%;
}
.col-sm-6-photo {
    float: left;
    width: 50%;
    margin-bottom: 0px;
    position: relative;
    padding-left: 30px;
    padding-right: 0px;
}
@media (max-width:768px){
.col-sm-6-photo {
    width: 100%;
    border-top: 2px solid #e6e6e6;
    margin-top: -40px;
    padding-top: 20px;
    padding-right: 30px;
}
}
.col-sm-6-photo-bottom img {
    max-width: 100%;
}
.col-sm-6-photo-bottom {
    float: left;
    width: 50%;
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
    padding-right: 0px;
}
@media (max-width:768px){
.col-sm-6-photo-bottom {
    width: 100%;
    border-top: 2px solid #e6e6e6;
    margin-top: -40px;
    padding-top: 20px;
    padding-right: 30px;
}
}
/* News Page [End]*/

/* Gallery-Figure [Start]*/
.gallery figure-wide {
	display: inline-block;
    max-width: 100%;
	margin-top: 0px;
    margin-right: 5px;
    margin-bottom: 20px;
	position: relative;
}
.gallery figure-home {
    display: inline-block;
    max-width: 100%;
    float: right;
	margin-top: 5px;
    margin-left: 30px;
    margin-right: 10px;
    margin-bottom: 7px;
	position: relative;
}
.gallery figure-news {
	display: inline-block;
    max-width: 100%;
	margin-top: 0px;
    margin-right: 5px;
    margin-bottom: 0;
	position: relative;
}
.gallery figure-small {
	display: inline-block;
    float: right;
	margin-top: 18px;
    margin-left: 18px;
    margin-bottom: 10px;
    margin-right: 0px;
	position: relative;
}
.gallery > figure-wide > figcaption-wide {
    font-size: 1.2em;
    position: absolute;
	top: 0;
	left: 0;
	right: 0;
    bottom: 0;
	background-color: rgb(000,000,000);
	background-color: rgba(000,000,000,.5);	
	padding: 20px;
	font-weight: normal;
	color: white;
	opacity: 0;
	transition: opacity 1s ease-out;
}
.gallery-right > figure-wide > figcaption-wide {
    font-size: 1.2em;
    position: absolute;
	top: 0;
	left: 0;
	right: 0;
    bottom: 0;
	background-color: rgb(000,000,000);
	background-color: rgba(000,000,000,.5);	
	padding: 20px;
	font-weight: normal;
	color: white;
	opacity: 0;
	transition: opacity 1s ease-out;
}
.gallery > figure-news > figcaption-news {
    font-size: 1.2em;
    position: absolute;
	top: 0;
	left: 0;
	right: 0;
    bottom: 0;
	background-color: rgb(000,000,000);
	background-color: rgba(000,000,000,.5);	
	padding: 20px;
	font-weight: normal;
	color: white;
	opacity: 0;
	transition: opacity 1s ease-out;
}
.gallery > figure-small > figcaption-small {
    font-size: 1.2em;
    position: absolute;
	top: 0;
	left: 0;
	right: 0;
    bottom: 0;
	background-color: rgb(000,000,000);
	background-color: rgba(000,000,000,.5);	
	padding: 20px;
	font-weight: normal;
	color: white;
	opacity: 0;
	transition: opacity 1s ease-out;
}
figure-wide:hover figcaption-wide {
	opacity: 1;	
    font-size: 1.2em;
    margin-bottom: 0px;
}
figure-news:hover figcaption-news {
	opacity: 1;	
    font-size: 1.2em;
    position: absolute;
    margin-bottom: 0px;
}
figure-small:hover figcaption-small {
	opacity: 1;	
    font-size: 1.2em;
    margin-bottom: 0px;
}
@media (max-width: 560px){
.gallery figure-small {
    float: none;
    margin-left: 0px;
    margin-bottom: 10px;
}
}
@media (max-width: 767px){
.gallery figure-home {
    float: none;
    margin-left: 5px;
    margin-bottom: 10px;
}
}
/* Gallery-Figure [End]*/

/* Contact Page [Start]*/

.col-md-8 {
    padding: 0px;
}

.form-box {
	padding-top: 10px;
    padding-bottom: 20px;
}
.form-top {
	overflow: hidden;
	padding: 0 25px 0px 25px;
	background: #333;
    background: rgba(000,000,000,.85);
	-moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
	text-align: left;
}
.form-top-left {
	float: left;
	width: 75%;
	padding-top: 3px;
    margin-top: 20px
}
.form-top-left h3 { 
    margin-top: 0; 
    color: #fff; 
    font-size: 2em;
    font-weight: normal;
}
.form-top-left p { 
    opacity: 0.8; color: #fff; 
}
.form-top-right {
	width: 100%;
	padding-top: 5px;
	font-size: 120px;
	color: #fff;
	line-height: 100px;
	opacity: 0.3;
}
.form-bottom {
	padding: 25px 25px 30px 25px;
	background: #333;
    background: rgba(000,000,000,.85);
	-moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
	text-align: left;
}
.form-bottom form textarea {
	height: 100px;
}
.form-bottom form .input-error {
	border-color: #19b9e7;
}
.form-bottom p { opacity: 0.8; color: #fff; }
/* Contact Page [End]*/

/* Audio Player [Start]*/
.audio-player {
    margin-top: 5px;
    margin-bottom: 5px;
}
@media (max-width: 991px) {
    .mejs-container {
    max-width: 334px;
}
}
@media (max-width: 460px) {
    .mejs-container {
    max-width: 334px;
}
}
@media (max-width: 414px) {
    .mejs-container {
    max-width: 334px;
}
}
@media (max-width: 375px) {
    .mejs-container {
    max-width: 300px;
}
}
@media (max-width: 320px) {
    .mejs-container {
    max-width: 240px;
}
}
/* Audio Player [End]*/

.flip-container {
    padding-left: 0;
}
