/* @group base */

/* Margin resets for block-level elements */

html {
	background: #909090;
	color: #252525;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: subpixel-antialiased;}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	overflow: scroll;
	_overflow:auto;
	overflow-y: auto;
	overflow-x: auto;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, cite, label, dl, ul, ol, fieldset, address {
	clear: both;
	margin: 1em 0;
	padding: 0;
	text-indent: 0;
}

p {
	clear: inherit;
}

table {
	border-collapse: collapse;
	border-spacing: .3em;
	clear: both;
}

caption, th {
	text-align: left;
}

table, td {
	font-size: inherit;
}

ul, ol, li, dd, blockquote {
	margin-left: 1em;
}

/* Typography resets for normal text, semantic text, and headings */

body {
	font: normal 75% "Lucida Grande", Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
	margin: .0em 0 .3em;
}

h1 { font-size: 1.8em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1.0em; }

address, abbr, acronym {
	font-style: normal;
}

/*acronym, abbr {
	border-bottom: 1px dotted #333;
	cursor: help;
}*/

/*acronym {
	text-transform: uppercase;
}*/

/*pre, kbd, code, samp, tt, var {
	font-family: monospace;
}*/

pre {
	white-space: pre-wrap;        /*css-3*/ 
	word-wrap: break-word;        /*Internet Explorer 5.5+*/ 
}

del {
	text-decoration: line-through;
}

/* get forms to show up correctly */

form {
	margin: 1em 0;
	padding: 0;
}

form label {
	cursor: pointer;
	margin: 0;
	padding: .3em;
}

fieldset {
	border: none;
}

select, textarea {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

/* list element margins and default styles */

ul { list-style-type: disc; }
ul ul { list-style-type: circle; }
ul ul ul { list-style-type: square; }
ul ul ul ul { list-style-type: disc; }

ol { list-style-type: decimal; }
ol ol { list-style-type: lower-latin; }
ol ol ol { list-style-type: lower-roman; }
ol ol ol ol { list-style-type: decimal; }

/* Miscellaneous oddities and fixes */

a img {
	border: none;
}


hr {
	background-color: #666;
	border-width: 0;
	height: 1px;
	text-align: left;
	width: 95%;
}

iframe {
	border-width: 0;
}

:focus {
	outline: 0;
}

/* Common classes */

.hidden {
	display: none;
	visibility: hidden;
}

.visible {
	display: block;
	visibility: visible;
}

.invisible {
	visibility: hidden;
}

.cleanup {
	clear: both;
	display: block;
	font-size: 0em;
	height: 2px;
	line-height: 0em;
}

sup {
	line-height: 0.8em;
	font-size: 0.8em;
}

/* @end */

/* @group Colours */

body {
	color: #252525;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	line-height: 200%;
}

h4 {
	font: normal 1.2em 'Roboto Slab', Serif;
}

h3 {
	font: normal 1.4em 'Roboto Slab', Serif;
}


.dGreyBack {
	background-color: #252525;
}

.lGreyBack {
	background-color: #414141;
}

.redBack {
	background-color: #a93030;
}

.whiteTxt {
	color: #ffffff;
}

.roboto {
	font: 1.2em 'Roboto Slab', Serif;	
}

.bignumbers {
	font-size: 1.5em;
}

h3 a, h4 a {
	color: #fffeff;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

/* @end */



/* @group Divs */

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

.clearer {
	clear: both;
}

#container {
	width: 100%;
	max-width: 1600px;
	text-align: center;
	margin: auto;
	background-color: #ffffff;
	overflow: hidden;
}

header {
	//height: 405px;
	width: 100%;
}

#headimgCont {
	height: 200px;
	background-color: rgb(8,8,10);
	//background-image: linear-gradient(to right, rgb(8,8,10), rgb(8,8,10), rgb(127,127,127))
}


#headerimg {
	height: 100%;
	max-width: 1200px;
	margin: 0 auto;
	background-image: url("banners/banner1u.jpg");
	background-size: cover;
	background-position: center bottom;
	background-color: rgb(8,8,10);
	background-repeat: no-repeat;
	position: relative;
}

#headerimg.banner2 {
	background-image: url("banners/banner2u.jpg");
}

#maintextlogo {
	width: 80%;
	display: block;
	padding-top: 150px;
	margin: 0 auto;
  	filter: drop-shadow( 0px 0px 2px rgba(0, 0, 0, .7));
}


#menubuttonbar {
//	padding-left: 100px;
//	padding-right: 100px;
	//text-align: left;
	margin: 0;
}

nav {
	display: block;
	//min-height: 40px;
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	//justify-content: space-between;
}

nav a {
	display: block;
	height: 40px;
	// background-color: #d5d5d5;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-size: 0.8em;
	color: #000;
	margin: 0;
	//float: left;
	padding: 20px 10px 5px;
	flex-grow: 1;
}

@media (min-width: 370px) { nav a { font-size: 1em } }

nav a:hover {
	background-color: #d8dada;
	
}

nav a.selected {
	background-color: #ac040c;
	color: #fffeff;
}

#sociallinks {
	display: flex;
	position: absolute;
	flex-direction: row-reverse;
	width: 100%;
	height: 30px;
	top: 0;
	right: 0;
}

#sociallinks a {
	padding: 10px 10px;
	text-decoration: none;
} 

#sociallinks svg {
  	filter: drop-shadow( 0px 0px 2px rgba(0, 0, 0, .7));
}

#content1 {
	margin: 45px auto 40px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1200px;
}

#eventwidget {
	width: 100%;
	//height: 506px;
	margin-bottom: 20px;
}

#soundcloudwidget {
	width: 100%;
	//height: 506px;
}

#soundcloudwidget iframe {
	width: 100%;
	height: 506px;
}

#aboutsection {
	background-color: #555;
	//height: 350px;
	position: relative;
}

#aboutlimiter {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}

#videosection {
	margin-top: 40px;
	margin-bottom: 40px;
}

#largedivider {
	//width: 1280px;
	height: 50vw;
	max-height: 350px;
	background-image: url("/shared/uiimages/dividern.jpg");
	background-size: cover;
	background-position: center right;
}

#socialsection {
	margin: 40px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#linkssection {
	padding-top: 35px;
	padding-bottom: 10px;
}

#linksflexcont {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

#gallerysection {
	margin-top: 40px;
	margin-bottom: 40px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

footer {
	//height: 100px;
	padding: 20px 20px;
	text-align: center;
	margin: 0;
}

footer a {
	color: #e0e2e2;
	font-weight: bold;
	text-decoration: none;
}

footer p {
	margin: 0;
}

/* @end */

/* @group Event Widget */

#eventlist {
	height: 126px;
	position: relative;
	display: flex;
	justify-content: space-between;
}

#clickblocker {
	position: absolute;
	z-index: 100;
	width: 500px;
	height: 126px;
	background-color: rgba(255,255,255,0.2);
}

#eventContent {
	min-height: 290px;
	max-height: 600px;
	//width: 500px;
/* 
	margin-left: 25px;
 */
	margin-top: 15px;
	border-bottom: 10px solid #ac040c;
	position: relative;
	overflow: hidden;
}

#eventContent #loaderwheel {
	position: absolute;
	top: 0;
	left: 100px;
	width: 300px;
	height: 400px;
	z-index: 100;
}

#eventFilter {
	height: 40px;
//	width: 480px;
//	margin-left: 25px;
	margin-top: 15px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

#eventlist .eventarrow {
	width: 25px;
	height: 100%;
	//float: left;
}

#eventback {
	background: url(uiimages/big-arrowRn.png) no-repeat center center;
	background-size: 50%;
}

#eventforward {
	background: url(uiimages/big-arrowLn.png) no-repeat center center;
	background-size: 50%;
}


#eventlistContainer {
	width: calc(100% - 51px);
	height: 100%;
	//float: left;
	overflow: scroll;
	//clear: right;
}

#eventListScroller {
	height: 126px;
}

#eventlistScroller a {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

.dyneventbox{
	width: 150px;
	height: 116px;
	float: left;
	margin-right: 25px;
	border-bottom: 10px solid #414141;
	border-radius: 4px;
}

.dyneventbox.active {
	border-bottom: 10px solid #a93030;
}

.dyneventbox.waiting {
	border-bottom: 10px solid #761d1f;
}

.dyneventdate {
	margin-top: 20px;
	border-bottom-style: solid;
	margin-right: 12px;
	margin-left: 12px;
	border-bottom-width: 1px;
	white-space: nowrap;
	text-transform: uppercase;
}

.dyneventgroup {
	white-space: nowrap;
	overflow: hidden;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 8px;
	text-transform: uppercase;
}

.dyneventplace {
	font-size: 0.9em;
	line-height: 0.9em;
	white-space: nowrap;
	overflow: hidden;
	margin-right: 4px;
	margin-left: 4px;
	height: 1.2em;
	text-overflow: ellipsis;
	}

#eventpanelpostercont{
	width: 70%;
	
	//height: 260px;
	//float: left;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}

#eventpanelpostercont img {
	width: 100%;
	//height: 260px;	
	cursor: pointer;
}

#eventpaneldate {
	text-align: right;
	padding-top: 10px;
	margin-right: 15px;
	text-transform: uppercase;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 15px;
}

#eventpanelgroupname {
	text-transform: uppercase;
	text-align: left;
	margin-top: 18px;
	padding-right: 15px;
	padding-left: 15px;
	font-weight: normal;
	font-style: normal;
	background-color: #7c7c7c;
	cursor: pointer;
}

#eventpanelplace {
	text-align: left;
	background-color: #7c7c7c;
	padding-right: 15px;
	padding-left: 15px;
}

#eventpaneldescription {
	text-align: left;
	margin-top: 10px;
	//height: 170px;
	overflow: hidden;
	margin: 0 15px;
	padding-top: 1em;
	white-space: pre-wrap;
	clear: both;
}

#eventpanelmore {
	position: absolute;
	bottom: 0px;
	right: 0;
	width: 100%;
	background: linear-gradient(to top, rgba(65, 65, 65, 1), rgba(65, 65, 65, 0));
	height: 30px;
}

.fb-share-button {
	float: left;
}

.custom-fb-share-button {
	height: 20px;
	float: left;
	display: block;
	width: 58px;
	margin-top: 4px;
	cursor:  pointer;
}

#eventFilter form {
	margin: 3px 0 0;
}

#eventFilter select, #eventFilter input {
	float: right;
	margin-left: 10px;
}

#eventFilter input {
	border-radius: 2px;
	border-width: 0;
	background-color: #414141;
	height: 24px;
	cursor: pointer;
}

#eventFilter select {
	border-radius: 0px;
	height: 24px;
	max-width: 100px;
}

a.fb-eventlink {
	display: block;
	float: left;
	width: 58px;
	height: 20px;
	margin-top: 4px;
	margin-left: 10px;
}

a.fb-eventlink.hidden {
	display: none;
}

#eventContent a{
	color: #fffeff;
	text-decoration: none;
}

/* @end */

/* @group about section */

#kyraportrait {
	width: 100%;
	text-align: left;
}

#kyraportrait img {
	width: 100%;

}

#aboutbox2 {
	width: 100%
}

#kyraabouttxt {
	text-align: center;
	display:inline-block;
	margin: 20px 1em;
}

#kyraaboutrecords {
	text-align: center;
	margin: 10px 1em;
	
}

#kyraaboutthumbs {
	margin: 20px 1em 35px 1em;
}

#kyraaboutthumbs img {

}


/* @end */

/* @group video section */

#video {
	min-height: 360px;
	font-size: 0.8em;
	text-align: left;
}

/*#video iframe {
	height: 502px;
	width: 853px;
}*/

#video div.galleria {
	width: 100%;
	max-width: 1200px;	
	height: 360px;
	margin-right: auto;
	margin-left: auto;
}

/*.noinfo .galleria-info-link{
	display: none;
}*/

.galleria-info-text {
	opacity: 0.8;
}

/* @end */

/* @group social */

#fbcontainer {
	width: 100%;
	height: 500px;
}

#articlecontainer {
	width: calc(100% - 2em);
	max-width: 700px;
	text-align: left;
	margin: 20px auto;
	//padding: 0 1em;
}

#articlecontainer h4 {
	padding-left: 30px;
}

ul.reddot {
	list-style-type: none;
	margin-left: 0;
}

ul.reddot li {
	padding-left: 30px;
	background: url(uiimages/red-sqr.jpg) no-repeat 0 7px;
	margin-left: 0;
	padding-top: 2px;
	margin-bottom: 0.5em;
}

.art-date {
	float: right;
}

.art-title {
	max-width: calc(100% - 80px);
    text-overflow: ellipsis;
	max-height: 40px;
	overflow: hidden;
}

.art-url {
	max-width: 380px;
    text-overflow: ellipsis;
	max-height: 24px;
	overflow: hidden;
	color: #888888;
	
}

#articlecontainer a {
	color: #252525;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

#articlescroller {
	
	overflow-y: auto;
	max-height: 477px;
}

#linkssection a {
	color: #e0e2e2;
	font-weight: bold;
	text-decoration: none;
}

.linkitem {
	margin-right: 20px;
	margin-left: 20px;
}

.linkitem img {
	height: 70px;
}

#linkssection h4 {
	margin-bottom: 10px;
}



/* @end */

/* @group gallery */




#thegal {
	width: 100%;
	max-width: 1000px;	
	height: 360px;
	margin: 0 auto;
}

#maingallery {
	max-height: 360px;
	width: 100%;
	text-align: center;
	overflow-y: scroll;
	padding-bottom: 20px;
}

#maingallery h4 {
	margin-top: 30px;
	margin-bottom: 30px;
}

#maingallery a {
	display: block;
	cursor: pointer;
}

#maingallery a.selected {
	font-weight: bold;
}

.galleria-fscr{
    width:20px;
    height:20px;
    position:absolute;
    top:6px;
    right:5px;
    background: url('uiimages/fullscreen.png');
    z-index:100;
    cursor: pointer;
    opacity: 0.5;
}
.galleria-fscr:hover{
    opacity: 1;
}


/* @end */

/* @group eventpage */

#eventStCont {
	display: flex;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 0 auto;
}

#eventStPosterCont {
	width: 100%;
}

#eventStCont img.poster {
	width: 100%;
}

#eventStTxt {
	width: 100%;
	text-align: center;
}

#eventStTxt .custom-fb-share-button {
	margin-left: 1em;
}

#eventStDate {
	margin: 1em 1em 0 1em;
	text-transform: uppercase;
}

#eventStName {
	text-transform: uppercase;
	margin: 0 1em 0 1em;
	font-weight: normal;
	font-style: normal;
	font-size: 1.4em;
}

#eventStPlace {
	margin: 1em;
}

#eventStCont a {
	color: #000;
	text-decoration: none;
}

#eventStBody {
	margin: 2em 1em 1em 1em;
	font-size: 1.1em;
}

/* @end */

/* @group discography */

.disco-stripe1 {
	height: 32px;
	margin-top: 45px;
	width: 100%;
	padding-top: 13px;
	text-align: left;
	padding-left: 115px;
	padding-right: 100px;
}

.disco-stripe2 {
	height: 20px;
	margin-top: 40px;
	width: auto;
	padding-top: 13px;
	text-align: left;
	padding-left: 115px;
	padding-right: 100px;
	
}

.disco-records {
	text-align: left;
}

.disco-aRecord {
	position: relative;
	margin: 40px auto;
	display: flex;
	flex-wrap: wrap;
	max-width: 500px;
}

.disco-aRecord p {
	line-height: 1.6em;
}

.disco-flexChild1 {
	width: 100%;
}

.disco-flexChild2 {
	width: 100%;
}

img.disco-cover {
	width: 100%;
}

.disco-titles {
	width: 100%;
	margin: 10px;
}

.disco-col2 {
	margin: 10px;
}

.disco-buyIcons {
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 10px 0;
	padding-top: 0.5em;
	background: #dddddd;
}

div.a40pxspacer {
	margin-top: 40px;
}

div.songsSection {
	text-align: left;
	margin: 40px 10px;
	position: relative;
}

div.songsSection ol {
	list-style-type: none;
	margin: 0 40px 0 0;
	width: 335px;
}

div.songsSection ol a {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #252525;
}

div.songsSection li h4 {
	clear: none;
	padding-left: 50px;
	padding-top: 2px;
	margin-bottom: 15px;
}

div.songsCont {
	width: 335px;
	float: left;
}

div.lyricsCont {
	width: 570px;
	float: left;
	white-space: pre;
	margin-left: 40px;
}

/* @end */

/* @group bio */

/* 
#biog1 {
	height: 350px;
	margin-top: 45px;
	margin-left: 100px;
	margin-right: 100px;
	text-align: left;
}

#biog1 img {
	float: left;
	margin-right: 60px;
}
 */

/* 
#biog1 h4 {
	clear: none;
	padding-top: 25px;
}
 */

/* 
#biog2 {
	height: 240px;
	margin-top: 40px;
	margin-right: 100px;
	margin-left: 100px;
	text-align: left;
}

#biog2 img {
	width: 650px;
	height: 240px;
	float: right;
}

p.toppadding {
	padding-top: 25px;
}

#biog3 {
	margin-top: 40px;	
}

#biog3 img {
	width: 1280px;
	height: 450px;
}

p.biofull {
	margin-top: 40px;
	margin-right: 100px;
	margin-left: 100px;
	text-align: left;
}

#biog4 {
	height: 350px;
	margin: 40px 100px;
	text-align: left;
}

#biog4 img {
	float: left;
	margin-right: 60px;
}	
 */


.bio-w30 p, .bio-w60 p, .biofull, .bioflexcont h4 {
	margin-left: 1em;
	margin-right: 1em;
}

.bioflexcont h4 {
	margin-top: 1em;
	font-size: 1.3em;
}

.bio-w30, .bio-w60, .biofull {
	font-size: 1.2em;
}

.biofull {
	margin-bottom: 4em;
	max-width: 1150px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 3.5%;
}

.bioflexcont {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto 4em auto;
	max-width: 1200px;
}

.bio-w30, .bio-w60 {
	width: 100%;
}

.bio-w30 img, .bio-w60 img {
	width: 100%;
}

#biog3 {
	margin-bottom: 4em;
	background: #252525;
}

#biog3 img {
	width: 100%;
	max-width: 1200px;
	display: block;
	margin: 0 auto;
}



/* @end */

#themode {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	top: 0;
	left: 0;
	z-index: 9999;
}

#themode #eventContentMode {
	height: 430px;
	margin: 100px auto auto;
	width: 900px;
	color: #fffeff;
	position: relative;
	border-radius: 4px;
}

#themode #eventContentMode #eventpanelpostercont {
	width: 280px;
	height: 400px;

}

#themode #eventContentMode a {
	font-weight: bold;
	text-decoration: none;
	color: #fffeff;
}

#themode #eventContentMode img {
	width: 280px;
	height: 400px;
	cursor: default;
}

#themode #eventpaneldescription {
	height: 292px;
	//max-height: 450px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	overflow-y: auto;
	cursor: text;
}

#themode #eventpanelmore {
	// width: 690px;
	display: none;
}

#themode #eventpanelgroupname, #themode #eventpaneldate {
	cursor: default;	
}

#eventFilterMode {
	margin: 10px auto auto;
	height: 40px;
	width: 880px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 4px;
}

/* @group edit */

h4.left {
	text-align: left;
	margin-left: 100px;
	margin-top: 20px;
}

#editHeader {
	height: 100px;
	background-color: #000;
}

div.formcontainer {
	min-height:100px;
	text-align: left;
	margin-left: 100px;
	margin-top: 10px;
	margin-bottom: 40px;
}

div.formcontainer table, th, tr, td {
	border: 1px solid #b1b3b3;
}

div.formcontainer td {
	max-width: 300px;
   overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	padding-right: 5px;
	padding-left: 5px;
}

td.smallthumbcell img{
	width: 50px;
}

table .ui-icon {
	float: right;
	cursor:  pointer;
}

#thismode1 form textarea {
	width: 520px;
	height: 100px;
}

#thismode1 form input {
	width: 520px;
	
}

#thismode1 {
	overflow: hidden;
}

.ui-icon-circle-plus {
	margin-top: 2px;
	margin-left: 2px;
	cursor:  pointer;
}

#editInstructions {
	margin-top: 0;
	padding-top: 30px;
	color: #fffeff;
	margin-bottom: 0;
}

p.editHead {
	color: #fffeff;
	margin-top: 0;
}

#imguploadform {
	margin-top: 50px;
	margin-left: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.futsw {
	font-size: 0.9em;
	text-decoration: underline;
	cursor: pointer;
}

/* @end */

@media (min-width: 500px) {
	#video {
		min-height: 430px;
	}

	#video div.galleria {
		height: 430px;
	}

	#thegal {	
		height: 560px;
	}


	#eventpanelpostercont{
		width: 48%;
	
		float: left;
		//margin-top: 15px;
		//margin-right: auto;
		margin-left: 2%;
	}
	
	#eventpaneldate {
		position: static;
		margin-right: 2%;
	}
	
	#eventpanelgroupname {
		margin-top: 18px;
		padding-left: 52%;
	}

	#eventpanelplace {
		padding-left: 52%;
		clear: none;
	}

	#eventpaneldescription {
		margin-top: 10px;
		//height: 170px;
		overflow: hidden;
		padding-left: 2%;
		padding-top: 1em;
		clear: none;
	}	
	
	#eventStPosterCont {
		width: 50%;
	}

	#eventStTxt {
		width: 50%;
		text-align: left;
	}
	
}

@media (min-width: 700px) {

	#headimgCont {
		height: 340px;
	}

	#maintextlogo {
		width: 40%;
		padding-top: 280px;
		margin: 0 0 0 30px;
	}
	
	#kyraportrait {
		width: 50%;
		padding-top: 35px;
		padding-bottom: 35px;
	}


	#aboutbox2 {
		padding-top: 35px;
		width: 50%
	}

	#kyraabouttxt {
		text-align: left;
		display:inline-block;
		margin: 0px 2em 0 2em;
	}

	#kyraaboutrecords {
		text-align: right;
		margin: 20px 2em 0 1em;
	
	}
	
	#kyraaboutthumbs {
		text-align: right;
		margin: 0px 2em 35px 1em;
		height: 108px;
	}
	
	#video {
		min-height: 570px;
	}

	#video div.galleria {
		height: 570px;
	}

	.disco-aRecord {
		max-width: 1200px;

	}


	.disco-flexChild1 {
		width: 350px;
	}

	.disco-flexChild2 {
		width: 50%;
		flex-grow: 1000;
	}
	
	.disco-buyIcons {
		position: absolute;
		top: 0;
		right: 0;
		width: 110px;
		display: block;
		background: none;
	}
	
	.disco-col2 {
		margin-top: 40px;
	}
	
	.disco-titles {
		margin-top: 0;
	}
	
	div.songsSection {
		margin: 40px 100px;
	}
	
	.bio-w30 {
		width: 50%
	}
	
	.bio-w60 {
		width: 50%
	}
	
	.bio-w30, .bio-w60, .biofull {
		text-align: left;
		font-size: 1em;
	}

	#biog2 {
		flex-direction: row-reverse;
	}

	#biog1 {
		margin-top: 20px;
	}	
	
	.bioflexcont img {
		width: 90%;
		margin: 0 5%;
	}

	.bio-w30 p, .bio-w60 p, .bioflexcont h4 {
		margin-left: 5%;
		margin-right: 5%;
	}
	


}

@media (min-width: 1000px) {

	#eventwidget {
		width: 48%;
		
		margin-bottom: 20px;
	}

	#soundcloudwidget {
		width: 48%;
		
	}

	#kyraportrait {
		width: 30%;
	}

	#aboutbox2 {
		width: 70%
	}
	
	#fbcontainer {
		width: 50%;
		height: 500px;
	}

	#articlecontainer {
		width: 46%;
		text-align: left;
		padding: 0 2%;
	}
	
	#thegal {	
		width: 70%;
	}

	#maingallery {
		width: 24%;
		min-height: 540px;
		text-align: left;
		padding-left: 3%;
		padding-right: 3%;
	}

	#eventContent {
		height: 440px;
	}
	
	#soundcloudwidget iframe {
		width: 100%;
		height: 657px;
	}	
	
	.bio-w30 {
		width: 35%
	}
	
	.bio-w60 {
		width: 65%
	}
	

}

