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

html,
body { height: 100%; }


body {
	font-family: 'Oswald', sans-serif;
	color: #444;
	background: #000000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.backstretch {
    position: absolute;
    z-index: -2;
    top: 60;
    right: 0;
    left: 0;
    bottom: 0;
}
.imageholder-wide-home {
	display:none;
	width: 100%;
	height: 100%;
	float: right;
	padding-top: 0px;
	padding-bottom: 25px;
	font-size: 10px;
	line-height: 1.3em;
	text-align: right;
	color: #666666;
	text-align: left;
	margin-bottom: 20px;
}
.anchor{
  display: block;
  height: 40px; /*same height as header*/
  margin-top: -40px; /*same height as header*/
  visibility: hidden;
}

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

/* General element styles
-------------------------------------------------------------- */
a {
	text-decoration: none;
	color: #4e3c3e;
	outline: none;
}
a:hover,
a:focus {
	color: #B00000;
}
    
p.strong {
	font-weight: bold;
}
	
ol,
ul {
    margin-left: 10px;
    padding-left: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0;
}
ol li,
ul li,
dl dt,
dl dd {
	line-height: 1.2em;
	font-family: 'Lato', sans-serif;
}

dl {
    overflow: hidden;
}
dt {
	float: left;
	clear: left;
	padding: 0 0 2px;
	width: 62px;
	text-align: left;
	font-weight: normal;
	color: #333;
}
dt:after {
    content: ":";
    float: right;
    color: #bbb;
    font-weight: normal;
}
dd {
    margin: 0 0 0 70px;
    padding: 0 0 3px;
}

dd:after {
    content: ' ';
    display: block;
    clear: both;
}
        
blockquote {
    quotes: none;
    position: relative;
    padding: 20px;
    background: #e6e6e6;
    line-height: 1.4;    
}
blockquote,
blockquote p,
q {
    font-size: 1em;
    font-style: italic;
    font-weight: normal;
    color: #555;
}
blockquote p {
    margin: 0;
}
blockquote strong,
blockquote cite {
    display: block;
    margin: 5px 0 0 0;
    color: #333;
    line-height: 1.5;
    font-style: normal;
    font-weight: bold;
}
blockquote:after {
    content: '';
    position: absolute;
    top: 100%; left: 10%;
    height: 0;
    border: 12px solid transparent;
    border-top-color: #e6e6e6;
}

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

hr {
    clear: both;
    border: none;
    margin: 40px 0 20px;
    height: 1px;
    border: none;
    border-bottom: 2px solid #eee;
}
    
strong,
em {
	font-family: 'Lato', sans-serif;
}
strong {
	font-weight: bold;
	font-family: 'Lato', sans-serif;
}
em { font-style: italic; 
	font-family: 'Lato', sans-serif;
}

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

.pre-title {
    margin: 0;
    padding: 10px 5px;
    background: #00aaff;
    color: #fff;
    font-weight: lighter;
    font-size: 16px;
}
.hidden {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	pointer-events: none;
}

.info {
	font-size: 0.85em;
	font-weight: bold;
	line-height: 36px;
	margin: 5em 0 0;
	color: #9c9898;
}

.link-copy {
	position: absolute;
	top: 2em;
	right: 2em;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: url(../img/link.svg) no-repeat center center;
	background-size: cover;
}

.link-copy::after {
	content: 'Click to copy direct link';
	font-size: 0.85em;
	font-weight: bold;
	position: absolute;
	right: 100%;
	margin: 0 1em 0 0;
	white-space: nowrap;
	pointer-events: none;
	opacity: 0;
	color: #ddd;
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}

.link-copy:hover::after {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.link-copy::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	margin: -25px 0 0 -25px;
	opacity: 0;
	border-radius: 50%;
	background: #d94f5c;
}

.link-copy--animate::before {
	-webkit-animation: pulse 0.3s;
	animation: pulse 0.3s;
}
/* Header styles
-------------------------------------------------------------- */
h1, h3, h4, h6 {
	font-weight: lighter;
	text-decoration: none;
}
h1 {
	font-family: 'Lato', sans-serif;
	font-size: 2.0em;
	font-weight: lighter;
	color: #FFFFFF;
	}
h2 {
	font-size: 22px;
	line-height: 1.2em;
	font-weight: lighter;
}
h2.home {
	font-size: 22px;
	line-height: 1.2em;
	color: #3D97AD;
	text-transform: lowercase;
	font-family: 'Lato', sans-serif;
	font-weight: lighter;
	text-shadow: 1px 0px #ffffff;
	letter-spacing: 4px;
}
h3 {
	font-size: 16px;
	line-height: 1.2em;
}

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



h3.title {
	font-size: 18px;
	line-height: 1.2em;
	color: #3D97AD;
	text-transform: lowercase;
	font-family: 'Lato', sans-serif;
	font-weight: lighter;
	text-shadow: 0px 0px #ffffff;
	letter-spacing: 4px;
}
h3.project-title {
	font-size: 20px;
	line-height: 1.2em;
	color: #c42026;
	text-transform: none;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
}
h2.project {
	font-size: 25px;
	line-height: 1.3em;
	color: #555;
	font-weight: lighter;
}



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


/* Main navigation styles
-------------------------------------------------------------- */    
#nav {
	list-style: none;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 0px dashed #bbb;
	margin-top: 28px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#nav li {
	position: relative;
	display: inline;
	display: inline-block;
	padding: 0;
	margin: 0;
	background-repeat: repeat;
}
#nav li a {
	display: block;
	margin-right: 8px;
	padding: 3px 3px 3px 3px;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 1;
	font-weight: normal;
	font-size: 19px;
	color: #FFFFFF;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
#nav ul,
#nav a {
    line-height: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#nav li a:hover,
#nav li:hover > a {
	opacity: 0.9;
	color: #cde2e6;
}

#nav li a.active {
	opacity: 0.9;
	color: #69b7ca;
	font-weight: normal;
}

#nav li > ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 99;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
}
#nav li > ul li,
#nav li > ul li a {
    display: block;
    margin: 0;
    float: none;    
    white-space: nowrap;
    list-style: none;
}
#nav li > ul li {  
    
}
#nav li > ul li a {
    padding: 13px 50px 12px 15px;
    text-align: left;
    color: #333333;
    background: #f1efef;      
    border-bottom: 1px solid #606060;
    -webkit-border-radius: 0;
    border-radius: 0;    
}
#nav li > ul li:last-child a {

    border-bottom: none;
}
#nav li:hover > ul {
    visibility: visible;
    opacity: 1;
}
#nav li:hover > ul a:hover {
    opacity: 1;
    background: #606060;
    color: #fff;
}


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


/* Header & Footer styles
-------------------------------------------------------------- */
#hdr {
	min-height: 85px;
	height: 85px;
	padding: 15px 0;
	background-image: url(../images/nav-bg-refuge.png);
	border-image-repeat: repeat;
	position: fixed;
	width: 100%;
	z-index: 9000;
}
#hdr #logo {
    float: left;
    position: absolute;
	z-index: 30;
}
#hdr #logo img {
	max-width: 100%;
	display: block;
	width: 280px;
	height: 85px;
	margin-top: 0px;
    z-index: 30; 
}


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



#hdr-r {
	margin-left: 250px;
}
#hdr-r {
    text-align: right;
}

#hdr-user {
    overflow: hidden;
    margin: 0 0 30px 0;
    padding: 0;
}
#hdr-user a,
#hdr-user span {
    float: right;
    margin-left: 5px;
    padding: 5px;
    line-height: 1.3;    
    font-size: 15px;
    font-weight: lighter;
}
#hdr-user a {
    padding: 5px 30px;
    background: #464646;
    text-transform: lowercase;
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#hdr-user a.logout-link {
    background-color: #f7690d;
}
#hdr-user a:hover {
    opacity: 0.675;
}

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

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











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

#ftr-home h4 {
	margin: 0 0 .75em;
	color: #d1ecee;
	text-transform: none;
	font-weight: lighter;
	font-size: 1.3em;
}
#ftr-home a {
	font-family: 'Oswald', sans-serif;
	color: #cccccc;
}
#ftr-home a:hover {
	font-family: 'Oswald', sans-serif;
	color: #69b7ca;
}
#ftr-home-right {
	text-align: left;
	background-repeat: repeat;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	bottom: 0;
	float: right;
	width: 50%;
}
#ftr-home-right a {
	color: #333333;
}
#ftr-home-right a:hover {
	color: #69b7ca;
}



/* MR Home footer
-------------------------------------------------------------- */
#ftr-MRhome-right {
	text-align: left;
	background-repeat: repeat;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	bottom: 0;
	float: right;
	width: 38%;
}
#ftr-MRhome-right a {
	color: #333333;
}
#ftr-MRhome-right a:hover {
	color: #69b7ca;
}
.footer_MRhome-right {
	font-family: 'Lato', sans-serif;
	position: relative;
	font-size:12px;
	bottom: 0;
	width: 100%;
	height: 45px;
	color: #333333;
	line-height: 14px;
	z-index: 40;
}

.footer_MRhome-right a {
	font-family: 'Lato', sans-serif;
	font-size:12px;
	color:#333333; 
	text-decoration:none; 
	z-index: 40;
}

.footer_MRhome-right a:visited {
	font-family: 'Lato', sans-serif;
	color: #333333;
	font-size: 12px;
	text-decoration: none;
}

.footer_MRhome-right a:hover {
	font-family: 'Lato', sans-serif;
	color: #69b7ca;
	font-size: 12px;
	text-decoration: none;
}


/* social icons
-------------------------------------------------------------- */
#social {
	width:auto;
	float:right; 
	padding: 0px 10px 0px 10px;
	margin-top: -10px;

}
#social img {
	width: 20px;
	height: 20px;
	margin-left: 10px;
}
/* social2 icons
-------------------------------------------------------------- */
#social2 {
	width:auto;
	float:left; 
	padding: 0px 10px 0px 10px;
	margin-top: 0px;

}
#social2 img {
	width: 25px;
	height: 25px;
	margin-left: 5px;
}
/* social 3 icons
-------------------------------------------------------------- */
#social3 {
	width:auto;
	float:right; 
	padding: 0px 5px 0px 5px;
	margin-top: 0px;

}
#social3 img {
	width: 25px;
	height: 25px;
	margin-left: 1px;
}	
/* social home icons
-------------------------------------------------------------- */
#socialhome {
	width:100%;
	float:left; 
	padding: 0px 10px 0px 10px;
	margin-top: 0px;
	margin-top: 20px;
	margin-bottom: 20px;

}
#socialhome img {
	width: 25px;
	height: 25px;
	margin-right: 10px;
}	
/* Footer Mailing
-------------------------------------------------------------- */
#ftr .mailing-list {
	width: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.8em;
	margin-left: 0;
	float:left;
}
#ftr .mailing-list a {    
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#ftr .mailing-list a:hover{
    opacity: 0.5;
}



/* MR Home Page
-------------------------------------------------------------- */
#MR-home-cnt {
	position: relative;
	z-index: 80;
	min-height: 500px;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
}
#MR-home-cnt .MR-home-cnt-inner {
	position: relative;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 0px;
	margin-bottom: 20px;
	width: 50%;
	left: 50%;
}
#MR-home-cnt .MR-home-cnt-inner .slogan {
    margin: 0; padding: 0 0 30px;
}
#MR-home-cnt .MR-home-cnt-inner .slogan span {
	padding: 0;
	font-size: 30px;
	font-weight: lighter;
}
#MR-home-cnt .MR-home-cnt-inner p {
	margin-bottom: 20px;
	color: #2D2D2D;
	font-size: 14px;
}
#MR-home-cnt .MR-home-cnt-inner a:link. a:hover {
	font-size: 14px;
}
#MR-home-cnt .MR-home-cnt-inner a.btn {
    
}
#MR-home-cnt .MR-home-cnt-inner h2 {
	color: #000000;
}

/************************/
/* Homepage New release STYLE       */
/************************/
.newCD-block {
	background-image: url(../images/new-CD-bg.png);
	width: auto;
	height: auto;
	overflow: hidden;
	position: relative;
	left: 0px;
	bottom: 10px;
	padding: 10px;
	border-top-width: medium;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #3D97AD;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	z-index: 20;
	border-top-style: solid;
}
.newCD-block h3 {
	color: #c42026;
	font-weight: normal;
	font-size: 18px;
}
.newCD-block h2 {
	color: #3D97AD;
	font-weight: lighter;
}
/*----------------------------------------------------------------------------------------------------*/
	#buy-cd{
		display:inline-block;	
	left:0;
	opacity: 1;
	-moz-transition: opacity 1s ease 0s;
	-webkit-transition: opacity 1s ease 0s;
	-o-transition: opacity 1s ease 0s;
	transition: opacity 1s ease 0s;

	}
	
	#buy-cd:hover{
	opacity: 0.4;	
	}
/* social home icons
-------------------------------------------------------------- */
#socialBoxhome {
	width:100%;
	float:left; 
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-top: 10px;
	margin-bottom: 10px;

}
#socialBoxhome img {
	width: 35px;
	height: 35px;
	margin-right: 10px;
}	
	
	
/* Footer Mailing
-------------------------------------------------------------- */
#ftr .mailing-list {
	width: 50%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.8em;
	margin-left: 0;
	float:left;
}
#ftr .mailing-list a {    
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#ftr .mailing-list a:hover{
    opacity: 0.5;
}


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




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


/* MRoss Home Page - summery 1
-------------------------------------------------------------- */
#homesummery-title {
	position: relative;
	width: auto;
	background-color: none;
	margin-top: 100px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #76b4b7;
	left: 62%;
}
#homesummery-title:after {
    content: '';
    position: absolute;
    top: 18px; right: 0; bottom: 0; left: 0;
    height: 100%; width: 100%;
    z-index: -1;
}
#homesummery-title h1 {
	margin: 0;
	color: #c42026;
	font-weight: lighter;
	font-size: 1.8em;
	text-transform: none;
}

/* home wide images
-------------------------------------------------------------- */
.imageholder-homewide {
	width: 100%;
	height: auto;
	float: left;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 10px;
	margin-bottom: 10px;
	line-height: 1.3em;
	text-align: right;
	color: #666666;
	text-align: left;
}

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



/* MR Home Page - summery 2
-------------------------------------------------------------- */
#home2-cnt {
	position: relative;
	z-index: 80;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
}
#home2-cnt .home2-cnt-inner {
	position: relative;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 0px;
	margin-bottom: 20px;
	width: 37%;
	left: 62%;
}
#home2-cnt .home2-cnt-inner .slogan {
    margin: 0; padding: 0 0 30px;
}
#home2-cnt .home2-cnt-inner .slogan span {
	padding: 0;
	font-size: 30px;
	font-weight: lighter;
}
#home2-cnt .home2-cnt-inner p {
	margin-bottom: 20px;
	color: #2D2D2D;
	font-size: 14px;
}
#home2-cnt .home2-cnt-inner a.btn {
    
}


/* Table styles
-------------------------------------------------------------- */    
table {
    display: table;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
table caption {
    padding: 10px;
    margin: 0 0 -1px;
    background: #eee;
    color: #555;
    text-align: left;
    font-size: 1.1em;
    line-height: 1.4;
}
table tr th,
table tr td {
	padding: 10px;
	text-align: left;
	line-height: 1.3em;
	vertical-align: middle;
	font-size: 15px;
}
table tr th:last-child,
table tr td:last-child {
    
}
table tr th {
	background: none;
	color: #555;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #f7690d;
}
table tr td {
	background: none;
	color: #4e3c3e;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e6e6e6;
	border-right-color: #e6e6e6;
	border-bottom-color: #e6e6e6;
	border-left-color: #e6e6e6;
}
table tr:nth-child(odd) td {
	background-image: url(../images/concerts-bg.png);
}

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


/* contact table */
table.contact, th, td {
	width: auto;
}
table.contact tr:nth-child(odd) td {
    background: none;
}

table.contact tr th {
	font-size: 14px;
	background: none;
}
table.contact tr td {
	font-size: 14px;
	background: none;
}
.g-recaptcha {
	float:left;
	z-index: 10;
}
		 input[type="submit"] {
			font-family: 'Lato', sans-serif;
			background: #69b7ca;
			border: 0px solid #a44913;
			color: #fff;
			cursor: pointer;
			font-size: 15px;
			font-weight: normal;
			padding: 5px;
			text-shadow: 1px 0px #cccccc;
			width: auto;
		}
		input[type="reset"] {
			font-family: 'Lato', sans-serif;
			background: #69b7ca;
			border: 0px solid #a44913;
			color: #fff;
			cursor: pointer;
			font-size: 15px;
			font-weight: normal;
			padding: 5px;
			text-shadow: 1px 0px #cccccc;
			width: auto;
		}
		input[type="submit"]:hover { 
			background: #B5DCDF;
			color: #ffffff;
			 }
		input[type="reset"]:hover { 
			background: #B5DCDF;
			color: #ffffff;
			 }



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

/* Form/input/button styles
-------------------------------------------------------------- */
input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: normal;
    line-height: 1.4;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="url"],
input[type="date"],
input[type="time"],
input[type="datetime"],
input[type="number"],
input[type="range"],
input[type="tel"],
input[type="range"],
input[type="file"],
textarea, select {
	padding: 7px 10px;
	margin: 0 0 .25em;
	color: #333;
	border: none;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
input[type="radio"],
input[type="checkbox"] {    
    vertical-align: middle;
    position: relative;
    bottom: 2px;
}
input[type=radio] {
    bottom: 3px;
}

button,
a.btn,
a.button {
	display: inline-block;
	height: 30px;
	padding: 0 20px;
	margin: 0;
	color: #071329;
	background: #f2dd70;
	border: none;
	font-size: 15px;
	font-family: inherit;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;
	text-transform: none;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
a.btn,
a.button {
    line-height: 30px;
}
input[type="submit"]:hover,
button:hover,
a.btn:hover,
a.button:hover {    
	background-color: #B5DCDF;
    cursor: pointer;
}

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

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

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

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















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





#page-about{
	background-color:#000000;
}
#page-about {    
    padding: 0 0 30px;
}
#page-about.divide {
    padding-bottom: 80px;
    min-height: 120px;
    background: url(../images/page-divider.png) no-repeat 50% 100%;
}




#page {    
    padding: 0 0 30px;
}
#page.divide {
	padding-bottom: 80px;
	min-height: 120px;
	background-image: url(../images/page-divider.png);
	background-repeat: no-repeat;
	background-position: 50% 100%;
}

#page.divide-member {
    padding-bottom: 20px;
	
    min-height: 120px;
    background: url(../images/page-divider.png) no-repeat 50% 100%;
}


/* BGB footer
-------------------------------------------------------------- */
footer{
    bottom: 0;
    position: relative;
    width: 100%;
	background-color: none;
}
.footer {
	font-family: 'Lato', sans-serif;
	width: 100%;
	height: auto;
	text-align: center;
	color: #333333;
	font-size: 12px;
	padding-bottom: 2em;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	padding-top: 2em;
	padding-right: 0;
	padding-left: 0;
	bottom: 0;
}

.footer a:link {
	font-family: 'Lato', sans-serif;
	color: #333333;
	text-decoration: none;
	font-size: 12px;
}
.footer a:hover {
	color: #cccccc;
	text-decoration: none;
	font-size: 12px;
}
.footer a:visited {
	color: #60AECC;
	text-decoration: none;
	font-size: 12px;
}
#home-social {
	display: block;
	width: 100%;
	float: left;
	top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.footer_lab-right {
	font-family: 'Lato', sans-serif;
	position: relative;
	font-size:12px;
	bottom: 0;
	width: 100%;
	height: 45px;
	color: #333333;
	line-height: 14px;
	z-index: 40;
}

.footer_lab-right a {
	font-family: 'Lato', sans-serif;
	font-size:12px;
	color:#333333; 
	text-decoration:none; 
	z-index: 40;
}

.footer_lab-right a:visited {
	font-family: 'Lato', sans-serif;
	color: #333333;
	font-size: 12px;
	text-decoration: none;
}

.footer_lab-right a:hover {
	font-family: 'Lato', sans-serif;
	color: #69b7ca;
	font-size: 12px;
	text-decoration: none;
}





/*----------------------------------------------------------------------------------------------------*/
	#social{
	left:0;
	margin-right: 10px;
	opacity: 1;
	-moz-transition: opacity 1s ease 0s;
	-webkit-transition: opacity 1s ease 0s;
	-o-transition: opacity 1s ease 0s;
	transition: opacity 1s ease 0s;

	}
	
	#social:hover{
	opacity: 0.4;	
	}















/* home-footer
-------------------------------------------------------------- */
.home-footer {
	font-family: 'Lato', sans-serif;
	position: fixed;
	font-size:12px;
	bottom: 0;
	width: 100%;
	height: 45px;
	color: #ffffff;
	line-height: 14px;
}

.home-footer a {
	font-family: 'Lato', sans-serif;
	font-size:12px;
	color:#cccccc; 
	text-decoration:none; 
}

.home-footer a:visited {
	font-family: 'Lato', sans-serif;
	color:#ffffff; 
	font-size:12px;
	text-decoration:none; 
}

.home-footer a:hover {
	font-family: 'Lato', sans-serif;
	color: #AAA;
	font-size: 12px;
	text-decoration: none;
}


.footer_lab {
	font-family: 'Lato', sans-serif;
	position: relative;
	font-size:12px;
	bottom: 0;
	width: 100%;
	height: 45px;
	color: #cccccc;
	line-height: 14px;
	z-index: 40;
}

.footer_lab a {
	font-family: 'Lato', sans-serif;
	font-size:12px;
	color:#cccccc; 
	text-decoration:none; 
	z-index: 40;
}

.footer_lab a:visited {
	font-family: 'Lato', sans-serif;
	color:#cccccc; 
	font-size:12px;
	text-decoration:none; 
}

.footer_lab a:hover {
	font-family: 'Lato', sans-serif;
	color: #69b7ca;
	font-size: 12px;
	text-decoration: none;
}

.footer_lab-right {
	font-family: 'Lato', sans-serif;
	position: relative;
	font-size:12px;
	bottom: 0;
	width: 100%;
	height: 45px;
	color: #333333;
	line-height: 14px;
	z-index: 40;
}

.footer_lab-right a {
	font-family: 'Lato', sans-serif;
	font-size:12px;
	color:#333333; 
	text-decoration:none; 
	z-index: 40;
}

.footer_lab-right a:visited {
	font-family: 'Lato', sans-serif;
	color: #333333;
	font-size: 12px;
	text-decoration: none;
}

.footer_lab-right a:hover {
	font-family: 'Lato', sans-serif;
	color: #69b7ca;
	font-size: 12px;
	text-decoration: none;
}


/* Center content on page
-------------------------------------------------------------- */
.ctr {
	position: relative;
	max-width: 1366px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 5%;
	padding-bottom: 0;
	padding-left: 5%;
}

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

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

.clear {
    clear: both;
}



/* Left content on page
-------------------------------------------------------------- */
.home-left {
	position: relative;
	max-width: 1080px;
	padding: 0 2%;
	margin: 0 auto;
	float:left;
}
    /* Clearfix
-------------------------------------------------------------- */
.home-left:before,
.home-left:after,
.clr:before,
.clr:after {
    content: ' ';
    display: table;
}

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

.clear {
    clear: both;
}


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

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


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

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

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





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

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

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

.breadcrumbs li {
	display: block;
	float: left;
	padding-top: 5px;
	list-style: none;
	font-size: 1.0em;
	color: #000000;
	text-transform:uppercase;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0px;
}
.breadcrumbs li a {
	padding-right: 14px;
	background: url(../images/breadcrumb-arrow.png) no-repeat 100% 30%;
	color: #676767;
}
.breadcrumbs li a:hover {
	color: #c42026;
}
.breadcrumbs li,
.breadcrumbs li a {
	line-height: 1.2;
	text-transform: none;
	letter-spacing: 1px;
	font-size: 1.0em;
}




/* General Usage Styles
-------------------------------------------------------------- */
.gallery {
    margin: 0 -.5% 20px;
}
.gallery:before,
.gallery:after {
    content: ' ';
    display: table;
}

.gallery:after,
.gallery:after {
    clear: both;
}
.gallery img {
    float: left;
    width: 25.333%;
    margin: 0 .5% 1%;
    -webkit-box-shadow: 0 3px 3px -2px rgba(0,0,0,.5);
    box-shadow: 0 3px 3px -2px rgba(0,0,0,.5);
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.gallery img:hover {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

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

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

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

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





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

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

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



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

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


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

/* MR CD
-------------------------------------------------------------- */
.CD {
	float: left;
	width: 200px;
	height: auto;
	font-size: 12px;
	font-family: 'Lato', sans-serif;
	line-height: 16px;
	letter-spacing: normal;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: left;
	color: #999;
	margin-top: 0px;
	padding: 0px;
}
.buy-cd-btn {
	width: 100%;
	margin-bottom: 20px;
	margin-top: 10px;
}
/* Wu Man CD Page
-------------------------------------------------------------- */
.imageholder-wide-CD {
	display:none;
	width: 100%;
	height: 100%;
	float: right;
	padding-top: 8px;
	padding-bottom: 25px;
	font-size: 10px;
	line-height: 1.3em;
	text-align: right;
	color: #666666;
	text-align: left;
}


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

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


/* DVD listing
-------------------------------------------------------------- */


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

/************************/
/* CD video Container       */
/************************/
.CD-video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.CD-video-container iframe,
.CD-video-container object,
.CD-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 80%;
}

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

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

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

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




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

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

#home-cnt {
	overflow: visible;
	height: 105px;
	padding: 5px 0 25px;
	margin-bottom: 65px;
	margin-top: 120px;
}
#home-cnt a {
    float: left;
    width: 33.333%;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#home-cnt a img {
    display: block;
    margin: 0 auto 10px;
}
#home-cnt a h3 {
	margin: 0;
	color: #666;
	font-weight: lighter;
	font-size: 1.675em;
	text-transform: lowercase;
}
#home-cnt a:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

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

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

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



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


#about-cnt {
	position: relative;
	z-index: 80;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
#about-cnt .about-cnt-inner {
	position: relative;
	margin-top: 20%;
	width: 80%;
	left: 0;
	margin-bottom: 20%;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 20px;
}
#about-cnt .about-cnt-inner .slogan {
    margin: 0; padding: 0 0 30px;
}
#about-cnt .about-cnt-inner .slogan span {
	padding: 0;
	font-size: 30px;
	font-weight: lighter;
}
#about-cnt .about-cnt-inner h1 {
	font-family: 'Oswald', sans-serif;
	margin-bottom: 20px;
	color: #2D2D2D;
	font-size: 2em;
	line-height: 1.2em;
	font-weight: normal;
}
#about-cnt .about-cnt-inner p {
	margin-bottom: 20px;
	color: #2D2D2D;
	font-size: 19px;
}
#about-cnt .about-cnt-inner a:link. a:hover {
	font-size: 19px;
}
#about-cnt .about-cnt-inner a.btn {
    
}
#about-cnt .about-cnt-inner h2 {
	color: #000000;
}
.section #leftHalf {
   width: 45%;
   top: 0;
   left: 0;
   position: absolute;
   height: 100%;
   background-color:#f5fbfc;
}
.section #leftHalf img {
	width: auto;
    max-height: 100%;
}
.section #rightHalf-CT {
   background-color:#f5fbfc;
   width: 55%;
   position: absolute;
   top: 0;
   right: 0;
   height: 100%;
}
.section #rightHalf-LAX {
   background-color:#f5fbfc;
   width: 55%;
   position: absolute;
   top: 0;
   right: 0;
   height: 100%;
}



/* MR Concert Page
-------------------------------------------------------------- */

#concert-cnt {
	position: relative;
	z-index: 80;
	min-height: 600px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
#concert-cnt .concert-cnt-inner {
	position: relative;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 0px;
	margin-bottom: 20px;
	width: 70%;
}
#concert-cnt .concert-cnt-inner .slogan {
    margin: 0; padding: 0 0 30px;
}
#concert-cnt .concert-cnt-inner .slogan span {
	padding: 0;
	font-size: 30px;
	font-weight: lighter;
}
#concert-cnt .concert-cnt-inner p {
	margin-bottom: 20px;
	color: #2D2D2D;
	font-size: 15px;
}
#concert-cnt .concert-cnt-inner h3.feature {
	margin-bottom: 0px;
	color: #69B8CB;
	font-size: 25px;
	line-height: 1.0em;
	margin-bottom: 10px;
}
#concert-cnt .concert-cnt-inner p.feature {
	margin-bottom: 0px;
	color: #EDE2CD;
	font-size: 14px;
	line-height: 1.2em;
}

#concert-cnt .concert-cnt-inner a:link. a:hover {
	font-size: 14px;
}

#concert-cnt .concert-cnt-inner a.btn {
    
}
/************************/
/* featured Concert */
/************************/
.feature-calendar-box {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 30px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: thin;
	border-bottom-color: #29577C;
	border-bottom-style: solid;
	background-image: url(../images/concert-feature-bg.png);
	background-repeat: repeat;
	padding: 20px;
}

/* Ross Concerts table */
#concerts {
	width: 100%;
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
}
#concerts caption,
#concerts td,
#concerts th {
    padding: 10px 10px; 
    vertical-align: top;
    horizontal-align: left;
	width:auto;
	font-size: 14px;
	line-height: 1.2em;
}

#concerts tr.bdy th.date  {
	color: #2D2D2D;
	font-weight: normal;
	width: 23%;
}

#concerts tr.bdy th.date a { 
    color: #fff;
}

#concerts tr.bdy th.date a:hover { 
}
#concerts tr.bdy th.date span {
	display: block;
	color: #2D2D2D;
}

#concerts .event-title {
	font-weight: bold;
	font-size: 14px;
	line-height: 1.2em;
}
#concerts .event-title a {
	font-weight: bold;
	font-size: 14px;
	line-height: 1.2em;
}
#concerts .event-title a:hover {
	font-weight: bold;
	font-size: 14px;
	line-height: 1.2em;
	color: #3D97AD;
}
#concerts tr.bdy th.place  {
	color: #2D2D2D;
	font-weight: normal;
	width: 23%;
}

#concerts tr.bdy th.place a { 
    color: #fff;
}

#concerts tr.bdy th.place a:hover { 
    color: #ff8800;
}
#concerts tr.bdy th.place span {
	display: block;
	color: #2D2D2D;
}
.smallinfo {
	display: block;
	font-size: 12px;
	color: #000000;
	margin-top: 8px;
}


















/* Contact Page
-------------------------------------------------------------- */
#contact {
	position: relative;
	margin-top: -20px;
	margin-right: 0;
	margin-bottom: 40px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 570px;
	padding-bottom: 0;
	padding-left: 20px;
	min-height: 700px;
	height: auto;
}
#contact #contact-info {
	width: 520px;
	position: absolute;
	top: 0;
	right: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 30px;
	margin-bottom: 30px;
	height: 100%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F3F3F3;
}
#contact-form {
    margin: 0 0 20px;
    padding: 20px;
    background: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
#contact-form ul.form {
    margin: 0;
}

#gmaps {
    position: relative;
    overflow: hidden;
    height: 0;
    width: 100%;
    padding: 0 0 33%;
    background: #ddd;
    border-top: 5px solid #f7690d;
    border-bottom: 5px solid #f7690d;
}
#gmaps iframe {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    height: 100%;
    width: 100%;
}

#facility-hours {
    margin: 0;
}
#facility-hours td {
    padding: 8px 0;
    background: none;
    border: none;
    border-bottom: 1px solid #eee;
}
#facility-hours td:first-child {
    text-align: left;
}
#facility-hours td:last-child {
    text-align: right;
}

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

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








#about-staff {
    padding: 100px 0 30px;
    background: #ca1e4f;
}
#about-staff h2 {
    color: #fff;
    margin: 0 2% 4%;
    padding-bottom: 10px;    
    font-weight: lighter;
    text-align: center;
}
#about-staff .member {
    position: relative;
    overflow: visible;
    float: left;
    width: 20%;
    margin: 0 2% 4%;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
}
#about-staff .member .staff-photo {
    position: relative;
    overflow: hidden;
    height: 0;
    padding: 0 0 100%;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    background: #FBFBFB;
    -webkit-box-shadow:        
        0 0 0 6px #FBFBFB;
    box-shadow:        
        0 0 0 6px #FBFBFB;
}
#about-staff .member .staff-photo:after {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    background: rgba(0,0,0,0); 
    -webkit-transition: all .2s; 
    -o-transition: all .2s; 
    transition: all .2s;
}
#about-staff .member:hover .staff-photo:after {       
    background: rgba(0,0,0,.8);
}
#about-staff .member:hover .staff-photo img {
    
}
#about-staff .member .staff-photo img {
	position: absolute;
	top: -1px;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: all .2s;
	-o-transition: all .2s;

	transition: all .2s;
}

.member-name {
	color: #FBFBFB;
	font-family: inherit;
	font-weight: lighter;
	font-weight: 300;
	text-decoration: none;
	text-align:center;
	margin-top: 30px;
}

.member-largetitle a:link {
	color: #cccccc;
}
.member-largetitle a:hover {
	color: #ca1e4f;
}


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



.imageholder-feature {
	width: 140px;
	float: right;
	font-size: 11px;
	line-height: 1.3em;
	text-align: left;
	color: #999999;
	border: thin none #E1E1E1;
	padding: 0px;
	margin-left: 5px;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
}
#about-staff .member .date {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 60%;
    width: 100%;
    margin: 0;
    padding: 12px 0;    
    text-align: center;
    font-size: 1.3em;
    color: #eee;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
#about-staff .member:hover .date { 
    top: 70%;
    visibility: visible;
    opacity: 1;
}
#about-staff .member .date > span {
    display: block;
    margin: 5px 0 0;
    font-size: .7em;
    text-transform: uppercase;
    color: #999;
    color: rgba(255,255,255,.5);
}
#about-staff {
    
}
#about-staff #all-staff-link {
    clear: both;
    padding: 30px 0 20px;
    text-align: left;    
}
#about-staff #all-staff-link a {
    padding: 20px 60px;
    background: #d55000;
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 1.375em;
    letter-spacing: 1px;
    -webkit-transition: all .3s;
    -o-transition: background .3s;
    transition: background .3s;
}
#about-staff #all-staff-link a:hover {
    background-color: rgba(0,0,0,.3);
}

#member {
    padding: 0 0 30px 360px;
}
#member img[class^="attachment"] {
    width: 320px; height: auto;
    float: left;
    margin: 0 0 0 -360px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
#member .title {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ddd;
}
#member .instrument {
    margin-bottom: 20px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.3em;
}

#associations {
    margin: 0 0 20px;
    padding: 10px 0;
    text-align: center;
    border: 2px solid #ddd;
}
#associations > figure {
    position: relative;
    margin: 0 20px; padding: 0;
    display: inline;
    display: inline-block;
    vertical-align: middle;    
}
#associations > figure > img {
    display: inline-block;
    margin: 0 auto;
    max-height: 100px;
    width: auto;

}
#associations > figure > figcaption {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 120%; left: -20px; right: -20px;
    z-index: 99;
    padding: 10px;
    background: #444;
    font-size: .875em;
    line-height: 1.3;
    color: #eee;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
#associations > figure > figcaption:after {
    content: '';
    position: absolute;
    bottom: 100%; left: 50%;
    margin: 0 0 0 -12px;
    height: 0; width: 0;
    border: 12px solid transparent;
    border-bottom-color: #444;
}
#associations > figure:hover > figcaption {
    visibility: visible;
    opacity: 1;
}



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

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





#testimonials {
    margin: 0 -1% 20px;
}
#testimonials blockquote {
    width: 27.333%;
    padding: 2%;
    margin: 0 1% 3%;
}



#mb-link {
    position: relative;
    height: 1px; width: 100%;
    margin: 0 0 -1px;
}
#mb-link > a {
    position: absolute;
    margin: 0; padding: 10px 20px;
    top: 0; right: 0;
    background: #444;    
    color: #bbb;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
#mb-link > a:hover {
    background: #666;
    color: #fff;
}

#idea {
    margin: 0;
    padding: 20px 0;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}

.wpcf7-response-output {
    padding: 15px 20px;
    margin: 20px 0 0;
    border: none;
    line-height: 1.3;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-weight: 500;
}
.wpcf7-form-control-wrap {
    display: block !important;   
}
.wpcf7-validation-errors {
    background-color: #de4343;
}
.wpcf7-mail-sent-ok {
    background-color: #61b832;
}
.wpcf7-not-valid {
    border: 2px solid #ff0000 !important;
}
.wpcf7-not-valid-tip,
.screen-reader-response {
    display: none;    
}

/*--------------------NEWS BAR-----------------------*/

#NewsBar {
	float: left;
	width: 90%;
	height: 160px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	overflow: hidden;
	padding-left: 0px;
}

#NewsBar h4 {
	float: left;
	color: #fff;
	font-size: 13px;
	text-transform: none;
	font-weight: normal;
	width: 80px;
	height: 11px;
	overflow: hidden;
	background-color: #CCC;
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 12px;
	padding-right: 15;
	padding-bottom: 17px;
	padding-left: 10px;
}

#NewsBar ul {
	float: left;
	width: auto;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
}

#NewsBar ul li {
	list-style-type: none;
	margin: 0;
	width: 600px;
	padding-bottom: 40px;
	color: #747474;
	text-align: left;
	max-width: 840px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 80px 0;
	text-align: left;
	font-weight: 200;
	font-size: 23px;
	line-height: 1.6em;
	text-transform: none;
}

#NewsBar ul li a {
	color: #ca1e4f;
}

#NewsBar ul li a:hover {
	text-decoration: none;
}

#ticker {
	height: 100px;
	width:auto;
	overflow: hidden;
	color:#999;
	font-size: 22px;
	font-weight:lighter;
	font-family: 'Ubuntu Condensed', sans-serif;
	line-height: 1.2em;
}

#ticker li {
	height: 120px;
	width: 400px;
}

#ticker li a:link {
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 22px;
	font-weight:lighter;
	color: #cccccc;
	text-decoration:none;
}

#ticker li a:hover {
	color: #FC3;
	text-transform: none;
}

.bar {
	background-color: #111;
	color: #f0f0f0;
	box-shadow: 0px 0px 2px #333;
	line-height: 25px;
	padding: 0px 20px;
}
.bar a {
	color: #DDD;
	text-decoration: none;
}
.bar a:hover {
	color: #FBFBFB;
}





/************************/
/* video Container       */
/************************/
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.media-title{
	font-size: 15px;
	font-weight: normal;
	color: #555;
	font-family: 'Lato', sans-serif;
}
.media-small{
	font-size: 1em;
	font-weight: normal;
	color: #999;
}






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




/* Wu Man Calendar Page
-------------------------------------------------------------- */


#WM-Calendar-cnt {
	font-family: 'Lato', sans-serif;
	position: relative;
	z-index: 80;
	min-height: 600px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
#WM-Calendar-cnt .WM-Calendar-cnt-inner {
	position: relative;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 0px;
	margin-bottom: 20px;
	width: 59%;
}
#WM-Calendar-cnt .WM-Calendar-cnt-inner .slogan {
    margin: 0; padding: 0 0 30px;
}
#WM-Calendar-cnt .WM-Calendar-cnt-inner .slogan span {
	padding: 0;
	font-size: 30px;
	font-weight: lighter;
	
}
#WM-Calendar-cnt .WM-Calendar-cnt-inner p {
	font-family: 'Lato', sans-serif;
	margin-bottom: 15px;
	color: #555555;
	font-size: 12px;
}
#WM-Calendar-cnt .WM-Calendar-cnt-inner a.btn {
    
}









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


#pipa-cnt {
	position: relative;
	z-index: 80;
	min-height: 600px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
#pipa-cnt .pipa-cnt-inner {
	position: relative;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 0px;
	margin-bottom: 20px;
	width: 52%;
}
#pipa-cnt .pipa-cnt-inner .slogan {
    margin: 0; padding: 0 0 30px;
}
#pipa-cnt .pipa-cnt-inner .slogan span {
	padding: 0;
	font-size: 30px;
	font-weight: lighter;
}


#pipa-cnt .pipa-cnt-inner p {
	margin-bottom: 20px;
	color: #2D2D2D;
	font-size: 16px;
}
#pipa-cnt .pipa-cnt-inner a.btn {
    
}

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


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

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

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

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





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


#Projects-cnt {
	position: relative;
	z-index: 80;
	min-height: 600px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
#Projects-cnt .Projects-cnt-inner {
	position: relative;
	background-image: url(../images/project-bg-trans.png);
	background-repeat: repeat;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 30px;
	margin-bottom: 20px;
	width: 50%;
}
#Projects-cnt .Projects-cnt-inner .slogan {
    margin: 0; padding: 0 0 30px;
}
#Projects-cnt .Projects-cnt-inner .slogan span {
	padding: 0;
	font-size: 30px;
	font-weight: lighter;
}
#Projects-cnt .Projects-cnt-inner p {
	margin-bottom: 20px;
	color: #2D2D2D;
	font-size: 14px;
}
#Projects-cnt .Projects-cnt-inner a.btn {
    
}

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

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

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




/*MailChimp Signup Form*/
#newsletter-box {
	border: thin solid #3D97AD;
	padding: 10px;
}

#mc_embed_signup{
	background: none; 
	font-family: 'Lato', sans-serif;
	line-height: 1.3em;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	}


#mc_embed_signup input.email{
display:inline-block;
}

#mc_embed_signup input.button {
display:inline-block;
}




/* MailChimp */
#mce-EMAIL {
	margin-right: 10px;
}
div.mc-field-group {
	margin-bottom: 10px;
}
div.mc-field-group label {
	margin-right: 10px;
	margin-bottom: 10px;
}
div.mc-field-group input {
	width: 100%;
	vertical-align:middle;
}
.indicates-required {
	color: #c42026;
	font-size: 11px;
	text-align: right;
}
#mc-embedded-subscribe-form {
}


/* Content */
.content {
	padding: 3em 0;
}

.section {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.section-home {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.section-home {
	color: #fff;
	background-image:url(../images/bg/home.jpg);
}

.section-home2 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	height: auto;
}
.section-home2 {
	color: #fff;
	background-image:url(../images/bg/home.jpg);
}


.section-artists {
	color: #fff;
	background-image: url(../images/bg/bg1.jpg);
}
.section-artists {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.section:nth-of-type(odd):not(:first-child) {
	color: #fff;
	background-color: #000000;
}

.section-text {
	position: relative;
	overflow: hidden;
	min-height: 80vh;
	padding: 2em 0 8em;
}

.break {
	padding: 3em 0;
	text-align: center;
	background-color: #234E6D;
}
.section-home__title {
	font-size: 0.65em;
	font-weight: 700;
	-webkit-flex: none;
	flex: none;
	margin: 3em 0 15em;
	text-indent: 3px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #d1d1d1;
}

.section__title {
	font-size: 0.65em;
	font-weight: 700;
	-webkit-flex: none;
	flex: none;
	margin: 3em 0 15em;
	text-indent: 3px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #d1d1d1;
}

.break__title {
	font-size: 1.85em;
	font-weight: normal;
	margin: 0;
	color: #fff;
}

.section--intro {
	font-family: 'Oswald', sans-serif;
	font-size: 1.5em;
	position: relative;
	min-height: 100vh;
	text-align: center;
	color: #fff;
}

.section--intro p {
	font-family: 'Oswald', sans-serif;
	max-width: 1000px;
	margin: 0 auto;
	padding: 1em;
	font-size: 1em;
	font-weight: lighter;
	color: #fff;
}
.section--intro p.large {
	font-family: 'Oswald', sans-serif;
	max-width: 1000px;
	margin: 0 auto;
	padding: 1em;
	font-size: 1.8em;
	font-weight: lighter;
	color: #fff;
}
.section--intro p.large2 {
	font-family: 'Oswald', sans-serif;
	max-width: 1000px;
	margin: 0 auto;
	padding: 1em;
	font-size: 2.8em;
	font-weight: lighter;
	color: #fff;
}
.section--intro p.large2 span {
	font-size: 50%;
	font-weight: normal;
	display: block;
	letter-spacing: 0;
	color: #9D9D9D;
	margin-top: 0.3em;
	margin-right: 0;
	margin-bottom: 0.3em;
	margin-left: 0;
}


/* Refuge Home Style */
.refuge-home-header {
	position: relative;
	height: 100vh;
	padding: 0em 1em 4em;
	text-align: center;
	color: #fff;
	background-image:url(../images/bg/home.jpg);
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.refuge-home-header h1 {
	font-size: 4em;
	font-weight: normal;
	line-height: 1;
	position: relative;
	z-index: 10;
	margin: 0.5em 0 0;
	letter-spacing: -1px;
}
.refuge-home-header h1 span {
	font-size: 50%;
	font-weight: normal;
	display: block;
	margin: 0.5em 0;
	letter-spacing: 0;
	color: #f48b95;
}


.refuge-home-header2 {
	position: relative;
	height: 100vh;
	padding: 0em 1em 4em;
	text-align: center;
	color: #fff;
	background-image:url(../images/bg/home3.jpg);
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.refuge-home-header2 h1 {
	font-size: 2.6em;
	font-weight: 300;
	line-height: 1.1em;
	position: relative;
	z-index: 10;
	letter-spacing: -1px;
	margin-top: 5%;
	margin-right: 14%;
	margin-bottom: 0;
	margin-left: 14%;
}
.refuge-home-header2 h1 span {
	font-size: 50%;
	font-weight: normal;
	display: block;
	letter-spacing: 0;
	color: #9D9D9D;
	margin-top: 0.3em;
	margin-right: 0;
	margin-bottom: 0.3em;
	margin-left: 0;
}



.refuge-home-header3 {
	position: relative;
	height: 100vh;
	padding: 0em 1em 4em;
	text-align: center;
	color: #fff;
	background-image:url(../images/bg/home4.jpg);
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.refuge-home-header3 h1 {
	font-size: 2.6em;
	font-weight: 300;
	line-height: 1.1em;
	position: relative;
	z-index: 10;
	letter-spacing: -1px;
	margin-top: 50%;
	margin-right: 14%;
	margin-bottom: 0;
	margin-left: 14%;
}
.refuge-home-header3 h1 span {
	font-size: 50%;
	font-weight: normal;
	display: block;
	letter-spacing: 0;
	color: #9D9D9D;
	margin-top: 0.3em;
	margin-right: 0;
	margin-bottom: 0.3em;
	margin-left: 0;
}



.refuge-home-header4 {
	position: relative;
	height: 100vh;
	padding: 0em 1em 4em;
	text-align: center;
	color: #fff;
	background-image:url(../images/bg/home6.jpg);
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.refuge-home-header4 h1 {
	font-size: 2.8em;
	font-weight: 300;
	line-height: 1.1em;
	position: relative;
	z-index: 10;
	letter-spacing: -1px;
	margin-top: 15%;
	margin-right: 14%;
	margin-bottom: 0;
	margin-left: 14%;
}
.refuge-home-header4 h1 span {
	font-size: 50%;
	font-weight: normal;
	display: block;
	letter-spacing: 0;
	color: #9D9D9D;
	margin-top: 0.3em;
	margin-right: 0;
	margin-bottom: 0.3em;
	margin-left: 0;
}




/* The Artists Refuge Style */
.refuge-artists-header1 {
	position: relative;
	height: 100vh;
	padding: 0em 1em 4em;
	text-align: center;
	color: #fff;
	background-image: url(../images/bg/bg1.jpg);
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* Refuge Artists Style */
.refuge-artists-header2 {
	position: relative;
	height: 100vh;
	padding: 0em 1em 4em;
	text-align: center;
	color: #fff;
	background-image:url(../images/bg/bg3.jpg);
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.refuge-artists-header2 h1 {
	font-size: 3.0em;
	font-weight: 300;
	line-height: 1.1em;
	position: relative;
	z-index: 10;
	letter-spacing: -1px;
	margin-top: 0%;
	margin-right: 14%;
	margin-bottom: 0;
	margin-left: 14%;
}
.refuge-artists-header2 p a:link {
	font-size: 22px;
	color:#CCC;
	font-weight: 300;
}
.refuge-artists-header2 p a:hover {
	font-size: 22px;
	color:#B00000;
	font-weight: 300;
}
.refuge-artists-header2 h1 span {
	font-size: 50%;
	font-weight: normal;
	display: block;
	margin: 0.5em 0;
	letter-spacing: 0;
	color: #9D9D9D;
}

/* The People Refuge Style bg*/
.refuge-people-header1 {
	position: relative;
	height: 100vh;
	padding: 0em 1em 4em;
	text-align: center;
	color: #fff;
	background-image: url(../images/bg/bg4.jpg);
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.section-text {
	position: relative;
	overflow: hidden;
	min-height: 80vh;
	padding: 2em 0 8em;
}
.section-people-1 {
	color: #fff;
	background-image: url(../the-people-the-music/images/1.jpg);
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom: 10px;
}
.section-people-2 {
	color: #fff;
	background-image: url(../the-people-the-music/images/2.jpg);
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom: 10px;
}
.section-people-3 {
	color: #fff;
	background-image: url(../the-people-the-music/images/3.jpg);
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom: 10px;
}
.section-people-4 {
	color: #fff;
	background-image: url(../the-people-the-music/images/4.jpg);
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom: 10px;
}
.section-people-5 {
	color: #fff;
	background-image: url(../the-people-the-music/images/5.jpg);
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.section-people-6 {
	color: #fff;
	background-image: url(../the-people-the-music/images/6.jpg);
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.section-people-7 {
	color: #fff;
	background-image: url(../the-people-the-music/images/7.jpg);
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* The People Page Panels
-------------------------------------------------------------- */
.section #leftHalf-people {
   width: 50%;
   top: 0;
   left: 0;
   position: absolute;
   height: 100%;
   background-color:#f5fbfc;
}
.section #leftHalf img {
	width: auto;
    max-height: 100%;
}
.section #rightHalf-people1 {
   background-color:#ffffff;
   width: 50%;
   position: absolute;
   top: 0;
   right: 0;
   height: 100%;
}



.section-people-1 #leftHalf-people1 {
   width: 50%;
   top: 0;
   left: 0;
   position: absolute;
   height: 100%;
   background-color: transparent;
}
.section-people-1 #leftHalf-people1 img {
	width: auto;
    max-height: 100%;
}
.section-people-1 #rightHalf-people1 {
   background-color: transparent;
   width: 50%;
   position: absolute;
   top: 0;
   right: 0;
   height: 100%;
}



.section-people-2 #leftHalf-people2 {
   width: 50%;
   top: 0;
   left: 0;
   position: absolute;
   height: 100%;
   background-color: transparent;
}
.section-people-2 #leftHalf-people2 img {
	width: auto;
    max-height: 100%;
}
.section-people-2 #rightHalf-people2 {
   background-color: transparent;
   width: 50%;
   position: absolute;
   top: 0;
   right: 0;
   height: 100%;
}


.section-people-3 #leftHalf-people3 {
   width: 50%;
   top: 0;
   left: 0;
   position: absolute;
   height: 100%;
   background-color: transparent;
}
.section-people-3 #leftHalf-people3 img {
	width: auto;
    max-height: 100%;
}
.section-people-3 #rightHalf-people3 {
   background-color: transparent;
   width: 50%;
   position: absolute;
   top: 0;
   right: 0;
   height: 100%;
}



.section-people-4 #leftHalf-people4 {
   width: 50%;
   top: 0;
   left: 0;
   position: absolute;
   height: 100%;
   background-color: transparent;
}
.section-people-4 #leftHalf-people4 img {
	width: auto;
    max-height: 100%;
}
.section-people-4 #rightHalf-people4 {
   background-color: transparent;
   width: 50%;
   position: absolute;
   top: 0;
   right: 0;
   height: 100%;
}


.section-people-5 #leftHalf-people5 {
   width: 50%;
   top: 0;
   left: 0;
   position: absolute;
   height: 100%;
   background-color: transparent;
}
.section-people-5 #leftHalf-people2 img {
	width: auto;
    max-height: 100%;
}
.section-people-5 #rightHalf-people5 {
   background-color: transparent;
   width: 50%;
   position: absolute;
   top: 0;
   right: 0;
   height: 100%;
}

.section-people-6 #leftHalf-people6 {
	width: 60%;
	top: 0;
	left: 0;
	position: absolute;
	height: 100%;
	background-color: transparent;
}
.section-people-6 #leftHalf-people4 img {
	width: auto;
    max-height: 100%;
}
.section-people-6 #rightHalf-people6 {
   background-color: transparent;
   width: 50%;
   position: absolute;
   top: 0;
   right: 0;
   height: 100%;
}


.section-people-7 #leftHalf-people7 {
   width: 50%;
   top: 0;
   left: 0;
   position: absolute;
   height: 100%;
   background-color: transparent;
}
.section-people-7 #leftHalf-people7 img {
	width: auto;
    max-height: 100%;
}
.section-people-7 #rightHalf-people7 {
   background-color: transparent;
   width: 50%;
   position: absolute;
   top: 0;
   right: 0;
   height: 100%;
}



/* Press Refuge Style bg*/
.refuge-press-header1 {
	position: relative;
	height: 100vh;
	padding: 0em 1em 4em;
	text-align: center;
	color: #fff;
	background-image: url(../images/bg/bg5.jpg);
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.section-text {
	position: relative;
	overflow: hidden;
	min-height: 80vh;
	padding: 2em 0 8em;
}
.section-press {
	color: #fff;
	background-image: url(../images/bg/bg6.jpg);
	background-position: 50% 50%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/* Press Page Refuge Style
-------------------------------------------------------------- */
#press-cnt {
	position: relative;
	z-index: 80;
	min-height: 800px;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
}
#press-cnt .press-cnt-inner {
	position: relative;
	min-height: 800px;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	margin-bottom: 0px;
	width: 91%;
	background-image: url(../images/contact-bg-trans.png);
	background-repeat: repeat;
}
#press-cnt .press-cnt-inner .slogan {
    margin: 0; padding: 0 0 30px;
}
#press-cnt .press-cnt-inner .slogan span {
	padding: 0;
	font-size: 30px;
	font-weight: lighter;
}
#press-cnt .press-cnt-inner h1 {
	font-family: 'Lato', sans-serif;
	margin-bottom: 20px;
	color: #2D2D2D;
	font-size: 2em;
	line-height: 1.2em;
	font-weight: normal;
}
#press-cnt .press-cnt-inner p {
	margin-bottom: 20px;
	color: #2D2D2D;
	font-size: 17px;
	line-height: 1.3em;
}
#press-cnt .press-cnt-inner .press-cite {
	font-family: 'Oswald', sans-serif;
	margin-bottom: 50px;
	color: #234E6D;
	font-size: 17px;
}
#press-cnt .press-cnt-inner a:link. a:hover {
	font-size: 17px;
}
#press-cnt .press-cnt-inner a.btn {
    
}
#press-cnt .press-cnt-inner h2 {
	font-family: 'Oswald', sans-serif;
	color: #234E6D;
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: normal;
}


#MR-press-us img {
	display: block;
	margin: 0 auto;
	-webkit-box-shadow: 5px 0 20px rgba(192,32,0,.5);
	box-shadow: 5px 0 20px rgba(192,32,0,.5);
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #ca1e4f;
}
#MR-press-us a {
    position: absolute;
    top: 50%;
    width: 210px;
    padding: 20px 40px;
    margin: 0 0 0 -150px;
    background: #222;
    background: rgba(0,0,0,.8);
    font-size: 1.5em;
    font-weight: lighter;
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .3s;
    -o-transition: background .3s;
    transition: background .3s;
}
#MR-press-us a:hover {
    background-color: #333;
}

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

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

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


p.press {
	display:block;
}

.press-title{
	display: block;
	width: auto;
	font-weight: normal;
	color: #3D97AD;
	margin-bottom: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #3D97AD;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 0px;
	font-size: 1.3em;
	line-height: 1.2em;
}
p.press {
	display: block;
	font-size: 14px;
	line-height: 1.2em;
}
p.press a:link {
	font-size: 14px;
	line-height: 1.2em;
}
div.press {
	margin-bottom: 60px;
}
.press-btn{
	display: block;
	color: #3F85A7;
	padding: 0px;
	margin-top: 10px;
}

.press-btn a:link {
	display: block;
	width: 100px;
	height: auto;
	text-transform: none;
	font-weight: normal;
	color: #3F85A7;
}

.press-btn a:hover{
	display: block;
	text-transform: none;
	font-weight: normal;
	color: #c42026;
}






/* Contact Refuge Style bg*/
.refuge-contact-header1 {
	position: relative;
	height: 10vh;
	padding: 0em 1em 4em;
	text-align: center;
	color: #fff;
	background-image: url(../images/bg/home5.jpg);
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.section-text {
	position: relative;
	overflow: hidden;
	min-height: 80vh;
	padding: 2em 0 8em;
}
.section-contact {
	color: #fff;
	background-color:#f5fbfc;
	height: auto;
}
/* Production/Contact Page
-------------------------------------------------------------- */
#production-cnt {
	position: relative;
	z-index: 80;
	min-height: 600px;
	background-image: url(../images/bg/home7.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-position: 50% 50%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
#production-cnt .production-cnt-inner {
	position: relative;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	margin-bottom: 0px;
	background-image: url(../images/contact-bg-trans.png);
	background-repeat: repeat;
	width: 91%;
}
#production-cnt .production-cnt-inner .slogan {
    margin: 0; padding: 0 0 30px;
}
#production-cnt .production-cnt-inner .slogan span {
	padding: 0;
	font-size: 30px;
	font-weight: lighter;
}
#production-cnt .production-cnt-inner h1 {
	font-family: 'Oswald', sans-serif;
	margin-bottom: 20px;
	color: #2D2D2D;
	font-size: 2em;
	line-height: 1.2em;
	font-weight: normal;
}
#production-cnt .production-cnt-inner p {
	margin-bottom: 20px;
	color: #2D2D2D;
	font-size: 17px;
	line-height: 1.3em;
}
#production-cnt .production-cnt-inner .instrumentation {
	margin-bottom: 20px;
	color: #234E6D;
	font-size: 22px;
}
#production-cnt .production-cnt-inner .indent {
	color: #2D2D2D;
	font-size: 15px;
	padding-left: 35px;
}
#production-cnt .production-cnt-inner a:link. a:hover {
	font-size: 17px;
}
#production-cnt .production-cnt-inner a.btn {
    
}
#production-cnt .production-cnt-inner h2 {
	font-family: 'Oswald', sans-serif;
	color: #234E6D;
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: normal;
}

.logo-imageholder {
	float:left;
	font-size: 12px;
	font-family: 'Arimo', sans-serif;
	line-height:16px;
	letter-spacing:normal;
	margin-right: 20px;
	color: #999;
}

/* Production/Contact Page 2
-------------------------------------------------------------- */
#production-cnt-2 {
	position: relative;
	z-index: 80;
	min-height: 900px;
	background-image: url(../images/bg/home9.jpg);
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
#production-cnt-2 .production-cnt-inner {
	position: relative;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	margin-bottom: 0px;
	background-image: url(../images/contact-bg-trans.png);
	background-repeat: repeat;
	width: 50%;
}
#production-cnt-2 .production-cnt-inner .slogan {
    margin: 0; padding: 0 0 30px;
}
#production-cnt-2 .production-cnt-inner .slogan span {
	padding: 0;
	font-size: 30px;
	font-weight: lighter;
}
#production-cnt-2 .production-cnt-inner h1 {
	font-family: 'Oswald', sans-serif;
	margin-bottom: 20px;
	color: #2D2D2D;
	font-size: 2em;
	line-height: 1.2em;
	font-weight: normal;
}
#production-cnt-2 .production-cnt-inner p {
	margin-bottom: 20px;
	color: #2D2D2D;
	font-size: 17px;
	line-height: 1.3em;
}
#production-cnt-2 .production-cnt-inner .instrumentation {
	margin-bottom: 20px;
	color: #234E6D;
	font-size: 17px;
}
#production-cnt-2 .production-cnt-inner a:link. a:hover {
	font-size: 17px;
}
#production-cnt-2 .production-cnt-inner a.btn {
    
}
#production-cnt-2 .production-cnt-inner h2 {
	font-family: 'Oswald', sans-serif;
	color: #234E6D;
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: normal;
}



/* Music Refuge Style bg*/
.refuge-music-header1 {
	position: relative;
	height: 100vh;
	padding: 0em 1em 4em;
	text-align: center;
	color: #fff;
	background-image: url(../images/bg/bg7.jpg);
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.section-text {
	position: relative;
	overflow: hidden;
	min-height: 80vh;
	margin-bottom: 10px;
	padding-top: 2em;
	padding-right: 0;
	padding-bottom: 8em;
	padding-left: 0;
}
.section-music {
	color: #fff;
	background-color:#f5fbfc;
	height: auto;
}
/* Music Player Page Refuge Style 
-------------------------------------------------------------- */
#music-cnt {
	position: relative;
	z-index: 80;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
#music-cnt .music-cnt-inner {
	position: relative;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 20px;
	margin-bottom: 20px;
	width: 100%;
}
#music-cnt .music-cnt-inner .slogan {
    margin: 0; padding: 0 0 30px;
}
#music-cnt .music-cnt-inner .slogan span {
	padding: 0;
	font-size: 30px;
	font-weight: lighter;
}
#music-cnt .music-cnt-inner h1 {
	font-family: 'Oswald', sans-serif;
	margin-bottom: 20px;
	color: #2D2D2D;
	font-size: 2em;
	line-height: 1.2em;
	font-weight: normal;
}
#music-cnt .music-cnt-inner p {
	margin-bottom: 20px;
	color: #2D2D2D;
	font-size: 17px;
	line-height: 1.3em;
}
#music-cnt .music-cnt-inner .instrumentation {
	margin-bottom: 20px;
	color: #234E6D;
	font-size: 17px;
}
#music-cnt .music-cnt-inner a:link. a:hover {
	font-size: 17px;
}
#music-cnt .music-cnt-inner a.btn {
    
}
#music-cnt .music-cnt-inner h2 {
	font-family: 'Oswald', sans-serif;
	color: #234E6D;
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: normal;
}


/* Media Page Refuge Style 
-------------------------------------------------------------- */
#media-cnt {
	position: relative;
	z-index: 80;
	min-height: 600px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
#media-cnt .media-cnt-inner {
	position: relative;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 20px;
	margin-bottom: 20px;
	width: auto;
}
#media-cnt .media-cnt-inner .slogan {
    margin: 0; padding: 0 0 30px;
}
#media-cnt .media-cnt-inner .slogan span {
	padding: 0;
	font-size: 30px;
	font-weight: lighter;
}
#media-cnt .media-cnt-inner p {
	margin-bottom: 20px;
	color: #2D2D2D;
	font-size: 14px;
}
#media-cnt .media-cnt-inner a:link. a:hover {
	font-size: 14px;
}
#media-cnt .media-cnt-inner a.btn {
    
}
#media-cnt .media-cnt-inner h2 {
	color: #000000;
}












/* Header */
.codrops-header {
	position: relative;
	height: 100vh;
	min-height: 600px;
	padding: 0em 1em 4em;
	text-align: center;
	color: #fff;
	background-color: #970000;
	background-image: url(../img/mouse.svg);
	background-repeat: no-repeat;
	background-position: left 50%;
}

.codrops-header h1 {
	font-size: 4em;
	font-weight: lighter;
	line-height: 1;
	position: relative;
	z-index: 10;
	margin: 0.5em 0 0;
	letter-spacing: -1px;
}

.codrops-header h1 span {
	font-size: 50%;
	font-weight: normal;
	display: block;
	margin: 0.5em 0;
	letter-spacing: 0;
	color: #f48b95;
}

/* Top Navigation Style */
.codrops-links {
	position: relative;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
}

.codrops-links::after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	background: #c14954;
	-webkit-transform: rotate3d(0, 0, 1, 22.5deg);
	transform: rotate3d(0, 0, 1, 22.5deg);
}

.codrops-icon {
	display: inline-block;
	width: 1.5em;
	margin: 0.5em;
	padding: 0em 0;
	text-decoration: none;
}

.codrops-icon span {
	display: none;
}

.codrops-icon:before {
	font-family: 'codropsicons';
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	margin: 0 5px;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	speak: none;
}

.codrops-icon--drop:before {
	content: '\e001';
}

.codrops-icon--prev:before {
	content: '\e004';
}

/* Demo links */
.codrops-demos {
	margin: 2em 0 0;
}

.codrops-demos a {
	display: inline-block;
	margin: 0 0.5em;
}

.codrops-demos a.current-demo {
	color: #333;
}

/* Related demos */
.content--related {
	font-weight: bold;
	padding: 10em 1em;
	text-align: center;
	background: #d94f5c;
}

.content__wrap--related {
	max-width: 800px;
	margin: 0 auto;
}

.media-item {
	display: inline-block;
	padding: 1em;
	vertical-align: top;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.media-item__img {
	max-width: 100%;
	opacity: 0.6;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.media-item:hover .media-item__img,
.media-item:focus .media-item__img {
	opacity: 1;
}

.media-item__title {
	font-size: 1em;
	margin: 0;
	padding: 0.5em;
}

body #cdawrap {
	right: auto;
	left: 15px;
	top: 15px;
	background: none;
}

body #cda-remove {
	color: #ddd;
}

@media screen and (max-width:50em) {
	.section--intro {
		font-size: 1em;
	}

}
