
body {
	margin: 0px;
	-webkit-text-size-adjust: 100%;
	color: #736b66;
	font-family: 'Roboto Slab', serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	background-color: #dac5b8;
	background-image: url(/img/backgrounds/beige.jpg);
	background-repeat: repeat;
	background-position: center top;
	background-size: 600px 600px;
}

@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) {
	body {
		background-image: url(/img/backgrounds/beige@2x.jpg);
	}
}

img {
	border: 0;
	padding: 0px;
	margin: 0px;
	outline: none;
	display: block;
}

img, a {
  vertical-align: top;
}

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

form {
	display: inline;
	padding: 0px;
	margin: 0px;	
}

fieldset, input, select, button {
	padding: 0px;
	margin: 0px;
	border: 0px;
	outline: none;
}

:invalid {
  box-shadow: none;
}

:-moz-submit-invalid {
  box-shadow: none;
}

:-moz-ui-invalid {
  box-shadow:none;
}

button {
	cursor: pointer;	
}

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: #864720;
	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: #465c64;
	text-decoration: underline;
}

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.7;
}

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

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

h2 {
	display: inline-block;
	color: #864720;
	font-family: 'Roboto Slab', serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px; 	
}

h2 a {
	color: #864720;
	text-decoration: none;	
}

h2 a:hover {
	color: #465c64;
	text-decoration: underline;	
}

#mobile-menu {
	display: none;
	position: absolute;
	top: calc(-100vh - 1000px);
	left: 0;
	z-index: 9999;
	background-color: #627077;
	width: 100%;
	min-height: 100vh;
	text-align: center;
	-webkit-transition: top 0.4s ease-in-out;
    -moz-transition: top 0.4s ease-in-out;
    -o-transition: top 0.4s ease-in-out;
    transition: top 0.4s ease-in-out;
}

.open-it {
	top: 0px !important;	
}

#mobile-wrapper {
	background-color: #6d7c82;	
}

#close-menu {
	padding-top: 20px;
	padding-right: 20px;
	text-align: right;
}

#close-menu a img {
	display: inline-block;
	width: 24px;
	height: auto;
	-webkit-filter: invert(0%) brightness(100%); /* Safari 6.0 - 9.0 */
	filter: invert(0%) brightness(100%);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;	
}

#close-menu a:hover img {
	-webkit-filter: invert(100%) brightness(200%); /* Safari 6.0 - 9.0 */
	filter: invert(100%) brightness(200%);
}

#mobile-navigation {
	padding-top: 15px;
	padding-bottom: 27px;
	text-align: center;
}

#mobile-navigation a {
	color: #ffffff;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 800;
	line-height: 40px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.2px;
	padding: 5px 8px;
}

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

#mobile-social {
	width: 100%;
	height: 68px;
	background-color: #627077;
	color: #d1c9c3;
	font-size: 24px;
	font-weight: normal;
	line-height: normal;
	text-align: center;
	padding-top: 32px;
}

#mobile-social a {
	color: #d1c9c3;
	text-decoration: none;
	margin-left: 16px;
}

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

#open-menu {
	display: none;
}

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

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

#top-logo {
	height: 160px;
	text-align: center;
}

#top-logo-img {
	width: 334px;
	margin: 0 auto;
}

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

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

#top-logo-img a:hover img {
	-webkit-filter: grayscale(100%) brightness(20%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%) brightness(20%);
}

#top-logo-text {
	color: #5b6f77;
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	font-style: italic;
	text-align: center;
	padding-top: 27px;
}

#nav-full {
	background-color: #6d7c82;
	background-image: url(/img/backgrounds/teal.jpg);
	background-repeat: repeat;
	background-position: center top;
	background-size: 600px 600px;
}

@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) {
	#nav-full {
		background-image: url(/img/backgrounds/teal@2x.jpg);
	}
}

#nav-shadow {
	background-image: url(/img/backgrounds/menu-shadow.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-size: 5px 7px;
}

@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) {
	#nav-shadow {
		background-image: url(/img/backgrounds/menu-shadow@2x.png);
	}
}

#nav-wrapper {
	max-width: 1150px;
	margin: 0 auto;
	height: 56px;
}

#navigation {
	float: left;	
}

#navigation a, #navigation a.current {
	display: inline-block;
	height: 56px;
	padding: 0px 15px;
	background-color: transparent;
	color: #ffffff;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight: 800;
	line-height: 56px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.2px;
}

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

#navigation a.current {
	background-color: #ffffff;
	color: #647278;
}

#navigation a.current:hover {
	background-color: #ffffff;
	color: #dec9bc;
}

#top-social {
	float: right;
	color: #d1c9c3;
	font-size: 24px;
	font-weight: normal;
	line-height: normal;
	padding-top: 11px;
}

#top-social a {
	color: #d1c9c3;
	text-decoration: none;
	margin-left: 16px;
}

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

#top-audio {
	float: right;
	color: #e1d6ce;
	font-family: 'Roboto Slab', serif;
	font-size: 11px;
	font-weight: 700;
	line-height: 12px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 15px;
	margin-right: 10px;
}

#top-audio a {
	color: #e1d6ce;
	text-decoration: none;
}

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

#footer-full {
	height: 226px;
	background-color: #6d7c82;	
	background-image: url(/img/backgrounds/teal.jpg);
	background-repeat: repeat;
	background-position: center top;
	background-size: 600px 600px;
}

@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) {
	#footer-full {
		background-image: url(/img/backgrounds/teal@2x.jpg);
	}
}

#footer-wrapper {
	max-width: 1170px;
	margin: 0 auto;	
}

#footer-alma {
	float: left;
	width: 105px;
	padding-top: 70px;	
}

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

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

#footer-alma a:hover img {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}

#footer-links {
	float: left;
	margin-left: 22px;	
}

#footer-nav {
	color: #9cadb4;
	font-family: 'Roboto Slab', serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
	padding-top: 83px;
}
	
#footer-nav a {
	color: #ffffff;
	text-decoration: none;
}

#footer-nav a:hover {
	color: #d1c9c3;
	text-decoration: none;
}

#footer-nav br {
	display: none;	
}

#footer-social {
	color: #d1c9c3;
	font-size: 24px;
	font-weight: normal;
	line-height: normal;
	padding-top: 5px;
}

#footer-social a {
	color: #d1c9c3;
	text-decoration: none;
	margin-right: 16px;
}

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

#footer-list {
	float: right;
	width: 210px;
	height: 226px;
	background-color: #4f5c62;	
	padding: 0px 30px;
}

#footer-list-title {
	color: #ece7e3;
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	font-weight: 800;
	line-height: 20px;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 57px;
}

#footer-list-form {
	padding-top: 3px;
}

#footer-list-form input {
	width: 100%;
	max-width: calc(100% - 22px);
	height: 28px;
	border: 1px solid #353b3e;
	background-color: #3d474c;
	padding: 0px 10px;
	color: #9aa5aa;
	font-family: 'Roboto Slab', serif;
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
}

#footer-list-button {
	padding-top: 6px;	
}

#footer-list-button button {
	display: inline-block;
	width: 70px;
	height: 30px;
	border: none;
	background-color: #d1c9c3;
	text-align: center;
	color: #59676d;
	font-family: 'Roboto Slab', serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 30px;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#footer-list-button button:hover {
	background-color: #ece7e3;
	color: #353b3e;
	text-decoration: none;
}

#footer-credits {
	text-align: center;
	padding-top: 33px;
	padding-bottom: 40px;
}

#footer-credits-text {
	color: #4f5c62;
	font-family: 'Roboto Slab', serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;	
}

#footer-credits-text a {
	color: #4f5c62;
	text-decoration: underline;	
}

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

#footer-credits-text span {
	display: inline-block;	
}

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

#footer-credits-logos {
	padding-top: 0px;
    text-align: center;
}

#footer-credits-logos br {
    display: none;
}

#footer-credits-logos img {
	display: inline-block;
}

#footer-credits-logos img.factor {
	width: 95px;
	margin-right: 22px;
    margin-top: 40px;
}

#footer-credits-logos img.omdc {
	width: 128px;
	margin-right: 22px;
    margin-top: 22px;
}

#footer-credits-logos img.canada {
	width: 102px;
    margin-top: 39px;
}

#page-title {
	height: 150px;
	text-align: center;	
	background-color: #ffffff;
	background-image: url(/img/backgrounds/white.jpg);
	background-repeat: repeat;
	background-position: center top;
	background-size: 600px 600px;
}

@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) {
	#page-title {
		background-image: url(/img/backgrounds/white@2x.jpg);
	}
}

#page-title h1 {
	display: inline-block;
	color: #718086;
	font-family: 'Montserrat', sans-serif;
	font-size: 46px;
	font-weight: 700;
	line-height: 150px;
	text-transform: uppercase;	
}

#content-full {
	background-color: #f1efed;
	background-image: url(/img/backgrounds/content-top.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-size: 70px 39px;
}

@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) {
	#content-full {
		background-image: url(/img/backgrounds/content-top@2x.jpg);
	}
}

#content-wrapper {
	min-height: 400px;
}

.pad-top {
	padding-top: 46px;	
}

.pad-bottom {
	padding-bottom: 52px;
}

.two-cols {
	float: left;
	width: calc(100% - 372px);	
}

#right-content {
	float: right;
	width: 270px;
	min-height: 200px;
	padding-left: 52px;
	margin-top: 46px;
	margin-bottom: 50px;	
	background-image: url(/img/misc/vertical-dots.png);
	background-repeat: repeat-y;
	background-position: left top;
	background-size: 2px 4px;
}

@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) {
	#right-content {
		background-image: url(/img/misc/vertical-dots@2x.png);
	}
}

#right-content h4 {
	display: inline-block;
	color: #864720;
	font-family: 'Roboto Slab', serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 22px;
}

#right-content h4 a {
	color: #864720;
	text-decoration: none;
}

#right-content h4 a:hover {
	color: #864720;
	text-decoration: underline;
}

#right-content h5 {
	display: block;
	color: #9e928b;
	font-family: 'Roboto Slab', serif;
	font-size: 11px;
	font-weight: 400;
	line-height: normal;
	margin-top: 1px;
}

#right-wrapper {
	margin-top: -2px;
}

#right-news {
	
}

#right-tours {
	padding-top: 54px;	
}

.right-title {
	margin-bottom: -1px;
}

.right-title h3 {
	display: inline-block;
	color: #6d7c82;
	font-family: 'Raleway', sans-serif;
	font-size: 23px;
	font-weight: 700;
	line-height: 24px;
}

.right-item {
	margin-top: 18px;
	border-top: 1px dotted #786e67;
	padding-top: 17px;	
}

.right-button {
	padding-top: 15px;	
}

.right-button a {
	display: inline-block;
	height: 40px;
	padding: 0px 12px;
	color: #465c64;	
	font-family: 'Roboto Slab', serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 40px;
	text-decoration: none;
	background-color: #dfd9d6;
	-webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

.right-button a:hover {
	color: #465c64;	
	text-decoration: none;
	background-color: #ffffff;
}
	
#right-releases {
	
}

#right-releases-content {
	padding-top: 22px;
	padding-bottom: 5px;
}

.right-releases-item {
	padding-top: 20px;
}

.right-releases-img {
	float: left;
	width: 110px;
	padding-top: 4px;	
}

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

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

.right-releases-img a:hover img {
	-webkit-filter: grayscale(100%) brightness(50%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%) brightness(50%);
}

.right-releases-text {
	float: right;
	width: 140px;
}

#contact-one {
	float: left;
	width: calc(50% - 25px);
}

#contact-two {
	float: right;
	width: calc(50% - 25px);
}

#links-content h2 {
	color: #736b66;	
}

#links-one {
	float: left;
	width: calc(50% - 25px);
}

#links-two {
	float: right;
	width: calc(50% - 25px);
}

.tours-divider {
	margin-top: 26px;
	border-top: 1px solid #cccab7;
	padding-top: 24px;	
}

.tours-item {
	padding-top: 22px;	
}

.tours-date {
	float: left;
	width: 110px;
	font-weight: 700;	
}

.tours-info {
	float: left;
	width: calc(100% - 110px);
}

.tours-links {
	
}

.tours-links a {
	color: #6b7c83;
	text-decoration: none;	
}

.tours-links a:hover {
	color: #6b7c83;
	text-decoration: underline;	
}

.news-item {
	display: table;
	width: 100%;
	background-color: #ffffff;
}

.news-title {
	display: table-cell;
	vertical-align: middle;
	width: calc(100% - 250px);
	padding: 49px 50px 45px 50px;
}

.news-date {
	font-weight: 700;
}

.news-img {
	display: table-cell;
	vertical-align: top;
	width: 250px;
}

.news-img img {
	width: 250px;
	height: auto;	
}

.news-content {
	padding-top: 25px;
}

.news-video {
	
}

.news-video-pad {
	padding-bottom: 25px;
}

.news-divider {
	width: 100%;
	height: 60px;	
}

/* general paging div */
.paging {
	width: 100%;
	text-align: center;
	margin-top: 60px;
	padding-top: 50px;
	border-top: 1px solid #cccab7;
}

.paging a, .pagingbox1, .pagingbox2 {
	display: inline-block;
	width: 38px;
	height: 38px;
	font-family: 'Roboto Slab', serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 38px;
	text-decoration: none;
	margin: 0px 5px;
	text-align: center;
}

/* buttons that are links */
.paging a {
	color: #4f636a;
	border: 1px solid #b9b4b1;
	background-color: transparent;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

/* buttons when mousing over */
.paging a:hover {
	color: #f1efed;
	border: 1px solid #6b7c83;
	background-color: #6b7c83;
}

/* this one is not a link */
.pagingbox1 {
	color: #bcb4af;
	border: 1px solid #bcb4af;
	background-color: transparent;
}

/* the current page */
.pagingbox2 {
	color: #f1efed;
	border: 1px solid #6b7c83;
	background-color: #6b7c83;
}

.paging-arrows {
	font-size: 14px !important;
	font-weight: 400 !important;
	border: none !important;
	background-color: transparent !important;
}

a.paging-arrows:hover {
	color: #bcb4af !important;
	border: none !important;
	background-color: transparent !important;
}

#paging-full {
	display: block;	
}

#paging-mid {
	display: none;	
}

#paging-short {
	display: none;	
}

#releases-content h3 {
	display: inline-block;
	color: #736b66;
	font-family: 'Roboto Slab', serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
}

#release-img {
	float: left;
	width: 470px;	
}

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

#release-details {
	float: right;
	width: calc(100% - 500px);
	margin-top: -4px;	
}

#release-links {
	margin-top: 15px;
	border-top: 1px solid #cccab7;
	padding-top: 16px;
	padding-bottom: 18px;
	border-bottom: 1px solid #cccab7;
	margin-bottom: -6px;
	color: #9c9692;	
}

.release-links-title {
	color: #736b66;
	font-weight: 700;
}

#release-links span {
	display: inline-block;	
}

#release-links br {
	display: none;	
}

#release-links-buy {
	float: left;
	width: 50%;	
}

#release-links-stream {
	float: left;
	width: 50%;	
}

#release-onesheet {
		
}

#release-onesheet a {
	color: #864720;
	text-decoration: underline;
}

#release-onesheet a:hover {
	color: #465c64;
	text-decoration: none;	
}

ul#releases-list {
	padding: 0px;
	margin: 0px;	
	list-style: none;
	overflow: hidden;
}

ul#releases-list li {
	float: left;
	width: calc(25% - 22.5px);
	margin-right: 30px;
}

ul#releases-list li:nth-child(4n+4) {
	margin-right: 0px;
}

ul#releases-list li:nth-child(4n+5) {
	clear: both;
}

ul#releases-list li:nth-child(1n+5) {
	margin-top: 30px;
}

.releases-img {
	background-color: #6b7c83;	
}

.releases-img img {
	width: calc(100% - 20px);
	height: auto;
	border: 10px solid #6b7c83;	
}

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

.releases-img a:hover img {
	opacity: 0.7;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}

.releases-text {
	text-align: center;	
	padding-top: 14px;
}

.releases-button {
	padding-top: 9px;	
}

.releases-button a {
	display: inline-block;
	height: 40px;
	padding: 0px 12px;
	color: #465c64;	
	font-family: 'Roboto Slab', serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 40px;
	text-decoration: none;
	background-color: #dfd9d6;
	-webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

.releases-button a:hover {
	color: #465c64;	
	text-decoration: none;
	background-color: #ffffff;
}

ul#artists-list {
	padding: 0px;
	margin: 0px;	
	list-style: none;
	overflow: hidden;
}

ul#artists-list li {
	float: left;
	width: calc(25% - 22.5px);
	margin-right: 30px;
}

ul#artists-list li:nth-child(4n+4) {
	margin-right: 0px;
}

ul#artists-list li:nth-child(4n+5) {
	clear: both;
}

ul#artists-list li:nth-child(1n+5) {
	margin-top: 43px;
}

.artists-img {
	background-color: #6b7c83;	
}

.artists-img img {
	width: calc(100% - 20px);
	height: auto;
	border: 10px solid #6b7c83;	
}

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

.artists-img a:hover img {
	opacity: 0.7;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}

.artists-text {
	text-align: center;	
	padding-top: 14px;
}

#artist-img {
	float: left;
	width: 470px;	
}

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

#artist-social {
    padding-top: 22px;
    text-align: center;
    color: #864720;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}

#artist-social a {
    color: #864720;
    text-decoration: none;
    margin: 0px 7px;
}

#artist-social a:hover {
    color: #465c64;
    text-decoration: none;
}

#artist-bio {
	float: right;
	width: calc(100% - 500px);
	margin-top: -4px;	
}

.morecontent span {
    display: none;
}

.morelink {
    display: block;
    color: #864720;
	text-decoration: underline;
    margin-top: 22px;
}

.morelink:hover {
	color: #465c64;
	text-decoration: none;	
}

#artist-media {
    padding-top: 38px;
}

#artist-media h4 {
    display: inline-block;
    color: #736b66;
	font-family: 'Roboto Slab', serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;  
}

#artist-media h4 a {
    color: #736b66;
	text-decoration: none; 
}

#artist-media h4 a:hover {
    color: #6b7c83;
	text-decoration: underline; 
}

.artist-title {
    text-align: center;
}

.artist-title h3 {
    position: relative;
    z-index: 1;
    display: block;
	overflow: hidden;
    text-align: center;
	color: #864720;
	font-family: 'Roboto Slab', serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 22px;  
}

.artist-title h3 span {
	margin: 0px 14px;	
}

.artist-title h3:before, .artist-title h3:after {
    position: absolute;
    top: 60%;
    overflow: hidden;
    width: 50%;
    height: 1px;
    content: '\a0';
    background-color: #cfb9ab;
}

.artist-title h3:before {
    margin-left: -50%;
    text-align: right;
}

.smaller-details {
    font-size: 12px;
    line-height: 18px;
}

.smaller-details a {
    color: #6b7c83;
	text-decoration: underline; 
}

.smaller-details a:hover {
    color: #736b66;
	text-decoration: none; 
}

#artist-releases {
    float: left; 
    width: calc(33.33% - 20px);
    margin-right: 30px;
}

#artist-releases-content {
    padding: 32px 10px 0px 10px;
}

.artist-releases-item {
    margin-top: 10px;
}

.artist-releases-img {
    float: left;
    width: 110px;
}

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

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

.artist-releases-img a:hover img {
	-webkit-filter: grayscale(100%) brightness(50%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%) brightness(50%);
}

.artist-releases-details {
    float: right;
    width: calc(100% - 130px);
    margin-top: -4px;
}

#artist-photos {
    float: left; 
    width: calc(33.33% - 20px);
}

ul#artist-photos-content {
    padding: 0px;
	margin: 0px;	
	list-style: none;
	overflow: hidden;
    padding: 32px 10px 0px 10px;
}

ul#artist-photos-content li {
	float: left;
	width: calc(33.33% - 6.67px);
	margin-right: 10px;
    margin-top: 10px;
}

ul#artist-photos-content li img {
	width: 100%;
    height: auto;
}

ul#artist-photos-content li a img {
    -webkit-filter: grayscale(0%) brightness(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%) brightness(100%);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;	
}

ul#artist-photos-content li a:hover img {
	-webkit-filter: grayscale(100%) brightness(50%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%) brightness(50%);
}

ul#artist-photos-content li:nth-child(3n+3) {
	margin-right: 0px;
}

ul#artist-photos-content li:nth-child(3n+4) {
	clear: both;
}

#artist-videos {
    float: right; 
    width: calc(33.33% - 20px);   
}

#artist-videos-content {
    padding: 32px 10px 0px 10px;
}

.artist-videos-item {
    margin-top: 10px;
}

.artist-videos-img {
    float: left;
    width: 196px;
}

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

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

.artist-videos-img a:hover img {
	-webkit-filter: grayscale(100%) brightness(50%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%) brightness(50%);
}

.artist-videos-details {
    float: right;
    width: calc(100% - 210px);
    margin-top: -4px;
}

#home-feature-full {
	background-color: #ffffff;
	background-image: url(/img/backgrounds/white.jpg);
	background-repeat: repeat;
	background-position: center top;
	background-size: 600px 600px;
    padding: 60px 40px;
}

@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) {
	#home-feature-full {
		background-image: url(/img/backgrounds/white@2x.jpg);
	}
}

#home-feature {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

#home-feature img.full {
    display: block;
    width: 100%;
    height: auto;
}

#home-feature img.mobile {
    display: none;
    width: 100%;
    height: auto;
}

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

#home-feature a:hover img {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}

#home-content-full {
	background-color: #e7e2de;
	background-image: url(/img/home/home-gradient.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-size: 40px 40px;
}

@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) {
	#home-content-full {
		background-image: url(/img/home/home-gradient@2x.jpg);
	}
}

#home-content {
    padding-top: 44px;
    padding-bottom: 46px;
    font-size: 13px;
    line-height: 18px;
}

#home-content h3 {
    display: inline-block;
	color: #864720;
	font-family: 'Roboto Slab', serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 22px; 
}

#home-content h3 a {
	color: #864720;
	text-decoration: none; 
}

#home-content h3 a:hover {
	color: #465c64;
	text-decoration: underline;	
}

.home-title {
    color: #6d7c82;
    font-family: 'Raleway', sans-serif;
    font-size: 23px;
    font-weight: 700;
    line-height: normal;
}

.home-divider {
    margin-top: 15px;
    border-top: 1px dotted #786e67;
    padding-top: 15px;
}

#home-artist {
    float: left;
    width: calc(25% - 22.5px);
    margin-right: 30px;
}

#home-artist-button {
    float: left;
    width: calc(25% - 22.5px);
    margin-right: 30px;
}

#home-artist-content {
    padding-top: 47px;
}

#home-artist-img {
    
}

#home-artist-img img {
    width: 100%;
    height: auto;
}

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

#home-artist-img a:hover img {
	-webkit-filter: grayscale(100%) brightness(50%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%) brightness(50%);
}

#home-artist-name {
    padding-top: 18px; 
}

#home-artist-bio {
    padding-top: 18px;
}

#home-tours {
    float: left;
    width: calc(25% - 22.5px);
    margin-right: 30px;
}

#home-tours-button {
    float: left;
    width: calc(25% - 22.5px);
    margin-right: 30px;
}

#home-tours-content {
    padding-top: 43px;
}

#home-releases {
    float: left;
    width: calc(25% - 22.5px);
}

#home-releases-button {
    float: left;
    width: calc(25% - 22.5px);
}

#home-releases-content {
    padding-top: 23px;
}

.home-album-item {
    padding-top: 20px;
}

.home-album-img {
    float: left;
    width: calc(100% - 190px);
}

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

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

.home-album-img a:hover img {
	-webkit-filter: grayscale(100%) brightness(50%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%) brightness(50%);
}

.home-album-text {
    float: right;
    width: 170px;
}

#home-releases-row {
    display: none;
}

#home-news {
    float: right;
    width: calc(25% - 22.5px);
}

#home-news-button {
    float: right;
    width: calc(25% - 22.5px);
}

#home-news-content {
    padding-top: 43px;
}

.home-news-date {
    color: #9e928b;
    font-size: 11px;
}

#home-buttons {
    padding-top: 20px;
}

.home-view-button {
    
}

.home-view-button a {
    display: inline-block;
	height: 40px;
	padding: 0px 12px;
	color: #465c64;	
	font-family: 'Roboto Slab', serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 40px;
	text-decoration: none;
	background-color: #d8d2ce;
	-webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

.home-view-button a:hover {
	color: #465c64;	
	text-decoration: none;
	background-color: #ffffff;
}

#home-media-full {
    background-color: #f1efed;
}

#home-media {
    padding-top: 44px;
    padding-bottom: 56px;
    font-size: 13px;
    line-height: 18px;
}

.home-media-title {
    color: #af0a0a;
    font-family: 'Raleway', sans-serif;
    font-size: 23px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}

#home-video {
    float: left;
    width: calc(50% - 20px);
}

#home-video-embed {
    padding-top: 49px;
}

#home-video-text {
    padding-top: 23px;
    text-align: center;
}

#home-video-text h3 {
    display: inline-block;
	color: #864720;
	font-family: 'Roboto Slab', serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 22px; 
}

#home-instagram {
    float: right;
    width: calc(50% - 20px);
    padding-bottom: 10px;
}

ul#home-instagram-feed {
    padding: 0px;
	margin: 0px;	
	list-style: none;
	overflow: hidden;
    padding-top: 29px;
}

ul#home-instagram-feed li {
	float: left;
	width: calc(33.33% - 13.33px);
	margin-right: 20px;
    margin-top: 20px;
}

ul#home-instagram-feed li img {
	width: 100%;
    height: auto;
}

ul#home-instagram-feed li a img {
    -webkit-filter: grayscale(0%) brightness(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%) brightness(100%);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;	
}

ul#home-instagram-feed li a:hover img {
	-webkit-filter: grayscale(100%) brightness(50%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%) brightness(50%);
}

ul#home-instagram-feed li:nth-child(3) {
    margin-right: 0px;
}

ul#home-instagram-feed li.instagram-button {
    margin-right: 0px;
}

ul#home-instagram-feed li.instagram-button img {
    width: calc(100% - 2px);
    border: 1px solid #bcb7b3;
}


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

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

	/* ipad horizontal layout */
	
	.common-pad {
		padding-left: 32px;	
		padding-right: 32px;
	}
	
	#navigation a, #navigation a.current {
		padding: 0px 12px;
	}
	
	#top-social {
		font-size: 22px;
		padding-top: 12px;
		margin-right: 20px;
	}
	
	#top-social a {
		margin-left: 12px;
	}
	
	#top-audio {
		margin-right: 6px;
	}
	
	#footer-full {
		height: 170px;
	}
	
	#footer-alma {
		display: none;
	}
	
	#footer-links {
		margin-left: 32px;	
	}
	
	#footer-nav {
		padding-top: 53px;
	}

	#footer-list {
		height: 170px;
	}
	
	#footer-list-title {
		padding-top: 27px;
	}
	
	#page-title {
		height: 130px;
	}
	
	#page-title h1 {
		font-size: 40px;
		line-height: 130px;	
	}
	
	.pad-top {
		padding-top: 32px;	
	}
	
	.pad-bottom {
		padding-bottom: 40px;
	}
	
	.two-cols {
		width: calc(100% - 336px);	
	}
	
	#right-content {
		padding-left: 34px;
		margin-top: 32px;
		margin-bottom: 30px;
	}
	
	#right-content h4 {
		font-size: 16px;
		line-height: 20px;
	}
	
	#right-tours {
		padding-top: 44px;	
	}
	
	.right-title h3 {
		font-size: 20px;
		line-height: 22px;
	}
	
	#contact-one {
		float: left;
		width: calc(50% - 20px);
	}
	
	#contact-two {
		float: right;
		width: calc(50% - 20px);
	}
	
	#links-one {
		float: left;
		width: calc(50% - 20px);
	}
	
	#links-two {
		float: right;
		width: calc(50% - 20px);
	}
	
	.news-title {
		padding: 44px 32px 40px 32px;
	}
	
	.news-divider {
		height: 50px;	
	}

	.paging {
		margin-top: 50px;
		padding-top: 40px;
		padding-bottom: 0px;
	}
	
	#release-img {
		width: 320px;	
	}
	
	#release-details {
		width: calc(100% - 350px);
	}
	
	ul#releases-list li {
		width: calc(25% - 30px);
		margin-right: 40px;
	}
	
	ul#releases-list li:nth-child(4n+4) {
		margin-right: 0px;
	}
	
	ul#releases-list li:nth-child(4n+5) {
		clear: both;
	}
	
	ul#releases-list li:nth-child(1n+5) {
		margin-top: 40px;
	}
    
    ul#artists-list li {
		width: calc(25% - 30px);
		margin-right: 40px;
	}
	
	ul#artists-list li:nth-child(4n+4) {
		margin-right: 0px;
	}
	
	ul#artists-list li:nth-child(4n+5) {
		clear: both;
	}
	
	ul#artists-list li:nth-child(1n+5) {
		margin-top: 33px;
	}
    
    #artist-img {
        width: 320px;	
    }

    #artist-social {
        padding-top: 14px;
    }

    #artist-social a {
        margin: 0px 6px;
    }

    #artist-bio {
        width: calc(100% - 350px);
        margin-top: -4px;	
    }
	
	#artist-media {
        padding-top: 28px;
    }

    .artist-title h3 {
        font-size: 16px;
        line-height: 22px;  
    }

    .artist-title h3 span {
        margin: 0px 12px;	
    }
    
    .artist-title h3:before, .artist-title h3:after {
        top: 54%;
    }

    #artist-releases-content {
        padding: 19px 0px 0px 0px;
    }

    .artist-releases-item {
        margin-top: 10px;
    }

    ul#artist-photos-content {
        padding: 19px 0px 0px 0px;
    }

    ul#artist-photos-content li {
        width: calc(33.33% - 6px);
        margin-right: 9px;
        margin-top: 10px;
    }

    #artist-videos-content {
        padding: 19px 0px 0px 0px;
    }

    .artist-videos-item {
        margin-top: 10px;
    }

    .artist-videos-img {
        width: 168px;
    }

    .artist-videos-details {
        width: calc(100% - 180px);
    }

    #home-feature-full {
        padding: 30px 32px;
    }

    #home-content {
        padding-top: 26px;
        padding-bottom: 30px;
    }

    #home-content h3 {
        font-size: 16px;
        line-height: 20px; 
    }

    .home-title {
        font-size: 20px;
    }

    .home-divider {
        margin-top: 18px;
        border-top: 1px dotted #786e67;
        padding-top: 16px;
    }

    #home-artist {
        float: left;
        width: calc(25% - 30px);
        margin-right: 40px;
    }

    #home-artist-button {
        float: left;
        width: calc(25% - 30px);
        margin-right: 40px;
    }

    #home-artist-content {
        padding-top: 30px;
    }

    #home-artist-name {
        padding-top: 11px; 
    }

    #home-artist-bio {
        padding-top: 8px;
    }

    #home-tours {
        float: left;
        width: calc(25% - 30px);
        margin-right: 40px;
    }

    #home-tours-button {
        float: left;
        width: calc(25% - 30px);
        margin-right: 40px;
    }

    #home-tours-content {
        padding-top: 26px;
    }
    
    #home-releases {
        float: left;
        width: calc(25% - 30px);
    }

    #home-releases-button {
        float: left;
        width: calc(25% - 30px);
    }

    #home-releases-content {
        padding-top: 26px;
    }

    .home-album-img {
        float: left;
        width: 60px;
    }

    .home-album-text {
        float: right;
        width: calc(100% - 70px);
    }

    #home-news {
        float: right;
        width: calc(25% - 30px);
    }

    #home-news-button {
        float: right;
        width: calc(25% - 30px);
    }

    #home-news-content {
        padding-top: 26px;
    }

    #home-buttons {
        padding-top: 30px;
    }

    #home-media-full {
        background-color: #f1efed;
    }

    #home-media {
        padding-top: 26px;
        padding-bottom: 30px;
    }

    .home-media-title {
        font-size: 20px;
    }

    #home-video {
        float: left;
        width: calc(50% - 30px);
        padding: 0px 15px;
    }

    #home-video-embed {
        padding-top: 30px;
    }

    #home-video-text {
        padding-top: 16px;
        text-align: center;
    }

    #home-video-text h3 {
        font-size: 16px;
        line-height: 18px; 
    }

    #home-instagram {
        float: right;
        width: calc(50% - 30px);
        padding: 0px 15px;
        padding-bottom: 15px;
    }

    ul#home-instagram-feed {
        padding-top: 5px;
    }

    ul#home-instagram-feed li {
        float: left;
        width: calc(33.33% - 16.67px);
        margin-right: 25px;
        margin-top: 25px;
    }
	
}


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

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

	/* in-between size */
	/* drop right content */
	
	.two-cols {
		float: none;
		width: 100%;	
	}
	
	#right-content {
		display: none;	
	}
	
	#contact-one {
		text-align: center;
	}
	
	#contact-two {
		text-align: center;
	}
	
	#links-one {
		text-align: center;
	}
	
	#links-two {
		text-align: center;
	}
	
	.news-title {
		width: calc(100% - 200px);
	}

	.news-img {
		width: 200px;
	}
	
	.news-img img {
		width: 200px;
		height: auto;	
	}
	
}


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

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

	/* ipad vertical layout */
	
	.common-pad {
		padding-left: 24px;	
		padding-right: 24px;
	}
	
	#top-logo {
		height: 150px;
	}
	
	#top-logo-img {
		position: relative;
		top: -17px;
	}
	
	#top-logo-text {
		padding-top: 10px;
	}
	
	#navigation {
		float: none;
		width: 100%;
		display: flex; 
		justify-content: space-around;	
	}
	
	#navigation a, #navigation a.current {
		padding: 0px 12px;
		text-align: center;
		flex-grow: 1;
	}
	
	#navigation a.current {
		background-color: #ffffff;
		color: #647278;
	}
	
	#navigation a.current:hover {
		background-color: #ffffff;
		color: #dec9bc;
	}

	
	#top-social {
		position: absolute;
		top: 14px;
		right: 20px;
		float: none;
		text-align: right;
		color: #6d7c82;
		font-size: 22px;
		padding-top: 0px;
		margin-right: 0px;
	}
	
	#top-social a {
		color: #6d7c82;
		margin-left: 10px;
	}
	
	#top-social a:hover {
		color: #593f2e;
	}
	
	#top-audio {
		position: absolute;
		top: 20px;
		left: 24px;
		float: none;
		color: #6d7c82;
		font-size: 12px;
		text-align: left;
		padding-top: 0px;
		margin-right: 0px;
	}
	
	#top-audio a {
		color: #6d7c82;
	}
	
	#top-audio a:hover {
		color: #593f2e;
	}
	
	#footer-links {
		margin-left: 24px;	
	}
	
	#footer-nav {
		padding-top: 43px;
	}
	
	#footer-nav br {
		display: block;	
	}
	
	#footer-social {
		padding-top: 1px;
	}
	
	#page-title {
		height: 100px;
	}
	
	#page-title h1 {
		font-size: 30px;
		line-height: 100px;	
	}
	
	.pad-top {
		padding-top: 24px;	
	}
	
	.pad-bottom {
		padding-bottom: 36px;
	}
	
	.paging {
		padding-bottom: 4px;
	}
	
	.news-title {
		padding: 34px 24px 30px 24px;
	}
	
	#release-img {
		width: 210px;	
	}
	
	#release-details {
		width: calc(100% - 245px);
	}
	
	ul#releases-list {
		padding: 0px 5px;
	}
	
	ul#releases-list li {
		width: calc(33.33% - 26.67px);
		margin-right: 40px;
	}
	
	ul#releases-list li:nth-child(4n+4) {
		margin-right: 40px;
	}
	
	ul#releases-list li:nth-child(3n+3) {
		margin-right: 0px;
	}
	
	ul#releases-list li:nth-child(4n+5) {
		clear: none;
	}
	
	ul#releases-list li:nth-child(3n+4) {
		clear: both;
	}
	
	ul#releases-list li:nth-child(1n+5) {
		margin-top: 0px;
	}
	
	ul#releases-list li:nth-child(1n+4) {
		margin-top: 40px;
	}
    
    ul#artists-list {
		padding: 0px 5px;
	}
	
	ul#artists-list li {
		width: calc(33.33% - 26.67px);
		margin-right: 40px;
	}
	
	ul#artists-list li:nth-child(4n+4) {
		margin-right: 40px;
	}
	
	ul#artists-list li:nth-child(3n+3) {
		margin-right: 0px;
	}
	
	ul#artists-list li:nth-child(4n+5) {
		clear: none;
	}
	
	ul#artists-list li:nth-child(3n+4) {
		clear: both;
	}
	
	ul#artists-list li:nth-child(1n+5) {
		margin-top: 0px;
	}
	
	ul#artists-list li:nth-child(1n+4) {
		margin-top: 23px;
	}
    
    .artist-releases-img {
        width: 90px;
    }

    .artist-releases-details {
        width: calc(100% - 105px);
    }
	
    ul#artist-photos-content li {
        width: calc(50% - 4.5px);
        margin-right: 9px;
        margin-top: 10px;
    }

    ul#artist-photos-content li:nth-child(3n+3) {
        margin-right: 9px;
    }
    
    ul#artist-photos-content li:nth-child(2n+2) {
        margin-right: 0px;
    }

    ul#artist-photos-content li:nth-child(3n+4) {
        clear: none;
    }
    
    ul#artist-photos-content li:nth-child(2n+3) {
        clear: both;
    }
    
    #artist-videos-content {
        padding: 19px 25px 0px 25px;
    }

    .artist-videos-item {
        margin-top: 10px;
    }

    .artist-videos-img {
        float: none;
        width: 100%;
        max-width: 195px;
        margin: 0 auto;
    }

    .artist-videos-details {
        display: none;
    }
    
    #home-feature-full {
        padding: 10px 10px;
    }

    #home-content {
        padding-top: 26px;
        padding-bottom: 20px;
    }

    #home-artist {
        float: left;
        width: calc(33.33% - 20px);
        margin-right: 30px;
    }

    #home-artist-button {
        float: left;
        width: calc(33.33% - 20px);
        margin-right: 30px;
    }

    #home-artist-content {
        padding-top: 27px;
    }

    #home-artist-name {
        padding-top: 11px; 
    }

    #home-artist-bio {
        padding-top: 8px;
    }

    #home-tours {
        float: left;
        width: calc(33.33% - 20px);
        margin-right: 0px;
    }

    #home-tours-button {
        float: left;
        width: calc(33.33% - 20px);
        margin-right: 0px;
    }

    #home-tours-content {
        padding-top: 23px;
    }
    
    #home-releases {
        display: none;
    }

    #home-releases-button {
        display: none;
    }

    #home-news {
        float: right;
        width: calc(33.33% - 20px);
    }

    #home-news-button {
        float: right;
        width: calc(33.33% - 20px);
    }

    #home-news-content {
        padding-top: 23px;
    }

    #home-buttons {
        padding-top: 30px;
    }

    #home-releases-row {
        display: block;
        background-color: #dcd7d3;
        padding: 0px 24px 20px 24px;
    }
    
    #home-releases-row-title {
        float: left;
        color: #6d7c82;
        font-family: 'Raleway', sans-serif;
        font-size: 20px;
        font-weight: 700;
        line-height: normal;
        padding-top: 16px;
    }
    
    #home-releases-row-button {
        float: right;
        color: #465c64;
        font-family: 'Roboto Slab', serif;
        font-size: 11px;
        font-weight: 400;
        line-height: normal;
        text-align: right;
        padding-top: 17px;
    }
    
    #home-releases-row-button a {
        color: #465c64;
        text-decoration: none;
    }
    
    #home-releases-row-button a:hover {
        color: #465c64;
        text-decoration: underline;
    }
    
    ul#home-releases-row-albums {
        padding: 0px;
        margin: 0px;	
        list-style: none;
        overflow: hidden;
        padding-top: 20px;
    }

    ul#home-releases-row-albums li {
        float: left;
        width: calc(33.33% - 20px);
        margin-right: 30px;
    }

    ul#home-releases-row-albums li .row-album-img {
        float: left;
        width: 60px;
    }

    ul#home-releases-row-albums li .row-album-img img {
        width: 100%;
        height: auto;
    }

    ul#home-releases-row-albums li .row-album-img a img {
        -webkit-filter: grayscale(0%) brightness(100%); /* Safari 6.0 - 9.0 */
        filter: grayscale(0%) brightness(100%);
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;	
    }

    ul#home-releases-row-albums li .row-album-img a:hover img {
        -webkit-filter: grayscale(100%) brightness(50%); /* Safari 6.0 - 9.0 */
        filter: grayscale(100%) brightness(50%);
    }

    ul#home-releases-row-albums li .row-album-text {
        float: right;
        width: calc(100% - 70px);
        margin-top: -4px;
        font-size: 13px;
        line-height: 18px;
    }
    
    ul#home-releases-row-albums li .row-album-text h3 {
        display: inline-block;
        color: #864720;
        font-family: 'Roboto Slab', serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px; 
    }

    ul#home-releases-row-albums li .row-album-text h3 a {
        color: #864720;
        text-decoration: none; 
    }

    ul#home-releases-row-albums li .row-album-text h3 a:hover {
        color: #465c64;
        text-decoration: underline;	
    }
    
    ul#home-releases-row-albums li:nth-child(3) {
        margin-right: 0px;
    }
    
    #home-media-full {
        background-color: #f1efed;
    }

    #home-media {
        padding-top: 22px;
        padding-bottom: 30px;
    }

    #home-video {
        float: left;
        width: calc(50% - 20px);
        padding: 0px 0px;
    }

    #home-video-embed {
        padding-top: 23px;
    }

    #home-video-text {
        padding-top: 6px;
        text-align: center;
    }

    #home-instagram {
        float: right;
        width: calc(50% - 20px);
        padding: 0px 0px;
        padding-bottom: 5px;
    }

    ul#home-instagram-feed {
        padding-top: 18px;
    }

    ul#home-instagram-feed li {
        float: left;
        width: calc(33.33% - 3.33px);
        margin-right: 5px;
        margin-top: 5px;
    }
    
}


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

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

	/* mobile layout */
	
	.common-pad {
		padding-left: 20px;	
		padding-right: 20px;
	}
	
	h2 {
		font-size: 16px;	
	}
	
	#top-logo {
		height: 90px;
	}
	
	#top-logo-img {
		position: relative;
		top: -10px;
		width: 200px;
	}
	
	#top-logo-text {
		font-size: 14px;
		padding-top: 3px;
	}
	
	#nav-shadow {
		background-image: none;
	}
	
	@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) {
		#nav-shadow {
			background-image: none;
		}
	}
	
	#navigation {
		display: none;
	}
	
	#mobile-menu {
		display: block;	
	}
	
	#open-menu {
		display: block;
		width: 100%;	
	}
	
	#open-menu a {
		display: block;
		width: calc(100% - 34px);
		height: 56px;
		padding: 0px 14px 0px 20px;
		text-align: right;
	}
		
	#open-menu a span {
		float: left;
		color: #ffffff;
		font-family: 'Raleway', sans-serif;
		font-size: 13px;
		font-weight: 800;
		line-height: 56px;
		text-decoration: none;
		text-transform: uppercase;
		letter-spacing: 0.2px;
		-webkit-transition: color 0.2s linear;
		-moz-transition: color 0.2s linear;
		-o-transition: color 0.2s linear;
		transition: color 0.2s linear;
	}
	
	#open-menu a:hover span {
		color: #dec9bc;
		text-decoration: none;
	}
	
	#open-menu a img {
		display: inline-block;
		width: 31px;
		height: auto;
		margin-top: 14px;
		-webkit-filter: brightness(100%); /* Safari 6.0 - 9.0 */
		filter: brightness(100%);
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		transition: all 0.2s linear;	
	}
	
	#open-menu a:hover img {
		-webkit-filter: brightness(80%); /* Safari 6.0 - 9.0 */
		filter: brightness(80%);
	}
	
	#top-social {
		display: none;
	}
	
	#top-audio {
		display: none;
	}
	
	#footer-links {
		display: none;
	}
	
	#footer-list {
		float: none;
		width: calc(100% - 110px);
		height: 170px;
		padding: 0px 55px;
	}
	
	#footer-list-title {
		padding-top: 27px;
	}
	
	#page-title {
		height: 56px;
		background-image: none;
	}
	
	@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) {
		#page-title {
			background-image: none;
		}
	}
	
	#page-title h1 {
		font-size: 18px;
		line-height: 56px;	
	}
	
	#content-full {
		background-image: none;
	}
	
	@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) {
		#content-full {
			background-image: none;
		}
	}
	
	#content-wrapper {
		min-height: 200px;
	}
	
	.pad-top {
		padding-top: 20px;	
	}
	
	.pad-bottom {
		padding-bottom: 26px;
	}
	
	#contact-one {
		float: none;
		width: 100%;
	}
	
	#contact-two {
		float: none;
		width: 100%;
		padding-top: 23px;
	}
	
	#links-one {
		float: none;
		width: 100%;
	}
	
	#links-two {
		float: none;
		width: 100%;
		padding-top: 23px;
	}
	
	.news-title {
		width: calc(100% - 150px);
		padding: 28px 20px 24px 20px;
	}

	.news-img {
		width: 150px;
	}
	
	.news-img img {
		width: 150px;
		height: auto;	
	}
	
	.news-content {
		padding-top: 20px;
	}

	.news-video-pad {
		padding-bottom: 20px;
	}
	
	.news-divider {
		width: 100%;
		height: 40px;	
	}
	
	#paging-full {
		display: none;	
	}
	
	#paging-mid {
		display: block;	
	}
	
	#paging-short {
		display: none;	
	}
	
	.paging {
		margin-top: 40px;
		padding-top: 30px;
		padding-bottom: 4px;
	}
	
	#releases-content h3 {
		font-size: 16px;
	}
	
	#release-img {
		float: none;
		width: 100%;
		max-width: 350px;
		margin: 0 auto;
	}
	
	#release-details {
		float: none;
		width: 100%;
		margin-top: 0px;
	}
	
	#release-title {
		padding-top: 14px;
		text-align: center;		
	}
	
	#release-links {
		margin-bottom: -4px;
	}
	
	ul#releases-list {
		padding: 0px 0px;
	}
	
	ul#releases-list li {
		width: 100%;
		margin-right: 0px;
	}
	
	ul#releases-list li:nth-child(4n+4) {
		margin-right: 0px;
	}
	
	ul#releases-list li:nth-child(1n+2) {
		margin-top: 20px;
	}
	
	.releases-img {
		float: left;
		width: 210px;
	}
	
	.releases-img img {
		width: 100%;
		height: auto;
		border: none;	
	}
	
	.releases-text {
		float: right;
		width: calc(100% - 230px);
		text-align: left;	
		padding-top: 14px;
	}
	
	.releases-button {
		padding-top: 9px;	
	}
	
	ul#artists-list {
		padding: 0px 0px;
	}
	
	ul#artists-list li {
		width: 100%;
		margin-right: 0px;
	}
	
	ul#artists-list li:nth-child(4n+4) {
		margin-right: 0px;
	}
	
	ul#artists-list li:nth-child(1n+2) {
		margin-top: 20px;
	}
	
	.artists-img {
		float: left;
		width: 210px;
	}
	
	.artists-img img {
		width: 100%;
		height: auto;
		border: none;	
	}
	
	.artists-text {
		float: right;
		width: calc(100% - 230px);
		text-align: left;	
		padding-top: 14px;
	}
    
    #artist-img {
        float: none;
        width: 100%;
        max-width: 470px;
        margin: 0 auto;
    }

    #artist-bio {
        float: none;
        width: 100%;
        margin-top: 14px;	
    }
    
    #artist-media {
        padding-top: 35px;
    }

    #artist-releases {
        float: none; 
        width: 100%;
        margin-right: 0px;
    }

    #artist-releases-content {
        padding: 10px 0px 0px 0px;
    }

    .artist-releases-item {
        margin-top: 10px;
    }

    .artist-releases-img {
        width: 110px;
    }

    .artist-releases-details {
        width: calc(100% - 130px);
        margin-top: -4px;
    }

    #artist-photos {
        float: none; 
        width: 100%;
        margin-top: 28px;
    }

    ul#artist-photos-content {
        padding: 15px 0px 0px 0px;
    }

    ul#artist-photos-content li {
        float: left;
        width: calc(16.66% - 4.167px);
        margin-right: 5px;
        margin-top: 5px;
    }
    
    ul#artist-photos-content li:nth-child(3n+3) {
        margin-right: 5px;
    }
    
    ul#artist-photos-content li:nth-child(2n+2) {
        margin-right: 5px;
    }

    ul#artist-photos-content li:nth-child(6n+6) {
        margin-right: 0px;
    }

    ul#artist-photos-content li:nth-child(3n+4) {
        clear: none;
    }
    
    ul#artist-photos-content li:nth-child(2n+3) {
        clear: none;
    }
    
    ul#artist-photos-content li:nth-child(6n+7) {
        clear: both;
    }
    
    #artist-videos {
        float: none; 
        width: 100%;
        margin-top: 28px;
    }

    #artist-videos-content {
        padding: 10px 0px 0px 0px;
    }
    
    .artist-videos-item {
        margin-top: 10px;
    }

    .artist-videos-img {
        float: left;
        width: 142px;
    }

    .artist-videos-details {
        display: block;
        float: right;
        width: calc(100% - 160px);
    }
    
    #home-feature-full {
        padding: 20px 20px;
    }

    #home-content {
        padding-top: 17px;
        padding-bottom: 30px;
    }

    #home-artist {
        display: none;
    }

    #home-artist-button {
        display: none;
    }

    #home-tours {
        display: none;
    }

    #home-tours-button {
        display: none;
    }

    #home-news {
        float: none;
        width: 100%;
    }

    #home-news-button {
        display: none;
    }

    #home-news-content {
        padding-top: 23px;
    }
    
    .home-divider {
        display: none;
    }
    
    .home-2nd-news {
        display: none;
    }

    #home-buttons {
        display: none;
    }

    #home-releases-row {
        display: none;
    }
    
    #home-media-full {
        background-color: #f1efed;
    }
    
    #home-media-full.common-pad {
        padding: 0px !important;
    }

    #home-media {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    
    .home-media-title {
        display: none;
    }

    #home-video {
        float: none;
        width: 100%;
        padding: 0px 0px;
    }

    #home-video-embed {
        padding-top: 0px;
    }

    #home-video-text {
        display: none;
    }

    #home-instagram {
        float: none;
        width: 100%;
        padding: 0px 0px;
        padding-bottom: 5px;
    }

    ul#home-instagram-feed {
        padding-top: 0px;
    }

    

	
}


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

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

	/* in-between size */
    
    #contact-one {
		float: none;
		width: 100%;
	}
	
	#contact-two {
		float: none;
		width: 100%;
		padding-top: 23px;
	}
	
	#links-one {
		float: none;
		width: 100%;
	}
	
	#links-two {
		float: none;
		width: 100%;
		padding-top: 23px;
	}
	
	.tours-divider {
		margin-top: 21px;
		padding-top: 16px;	
	}
	
	.tours-date {
		float: none;
		width: 100%;	
	}
	
	.tours-info {
		float: none;
		width: 100%;
	}
	
	.news-title {
		width: 100%;
	}

	.news-img {
		display: none;
	}
    
    ul#artist-photos-content li {
        float: left;
        width: calc(20% - 4px);
        margin-right: 5px;
        margin-top: 5px;
    }

    ul#artist-photos-content li:nth-child(6n+6) {
        margin-right: 5px;
    }
    
    ul#artist-photos-content li:nth-child(5n+5) {
        margin-right: 0px;
    }
    
    ul#artist-photos-content li:nth-child(6n+7) {
        clear: none;
    }
    
    ul#artist-photos-content li:nth-child(5n+6) {
        clear: both;
    }
    
    #home-instagram {
        float: none;
        width: 100%;
        padding: 0px 0px;
        padding-bottom: 0px;
        padding-top: 1px;
    }
    
    ul#home-instagram-feed li {
        float: left;
        width: calc(33.33% - 0.67px);
        margin-right: 1px;
        margin-top: 0px;
        margin-bottom: 1px;
    }
    
    ul#home-instagram-feed li:nth-child(3) {
        margin-right: 0px;
    }
    
    ul#home-instagram-feed li:nth-child(6) {
        margin-right: 0px;
    }
	
}
	
	
/* -------------------- */
/* -------------------- */

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

	/* mobile vertical layout */

    #footer-credits-text span {
		display: none;	
	}
	
	#footer-credits-text br {
		display: block;	
	}
    
    #footer-credits-logos img {
        display: inline-block;
    }
    
    #footer-credits-logos br {
        display: block;
    }

    #footer-credits-logos img.factor {
        width: 95px;
        margin-right: 0px;
        margin-top: 20px;
    }

    #footer-credits-logos img.omdc {
        width: 128px;
        margin-right: 0px;
        margin-top: 20px;
    }

    #footer-credits-logos img.canada {
        width: 102px;
        margin-top: 20px;
    }
    
    #paging-full {
		display: none;	
	}
	
	#paging-mid {
		display: none;	
	}
	
	#paging-short {
		display: block;	
	}
	
	#release-img {
		max-width: 210px;
	}
	
	#release-links span {
		display: none;	
	}
	
	#release-links br {
		display: block;	
	}
	
	.releases-img {
		width: 95px;
	}
	
	.releases-text {
		width: calc(100% - 115px);
		padding-top: 0px;
		font-size: 13px;
	}
	
	.releases-button {
		display: none;
	}
    
    .artists-img {
		width: 95px;
	}
	
	.artists-text {
		width: calc(100% - 115px);
		padding-top: 0px;
		font-size: 13px;
	}
    
    ul#artist-photos-content li {
        float: left;
        width: calc(33.33% - 3.33px);
        margin-right: 5px;
        margin-top: 5px;
    }
    
    ul#artist-photos-content li:nth-child(5n+5) {
        margin-right: 5px;
    }

    ul#artist-photos-content li:nth-child(3n+3) {
        margin-right: 0px;
    }
    
    ul#artist-photos-content li:nth-child(5n+6) {
        clear: none;
    }

    ul#artist-photos-content li:nth-child(3n+4) {
        clear: both;
    }
    
    #home-feature img.full {
        display: none;
    }

    #home-feature img.mobile {
        display: block;
    }
	
}


@media all and (min-width: 768px) {

	#mobile-menu, #open-menu {
		display: none !important;
	}

}