/* Auni Design - View */

@media screen{
    @font-face {
        font-family: 'freight_sans_light';
        font-weight: normal;
        font-style: normal;
        src: url("FreightSansLight.eot"); /* IE9 Compat Modes */
	    src: url("FreightSansLight.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	         url("FreightSansLight.woff") format("woff"), /* Modern Browsers */
	         url("FreightSansLight.ttf")  format("truetype"), /* Safari, Android, iOS */
	         url("FreightSansLight.svg#FreightSansLight") format("svg"); /* Legacy iOS */
    }
    @font-face {
        font-family: 'freight_sans_light';
        font-weight: normal;
        font-style: italic;
        src: url("FreightSansLightItalic.eot"); /* IE9 Compat Modes */
	    src: url("FreightSansLightItalic.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	         url("FreightSansLightItalic.woff") format("woff"), /* Modern Browsers */
	         url("FreightSansLightItalic.ttf")  format("truetype"), /* Safari, Android, iOS */
	         url("FreightSansLightItalic.svg#FreightSansLightItalic") format("svg"); /* Legacy iOS */
    }
    @font-face {
        font-family: 'freight_sans_light';
        font-weight: bold;
        font-style: normal;
        src: url("FreightSansBold.eot"); /* IE9 Compat Modes */
	    src: url("FreightSansBold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	         url("FreightSansBold.woff") format("woff"), /* Modern Browsers */
	         url("FreightSansBold.ttf")  format("truetype"), /* Safari, Android, iOS */
	         url("FreightSansBold.svg#FreightSansBold") format("svg"); /* Legacy iOS */
    }
    @font-face {
        font-family: 'proxima_nova_light';
        font-weight: normal;
        font-style: normal;
        src: url("ProximaNovaAltLight.eot"); /* IE9 Compat Modes */
	    src: url("ProximaNovaAltLight.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	         url("ProximaNovaAltLight.woff") format("woff"), /* Modern Browsers */
	         url("ProximaNovaAltLight.ttf")  format("truetype"), /* Safari, Android, iOS */
	         url("ProximaNovaAltLight.svg#FreightSansBold") format("svg"); /* Legacy iOS */
    }
    @font-face {
        font-family: 'proxima_nova';
        font-weight: normal;
        font-style: normal;
        src: url("ProximaNovaRegular.eot"); /* IE9 Compat Modes */
	    src: url("ProximaNovaRegular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	         url("ProximaNovaRegular.woff") format("woff"), /* Modern Browsers */
	         url("ProximaNovaRegular.ttf")  format("truetype"), /* Safari, Android, iOS */
	         url("ProximaNovaRegular.svg#FreightSansBold") format("svg"); /* Legacy iOS */
    }
    @font-face {
        font-family: 'arno_pro_light';
        font-weight: normal;
        font-style: normal;
        src: url("ArnoProLightDisplay.eot"); /* IE9 Compat Modes */
	    src: url("ArnoProLightDisplay.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	         url("ArnoProLightDisplay.woff") format("woff"), /* Modern Browsers */
	         url("ArnoProLightDisplay.ttf")  format("truetype"), /* Safari, Android, iOS */
	         url("ArnoProLightDisplay.svg#FreightSansBold") format("svg"); /* Legacy iOS */
    }
}

/**** STRUCTURAL ELEMENTS ****/

body{
	padding:0px;
	margin:0px;
    color:#000000;
    font-family: 'freight_sans_light','Franklin Gothic Book','Times New Roman',Calibri, Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
}

header{
    /*width: 100vw;*/
    min-height: 90px;
    color: #FFFFFF;
    display:block;
    background-color: rgb(0, 0, 0);
	position: fixed;
	width:100vw;
	z-index:100;
}
.wrapper{
    min-height: 100vh;
    margin: 0 auto -160px; /* the bottom margin is the negative value of the footer's height */
}

content{
	display:block;
	position: relative;
	top: 90px;
	margin-bottom: 100px;
}

footer{
    /*width: 100vw;*/
    height: 60px;
    margin-top: 40px;
    padding-bottom: 60px;
    color: #000000;
    display:block;
    text-align:center;
    font-size:13px;
}

.push{
    height: 90px;
}


/*** GLOBAL DESIGN ***/
.font{
    font-family: 'freight_sans_light','Franklin Gothic Book','Times New Roman',Calibri, Arial, Helvetica, sans-serif;
}
.font-italic{
    font-family: 'freight_sans_light','Franklin Gothic Book','Times New Roman',Calibri, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style:italic;
}
.font-bold{
    font-family: 'freight_sans_light','Franklin Gothic Book','Times New Roman',Calibri, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: normal;
}
.link{
    cursor: pointer;
}
.text{
	line-height: 25px;
	font-size: 18px;
}
.full-width{
	width:100vw;
}
.full-width-video{
	width:100%;
	height:80vh;
}
.limited-width{
	width:80vw;
	max-width:1200px;
	margin:auto;
}
.limited-width-video{
	width:80vw;
	max-width:1200px;
	margin:auto;
	height:60vh;
}
.inline-menu .menuitem{
	display:inline-block;
}
.list .listitem{
	border-bottom: solid #EAEAEA 1px;
}
.list .listitemline{
	line-height:70px;
}
.list .listitemline-small{
	line-height:30px;
	margin-top: 10px;
}
.list-small .listitem{
	line-height:40px;
}
.list:first-child{
	border-top: solid #EAEAEA 1px;
}
.list .listitem .listitemcell{
	display:inline-block;
	vertical-align:middle;
}
.listitem .dateCell{
	min-width:100px;
	width:20%;
}
.listitem .descriptionCell{
	min-width:200px;
	width:40%;
}
.listitem .rightCell{
	float:right;
	position: relative;
}
.list-noborder .listitem,
.list-noborder:first-child{
	border: none;
}

.cardlist{
	width:100%;
	display:block;
}
.cardlist-row-space{
	min-height:60px;
}
.cardlistitem{
	display:inline-block;
	overflow: hidden;
	vertical-align: top;
}
.cardlistitem-image img{
	width: 100%;
}
.cardlistitem-title{
	font-size: 20px;
	padding: 10px 0px;
	word-wrap:break-word;
	letter-spacing: normal;
	font-family: 'proxima_nova','proxima_nova_light','freight_sans_light','Franklin Gothic Book','Times New Roman',Calibri, Arial, Helvetica, sans-serif;
}
.cardlistitem-date{
	font-size: 18px;
	word-wrap:break-word;
	color:#b3e4fe;
}
.cardlistitem-description{
	font-size: 15px;
	line-height: 22px;
	word-wrap:break-word;
	margin-top:10px;
	color:#BABABA;
}
.cardlistitem-links{
	word-wrap:break-word;
	margin-top:10px;
}

.background-blue{
	background-color:#ebf6fe;
	background-color:rgba(234, 246, 254, 0.6);
}
.button-link{
	-webkit-appearance: none;
	padding:8px 13px;
	background-color:#3f529d;
	color:#FFFFFF;
	font-size:14px;
	text-decoration:none;
	letter-spacing: 0.8px;
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}
.button-link:focus,
.button-link:hover{
	outline: none;
	opacity: 0.9;
}
.button-big{
	padding:13px 20px;
}
.button-delete{
	background-color:red;
}
.text-link,
.text-link:focus,
.text-link:visited,
.text-link:hover{
	color:#4b64c2;
	text-decoration:none;
}
.background-link{
	color:#4b64c2;
	font-size:16px;
	text-decoration:none;
}
.center-block{
	margin: auto;
}
.center-content{
	text-align:center;
}
.right-content{
	text-align:right;
}



.form-line{
	display: block;
	margin-bottom: 15px;
}
.form-separation{
	height:20px;
}
.form-section-title{
	height:20px;
	margin-bottom:10px;
}

.form .input,
.form .textarea{
	-webkit-appearance: none;
	border: solid #DADADA 1px;
}
.form .input:focus,
.form .textarea:focus{
	border: solid #b3e4fe 1px;
    outline:none;
}
.input{
	font-size:20px;
	padding: 8px;
	font-family: 'freight_sans_light','Franklin Gothic Book','Times New Roman',Calibri, Arial, Helvetica, sans-serif;
}
.form .button,
.form .submit{
	font-family: 'freight_sans_light','Franklin Gothic Book','Times New Roman',Calibri, Arial, Helvetica, sans-serif;
	border: none;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	cursor: pointer;
}
.form-success{
	color: green;
	margin-bottom: 3px;
}
.form-error{
	color: red;
	margin-bottom: 3px;
}
.input-fullwidth{
	width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.textarea{
	font-size:20px;
	padding: 8px;
	width: 100%;
	font-family: 'freight_sans_light','Franklin Gothic Book','Times New Roman',Calibri, Arial, Helvetica, sans-serif;
}

.photo-credits-container{
	position:relative;
	z-index:0; 
}
.photo-credits{
	position:absolute;
	z-index:1;
	right:0;
	bottom:0;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
	color:white; 
	font-size:11px;
	padding:6px 8px;
}
.photo-credits a{
	text-decoration: none;
	color: white;
}
.inactive{
	color: red;
}

/*** GLOBAL OBJECTS ***/


.section-content{
	padding: 80px 0px;
}


.subSection-title{
	font-size:25px;
	text-align:center;
	padding-bottom: 60px;
	letter-spacing: normal;
	text-transform: uppercase;
    font-family: 'arno_pro_light','freight_sans_light','Franklin Gothic Book','Times New Roman',Calibri, Arial, Helvetica, sans-serif;
}
.subSection-content{
	padding:15px 0px;
	color: #000000;
}
.subSection-subtitle{
	font-size:20px;
	padding:15px 0px;
	color: #000000;
	position: relative;
	bottom: 20px;
	font-family: 'proxima_nova','proxima_nova_light','freight_sans_light','Franklin Gothic Book','Times New Roman',Calibri, Arial, Helvetica, sans-serif;
}
.subSection-tabs{
	text-align:center;
	font-size: 18px;
	margin-bottom:40px;
    font-family: 'arno_pro_light','freight_sans_light','Franklin Gothic Book','Times New Roman',Calibri, Arial, Helvetica, sans-serif;
}
.subSection-tab{
	min-width: 120px;
	display: inline-block;
}
.subSection-tab a,
.subSection-tab a:focus,
.subSection-tab a:visited
{
	text-decoration: none;
	color: black;
}
.subSection-tab a:hover
{
	border-bottom: solid black 1px;
}
.tab-selected a{
	border-bottom: solid black 1px;
}
.socialmedia{
	margin: 0px 20px;
}


.mosaic-row
{
	display: flex;
}
.mosaic-column
{
	flex: 50%; 
	padding:20px 30px;
}
.mosaic-column:first-child
{
	padding-left:0px;
}
.mosaic-column:last-child
{
	padding-right:0px;
}
.column-section
{
	margin-bottom: 20px;
}
.column-section-title
{
	color: #000000;
	font-size:18px;
	margin-bottom: 20px;
	font-family: 'proxima_nova','proxima_nova_light','freight_sans_light','Franklin Gothic Book','Times New Roman',Calibri, Arial, Helvetica, sans-serif;
}
.column-section-content
{
	padding: 15px 0px;
}
.column-section-content.text
{
	font-size:16px;
}


/****
*
	HEADER
*
****/
header div{
	line-height:90px;
	vertical-align:middle;
}
header a{
    text-decoration: none;
    outline: none;
    color:#FFFFFF;
}
#burgerMenu{
	display:none;
}
#header-mobile{
	display:none;
}
#header-menu{
	text-align:center;
}
#header-menu .menuitem{
	padding: 0px 10px;
}
#header-menu .menuitem-selected a{
	color:#b3e4fe;
}
#header-menu .menuitem a{
    width:100%;
    display:block;
	-webkit-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}
#header-menu .menuitem a:hover{
	color:#b3e4fe;
}
#header-artist{
	float:left;
	position: relative;
	font-size:40px;
	margin: 0px 30px;
}
#header-media{
	float:right;
}
#header-media a{
	position: relative;
	bottom: -6px;
}

/****
*
	INDEX
*
****/
.biography-index{
	width:60%; 
	max-width:600px;
}
.biography p:first-child
{
	margin-top: 0px;
}


/****
*
	ALBUM
*
****/
.album{
	margin-bottom: 60px;
}
.albumSection{
	/* Set percentage based on actual container size */
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.album-imageContainer{
	width:28%;
	min-width:275px;
	height:100%;
	display:inline-block;
	vertical-align:top;
}
.album-image img{
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.album-releaseStatus{
	width:250px;
	margin-top: 5px;
}
.album-details{
	display:inline-block;
	vertical-align:top;
	width:35%;
}
.album-links{
	display:inline-block;
	vertical-align:top;
	width:35%;
	margin:10px 0 0 10px;
}
.album-links-section{
	display:flex;
	margin-bottom: 50px;
	padding:0 0 0 60px;
}
.album-link-button{
	margin:0px 20px 0px 0px;
}
.album-link-icon{
	display:inline-block;
	width:30%;
	min-width:80px;
	max-width:150px;
	padding:10px 20px 10px 0px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.song{
	font-size: 19px;
}
.song-play{
	min-width: 35px;
}
.song-play img{
	display:inline-block; 
	vertical-align:middle; 
	position:relative; 
	bottom: 1px;
}
/****
*
	SCORING
*
****/
#soundcloud-playlist-left{
	float:left;
	width:50%;
}
#soundcloud-playlist-right{
	float:right;
	width:50%;
}
#scoring-soundcloud-container{
	width:600px;
	max-width:95%;
	max-height:450px;
	/*margin: auto;*/
}
#soundcloud-hidebar{
	position:relative;
	left:0px;
	bottom:20px;
	min-height:15px;
	background-color:#f5f5f5;
	border:#e5e5e5 solid 1px;
	border-top:0px;
	border-radius: 0 0 5px 5px;
}


/****
*
	CONCERT
*
****/
.concertDescriptionLine{
	line-height:20px;
	margin-bottom:10px;
}
.concertDescription{
	color:#BABABA;
	font-size:14px;
}

/****
*
	PHOTO
*
****/


#photoGallery{
    background-color:rgba(0,0,0,0.9);
    display:none;
    position:absolute;
    left:0px;
    top:60px;
    width:100vw;
    height:100vh;
    z-index:100;
}
#photoGalleryHeader{
    height: 50px;
    z-index:200;
}
#photoGalleryTitle{
    padding: 15px;
    padding-left: 30px;
    font-size: 26px;
}
#photoGalleryHide{
    float:right;
    margin-top:20px;
    margin-right:20px;
}
#photoGallery_wrapper{
    width:90%;
    margin:0 auto;
}
#photoGallery_images{
    width: 100%;
}
#photoGallery_list li{
    text-align:center;
}
#photoGallery_list img{
    max-height:500px;
}
.galleryImage.title{
    display:none;
}

/* Overlay Plugin configuration for background images */
.sy-controls li a:after {
    background-image: url(../image/arrows.svg);
}
.sy-box.sy-loading{
    background-image: url(../image/sy-loader.gif);
}


/****
*
	VIDEO
*
****/
.videoContainer{
	height:70vh;
	max-height:700px;
	min-height:500px;
	margin-bottom: 90px;
}

.video-container
{
	position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 51%;
}
.video
{
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0; 
    top: 0;
}

/****
*
	ABOUT
*
****/
.biography-photo{
	height:70vh; 
	min-height:600px;
}

/****
*
	CONTACT
*
****/
#contact-formContainer{
	width:60%;
}
#contact-message{
	height: 180px;
}

/****
*
	NEWSLETTER
*
****/
#newsletter-formContainer{
	width:60%;
}

/****
*
	EPK
*
****/
.epk-songs
{
	width:60%;
	min-width: 250px;
}

/****
*
	PLAYER
*
****/
#player-container{
	text-align:center;
}
#player_playingSong{
	text-align:left;
	padding:10px;
	padding-top:5px;
	border-bottom:dotted 1px grey;
}
#player_playingAlbum{
	text-align:left;
	padding:10px;
}
#player_playingAlbumImage{
	display:inline-block;
	width:200px;
	height:100%;
	vertical-align:middle;
	text-align:center;
}
#player_playingAlbumSongs{
	padding-left:20px;
}
/****
*
	FOOTER
*
****/

footer div{
	line-height:60px;
}



/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 812px)
  and (-webkit-min-device-pixel-ratio: 2) 		/* ----------- From iPhone 4 to iPhone X -----------  Portrait and Landscape */
{ 

	/**** STRUCTURAL ELEMENTS ****/
	
	body{
		overflow-y: scroll;
		overflow-x: hidden;
	}
	header{
		position: absolute;
		top:0px;
		min-height: 70px;
	}
	
	.wrapper{}
	content{
		top: 70px;
		overflow-x: hidden;
	}
	footer{}
	.push{}
	
	/*** GLOBAL DESIGN ***/
	.text{
		line-height: 25px;
		font-size: 18px;
	}
	.full-width{
		width:100vw;
	}
	.limited-width{
		width:90vw;
		max-width:1200px;
		margin:auto;
	}
	.inline-menu .menuitem{
		display:block;
	}
	.cardlistitem-description{
		color: #656565;
	}
	.cardlist-row-space{
		min-height:0px;
	}
	
	.inactive{
		color: red;
	}
	/*** GLOBAL OBJECTS ***/
	
	.section{}
	.section-content{}
	.subSection{}
	.subSection-title{}
	.subSection-content{}
	.subSection-subtitle{}
	.socialmedia{}
	
	.mosaic-row
	{
		display: block; 
	}
	.mosaic-row
	{
		padding:0px;
	}
	.mosaic-column:first-child
	{
		padding:0px;
	}
	.mosaic-column:last-child
	{
		padding:0px;
	}
	
	
	/****
	*
		HEADER
	*
	****/
	header div{
		line-height: 70px;
		font-size: 30px;
	}
	header a{
	    text-decoration: none;
	    outline: none;
	    color:#FFFFFF;
	}
	#burgerMenu{
		display:inline-block;
		vertical-align: middle;
		position: absolute;
		top: 0px;
		left: 0px;
		margin-left:10px;
		cursor: pointer;
	}
	#burgerMenu img{
		vertical-align: middle;
	}
	#header-mobile{
		display:inline-block;
		vertical-align: middle;
		width:100%;
		text-align:center;
	}
	#header-menu{
		display: none;
		max-height:90vh;
		overflow-y: scroll;
	}
	#header-menu .menuitem{
		padding: 0px 10px;
		display: block;
		border-bottom: solid #ABABAB 1px;
	}
	#header-menu .menuitem-selected a{
		color:#b3e4fe;
	}
	#header-menu .menuitem a{
	    width:100%;
	}
	#header-menu .menuitem a:hover{
		color:#b3e4fe;
	}
	#header-artist{
		display:none;
	}
	#header-media{
		display: none;
	}
	#header-media a{}
	
	
	/****
	*
		FOOTER
	*
	****/
	.socialmedia.inline-menu .menuitem{
		display: inline-block;
	}
	/****
	*
		INDEX
	*
	****/
	.biography-index{
		width:100%;
		max-width:100vw; 
	}

	/****
	*
		SCORING
	*
	****/
	#soundcloud-playlist-left{
		width:100%;
	}
	#soundcloud-playlist-right{
		width:100%;
	}
	#scoring-soundcloud-container{
		width:100%;
		max-width:100%;
		max-height:450px;
	}
	/****
	*
		CONTACT
	*
	****/
	#contact-formContainer{
		width:100%;
	}
	/****
	*
		NEWSLETTER
	*
	****/
	#newsletter-formContainer{
		width:100%;
	}
	/****
	*
		EPK
	*
	****/
	.epk-songs
	{
		width:100%;
		min-width: 100%;
	}
}

/* Portrait only */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 812px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait)				/* ----------- From iPhone 4 to iPhone X ----------- Portrait only */
   { 


	/*** GLOBAL DESIGN ***/
	.full-width-video{
		width:100%;
		height:50vh;
	}
	.cardlistitem{
		display:block;
		min-width: 100%;
		margin-bottom: 30px;
		overflow: hidden;
		vertical-align: top;
	}
	
	/****
	*
		ALBUM
	*
	****/
	.albumSection{
		display:block;
		margin-bottom: 30px;
	}
	.album-imageContainer{
		width:100%;
		min-width:100%;
		height:100%;
		vertical-align:top;
		text-align: center;
	}
	.album-details{
		width:100%;
	}
	.album-links{
		width:100%;
		margin:0 0 0 0;
	}
	.album-links-section{
		padding:0px 0px 0px 0px;
		margin:0px 0px 20px 0px;
		width: 100%;
	}

	/****
	*
		CONCERT
	*
	****/
	.list .concert .listitemcell{
		display:block;
	}
	.concertDescriptionLine .dateCell{
		min-width:0px;
		max-width:0px;
		display:block;
	}
	.listitem .concertDescription{
		color:#656565;
		display: block;
		min-width: 100%;
		width: 100%;
		font-size:15px;
	}
	/****
	*
		VIDEO
	*
	****/
	.videoContainer{
		height:50vh;
		max-height:50vh;
		min-height:50vh;
		margin-bottom: 90px;
	}
	/****
	*
		ABOUT
	*
	****/
	.biography-photo{
		height:50vh; 
		min-height:50vh;
	}
	/****
	*
		PLAYER
	*
	****/
	#player_playingAlbum{
		text-align:center;
	}
	#player_playingAlbumImage{
		display:inline-block;
		width:200px;
		height:100%;
		vertical-align:middle;
	}
	#player_playingAlbumSongs{
		padding-left:0px;
		text-align: left;
	}


}

/* Landscape only */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 812px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape)				/* ----------- From iPhone 4 to iPhone X ----------- Landscape only */
{ 


	/*** GLOBAL DESIGN ***/
	.full-width-video{
		width:100%;
		height:70vh;
	}
	.cardlist{
		text-align: center;
	}
	.cardlistitem{
		text-align: left;
		display:inline-block;
		min-width: 45%;
		margin-bottom: 30px;
		overflow: hidden;
		vertical-align: top;
	}
	
	/****
	*
		ALBUM
	*
	****/
	.albumSection{
		margin-bottom: 30px;
	}
	.album-imageContainer{
		width:30%;
		min-width:250px;
		height:100%;
		vertical-align:top;
	}
	.album-details{
		width:50%;
		margin-left:20px;
	}
	.album-links{
		display:block;
		width:100%;
		margin:0 0 0 0;
	}
	.album-links-section{
		padding:0px 0px 0px 0px;
		margin:0px 0px 20px 0px;
		width: 100%;
	}
	/****
	*
		CONCERT
	*
	****/
	.concertDescriptionLine .dateCell{
		min-width:0px;
		max-width:0px;
		display:block;
	}
	.listitem .concertDescription{
		color:#656565;
		display: block;
		min-width: 100%;
		width: 100%;
	}
	/****
	*
		VIDEO
	*
	****/
	.videoContainer{
		height:100vh;
		max-height:100vh;
		min-height:100vh;
		margin-bottom: 90px;
	}
	/****
	*
		ABOUT
	*
	****/
	.biography-photo{
		height:100vh; 
		min-height:100vh;
	}
	
}