
body {
	margin: 0px;
	-webkit-text-size-adjust: 100%;
	color: #383838;
	font-family: 'Open Sans', sans-serif;
	font-size: 19px;
	font-weight: 800;
	line-height: 22px;
	font-stretch: 75%;
	background-color: #dedbc6;
}

img {
    border: 0;
    padding: 0px;
    margin: 0px;
    outline: none;
    display: block;
    vertical-align: top;
}

a, span {
    vertical-align: baseline;
}

div {
    padding: 0px;
    margin: 0px;
    outline: none;
}

ul, ol {
    padding: 0px;
    margin: 0px;
    margin-left: 20px;
}

ul span, ul a {

}

table {
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
    border-spacing: 0;
}

iframe {
	display: inline-block;
	margin: 0px;
	padding: 0px;
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

a {
	color: #d83235;
	text-decoration: none;
	-webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

a:active, a:focus, audio:active, audio:focus {
	outline: none;
}

a:hover {
	color: #3e3e3a;
	text-decoration: none;
}

a .imgroller {
	opacity: 1.0;
	-webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

a:hover .imgroller {
	opacity: 0.5;
}

a[href^=tel] {
	color: inherit;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

#content-white {
	background-color: #ffffff;
}

.common-pad {
    padding-left: 100px;
    padding-right: 100px;
}

.wrapper {
    max-width: 1150px;
    margin: 0 auto;
}

.wrapper-narrow {
    max-width: 950px;
    margin: 0 auto;
}

#header {
    background-color: #36322f;
    background-image: url("/img/common/header.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
	#header {
		background-image: url("/img/common/header@2x.jpg");
	}
}

#header-wrapper {
    /*height: 750px;*/
}

#header-top {
    height: 239px;
}

#logo {
    float: left;
    width: 509px;
    padding-top: 129px;
}

#logo img {
    width: 100%;
    height: auto;
}

#top-social {
    float: right;
    text-align: right;
    padding-top: 133px;
	padding-left: 14px;
}

#top-social a {
    color: #dbd9ae;
    font-size: 22px; 
    line-height: 30px;
    text-decoration: none;
	margin-left: 16px;
}

#top-social a:hover {
    color: #ffffff;
    text-decoration: none;
}

#navigation {
    float: right;
    text-align: right;
    padding-top: 133px;
}

#navigation a {
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 26px;
	font-weight: 800;
	line-height: 30px;
	font-stretch: 75%;
	text-transform: uppercase;
    margin-left: 26px;   
}

#navigation a.first {
    margin-left: 0px !important;    
}

#navigation a:hover {
    color: #dbd9ae;
    text-decoration: none;
}

#header-feature {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#header-feature-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 433px;
	box-sizing: border-box;
	padding-top: 50px;
	padding-right: 50px;
}

#header-feature-text h1 {
	color: #dbd9ae;
	font-family: 'Open Sans', sans-serif;
	font-size: 70px;
	font-weight: 800;
	line-height: 62px;
	font-stretch: 75%;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

#header-feature-text h1 span {
	color: #ffffff;
}

#header-feature-text h1 a {
	color: #ffffff;
}

#header-feature-text h1 a:hover {
	color: #dbd9ae;
}

#header-band {
	width: calc(100% - 433px);
	line-height: 0;
}

#header-band img {
	position: relative;
	bottom: -72px;
	width: 100%;
	height: auto;
}

#news {
    
}

#news-wrapper {
    padding-top: 95px;
}

.news-item {
    float: left;
    width: calc(33.33% - 33.33px);
    margin-right: 50px;
}

.news-item:nth-of-type(3) {
    margin-right: 0px;
}

.news-img {
    
}

.news-img img {
    width: 100%;
    height: auto;
}

.news-img a img {
    -webkit-filter: grayscale(0%) contrast(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%) contrast(100%);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;	
}

.news-img a:hover img {
	-webkit-filter: grayscale(100%) contrast(120%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%) contrast(120%);
}

.news-text {
	text-transform: uppercase;
    padding-top: 38px;
}

.news-link {
    padding-top: 10px;    
}

.news-link a {
    display: inline-block;
    background-color: #d45a39;
    padding: 0px 10px 0px 10px;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 800;
	line-height: 30px;
	font-stretch: 75%;
	text-transform: uppercase;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;	
}

.news-link a i {
    color: #ffffff;
	font-stretch: 100%;
    margin-right: 4px;
}

.news-link a:hover {
    background-color: #383838;
    color: #ffffff;    
}

.news-link a:hover i {
    color: #ffffff;
}

#music-title {
    padding-top: 70px;
}

.section-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

.section-title h2 {
	color: #3e3e3a;
	font-family: 'Open Sans', sans-serif;
	font-size: 60px;
	font-weight: 800;
	line-height: 52px;
	font-stretch: 75%;
	text-transform: uppercase;
	padding: 0px 16px;
}

.section-title::before,
.section-title::after {
	content: "";
	flex: 1; 
	height: 14.5px;
	background-image: url("/img/common/dots-title@2x.png");
	background-repeat: repeat-x;
    background-repeat: space no-repeat;
	background-position: center bottom;
	background-size: 14.5px 8px;
}

#music {
    padding-bottom: 58px;
}

#music-large {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    padding-top: 56px;
}

#music-large-img {
	width: 50%;
	line-height: 0;
}

#music-large-img img {
	width: 100%;
	height: auto;
}

#music-large-img a img {
    -webkit-filter: grayscale(0%) contrast(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%) contrast(100%);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;	
}

#music-large-img a:hover img {
	-webkit-filter: grayscale(100%) contrast(120%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%) contrast(120%);
}

#music-large-details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 50%;
	box-sizing: border-box;
	padding-left: 25px;
}

#music-large-details-wrapper {
	
}

#music-large-details-title {
	color: #3e3e3a;
	font-family: 'Open Sans', sans-serif;
	font-size: 38px;
	font-weight: 700;
	line-height: 38px;
	font-stretch: 75%;
	text-transform: uppercase;
}

#music-large-details-button {
	color: #d83235;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 800;
	line-height: 20px;
	font-stretch: 75%;
	text-transform: uppercase;
	text-align: center;
}

#music-large-details-button a {
	display: inline-block;
	color: #d83235;
	text-decoration: none;
	margin-top: 3px;
}

#music-large-details-button a:hover {
	color: #3e3e3a;
	text-decoration: none;
}

#music-list {
    padding-top: 60px;
}

.music-item {
    float: left;
    width: 250px;
    margin-right: calc(50% - 375px);
}

.music-item:nth-of-type(3n+3) {
    margin-right: 0px;
}

.music-item:nth-of-type(3n+4) {
    clear: both;
}

.music-item:nth-of-type(1n+4) {
    margin-top: 40px;
}

.music-img {
        
}

.music-img img {
    width: 100%;
    height: auto;
}

.music-img a img {
    -webkit-filter: grayscale(0%) contrast(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%) contrast(100%);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;	
}

.music-img a:hover img {
	-webkit-filter: grayscale(100%) contrast(120%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%) contrast(120%);
}

.music-text {
	text-transform: uppercase;
    text-align: center;
    padding-top: 17px;
}

.music-text a {
	display: inline-block;
    color: #d83235;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 800;
	line-height: 20px;
	font-stretch: 75%;
	text-transform: uppercase;
	text-align: center;
	margin-top: 3px;
}

.music-text a:hover {
	color: #3e3e3a;
	text-decoration: none;
}

#video {
    position: relative;
}

#video-background {
	max-width: 1320px;
	margin: 0 auto;
}

#video-background img {
	width: 100%;
    height: auto;
}

#video-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;   
	box-sizing: border-box;
}

#video-content {
    padding-top: 64px;
}

#video-title {
    text-align: center;
}

#video-title h2 {
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 60px;
	font-weight: 800;
	line-height: 52px;
	font-stretch: 75%;
	text-transform: uppercase;
}

#video-embed {
    padding: 30px 150px 40px 150px;
}

#video-link {
    text-align: center;
}

#video-link a {
    color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 800;
	line-height: 20px;
	font-stretch: 75%;
	text-transform: uppercase;
	text-align: center;
}

#video-link a:hover {
	color: #dbd9ae;
	text-decoration: none;
}

#tour {
    
}

#tour-wrapper {
    padding-top: 27px;
    padding-bottom: 70px;
}

#tour-embed {
	padding-top: 45px;
}

.bit-top-track-button {
    padding-left: 0px !important;
}

.bit-nav-bar-container {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.bit-upcoming-events, .bit-past-events {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.bit-upcoming-events-show-all-button, .bit-past-events-show-all-button {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.bit-track-button {
    max-width: 100% !important;
}

#contact {
    background-color: #3e3e3a;
}

#contact-wrapper {
    padding-bottom: 110px;
}

#contact-title {
    float: left;
    width: 250px;
    padding-top: 142px;
}

#contact-title h2 {
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 60px;
	font-weight: 800;
	line-height: 52px;
	font-stretch: 75%;
	text-transform: uppercase;
}

#contact-info {
    float: right;
    width: 550px;
    padding-top: 90px;
    color: #ffffff;
    font-family: "Figtree", sans-serif;
	font-size: 16px;
	font-weight: 500;
    line-height: 35px;
	font-stretch: 100%;
}

#contact-info span {
	display: block;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 19px;
	font-weight: 800;
	line-height: 22px;
	font-stretch: 75%;
	margin-bottom: 4px;
}

#contact-info a {
    color: #dbd9ae;
    font-family: "Figtree", sans-serif;
	font-size: 16px;
	font-weight: 500;
    line-height: 35px;
	font-stretch: 100%;
    text-decoration: none;
}

#contact-info a:hover {
    color: #ffffff;
    text-decoration: none;
}

#contact-booking {
    float: left;
    width: 300px;
}

#contact-press {
    float: right;
    width: 250px;
}

#footer {
    
}

#footer-wrapper {
    color: #272727;
    font-family: "Figtree", sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 18px;
	font-stretch: 100%;
    text-transform: uppercase;
    padding-bottom: 32px;
}

#footer-grants {
    float: left;
}

#footer-grants-text {
    float: left;
    width: 145px;
    color: #272727;
    padding-top: 32px;
}

#footer-grants-text br {
    display: inline-block;    
}

#footer-grants-factor {
    float: left;
    width: 91px;
    margin-right: 25px;
    padding-top: 36px;
}

#footer-grants-canada {
    float: left;
    width: 99px;
    margin-right: 25px;
    padding-top: 36px;
}

#footer-grants-sodec {
    float: left;
    width: 84px;
    padding-top: 36px;
}

#footer-grants img {
    width: 100%;
    height: auto;
}

#footer-credits {
    float: right;
    text-align: right;
    padding-top: 32px;
}

#footer-credits a {
    color: #8f8e85;
	font-weight: 800;
    text-decoration: none;
}

#footer-credits a:hover {
    color: #272727;
    text-decoration: none;
}


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

@media all and (max-width: 1249px) {

	/* ipad horizontal layout */
   
	body {
		font-size: 18px;
		line-height: 22px;
	}

	.common-pad {
		padding-left: 60px;
		padding-right: 60px;
	}

	#header-top {
		height: 200px;
	}

	#logo {
		width: 400px;
		padding-top: 100px;
	}

	#top-social {
		padding-top: 103px;
		padding-left: 16px;
	}

	#top-social a {
		font-size: 20px; 
		line-height: 28px;
		margin-left: 12px;
	}

	#navigation {
		padding-top: 103px;
	}

	#navigation a {
		font-size: 22px;
		line-height: 26px;
		margin-left: 20px;   
	}

	#header-feature-text {
		width: 400px;
		padding-top: 50px;
		padding-right: 50px;
	}

	#header-feature-text h1 {
		font-size: 60px;
		line-height: 52px;
	}

	#header-band {
		width: calc(100% - 400px);
	}

	#header-band img {
		bottom: -40px;
	}
	
	#news-wrapper {
		padding-top: 70px;
	}

	.news-item {
        width: calc(33.33% - 26.66px);
        margin-right: 40px;
	}

	.news-item:nth-of-type(3) {
		margin-right: 0px;
	}

	.news-text {
		padding-top: 24px;
	}

	.news-link {
		padding-top: 10px;    
	}

	.news-link a {
		padding: 0px 10px 0px 10px;
		font-size: 14px;
		line-height: 30px;	
	}

	.news-link a i {
		margin-right: 4px;
	}

	#music-title {
		padding-top: 60px;
	}

	.section-title h2 {
		font-size: 50px;
		line-height: 42px;
		padding: 0px 16px;
	}

	.section-title::before,
	.section-title::after {
		height: 14.5px;
		background-size: 14.5px 8px;
	}

	#music {
		padding-bottom: 50px;
	}

	#music-large {
		padding-top: 50px;
	}

	#music-large-img {
		width: 50%;
	}

	#music-large-details {
		width: 50%;
		padding-left: 25px;
	}

	#music-large-details-title {
		font-size: 38px;
		line-height: 38px;
	}

	#music-large-details-button {
		font-size: 14px;
		line-height: 20px;
	}

	#music-large-details-button a {
		margin-top: 3px;
	}

	#music-list {
		padding-top: 60px;
	}

	.music-item {
        width: calc(33.33% - 26.66px);
        margin-right: 40px;
	}

	.music-item:nth-of-type(3n+3) {
		margin-right: 0px;
	}

	.music-item:nth-of-type(3n+4) {
		clear: both;
	}

	.music-item:nth-of-type(1n+4) {
		margin-top: 30px;
	}

	.music-text {
		padding-top: 15px;
	}

	.music-text a {
		font-size: 14px;
		line-height: 20px;
		margin-top: 3px;
	}
	
	#video-content {
		padding-top: 50px;
	}

	#video-title h2 {
		font-size: 50px;
		line-height: 42px;
	}

	#video-embed {
		padding: 20px 120px 20px 120px;
	}

	#video-link a {
		font-size: 14px;
		line-height: 20px;
	}

	#tour-wrapper {
		padding-top: 27px;
		padding-bottom: 60px;
	}

	#tour-embed {
		padding-top: 40px;
	}

	#contact-wrapper {
		padding-bottom: 110px;
	}

	#contact-title {
		width: 250px;
		padding-top: 142px;
	}

	#contact-title h2 {
		font-size: 50px;
		line-height: 42px;
	}

	#contact-info {
		width: 550px;
		padding-top: 90px;
		font-size: 16px;
		line-height: 35px;
	}

	#contact-info span {
		font-size: 19px;
		line-height: 22px;
		margin-bottom: 4px;
	}

	#contact-info a {
		font-size: 16px;
		line-height: 35px;
	}

	#contact-booking {
		width: 300px;
	}

	#contact-press {
		width: 250px;
	}

	#footer-wrapper {
		font-size: 12px;
		line-height: 18px;
		padding-bottom: 32px;
	}

	#footer-grants-text {
		width: 145px;
		padding-top: 32px;
	}

	#footer-grants-factor {
		width: 91px;
		margin-right: 25px;
		padding-top: 36px;
	}

	#footer-grants-canada {
		width: 99px;
		margin-right: 25px;
		padding-top: 36px;
	}

	#footer-grants-sodec {
		width: 84px;
		padding-top: 36px;
	}

	#footer-credits {
		padding-top: 32px;
	}
    
}


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

@media all and (max-width: 1023px) {

	/* ipad vertical layout */
    
	body {
		font-size: 16px;
		line-height: 20px;
	}

	.common-pad {
		padding-left: 50px;
		padding-right: 50px;
	}

	#header-top {
		height: auto;
	}

	#logo {
		float: none;
		width: auto;
		max-width: 500px;
		margin: 0 auto;
		padding-top: 20px;
	}

	#top-social {
		float: none;
		text-align: center;
		padding-top: 30px;
		padding-left: 0px;
	}

	#top-social a {
		font-size: 20px; 
		line-height: 28px;
		margin: 0px 6px;
	}

	#navigation {
		float: none;
		text-align: center;
		padding-top: 20px;
	}

	#navigation a {
		font-size: 22px;
		line-height: 26px;
		margin: 0px 10px;   
	}
	
	#header-feature {
		display: block;
	}

	#header-feature-text {
		display: block;
		width: auto;
		max-width: 400px;
		margin: 0 auto;
		padding-top: 50px;
		padding-right: 0px;
		text-align: center;
	}

	#header-feature-text h1 {
		font-size: 50px;
		line-height: 42px;
	}

	#header-band {
		width: auto;
		max-width: 500px;
		margin: 0 auto;
	}

	#header-band img {
		bottom: -20px;
	}
	
	#news-wrapper {
		padding-top: 50px;
	}

	.news-item {
        width: calc(33.33% - 20px);
        margin-right: 30px;
	}

	.news-item:nth-of-type(3) {
		margin-right: 0px;
	}

	.news-text {
		padding-top: 20px;
	}

	.news-link {
		padding-top: 10px;    
	}

	.news-link a {
		padding: 0px 10px 0px 10px;
		font-size: 14px;
		line-height: 30px;	
	}

	.news-link a i {
		margin-right: 4px;
	}

	#music-title {
		padding-top: 50px;
	}

	.section-title h2 {
		font-size: 40px;
		line-height: 34px;
		padding: 0px 10px;
	}

	.section-title::before,
	.section-title::after {
		height: 12px;
		background-size: 12px auto;
	}

	#music {
		padding-bottom: 50px;
	}

	#music-large {
		padding-top: 40px;
	}

	#music-large-img {
		width: 40%;
	}

	#music-large-details {
		width: 60%;
		padding-left: 20px;
	}

	#music-large-details-title {
		font-size: 32px;
		line-height: 32px;
	}

	#music-large-details-button {
		font-size: 14px;
		line-height: 20px;
	}

	#music-large-details-button a {
		margin-top: 3px;
	}

	#music-list {
		padding-top: 50px;
	}

	.music-item {
        width: calc(33.33% - 20px);
        margin-right: 30px;
	}

	.music-item:nth-of-type(3n+3) {
		margin-right: 0px;
	}

	.music-item:nth-of-type(3n+4) {
		clear: both;
	}

	.music-item:nth-of-type(1n+4) {
		margin-top: 30px;
	}

	.music-text {
		padding-top: 14px;
	}

	.music-text a {
		font-size: 14px;
		line-height: 20px;
		margin-top: 3px;
	}
	
	#video-content {
		padding-top: 40px;
	}

	#video-title h2 {
		font-size: 30px;
		line-height: 24px;
	}

	#video-embed {
		padding: 20px 80px 14px 80px;
	}

	#video-link a {
		font-size: 14px;
		line-height: 20px;
	}

	#tour-wrapper {
		padding-top: 20px;
		padding-bottom: 50px;
	}

	#tour-embed {
		padding-top: 40px;
	}

	#contact-wrapper {
		padding-bottom: 60px;
		text-align: center;
	}

	#contact-title {
		float: none;
		width: auto;
		padding-top: 40px;
	}

	#contact-title h2 {
		font-size: 40px;
		line-height: 34px;
	}

	#contact-info {
		float: none;
		width: auto;
		padding-top: 40px;
		font-size: 16px;
		line-height: 35px;
	}

	#contact-info span {
		font-size: 19px;
		line-height: 22px;
		margin-bottom: 4px;
	}

	#contact-info a {
		font-size: 16px;
		line-height: 35px;
	}

	#contact-booking {
		width: 50%;
	}

	#contact-press {
		width: 50%;
	}

	#footer-wrapper {
        padding-bottom: 32px;
    }

    #footer-grants {
        float: none;
        width: 100%;
        text-align: center;
    }

    #footer-grants-text {
        float: none;
        width: 100%;
        padding-top: 32px;
        padding-bottom: 20px;
    }

    #footer-grants-text br {
        display: none;    
    }

    #footer-grants-factor {
        float: none;
        display: inline-block;
        width: 91px;
        margin-right: 25px;
        padding-top: 0px;
    }

    #footer-grants-canada {
        float: none;
        display: inline-block;
        width: 99px;
        margin-right: 25px;
        padding-top: 0px;
    }

    #footer-grants-sodec {
        float: none;
        display: inline-block;
        width: 84px;
        padding-top: 0px;
    }

    #footer-credits {
        float: none;
        text-align: center;
        margin-right: -1px;
        padding-top: 32px;
    }
    
}


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

@media all and (max-width: 767px) {

	/* mobile layout */
	
    body {
		font-size: 14px;
		line-height: 18px;
	}

	.common-pad {
		padding-left: 30px;
		padding-right: 30px;
	}

	#logo {
		max-width: 500px;
		padding-top: 20px;
	}

	#top-social {
		padding-top: 20px;
	}

	#top-social a {
		font-size: 18px; 
		line-height: 24px;
		margin: 0px 6px;
	}

	#navigation {
		padding-top: 20px;
	}

	#navigation a {
		font-size: 20px;
		line-height: 24px;
		margin: 0px 9px;   
	}

	#header-feature-text {
		max-width: 400px;
		padding-top: 50px;
	}

	#header-feature-text h1 {
		font-size: 50px;
		line-height: 42px;
	}

	#header-band {
		max-width: 500px;
	}

	#header-band img {
		bottom: -20px;
	}
	
	#news-wrapper {
		padding-top: 50px;
	}

    .news-item {
        width: calc(50% - 15px);
        margin-right: 30px;
    }
    
    .news-item:nth-of-type(2) {
        margin-right: 0px;
    }

    .news-item:nth-of-type(3) {
        display: none;
    }

	.news-text {
		padding-top: 14px;
	}

	.news-link {
		padding-top: 8px;    
	}

	.news-link a {
		padding: 0px 10px 0px 10px;
		font-size: 14px;
		line-height: 30px;	
	}

	.news-link a i {
		margin-right: 4px;
	}

	#music-title {
		padding-top: 40px;
	}

	.section-title h2 {
		font-size: 30px;
		line-height: 24px;
		padding: 0px 8px;
	}

	.section-title::before,
	.section-title::after {
		height: 10px;
		background-size: 10px auto;
	}

	#music {
		padding-bottom: 40px;
	}

	#music-large {
		display: block;
		padding-top: 30px;
	}

	#music-large-img {
		width: auto;
		max-width: 400px;
		margin: 0 auto;
	}

	#music-large-details {
		width: auto;
		padding-top: 20px;
		padding-left: 0px;
	}

	#music-large-details-title {
		font-size: 32px;
		line-height: 32px;
	}

	#music-large-details-button {
		font-size: 14px;
		line-height: 20px;
	}

	#music-large-details-button a {
		margin-top: 3px;
	}

	#music-list {
		padding-top: 40px;
	}

    .music-item {
        width: calc(50% - 15px);
        margin-right: 30px;
    }

    .music-item:nth-of-type(3n+3) {
        margin-right: 30px;
    }
    
    .music-item:nth-of-type(2n+2) {
        margin-right: 0px;
    }

    .music-item:nth-of-type(3n+4) {
        clear: none;
    }

    .music-item:nth-of-type(2n+3) {
        clear: both;
    }

    .music-item:nth-of-type(1n+4) {
        margin-top: 30px;
    }

    .music-item:nth-of-type(1n+3) {
        margin-top: 30px;
    }

	.music-text {
		padding-top: 14px;
	}

	.music-text a {
		font-size: 13px;
		line-height: 20px;
		margin-top: 0px;
	}
	
	#video-content {
		padding-top: 24px;
	}

	#video-title h2 {
		font-size: 24px;
		line-height: 20px;
	}

	#video-embed {
		padding: 10px 60px 10px 60px;
	}

	#video-link a {
		font-size: 13px;
		line-height: 18px;
	}

	#tour-wrapper {
		padding-top: 20px;
		padding-bottom: 40px;
	}

	#tour-embed {
		padding-top: 20px;
	}

	#contact-wrapper {
		padding-bottom: 60px;
		text-align: center;
	}

	#contact-title {
		float: none;
		width: auto;
		padding-top: 40px;
	}

	#contact-title h2 {
		font-size: 40px;
		line-height: 34px;
	}

	#contact-info {
		float: none;
		width: auto;
		padding-top: 40px;
		font-size: 15px;
		line-height: 30px;
	}

	#contact-info span {
		font-size: 18px;
		line-height: 20px;
		margin-bottom: 4px;
	}

	#contact-info a {
		font-size: 15px;
		line-height: 30px;
	}

	#contact-booking {
		float: none;
		width: auto;
	}

	#contact-press {
		float: none;
		width: auto;
		padding-top: 30px;
	}
    
    #footer-wrapper {
        padding-bottom: 32px;
    }

    #footer-grants {
        float: none;
        width: 100%;
        text-align: center;
    }

    #footer-grants-text {
        float: none;
        width: 100%;
        padding-top: 32px;
        padding-bottom: 20px;
    }

    #footer-grants-text br {
        display: none;    
    }

    #footer-grants-factor {
        float: none;
        display: block;
        width: 91px;
        margin: 0 auto;
        padding-top: 0px;
    }

    #footer-grants-canada {
        float: none;
        display: block;
        width: 99px;
        margin: 0 auto;
        padding-top: 18px;
    }

    #footer-grants-sodec {
        float: none;
        display: block;
        width: 84px;
        margin: 0 auto;
        padding-top: 18px;
    }

    #footer-credits {
        float: none;
        text-align: center;
        margin-right: -1px;
        padding-top: 32px;
    }

}


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

@media all and (max-width: 599px) {

	/* in-between size */

	
}
	
	
/* -------------------- */
/* -------------------- */

@media all and (max-width: 479px) {

	/* mobile vertical layout */


}
