
body {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: #1b1b1b;
    font-family: 'Hepta Slab', serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    background-color: #f2f3e9;
}

sub, sup {
    position: relative;
    top: 0.3em;
    vertical-align: baseline;
    font-size: 70%;
    line-height: 0px;
}

sup {
    font-size: 50%;
    top: -0.8em;
}

img {
    outline: none;
    display: block;
}

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

a {
    display: inline;
    color: #2c9ea5;
    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;
    word-wrap: break-word;
}

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

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

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

button::-moz-focus-inner {
    border: 0;
}

.content strong, .content b {
    font-weight: 600;
}

.content em, .content i {
    font-style: italic;
}

.content i.fa-solid, .content i.fa-regular, .content i.fa-light, .content i.fa-thin, .content i.fa-duotone, .content i.fa-brands {
    font-style: normal;
}

.content p, .content ul, .content ol {
    margin-bottom: 30px;
}

.content li {
    margin-bottom: 0px;
}

.content ul.margin li, .content ol.margin li {
    margin-bottom: 30px;
}

.content li li, .content li:last-of-type {
    margin-bottom: 0px !important;
}

.content ul li {
    position: relative;
    padding-left: 30px;
}

.content ul li::before {
    position: absolute;
    top: 0px;
    left: 0px;
    content: "\2022";
    color: #3c3c3c;
}

.content ol li {
    position: relative;
    padding-left: 30px;
    counter-increment: item;
}

.content ol li::before {
    position: absolute;
    top: 0px;
    left: 0px;
    content: counter(item)".";
    color: #3c3c3c;
}

.content ol li ol li {
    counter-increment: subitem;
}

.content ol li ol li::before {
    content: counter(subitem, lower-roman)".";
    color: #3c3c3c;
}

.content h2 {
    color: #e1574e;
    font-family: 'Hepta Slab', serif;
    font-size: 25px;
    font-weight: 800;
    line-height: 34px;
}

.content h2 a {
    color: #e1574e;
    text-decoration: none;
}

.content h2 a:hover {
    color: #2c9ea5;
    text-decoration: none;
}

.content h2.margin {
	margin-bottom: 31px;
}

.content h3 {
    color: #1b1b1b;
    font-family: 'Hepta Slab', serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 34px;
}

#mobile-menu {
    display: none;
    position: absolute;
    top: calc(-100vh - 800px);
    left: 0px;
    z-index: 9999;
    width: 100%;
	box-sizing: border-box;
    background-color: #e1574e;
	background-image: url("../../img/common/bg-red.gif");
    background-repeat: repeat;
	background-position: left top;
    background-size: 150px 150px;
	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;
}

@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) { 
	#mobile-menu {
		background-image: url("../../img/common/bg-red@2x.gif");
	}
}

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

#close-menu {
    color: #444444;
	font-size: 30px;
	line-height: 38px;
	padding-top: 16px;
}

#close-menu a {
	display: inline-block;
    color: #444444;
	text-decoration: none;
	background-color: #f4f4ec;
	width: 38px;
	border-radius: 19px;
	text-align: center;
}

#close-menu a:hover {
	background-color: #444444;
	color: #f4f4ec;
	text-decoration: none;
}

#mobile-navigation {
	color: #f4f4ec;
    font-family: 'Hepta Slab', serif;
	font-size: 25px;
	font-weight: 800;
	line-height: 35px;
	letter-spacing: 5px;
	text-transform: uppercase;
	padding: 89px 0px 22px 5px;
}

#mobile-navigation a {
	display: inline-block;
	color: #f4f4ec;
	text-decoration: none;
	margin-top: 15px;
}

#mobile-navigation a:first-of-type {
	margin-top: 0px !important;
}

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

#mobile-socials {
	display: inline-block;
	color: #f4f4ec;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	border-top: 4px solid #f4f4ec;
	padding-top: 27px;
	padding-bottom: 100px;
}

#mobile-socials a {
	color: #f4f4ec;
	text-decoration: none;
	margin: 0px 7px;
}

#mobile-socials a:hover {
	color: #444444;
	text-decoration: none;
}

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

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

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

.content {
    
}

#open-menu {
	display: none;
	color: #f4f4ec;
	font-family: 'Hepta Slab', serif;
	font-size: 20px;
	font-weight: 800;
	line-height: 30px;
}

#open-menu a {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	width: 100%;
	height: 60px;
	box-sizing: border-box;
	padding: 0px 50px;
	color: #f4f4ec;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #e1574e;
	background-image: url("../../img/common/bg-red.gif");
    background-repeat: repeat-x;
	background-position: left top;
    background-size: 150px 150px;
	-webkit-filter: grayscale(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;
}

@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) { 
	#open-menu a {
		background-image: url("../../img/common/bg-red@2x.gif");
	}
}

#open-menu a i {
	font-size: 20px;
	line-height: 30px;
	letter-spacing: normal;
}

#open-menu a:hover {
	padding: 0px 60px;
	color: #ffffff;
	text-decoration: none;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

#top-red {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100px;
	background-color: #e1574e;
	background-image: url("../../img/common/bg-red.gif");
    background-repeat: repeat-x;
	background-position: left top;
    background-size: 150px 150px;
}

@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) { 
	#top-red {
		background-image: url("../../img/common/bg-red@2x.gif");
	}
}

#top-socials {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 12;
	width: 100%;
	height: 50px;
	color: #f2f3e9;
	font-size: 18px;
	line-height: 24px;
	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;
	text-align: center;
}

#top-socials a {
	color: #f2f3e9;
	text-decoration: none;
	margin: 0px 7px;
}

#top-socials a:hover {
	color: #3c3c3c;
	text-decoration: none;
}

#site-padding {
	position: relative;
	z-index: 11;
	padding: 50px;
}

#site-wrapper {
	max-width: 1430px;
	margin: 0 auto;
	box-sizing: border-box;
	border: 4px solid #3c3c3c;
	background-color: #f4f4ec;
}

#header {
	height: 165px;
}

#nav-left {
	float: left;
	text-align: right;
	padding-right: 50px;
}

#nav-right {
	float: right;
	text-align: left;
	padding-left: 46px;
}

.nav-split {
	width: calc(50% - 65px);
	box-sizing: border-box;
	color: #d25148;
	font-family: 'Hepta Slab', serif;
    font-size: 14px;
    font-weight: 800;
    line-height: 20px;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-decoration: none;
	padding-top: 72px;
}

.nav-split a {
	color: #d25148;
	text-decoration: none;
}

#nav-left a {
	margin-left: 27px;
}

#nav-left a:first-of-type {
	margin-left: 0px !important;
}

#nav-right a {
	margin-left: 27px;
}

#nav-right a:first-of-type {
	margin-left: 0px !important;
}

.nav-split a:hover {
	color: #3c3c3c;
	text-decoration: none;
}

#logo {
	float: left;
	width: 130px;
	padding-top: 28px;
}

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

#logo a img {
	opacity: 1.0;
	-webkit-filter: grayscale(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;	
}

#logo a:hover img {
	opacity: 0.7;
    -webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

#footer {
	background-color: #3c3c3c;
	height: 166px;
}

#footer-credits {
	float: left;
	color: #f2f3e9;
	font-family: 'Figtree', sans-serif;
    font-size: 12px;
    font-weight: 800;
    line-height: 20px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	padding-top: 64px;
	padding-left: 64px;
}

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

#footer-credits a:hover {
	color: #f2f3e9;
	text-decoration: underline;
}

#footer-pie {
	float: right;
	width: 85px;
	padding-top: 40px;
	padding-right: 53px;
}

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

.content-header {
	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;	
	height: 250px;
	box-sizing: border-box;
	border-top: 4px solid #3c3c3c;
	border-bottom: 4px solid #3c3c3c;
	background-color: #4fbfb8;
    background-image: url("../../img/common/bg-waves.gif");
    background-repeat: repeat;
	background-position: left 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) { 
	.content-header {
		background-image: url("../../img/common/bg-waves@2x.gif");
	}
}

.content-header h1 {
	display: inline-block;
	color: #f2f3e9;
	font-family: 'Hepta Slab', serif;
	font-size: 70px;
	font-weight: 900;
	line-height: 80px;
	letter-spacing: 10px;
	padding-left: 10px;
	text-transform: uppercase;
	text-shadow: rgb(60, 60, 60) 4px 0px 0px, rgb(60, 60, 60) 3.87565px 0.989616px 0px, rgb(60, 60, 60) 3.51033px 1.9177px 0px, rgb(60, 60, 60) 2.92676px 2.72656px 0px, rgb(60, 60, 60) 2.16121px 3.36588px 0px, rgb(60, 60, 60) 1.26129px 3.79594px 0px, rgb(60, 60, 60) 0.282949px 3.98998px 0px, rgb(60, 60, 60) -0.712984px 3.93594px 0px, rgb(60, 60, 60) -1.66459px 3.63719px 0px, rgb(60, 60, 60) -2.51269px 3.11229px 0px, rgb(60, 60, 60) -3.20457px 2.39389px 0px, rgb(60, 60, 60) -3.69721px 1.52664px 0px, rgb(60, 60, 60) -3.95997px 0.56448px 0px, rgb(60, 60, 60) -3.97652px -0.432781px 0px, rgb(60, 60, 60) -3.74583px -1.40313px 0px, rgb(60, 60, 60) -3.28224px -2.28625px 0px, rgb(60, 60, 60) -2.61457px -3.02721px 0px, rgb(60, 60, 60) -1.78435px -3.57996px 0px, rgb(60, 60, 60) -0.843183px -3.91012px 0px, rgb(60, 60, 60) 0.150409px -3.99717px 0px, rgb(60, 60, 60) 1.13465px -3.8357px 0px, rgb(60, 60, 60) 2.04834px -3.43574px 0px, rgb(60, 60, 60) 2.83468px -2.82216px 0px, rgb(60, 60, 60) 3.44477px -2.03312px 0px, rgb(60, 60, 60) 3.84068px -1.11766px 0px, rgb(60, 60, 60) 3.9978px -0.132717px 0px, 
	rgb(60, 60, 60) 4px 5px 0px, 
	rgb(60, 60, 60) -4px 5px 0px, 
	rgb(60, 60, 60) 3.5px 6px 0px, 
	rgb(60, 60, 60) -3.5px 6px 0px, 
	rgb(60, 60, 60) 3px 7px 0px, 
	rgb(60, 60, 60) -3px 7px 0px, 
	rgb(60, 60, 60) 2.5px 7.5px 0px, 
	rgb(60, 60, 60) -2.5px 7.5px 0px, 
	rgb(60, 60, 60) 2px 8px 0px, 
	rgb(60, 60, 60) -2px 8px 0px, 
	rgb(60, 60, 60) 1px 8.5px 0px, 
	rgb(60, 60, 60) -1px 8.5px 0px, 
	rgb(60, 60, 60) 0px 9px 0px;
	text-align: center;
}

#bio-content {
	
}

#bio-content-wrapper {
	padding-top: 136px;
	padding-bottom: 105px;
}

#bio-top {
	
}

#bio-photo {
	float: left;
	width: 310px;
	line-height: 0;
	padding-top: 8px;
	padding-bottom: 57px;
}

#bio-photo img {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	border: 4px solid #3c3c3c;
	border-radius: 50%;
	overflow: hidden;
}

#bio-text {
	float: right;
	width: calc(100% - 310px);
	box-sizing: border-box;
	padding-left: 50px;
}

#bio-discography {
	padding-top: 29px;
}

#bio-discography-list {
	
}

.bio-discography-item {
	
}

.bio-discography-item-year {
	float: left;
	width: 55px;
}

.bio-discography-item-title {
	float: right;
	width: calc(100% - 55px);
	font-weight: 700;
}

#bio-film {
	padding-top: 59px;
}

#bio-film-list {
	
}

#general-content {
	
}

#general-content-wrapper {
	padding-top: 136px;
	padding-bottom: 105px;
}

#music-content {
	
}

#music-content-wrapper {
	padding-top: 145px;
	padding-bottom: 105px;
}

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

.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: 47px;
}

.music-item-img {
	background-color: #4fbfb8;
	line-height: 0;
}

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

.music-item-img a img {
	opacity: 1.0;
    -webkit-filter: grayscale(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;	
}

.music-item-img a:hover img {
	opacity: 0.5;
    -webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.music-item-text {
	text-align: center;
	padding-top: 25px;
}

#video-content {
	
}

#video-content-wrapper {
	padding-top: 145px;
	padding-bottom: 100px;
}

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

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

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

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

.video-item-img {
	line-height: 0;
}

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

.video-item-img a {
	position: relative;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
    background-size: cover;
	line-height: 0;
	cursor: pointer;
}

.video-item-img a img {
	position: relative;
}

.video-item-img a .video-item-play {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	padding-left: 75px;
}

.video-item-img a .video-item-play span {
	position: relative;
	top: 0;
	z-index: 20;
	display: inline-block;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	box-sizing: border-box;
	background-color: #3c3c3c;
	text-align: center;
	color: #f1eb4d;
	font-size: 60px;
	line-height: 70px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.video-item-img a .video-item-play span::before {
	content: "";
	position: absolute;
	bottom: -9px;
	left: 0;
	z-index: 21;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	box-sizing: border-box;
	background-color: #3c3c3c;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.video-item-img a .video-item-play span i {
	position: relative;
	z-index: 22;
}

.video-item-img a:hover .video-item-play span {
	top: 9px;
	background-color: #3c3c3c;
	color: #e1574e;
}

.video-item-img a:hover .video-item-play span::before {
	bottom: 0px;
	background-color: #3c3c3c;
}

.video-item-text {
	text-align: center;
	padding-top: 19px;
}

.video-item-text a {
	cursor: pointer;
}

#book-content {
	
}

#book-content-wrapper {
	padding-top: 145px;
	padding-bottom: 100px;
}

.book-item {
	margin-top: 130px;
}

.book-item:first-of-type {
	margin-top: 0px !important;
}

.book-item-img {
	float: left;
	width: 310px;
}

.book-item-cover {
	padding: 4px;
	background-color: #3c3c3c;
	line-height: 0;
}

.book-item-cover img {
	width: 100%;
	height: auto;
}

.book-item-bottom {
	height: 24px;
	background-image: url("../../img/misc/book-bottom.png");
    background-repeat: no-repeat;
	background-position: left top;
    background-size: auto 24px;
}

@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) { 
	.book-item-bottom {
		background-image: url("../../img/misc/book-bottom@2x.png");
	}
}

.book-item-text  {
	position: relative;
	top: -6px;
	float: right; 
	width: calc(100% - 310px);
	box-sizing: border-box;
	padding-left: 120px;
}

.book-item-details {
	
}

.book-item-copyright {
	color: #1b1b1b;
	font-family: 'Hepta Slab', serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-top: 20px;
	padding-bottom: 2px;
}

.book-item-button {
	padding-top: 36px;
}

a.button-round {
	position: relative;
	z-index: 20;
	display: inline-block;
}

a.button-round span {
	position: relative;
	top: 0;
	z-index: 22;
	display: inline-block;
	height: 57px;
	border-radius: 25px;
	border: 4px solid #3c3c3c;
	background-color: #ff4b4b;
	color: #f2f3e9;
	font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 55px;
	text-transform: lowercase;
	text-decoration: none;
	padding: 0px 28px;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

a.button-round::before {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0;
	z-index: 21;
	width: 100%;
	height: 65px;
	border-radius: 25px;
	box-sizing: border-box;
	background-color: #3c3c3c;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

a.button-round:hover span {
	top: 5px;
}

a.button-round:hover::before {
	bottom: -5px;
}

a.button-teal span {
	background-color: #42afa8;
}

#photo-content-wrapper {
	padding-top: 136px;
	padding-bottom: 100px;
}

#photo-intro {
	text-align: center;
	padding-bottom: 43px;
}

#photo-list {
	
}

.photo-item {
	float: left;
    width: calc(33.33% - 33.33px);
    margin-right: 50px;
	background-color: #4fbfb8;
	line-height: 0;
}

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

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

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

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

.photo-item a img {
	opacity: 1.0;
    -webkit-filter: grayscale(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;	
}

.photo-item a:hover img {
	opacity: 0.5;
    -webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

#tour-content {
	
}

#tour-content-wrapper {
	padding-top: 136px;
	padding-bottom: 105px;
	text-align: center;
}

.tour-item {
	margin-top: 67px;	
}

.tour-item:first-of-type {
	margin-top: 0px !important;
}

.tour-item-details {
	
}

.tour-item-links {
	color: #2c9ea5;
}

#contact-content {
	
}

#contact-content-wrapper {
	padding-top: 136px;
	padding-bottom: 105px;
	text-align: center;
}

.contact-item {
	margin-top: 67px;	
}

.contact-item:first-of-type {
	margin-top: 0px !important;
}

.contact-item-details {
	
}

#home-feature {
	
}

#home-feature-wrapper {
	
}

#home-feature-img {
	position: relative;
	border: 4px solid #3c3c3c;
	line-height: 0;
}

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

#home-feature-tab {
	position: absolute;
	bottom: -4px;
	left: 50%;
	margin-left: -77.5px;
	line-height: 0;
}

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

#home-feature-details {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	width: 100%;
	box-sizing: border-box;
	padding: 81px 75px 79px 75px;
}

#home-feature-text {
	
}

#home-feature-title {
	color: #3c3c3c;
    font-family: 'Hepta Slab', serif;
    font-size: 40px;
    font-weight: 900;
    line-height: 45px;
	letter-spacing: 3px;
	text-transform: uppercase;
}

#home-feature-text-small {
	font-size: 16px;
	font-weight: 600;
	line-height: 25px;
}

#home-feature-buttons {
	display: inline-block;
	white-space: nowrap;
	padding-left: 150px;
}

#home-feature-buttons a {
	display: inline-block;
	margin-left: 30px;
}

#home-feature-buttons a:first-of-type {
	margin-left: 0px !important;
}

#home-middle {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	background-color: #e1574e;
	border-top: 4px solid #3c3c3c;
	border-bottom: 4px solid #3c3c3c;
}

#home-podcast {
	width: 50%;
	position: relative;
	box-sizing: border-box;
	border-right: 2px solid #3c3c3c;
	padding: 69px 60px 200px 60px;
}

#home-podcast-title {
	
}

.home-middle-title {
	color: #f2f3e9;
    font-family: 'Hepta Slab', serif;
    font-size: 40px;
    font-weight: 900;
    line-height: 45px;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-shadow: 0px 5px 0px #3c3c3c;
	text-align: center;
	padding-left: 3px;
}

#home-podcast-wrapper {
	max-width: 450px;
	margin: 0 auto;
	padding-top: 75px;
}

#home-podcast-img {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	width: 100%;
}

#home-podcast-img-face {
	width: 197px;
	line-height: 0;
}

#home-podcast-img-face img {
	width: 100%;
	max-width: 197px;
	height: auto;
}

#home-podcast-img-text {
	width: calc(100% - 197px);
	box-sizing: border-box;
	padding-left: 29px;
	line-height: 0;
}

#home-podcast-img-text img {
	width: 100%;
	max-width: 224px;
	height: auto;
}

#home-podcast-intro {
	color: #f2f3e9;
	font-size: 16px;
	font-weight: 600;
	line-height: 25px;
	padding-top: 48px;
}

#home-podcast-episode {
	
}

#home-podcast-bottom {
	position: absolute;
	bottom: 80px;
	left: 0;
	width: 100%;
	text-align: center;
}

#home-podcast-bottom-wrapper {
	max-width: 450px;
	margin: 0 auto;
}

#home-podcast-bottom-wrapper a {
	display: inline-block;
	margin-left: 30px;
}

#home-podcast-bottom-wrapper a:first-of-type {
	margin-left: 0px !important;
}

#home-instagram {
	width: 50%;
	position: relative;
	box-sizing: border-box;
	border-left: 2px solid #3c3c3c;
	padding: 69px 60px 230px 60px;
	background-color: #5acac3;
	background-image: url("../../img/home/bg-waves.gif");
    background-repeat: repeat;
	background-position: left 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) { 
	#home-instagram {
		background-image: url("../../img/home/bg-waves@2x.gif");
	}
}

#home-instagram-title {
	
}

#home-instagram-wrapper {
	max-width: 495px;
	margin: 0 auto;
	padding-top: 80px;
}

#home-instagram-feed {
	
}

#home-instagram-feed #sb_instagram #sbi_images .sbi_item {
    width: calc(33.33% - 20px) !important;
    margin-right: 30px !important;
	background-color: #4fbfb8;
}

#home-instagram-feed #sb_instagram #sbi_images .sbi_item:nth-of-type(3n+3) {
    margin-right: 0px !important;
}

#home-instagram-feed #sb_instagram #sbi_images .sbi_item:nth-of-type(1n+4) {
	margin-top: 30px !important;
}

#home-instagram-feed #sb_instagram .sbi_photo_wrap a {
    max-width: none !important;
    margin: 0 auto !important;
}

#home-instagram-feed #sb_instagram a {
	border: 12px solid #f2f3e9;
	opacity: 1 !important;
    -webkit-filter: grayscale(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-instagram-feed #sb_instagram a:hover {
	border-color: #ffffff;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

#home-instagram-button {
	position: absolute;
	bottom: 80px;
	left: 0;
	width: 100%;
	text-align: center;
}

#home-video {
	padding-top: 50px;
	padding-bottom: 43px;
}

#home-video-wrapper {
	border: 4px solid #3c3c3c;
}

#home-video-wrapper {
	line-height: 0;
}

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

#home-video-wrapper a {
	position: relative;
	display: block;
	line-height: 0;
	background-color: #3c3c3c;
	cursor: pointer;
}

#home-video-wrapper a #home-video-bg {
	opacity: 0.5;
	background-repeat: no-repeat;
	background-position: center center;
    background-size: cover;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
	line-height: 0;
}

#home-video-wrapper a:hover #home-video-bg {
	opacity: 1;
}

#home-video-wrapper a #home-video-shadow {
	display: none;
}

#home-video-wrapper a img {
	width: 100%;
	height: auto;
}

#home-video-wrapper a #home-video-play {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	padding: 0px 152px 0px 122px;
}

#home-video-wrapper a #home-video-play #home-video-details {
	display: inline-block;
	width: 100%;
	max-width: 361px;
	text-align: center;
}

#home-video-wrapper a #home-video-play #home-video-details #home-video-line {
	color: #f2f3e9;
	font-family: 'Hepta Slab', serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 20px;
    text-transform: uppercase;
}

#home-video-wrapper a #home-video-play #home-video-details #home-video-line span {
	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;
	text-align: center;
    width: 100%;
}

#home-video-wrapper a #home-video-play #home-video-details #home-video-line span:before,
#home-video-wrapper a #home-video-play #home-video-details #home-video-line span:after {
    content: '';
    border-top: 4px solid #f2f3e9;
    margin: 0 18px 0 0;
    flex: 1 0 20px;
}

#home-video-wrapper a #home-video-play #home-video-details #home-video-line span:after {
    margin: 0 0 0 18px;
}

#home-video-wrapper a #home-video-play #home-video-details #home-video-title {
	color: #f2f3e9;
    font-family: 'Hepta Slab', serif;
    font-size: 40px;
    font-weight: 900;
    line-height: 45px;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-shadow: 0px 5px 0px #3c3c3c;
	padding-left: 3px;
	padding-top: 22px;
}

#home-video-wrapper a #home-video-play span.play-button {
	position: relative;
	top: 0;
	z-index: 20;
	display: inline-block;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	box-sizing: border-box;
	background-color: #3c3c3c;
	text-align: center;
	color: #f1eb4d;
	font-size: 60px;
	line-height: 70px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#home-video-wrapper a #home-video-play span.play-button::before {
	content: "";
	position: absolute;
	bottom: -9px;
	left: 0;
	z-index: 21;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	box-sizing: border-box;
	background-color: #3c3c3c;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#home-video-wrapper a #home-video-play span.play-button i {
	position: relative;
	z-index: 22;
}

#home-video-wrapper a:hover #home-video-play span.play-button {
	top: 9px;
	background-color: #3c3c3c;
	color: #e1574e;
}

#home-video-wrapper a:hover #home-video-play span.play-button::before {
	bottom: 0px;
	background-color: #3c3c3c;
}

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

#home-video-button a span {
	color: #3c3c3c;
	background-color: #f1eb4d;
}

#podcast-content {
	
}

#podcast-content-wrapper {
	padding-top: 145px;
	padding-bottom: 200px;
}

#podcast-top {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	width: 100%;
	max-width: 630px;
	margin: 0 auto;
}

#podcast-top-img {
	width: 197px;
	line-height: 0;
}

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

#podcast-top-details {
	width: calc(100% - 197px);
	box-sizing: border-box;
	padding-left: 50px;
}

#podcast-top-intro {
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
}

#podcast-top-buttons {
	padding-top: 10px;
}

#podcast-top-buttons a {
	margin-right: 16px;
}
	
#podcast-top-buttons br {
	display: none;
}


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

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

    /* ipad large layout */

	body {
		font-size: 16px;
		line-height: 30px;
	}

	.content p, .content ul, .content ol {
		margin-bottom: 30px;
	}

	.content ul.margin li, .content ol.margin li {
		margin-bottom: 30px;
	}

	.content ul li {
		padding-left: 30px;
	}

	.content ol li {
		padding-left: 30px;
	}
	
	.content h2 {
		font-size: 25px;
		line-height: 34px;
	}
	
	.content h2.margin {
		margin-bottom: 31px;
	}

	.content h3 {
		font-size: 25px;
		line-height: 34px;
	}

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

	#top-red {
		height: 100px;
		background-size: 150px 150px;
	}

	#top-socials {
		height: 50px;
		font-size: 18px;
		line-height: 24px;
	}

	#top-socials a {
		margin: 0px 7px;
	}

	#site-padding {
		padding: 50px;
	}

	#site-wrapper {
		border: 4px solid #3c3c3c;
	}

	#header {
		height: 165px;
	}

	#nav-left {
		padding-right: 50px;
	}

	#nav-right {
		padding-left: 46px;
	}

	.nav-split {
		width: calc(50% - 65px);
		font-size: 14px;
		line-height: 20px;
		letter-spacing: 3px;
		padding-top: 72px;
	}

	#nav-left a {
		margin-left: 27px;
	}

	#nav-right a {
		margin-left: 27px;
	}

	#logo {
		width: 130px;
		padding-top: 28px;
	}

	#footer {
		height: 166px;
	}

	#footer-credits {
		font-size: 12px;
		line-height: 20px;
		letter-spacing: 0.5px;
		padding-top: 64px;
		padding-left: 42px;
	}

	#footer-pie {
		width: 85px;
		padding-top: 40px;
		padding-right: 53px;
	}

	.content-header {
		height: 180px;
		border-top: 4px solid #3c3c3c;
		border-bottom: 4px solid #3c3c3c;
		background-size: 600px 600px;
	}

	.content-header h1 {
		font-size: 50px;
		line-height: 57px;
		letter-spacing: 6px;
		padding-left: 6px;
		text-shadow: rgb(60, 60, 60) 4px 0px 0px, rgb(60, 60, 60) 3.87565px 0.989616px 0px, rgb(60, 60, 60) 3.51033px 1.9177px 0px, rgb(60, 60, 60) 2.92676px 2.72656px 0px, rgb(60, 60, 60) 2.16121px 3.36588px 0px, rgb(60, 60, 60) 1.26129px 3.79594px 0px, rgb(60, 60, 60) 0.282949px 3.98998px 0px, rgb(60, 60, 60) -0.712984px 3.93594px 0px, rgb(60, 60, 60) -1.66459px 3.63719px 0px, rgb(60, 60, 60) -2.51269px 3.11229px 0px, rgb(60, 60, 60) -3.20457px 2.39389px 0px, rgb(60, 60, 60) -3.69721px 1.52664px 0px, rgb(60, 60, 60) -3.95997px 0.56448px 0px, rgb(60, 60, 60) -3.97652px -0.432781px 0px, rgb(60, 60, 60) -3.74583px -1.40313px 0px, rgb(60, 60, 60) -3.28224px -2.28625px 0px, rgb(60, 60, 60) -2.61457px -3.02721px 0px, rgb(60, 60, 60) -1.78435px -3.57996px 0px, rgb(60, 60, 60) -0.843183px -3.91012px 0px, rgb(60, 60, 60) 0.150409px -3.99717px 0px, rgb(60, 60, 60) 1.13465px -3.8357px 0px, rgb(60, 60, 60) 2.04834px -3.43574px 0px, rgb(60, 60, 60) 2.83468px -2.82216px 0px, rgb(60, 60, 60) 3.44477px -2.03312px 0px, rgb(60, 60, 60) 3.84068px -1.11766px 0px, rgb(60, 60, 60) 3.9978px -0.132717px 0px, 
		rgb(60, 60, 60) 4px 5px 0px, 
		rgb(60, 60, 60) -4px 5px 0px, 
		rgb(60, 60, 60) 3.5px 6px 0px, 
		rgb(60, 60, 60) -3.5px 6px 0px, 
		rgb(60, 60, 60) 3px 7px 0px, 
		rgb(60, 60, 60) -3px 7px 0px, 
		rgb(60, 60, 60) 2.5px 7.5px 0px, 
		rgb(60, 60, 60) -2.5px 7.5px 0px, 
		rgb(60, 60, 60) 2px 8px 0px, 
		rgb(60, 60, 60) -2px 8px 0px, 
		rgb(60, 60, 60) 1px 8.5px 0px, 
		rgb(60, 60, 60) -1px 8.5px 0px, 
		rgb(60, 60, 60) 0px 9px 0px;
		text-align: center;
	}

	#bio-content-wrapper {
		padding-top: 70px;
		padding-bottom: 80px;
	}

	#bio-photo {
		width: 310px;
		padding-top: 8px;
		padding-bottom: 57px;
	}

	#bio-photo img {
		border: 4px solid #3c3c3c;
		border-radius: 50%;
	}

	#bio-text {
		width: calc(100% - 310px);
		padding-left: 50px;
	}

	#bio-discography {
		padding-top: 29px;
	}

	.bio-discography-item-year {
		width: 55px;
	}

	.bio-discography-item-title {
		width: calc(100% - 55px);
	}

	#bio-film {
		padding-top: 59px;
	}

	#general-content-wrapper {
		padding-top: 70px;
		padding-bottom: 80px;
	}
	
	#music-content-wrapper {
		padding-top: 75px;
		padding-bottom: 80px;
	}

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

	.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: 47px;
	}

	.music-item-text {
		padding-top: 25px;
	}

	#video-content-wrapper {
		padding-top: 75px;
		padding-bottom: 80px;
	}

	.video-item {
		width: calc(50% - 25px);
		margin-right: 50px;
	}

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

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

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

	.video-item-img a .video-item-play {
		padding-left: 75px;
	}

	.video-item-text {;
		padding-top: 19px;
	}

	#book-content-wrapper {
		padding-top: 75px;
		padding-bottom: 80px;
	}

	.book-item {
		margin-top: 73px;
	}

	.book-item-img {
		width: 270px;
	}

	.book-item-cover {
		padding: 4px;
	}

	.book-item-text  {
		top: -6px;
		width: calc(100% - 270px);
		padding-left: 60px;
	}

	.book-item-copyright {
		font-size: 10px;
		line-height: 14px;
		letter-spacing: 1px;
		padding-top: 20px;
		padding-bottom: 1px;
	}

	.book-item-button {
		padding-top: 29px;
	}

	#photo-content-wrapper {
		padding-top: 70px;
		padding-bottom: 80px;
	}

	#photo-intro {
		padding-bottom: 40px;
	}

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

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

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

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

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

	.tour-item {
		margin-top: 67px;	
	}

	#contact-content-wrapper {
		padding-top: 70px;
		padding-bottom: 80px;
	}

	.contact-item {
		margin-top: 67px;	
	}

	#home-feature-img {
		border: 4px solid #3c3c3c;
	}

	#home-feature-tab {
		bottom: -4px;
		left: 50%;
		margin-left: -77.5px;
	}

	#home-feature-details {
		padding: 56px 50px 54px 50px;
	}

	#home-feature-title {
		font-size: 40px;
		line-height: 45px;
		letter-spacing: 3px;
	}

	#home-feature-text-small {
		font-size: 16px;
		line-height: 25px;
	}

	#home-feature-buttons {
		padding-left: 150px;
	}

	#home-feature-buttons a {
		margin-left: 30px;
	}

	#home-middle {
		border-top: 4px solid #3c3c3c;
		border-bottom: 4px solid #3c3c3c;
	}

	#home-podcast {
		width: 50%;
		border-right: 2px solid #3c3c3c;
		padding: 69px 60px 200px 60px;
	}

	.home-middle-title {
		font-size: 40px;
		line-height: 45px;
		letter-spacing: 3px;
		text-shadow: 0px 5px 0px #3c3c3c;
		padding-left: 3px;
	}

	#home-podcast-wrapper {
		max-width: 430px;
		padding-top: 75px;
	}

	#home-podcast-img-face {
		width: 197px;
	}

	#home-podcast-img-text {
		width: calc(100% - 197px);
		padding-left: 29px;
	}

	#home-podcast-intro {
		font-size: 16px;
		line-height: 25px;
		padding-top: 48px;
	}

	#home-podcast-bottom {
		bottom: 80px;
		left: 0;
	}

	#home-podcast-bottom-wrapper {
		max-width: 450px;
	}

	#home-podcast-bottom-wrapper a {
		margin-left: 30px;
	}

	#home-instagram {
		width: 50%;
		border-left: 2px solid #3c3c3c;
		padding: 69px 60px 230px 60px;
		background-size: 600px 600px;
	}

	#home-instagram-wrapper {
		max-width: 440px;
		padding-top: 80px;
	}

	#home-instagram-feed #sb_instagram #sbi_images .sbi_item {
		width: calc(33.33% - 6.66px) !important;
		margin-right: 10px !important;
	}

	#home-instagram-feed #sb_instagram #sbi_images .sbi_item:nth-of-type(3n+3) {
		margin-right: 0px !important;
	}

	#home-instagram-feed #sb_instagram #sbi_images .sbi_item:nth-of-type(1n+4) {
		margin-top: 10px !important;
	}

	#home-instagram-feed #sb_instagram a {
		border: 10px solid #f2f3e9;
	}

	#home-instagram-feed #sb_instagram a:hover {
		border-color: #ffffff;
	}

	#home-instagram-button {
		bottom: 80px;
		left: 0;
	}

	#home-video {
		padding-top: 50px;
		padding-bottom: 43px;
	}

	#home-video-wrapper {
		border: 4px solid #3c3c3c;
	}

	#home-video-wrapper a #home-video-play {
		padding: 0px 200px 0px 100px;
	}

	#home-video-wrapper a #home-video-play #home-video-details {
		max-width: 361px;
	}

	#home-video-wrapper a #home-video-play #home-video-details #home-video-line {
		font-size: 16px;
		line-height: 20px;
	}

	#home-video-wrapper a #home-video-play #home-video-details #home-video-line span:before,
	#home-video-wrapper a #home-video-play #home-video-details #home-video-line span:after {
		border-top: 4px solid #f2f3e9;
		margin: 0 18px 0 0;
	}

	#home-video-wrapper a #home-video-play #home-video-details #home-video-line span:after {
		margin: 0 0 0 18px;
	}

	#home-video-wrapper a #home-video-play #home-video-details #home-video-title {
		font-size: 40px;
		line-height: 45px;
		letter-spacing: 3px;
		text-shadow: 0px 5px 0px #3c3c3c;
		padding-left: 3px;
		padding-top: 22px;
	}

	#home-video-button {
		padding-top: 40px;
	}

	#podcast-content-wrapper {
		padding-top: 75px;
		padding-bottom: 100px;
	}

	#podcast-top {
		max-width: 630px;
	}

	#podcast-top-img {
		width: 197px;
	}
	
	#podcast-top-details {
		width: calc(100% - 197px);
		padding-left: 50px;
	}

	#podcast-top-intro {
		font-size: 16px;
		line-height: 30px;
	}

	#podcast-top-buttons {
		padding-top: 10px;
	}

	#podcast-top-buttons a {
		margin-right: 16px;
	}
	
}


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

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

    /* ipad horizontal layout */

	body {
		font-size: 16px;
		line-height: 30px;
	}

	.content p, .content ul, .content ol {
		margin-bottom: 30px;
	}

	.content ul.margin li, .content ol.margin li {
		margin-bottom: 30px;
	}

	.content ul li {
		padding-left: 30px;
	}

	.content ol li {
		padding-left: 30px;
	}
	
	.content h2 {
		font-size: 22px;
		line-height: 30px;
	}
	
	.content h2.margin {
		margin-bottom: 28px;
	}

	.content h3 {
		font-size: 22px;
		line-height: 30px;
	}

	.common-pad {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.wrapper {
		max-width: 700px;	
	}
	
	.wrapper-narrow {
		max-width: 700px;	
	}

	#top-red {
		height: 100px;
		background-size: 150px 150px;
	}

	#top-socials {
		height: 50px;
		font-size: 18px;
		line-height: 24px;
	}

	#top-socials a {
		margin: 0px 7px;
	}

	#site-padding {
		padding: 50px 30px 30px 30px;
	}

	#site-wrapper {
		border: 4px solid #3c3c3c;
	}

	#header {
		height: 130px;
	}

	#nav-left {
		padding-right: 50px;
	}

	#nav-right {
		padding-left: 46px;
	}

	.nav-split {
		width: calc(50% - 51px);
		font-size: 13px;
		line-height: 20px;
		letter-spacing: 2px;
		padding-top: 56px;
	}

	#nav-left a {
		margin-left: 22px;
	}

	#nav-right a {
		margin-left: 22px;
	}

	#logo {
		width: 102px;
		padding-top: 26px;
	}

	#footer {
		height: 161px;
	}

	#footer-credits {
		font-size: 12px;
		line-height: 20px;
		letter-spacing: 0.5px;
		padding-top: 60px;
		padding-left: 40px;
	}

	#footer-pie {
		width: 85px;
		padding-top: 40px;
		padding-right: 40px;
	}

	.content-header {
		height: 180px;
		border-top: 4px solid #3c3c3c;
		border-bottom: 4px solid #3c3c3c;
		background-size: 600px 600px;
	}

	.content-header h1 {
		font-size: 40px;
		line-height: 45px;
		letter-spacing: 4px;
		padding-left: 4px;
		text-shadow: rgb(60, 60, 60) 3px 0px 0px, rgb(60, 60, 60) 2.83487px 0.981584px 0px, rgb(60, 60, 60) 2.35766px 1.85511px 0px, rgb(60, 60, 60) 1.62091px 2.52441px 0px, rgb(60, 60, 60) 0.705713px 2.91581px 0px, rgb(60, 60, 60) -0.287171px 2.98622px 0px, rgb(60, 60, 60) -1.24844px 2.72789px 0px, rgb(60, 60, 60) -2.07227px 2.16926px 0px, rgb(60, 60, 60) -2.66798px 1.37182px 0px, rgb(60, 60, 60) -2.96998px 0.42336px 0px, rgb(60, 60, 60) -2.94502px -0.571704px 0px, rgb(60, 60, 60) -2.59586px -1.50383px 0px, rgb(60, 60, 60) -1.96093px -2.27041px 0px, rgb(60, 60, 60) -1.11013px -2.78704px 0px, rgb(60, 60, 60) -0.137119px -2.99686px 0px, rgb(60, 60, 60) 0.850987px -2.87677px 0px, rgb(60, 60, 60) 1.74541px -2.43999px 0px, rgb(60, 60, 60) 2.44769px -1.73459px 0px, rgb(60, 60, 60) 2.88051px -0.838247px 0px,
		rgb(60, 60, 60) 3px 4.5px 0px, 
		rgb(60, 60, 60) -3px 4.5px 0px, 
		rgb(60, 60, 60) 2.5px 5.5px 0px, 
		rgb(60, 60, 60) -2.5px 5.5px 0px, 
		rgb(60, 60, 60) 2.0px 6px 0px, 
		rgb(60, 60, 60) -2.0px 6px 0px, 
		rgb(60, 60, 60) 1.5px 6.5px 0px, 
		rgb(60, 60, 60) -1.5px 6.5px 0px, 
		rgb(60, 60, 60) 1px 7px 0px, 
		rgb(60, 60, 60) -1px 7px 0px, 
		rgb(60, 60, 60) 0px 7.5px 0px;
		text-align: center;
	}

	#bio-content-wrapper {
		padding-top: 70px;
		padding-bottom: 80px;
	}

	#bio-photo {
		width: 240px;
		padding-top: 8px;
		padding-bottom: 57px;
	}

	#bio-photo img {
		border: 4px solid #3c3c3c;
		border-radius: 50%;
	}

	#bio-text {
		width: calc(100% - 240px);
		padding-left: 40px;
	}

	#bio-discography {
		padding-top: 29px;
	}

	.bio-discography-item-year {
		width: 55px;
	}

	.bio-discography-item-title {
		width: calc(100% - 55px);
	}

	#bio-film {
		padding-top: 59px;
	}

	#general-content-wrapper {
		padding-top: 70px;
		padding-bottom: 80px;
	}
	
	#music-content-wrapper {
		padding-top: 75px;
		padding-bottom: 80px;
	}

	.music-item {
		width: 310px;
		margin-right: calc(100% - 620px);
	}

	.music-item:nth-of-type(3n+3) {
		margin-right: calc(100% - 620px);
	}

	.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: 41px;
	}

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

	.music-item-text {
		padding-top: 19px;
	}

	#video-content-wrapper {
		padding-top: 75px;
		padding-bottom: 80px;
	}

	.video-item {
		float: none;
		width: auto;
		margin-right: 0px;
	}
	
	.video-item:nth-of-type(1n+3) {
		margin-top: 45px;
	}
	
	.video-item:nth-of-type(1n+2) {
		margin-top: 45px;
	}

	.video-item-img a .video-item-play {
		padding-left: 105px;
	}

	.video-item-text {;
		padding-top: 19px;
	}

	#book-content-wrapper {
		padding-top: 75px;
		padding-bottom: 80px;
	}

	.book-item {
		margin-top: 73px;
	}

	.book-item-img {
		width: 270px;
	}

	.book-item-cover {
		padding: 4px;
	}

	.book-item-text  {
		top: -5px;
		width: calc(100% - 270px);
		padding-left: 55px;
	}

	.book-item-copyright {
		font-size: 10px;
		line-height: 14px;
		letter-spacing: 1px;
		padding-top: 20px;
		padding-bottom: 1px;
	}

	.book-item-button {
		padding-top: 29px;
	}

	#photo-content-wrapper {
		padding-top: 70px;
		padding-bottom: 80px;
	}

	#photo-intro {
		padding-bottom: 40px;
	}

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

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

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

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

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

	.tour-item {
		margin-top: 66px;	
	}

	#contact-content-wrapper {
		padding-top: 70px;
		padding-bottom: 80px;
	}

	.contact-item {
		margin-top: 66px;	
	}

	#home-feature-img {
		border: 4px solid #3c3c3c;
	}

	#home-feature-tab {
		bottom: -4px;
		left: 50%;
		margin-left: -77.5px;
	}

	#home-feature-details {
		display: block;
		padding: 46px 26px 57px 26px;
		text-align: center;
	}

	#home-feature-title {
		font-size: 34px;
		line-height: 36px;
		letter-spacing: 2.5px;
		padding-left: 2.5px;
	}

	#home-feature-text-small {
		font-size: 16px;
		line-height: 25px;
		padding-top: 14px;
	}

	#home-feature-buttons {
		padding-top: 32px;
		padding-left: 0px;
	}

	#home-feature-buttons a {
		margin-left: 30px;
	}

	#home-middle {
		border-top: 4px solid #3c3c3c;
		border-bottom: 4px solid #3c3c3c;
	}

	#home-podcast {
		width: 50%;
		border-right: 2px solid #3c3c3c;
		padding: 45px 50px 160px 50px;
	}

	.home-middle-title {
		font-size: 34px;
		line-height: 36px;
		letter-spacing: 2.5px;
		text-shadow: 0px 5px 0px #3c3c3c;
		padding-left: 2.5px;
	}

	#home-podcast-wrapper {
		max-width: 430px;
		padding-top: 40px;
	}

	#home-podcast-img-face {
		width: 160px;
	}

	#home-podcast-img-text {
		width: calc(100% - 160px);
		padding-left: 20px;
	}

	#home-podcast-intro {
		font-size: 16px;
		line-height: 25px;
		padding-top: 40px;
	}

	#home-podcast-bottom {
		bottom: 65px;
		left: 0;
	}

	#home-podcast-bottom-wrapper {
		max-width: 450px;
	}

	#home-podcast-bottom-wrapper a {
		margin-left: 30px;
	}

	#home-instagram {
		width: 50%;
		border-left: 2px solid #3c3c3c;
		padding: 45px 50px 170px 50px;
		background-size: 600px 600px;
	}

	#home-instagram-wrapper {
		max-width: 440px;
		padding-top: 42px;
	}

	#home-instagram-feed #sb_instagram #sbi_images .sbi_item {
		width: calc(50% - 13px) !important;
		margin-right: 26px !important;
	}

	#home-instagram-feed #sb_instagram #sbi_images .sbi_item:nth-of-type(3n+3) {
		margin-right: 26px !important;
	}

	#home-instagram-feed #sb_instagram #sbi_images .sbi_item:nth-of-type(2n+2) {
		margin-right: 0px !important;
	}

	#home-instagram-feed #sb_instagram #sbi_images .sbi_item:nth-of-type(1n+4) {
		margin-top: 26px !important;
	}

	#home-instagram-feed #sb_instagram #sbi_images .sbi_item:nth-of-type(1n+3) {
		margin-top: 26px !important;
	}

	#home-instagram-feed #sb_instagram #sbi_images .sbi_item:nth-of-type(1n+5) {
		display: none !important;
	}

	#home-instagram-feed #sb_instagram a {
		border: 12px solid #f2f3e9;
	}

	#home-instagram-feed #sb_instagram a:hover {
		border-color: #ffffff;
	}

	#home-instagram-button {
		bottom: 65px;
		left: 0;
	}

	#home-video {
		padding-top: 50px;
		padding-bottom: 43px;
	}

	#home-video-wrapper {
		border: 4px solid #3c3c3c;
	}

	#home-video-wrapper a #home-video-play {
		padding: 0px 140px 0px 85px;
	}

	#home-video-wrapper a #home-video-play #home-video-details {
		max-width: 310px;
	}

	#home-video-wrapper a #home-video-play #home-video-details #home-video-line {
		font-size: 16px;
		line-height: 20px;
	}

	#home-video-wrapper a #home-video-play #home-video-details #home-video-line span:before,
	#home-video-wrapper a #home-video-play #home-video-details #home-video-line span:after {
		border-top: 4px solid #f2f3e9;
		margin: 0 16px 0 0;
	}

	#home-video-wrapper a #home-video-play #home-video-details #home-video-line span:after {
		margin: 0 0 0 16px;
	}

	#home-video-wrapper a #home-video-play #home-video-details #home-video-title {
		font-size: 34px;
		line-height: 36px;
		letter-spacing: 3px;
		text-shadow: 0px 5px 0px #3c3c3c;
		padding-left: 3px;
		padding-top: 22px;
	}

	#home-video-button {
		padding-top: 40px;
	}

	#podcast-content-wrapper {
		padding-top: 75px;
		padding-bottom: 100px;
	}

	#podcast-top {
		max-width: 630px;
	}

	#podcast-top-img {
		width: 197px;
	}
	
	#podcast-top-details {
		width: calc(100% - 197px);
		padding-left: 40px;
	}

	#podcast-top-intro {
		font-size: 16px;
		line-height: 25px;
	}

	#podcast-top-buttons {
		padding-top: 14px;
	}

	#podcast-top-buttons a {
		margin-right: 16px;
	}

}


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

@media all and (max-width: 1023px) {
	
	/* ipad vertical layout */

	body {
		font-size: 16px;
		line-height: 28px;
		background-color: #3c3c3c;
	}

	.content p, .content ul, .content ol {
		margin-bottom: 28px;
	}

	.content ul.margin li, .content ol.margin li {
		margin-bottom: 28px;
	}

	.content ul li {
		padding-left: 30px;
	}

	.content ol li {
		padding-left: 30px;
	}
	
	.content h2 {
		font-size: 22px;
		line-height: 30px;
	}
	
	.content h2.margin {
		margin-bottom: 20px;
	}

	.content h3 {
		font-size: 22px;
		line-height: 30px;
	}

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

	#top-red {
		display: none;
	}

	#top-socials {
		display: none;
	}

	#site-padding {
		padding: 0px;
	}

	#site-wrapper {
		border: none;
	}
	
	#mobile-menu {
		display: block;	
	}
	
	#open-menu {
		display: block;	
	}

	#header {
		height: 80px;
	}

	.nav-split {
		display: none;
	}

	#logo {
		float: none;
		position: absolute;
		top: -25px;
		left: 50%;
		z-index: 200;
		margin-left: -60px;
		width: 120px;
		padding-top: 0px;
		pointer-events: none;
	}

	#footer {
		height: 145px;
	}

	#footer-credits {
		font-size: 12px;
		line-height: 20px;
		letter-spacing: 0.5px;
		padding-top: 52px;
		padding-left: 35px;
	}

	#footer-pie {
		width: 85px;
		padding-top: 30px;
		padding-right: 35px;
	}

	.content-header {
		height: 90px;
		border-top: none;
		border-bottom: none;
		background-size: 400px 400px;
	}

	.content-header h1 {
		font-size: 25px;
		line-height: 28px;
		letter-spacing: 3px;
		padding-left: 3px;
		text-shadow: rgb(60, 60, 60) 2px 0px 0px, rgb(60, 60, 60) 1.75517px 0.958851px 0px, rgb(60, 60, 60) 1.0806px 1.68294px 0px, rgb(60, 60, 60) 0.141474px 1.99499px 0px, rgb(60, 60, 60) -0.832294px 1.81859px 0px, rgb(60, 60, 60) -1.60229px 1.19694px 0px, rgb(60, 60, 60) -1.97999px 0.28224px 0px, rgb(60, 60, 60) -1.87291px -0.701566px 0px, rgb(60, 60, 60) -1.30729px -1.51361px 0px, rgb(60, 60, 60) -0.421592px -1.95506px 0px, rgb(60, 60, 60) 0.567324px -1.91785px 0px, rgb(60, 60, 60) 1.41734px -1.41108px 0px, rgb(60, 60, 60) 1.92034px -0.558831px 0px,
		rgb(60, 60, 60) 2.0px 2px 0px, 
		rgb(60, 60, 60) -2.0px 2px 0px, 
		rgb(60, 60, 60) 1.5px 3px 0px, 
		rgb(60, 60, 60) -1.5px 3px 0px, 
		rgb(60, 60, 60) 1px 3.5px 0px, 
		rgb(60, 60, 60) -1px 3.5px 0px, 
		rgb(60, 60, 60) 0px 4px 0px;
		text-align: center;
	}

	#bio-content-wrapper {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	#bio-photo {
		float: right;
		width: 200px;
		padding-top: 6px;
		padding-bottom: 30px;
	}

	#bio-photo img {
		border: 4px solid #3c3c3c;
		border-radius: 50%;
	}

	#bio-text {
		float: left;
		width: calc(100% - 200px);
		padding-left: 0px;
		padding-right: 30px;
	}

	#bio-discography {
		padding-top: 17px;
	}

	.bio-discography-item-year {
		width: 55px;
	}

	.bio-discography-item-title {
		width: calc(100% - 55px);
	}

	#bio-film {
		padding-top: 45px;
	}

	#general-content-wrapper {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	#music-content-wrapper {
		padding-top: 50px;
		padding-bottom: 60px;
	}

	.music-item {
		width: 310px;
		margin-right: calc(100% - 620px);
	}

	.music-item:nth-of-type(3n+3) {
		margin-right: calc(100% - 620px);
	}

	.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: 41px;
	}

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

	.music-item-text {
		padding-top: 19px;
	}

	#video-content-wrapper {
		padding-top: 50px;
		padding-bottom: 60px;
	}

	.video-item {
		float: none;
		width: auto;
		margin-right: 0px;
	}
	
	.video-item:nth-of-type(1n+3) {
		margin-top: 41px;
	}
	
	.video-item:nth-of-type(1n+2) {
		margin-top: 41px;
	}

	.video-item-img a .video-item-play {
		padding-left: 60px;
	}

	.video-item-text {;
		padding-top: 19px;
	}

	#book-content-wrapper {
		padding-top: 50px;
		padding-bottom: 60px;
	}

	.book-item {
		margin-top: 60px;
	}

	.book-item-img {
		width: 220px;
	}

	.book-item-cover {
		padding: 4px;
	}

	.book-item-text  {
		top: -5px;
		width: calc(100% - 220px);
		padding-left: 40px;
	}

	.book-item-copyright {
		font-size: 10px;
		line-height: 14px;
		letter-spacing: 1px;
		padding-top: 20px;
		padding-bottom: 1px;
	}

	.book-item-button {
		padding-top: 24px;
	}

	#photo-content-wrapper {
		padding-top: 50px;
		padding-bottom: 60px;
	}

	#photo-intro {
		padding-bottom: 40px;
	}

	.photo-item {
		width: calc(50% - 20px);
		margin-right: 40px;
	}

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

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

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

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

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

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

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

	.tour-item {
		margin-top: 66px;	
	}

	#contact-content-wrapper {
		padding-top: 50px;
		padding-bottom: 60px;
	}

	.contact-item {
		margin-top: 66px;	
	}
	
	#home-feature {
		padding: 0px 0px 0px 0px;
	}

	#home-feature-img {
		border: none;
	}

	#home-feature-tab {
		display: none;
	}

	#home-feature-details {
		padding: 40px 50px 50px 50px;
	}

	#home-feature-title {
		font-size: 30px;
		line-height: 30px;
		letter-spacing: 2px;
		padding-left: 2px;
	}

	#home-feature-text-small {
		font-size: 16px;
		line-height: 25px;
		padding-top: 14px;
	}

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

	#home-feature-buttons a {
		margin-left: 20px;
	}

	#home-middle {
		display: block;
		border: none;
	}

	#home-podcast {
		width: 100%;
		border: none;
		padding: 40px 50px 40px 50px;
	}

	.home-middle-title {
		font-size: 30px;
		line-height: 30px;
		letter-spacing: 2px;
		text-shadow: 0px 5px 0px #3c3c3c;
		padding-left: 2px;
	}

	#home-podcast-wrapper {
		max-width: 430px;
		padding-top: 35px;
	}

	#home-podcast-img-face {
		width: 160px;
	}

	#home-podcast-img-text {
		width: calc(100% - 160px);
		padding-left: 20px;
	}

	#home-podcast-intro {
		font-size: 16px;
		line-height: 25px;
		padding-top: 40px;
	}

	#home-podcast-bottom {
		position: static;
		bottom: 0;
		left: 0;
		padding-top: 35px;
	}

	#home-podcast-bottom-wrapper {
		max-width: 450px;
	}

	#home-podcast-bottom-wrapper a {
		margin-left: 20px;
	}

	#home-instagram {
		width: 100%;
		border: none;
		padding: 40px 50px 40px 50px;
		background-size: 600px 600px;
	}

	#home-instagram-wrapper {
		max-width: 340px;
		padding-top: 42px;
	}

	#home-instagram-feed #sb_instagram #sbi_images .sbi_item {
		width: calc(50% - 10px) !important;
		margin-right: 20px !important;
	}

	#home-instagram-feed #sb_instagram #sbi_images .sbi_item:nth-of-type(3n+3) {
		margin-right: 20px !important;
	}

	#home-instagram-feed #sb_instagram #sbi_images .sbi_item:nth-of-type(2n+2) {
		margin-right: 0px !important;
	}

	#home-instagram-feed #sb_instagram #sbi_images .sbi_item:nth-of-type(1n+4) {
		margin-top: 20px !important;
	}

	#home-instagram-feed #sb_instagram #sbi_images .sbi_item:nth-of-type(1n+3) {
		margin-top: 20px !important;
	}

	#home-instagram-feed #sb_instagram #sbi_images .sbi_item:nth-of-type(1n+5) {
		display: none !important;
	}

	#home-instagram-feed #sb_instagram a {
		border: 10px solid #f2f3e9;
	}

	#home-instagram-feed #sb_instagram a:hover {
		border-color: #ffffff;
	}

	#home-instagram-button {
		position: static;
		bottom: 0;
		left: 0;
		padding-top: 35px;
	}

	#home-video {
		padding: 50px;
		background-color: #4bb8b1;
	}

	#home-video-wrapper {
		border: none;
	}
	
	#home-video-wrapper a {
		background-color: transparent;
		padding: 5px;
	}
	
	#home-video-wrapper a #home-video-bg {
		display: block;
		opacity: 1;
		border-radius: 25px;
		-webkit-box-shadow: 0px 15px 0px 5px #3c3c3c, 0px 0px 0px 5px #3c3c3c; 
		box-shadow: 0px 15px 0px 5px #3c3c3c, 0px 0px 0px 5px #3c3c3c;
	}

	#home-video-wrapper a #home-video-play {
		position: relative;
		padding: 50px 5px 0px 5px;
	}

	#home-video-wrapper a #home-video-play #home-video-details {
		max-width: 310px;
		width: calc(100% - 100px);
		text-align: left;
		padding-bottom: 10px;
	}

	#home-video-wrapper a #home-video-play #home-video-details #home-video-line {
		display: none;
	}

	#home-video-wrapper a #home-video-play #home-video-details #home-video-title {
		font-size: 30px;
		line-height: 30px;
		letter-spacing: 2px;
		text-shadow: 0px 5px 0px #3c3c3c;
		padding-left: 0px;
	}

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

	#podcast-content-wrapper {
		padding-top: 50px;
		padding-bottom: 80px;
	}

	#podcast-top {
		max-width: 630px;
	}

	#podcast-top-img {
		width: 160px;
	}
	
	#podcast-top-details {
		width: calc(100% - 160px);
		padding-left: 40px;
	}

	#podcast-top-intro {
		font-size: 16px;
		line-height: 25px;
	}

	#podcast-top-buttons {
		padding-top: 14px;
	}

	#podcast-top-buttons a {
		margin-right: 16px;
	}
    
}


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

@media all and (max-width: 767px) {
	
	/* mobile layout */
	
	body {
		font-size: 15px;
		line-height: 24px;
	}

	.content p, .content ul, .content ol {
		margin-bottom: 24px;
	}

	.content ul.margin li, .content ol.margin li {
		margin-bottom: 24px;
	}

	.content ul li {
		padding-left: 24px;
	}

	.content ol li {
		padding-left: 24px;
	}
	
	.content h2 {
		font-size: 20px;
		line-height: 28px;
	}
	
	.content h2.margin {
		margin-bottom: 18px;
	}

	.content h3 {
		font-size: 20px;
		line-height: 28px;
	}

	.common-pad {
		padding-left: 35px;
		padding-right: 35px;
	}
	
	#open-menu a {
		padding: 0px 35px;
	}
	
	#open-menu a:hover {
		padding: 0px 45px;
	}

	#header {
		height: 80px;
	}

	#logo {
		top: -25px;
		left: 50%;
		margin-left: -60px;
		width: 120px;
	}

	#footer {
		height: 145px;
	}

	#footer-credits {
		font-size: 12px;
		line-height: 20px;
		letter-spacing: 0.5px;
		padding-top: 52px;
		padding-left: 35px;
	}

	#footer-pie {
		width: 85px;
		padding-top: 30px;
		padding-right: 35px;
	}

	.content-header {
		height: 90px;
		border-top: none;
		border-bottom: none;
		background-size: 400px 400px;
	}

	.content-header h1 {
		font-size: 25px;
		line-height: 28px;
		letter-spacing: 3px;
		padding-left: 3px;
		text-shadow: rgb(60, 60, 60) 2px 0px 0px, rgb(60, 60, 60) 1.75517px 0.958851px 0px, rgb(60, 60, 60) 1.0806px 1.68294px 0px, rgb(60, 60, 60) 0.141474px 1.99499px 0px, rgb(60, 60, 60) -0.832294px 1.81859px 0px, rgb(60, 60, 60) -1.60229px 1.19694px 0px, rgb(60, 60, 60) -1.97999px 0.28224px 0px, rgb(60, 60, 60) -1.87291px -0.701566px 0px, rgb(60, 60, 60) -1.30729px -1.51361px 0px, rgb(60, 60, 60) -0.421592px -1.95506px 0px, rgb(60, 60, 60) 0.567324px -1.91785px 0px, rgb(60, 60, 60) 1.41734px -1.41108px 0px, rgb(60, 60, 60) 1.92034px -0.558831px 0px,
		rgb(60, 60, 60) 2.0px 2px 0px, 
		rgb(60, 60, 60) -2.0px 2px 0px, 
		rgb(60, 60, 60) 1.5px 3px 0px, 
		rgb(60, 60, 60) -1.5px 3px 0px, 
		rgb(60, 60, 60) 1px 3.5px 0px, 
		rgb(60, 60, 60) -1px 3.5px 0px, 
		rgb(60, 60, 60) 0px 4px 0px;
		text-align: center;
	}

	#bio-content-wrapper {
		padding-top: 35px;
		padding-bottom: 30px;
	}

	#bio-photo {
		float: none;
		width: 200px;
		margin: 0 auto;
		padding-top: 0px;
		padding-bottom: 30px;
	}

	#bio-photo img {
		border: 4px solid #3c3c3c;
		border-radius: 50%;
	}

	#bio-text {
		float: none;
		width: auto;
		padding-right: 0px;
	}

	#bio-discography {
		padding-top: 12px;
	}

	.bio-discography-item-year {
		width: 55px;
	}

	.bio-discography-item-title {
		width: calc(100% - 55px);
	}

	#bio-film {
		padding-top: 40px;
	}

	#general-content-wrapper {
		padding-top: 35px;
		padding-bottom: 30px;
	}
	
	#music-content-wrapper {
		padding-top: 35px;
		padding-bottom: 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: 36px;
	}

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

	.music-item-text {
		padding-top: 10px;
	}

	#video-content-wrapper {
		padding-top: 35px;
		padding-bottom: 40px;
	}

	.video-item {
		float: none;
		width: auto;
		margin-right: 0px;
	}
	
	.video-item:nth-of-type(1n+3) {
		margin-top: 30px;
	}
	
	.video-item:nth-of-type(1n+2) {
		margin-top: 30px;
	}

	.video-item-img a .video-item-play {
		padding-left: 40px;
	}

	.video-item-text {;
		padding-top: 10px;
	}

	#book-content-wrapper {
		padding-top: 35px;
		padding-bottom: 40px;
	}

	.book-item {
		text-align: center;
		margin-top: 60px;
	}

	.book-item-img {
		float: none;
		width: auto;
		max-width: 156px;
		margin: 0 auto;
	}

	.book-item-cover {
		padding: 3px;
	}

	.book-item-text  {
		top: 0px;
		float: none;
		width: auto;
		padding-left: 0px;
		padding-top: 9px;
	}

	.book-item-copyright {
		font-size: 10px;
		line-height: 14px;
		letter-spacing: 1px;
		padding-top: 12px;
		padding-bottom: 1px;
	}

	.book-item-button {
		padding-top: 24px;
	}

	#photo-content-wrapper {
		padding-top: 35px;
		padding-bottom: 40px;
	}

	#photo-intro {
		padding-bottom: 30px;
	}

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

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

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

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

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

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

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

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

	.tour-item {
		margin-top: 22px;
		border-top: 4px solid #444444;
		padding-top: 21px;
	}

	.tour-item:first-of-type {
		margin-top: 0px !important;
		border-top: none !important;
		padding-top: 0px !important;
	}

	#contact-content-wrapper {
		padding-top: 35px;
		padding-bottom: 40px;
	}

	.contact-item {
		margin-top: 22px;
		border-top: 4px solid #444444;
		padding-top: 21px;
	}

	.contact-item:first-of-type {
		margin-top: 0px !important;
		border-top: none !important;
		padding-top: 0px !important;
	}
	
	#home-feature-details {
		padding: 40px 35px 30px 35px;
	}

	#home-feature-title {
		font-size: 30px;
		line-height: 30px;
		letter-spacing: 2px;
		padding-left: 2px;
	}

	#home-feature-text-small {
		font-size: 16px;
		line-height: 25px;
		padding-top: 12px;
	}

	#home-feature-buttons {
		padding-top: 16px;
		padding-left: 0px;
	}

	#home-feature-buttons a {
		margin: 10px 10px;
	}

	#home-podcast {
		padding: 40px 35px 30px 35px;
	}

	.home-middle-title {
		font-size: 30px;
		line-height: 30px;
		letter-spacing: 2px;
		text-shadow: 0px 5px 0px #3c3c3c;
		padding-left: 2px;
	}

	#home-podcast-wrapper {
		max-width: 430px;
		padding-top: 35px;
	}

	#home-podcast-img-face {
		width: 160px;
	}

	#home-podcast-img-text {
		width: calc(100% - 160px);
		padding-left: 20px;
	}

	#home-podcast-intro {
		font-size: 16px;
		line-height: 25px;
		padding-top: 30px;
	}

	#home-podcast-bottom {
		padding-top: 25px;
	}

	#home-podcast-bottom-wrapper {
		max-width: 450px;
	}

	#home-podcast-bottom-wrapper a {
		margin: 10px 10px;
	}

	#home-instagram {
		padding: 40px 35px 40px 35px;
		background-size: 600px 600px;
	}

	#home-instagram-wrapper {
		max-width: 340px;
		padding-top: 42px;
	}

	#home-instagram-feed #sb_instagram #sbi_images .sbi_item {
		width: calc(50% - 10px) !important;
		margin-right: 20px !important;
	}

	#home-instagram-feed #sb_instagram #sbi_images .sbi_item:nth-of-type(3n+3) {
		margin-right: 20px !important;
	}

	#home-instagram-feed #sb_instagram #sbi_images .sbi_item:nth-of-type(2n+2) {
		margin-right: 0px !important;
	}

	#home-instagram-feed #sb_instagram #sbi_images .sbi_item:nth-of-type(1n+4) {
		margin-top: 20px !important;
	}

	#home-instagram-feed #sb_instagram #sbi_images .sbi_item:nth-of-type(1n+3) {
		margin-top: 20px !important;
	}

	#home-instagram-feed #sb_instagram #sbi_images .sbi_item:nth-of-type(1n+5) {
		display: none !important;
	}

	#home-instagram-feed #sb_instagram a {
		border: 10px solid #f2f3e9;
	}

	#home-instagram-feed #sb_instagram a:hover {
		border-color: #ffffff;
	}

	#home-instagram-button {
		padding-top: 35px;
	}

	#home-video {
		padding: 35px;
	}
	
	#home-video-wrapper a {
		padding: 5px;
	}
	
	#home-video-wrapper a #home-video-bg {
		border-radius: 25px;
		-webkit-box-shadow: 0px 15px 0px 5px #3c3c3c, 0px 0px 0px 5px #3c3c3c; 
		box-shadow: 0px 15px 0px 5px #3c3c3c, 0px 0px 0px 5px #3c3c3c;
	}

	#home-video-wrapper a #home-video-play {
		padding: 50px 5px 0px 5px;
	}

	#home-video-wrapper a #home-video-play #home-video-details {
		max-width: 310px;
		width: calc(100% - 100px);
		padding-bottom: 10px;
	}

	#home-video-wrapper a #home-video-play #home-video-details #home-video-title {
		font-size: 25px;
		line-height: 25px;
		letter-spacing: 2px;
		text-shadow: 0px 5px 0px #3c3c3c;
	}

	#podcast-content-wrapper {
		padding-top: 35px;
		padding-bottom: 60px;
	}

	#podcast-top-img {
		width: 120px;
	}
	
	#podcast-top-details {
		width: calc(100% - 120px);
		padding-left: 30px;
	}

	#podcast-top-intro {
		font-size: 16px;
		line-height: 25px;
	}

	#podcast-top-buttons {
		padding-top: 14px;
	}

	#podcast-top-buttons a {
		margin-right: 0px;
		margin-top: 16px;
	}

	#podcast-top-buttons a:first-of-type {
		margin-top: 0px !important;
	}
	
	#podcast-top-buttons br {
		display: inline-block;
	}
	
}


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

@media all and (max-width: 599px) {
	
	/* in-between size */
    
	.common-pad {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	#open-menu a {
		padding: 0px 30px;
	}
	
	#open-menu a:hover {
		padding: 0px 40px;
	}
	
	#footer-credits {
		padding-left: 30px;
	}

	#footer-pie {
		padding-right: 30px;
	}

	.music-item {
		float: none;
		width: auto;
		max-width: 300px;
		margin: 0 auto;
	}

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

	.music-item:nth-of-type(2n+2) {
		margin: 0 auto;
	}

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

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

	.music-item:nth-of-type(1n+2) {
		margin-top: 36px;
	}
	
	#home-feature-details {
		padding: 40px 30px 30px 30px;
	}

	#home-podcast {
		padding: 40px 30px 30px 30px;
	}

	#home-instagram {
		padding: 40px 30px 40px 30px;
	}

	#podcast-content-wrapper {
		padding-top: 35px;
		padding-bottom: 60px;
	}
	
	#podcast-top {
		display: block;
		text-align: center;
	}

	#podcast-top-img {
		width: 180px;
		margin: 0 auto;
	}
	
	#podcast-top-details {
		width: auto;
		padding-left: 0px;
		padding-top: 20px;
	}

	#podcast-top-intro {
		font-size: 16px;
		line-height: 25px;
	}

	#podcast-top-buttons {
		padding-top: 14px;
	}

	#podcast-top-buttons a {
		margin-right: 0px;
		margin-top: 16px;
	}

	#podcast-top-buttons a:first-of-type {
		margin-top: 0px !important;
	}
	
	#podcast-top-buttons br {
		display: inline-block;
	}

}


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

@media all and (max-width: 479px) {
	
	/* mobile vertical layout */

	.photo-item {
		float: none;
		width: auto;
		max-width: 300px;
		margin: 0 auto;
	}

	.photo-item:nth-of-type(3n+3) {
		margin: 0 auto;
	}

	.photo-item:nth-of-type(2n+2) {
		margin: 0 auto;
	}

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

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

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

