/****************
FOUT Fix
****************/
.wf-loading h1, .wf-loading h2,
.wf-loading h3, .wf-loading a, .wf-loading p,
.wf-loading ul {
    visibility: hidden;
  }

  .wf-active h1, .wf-active h2,   .wf-active h3, .wf-active a, .wf-active ul, .wf-active p, .wf-inactive h1, .wf-inactive h2, .wf-inactive h3, .wf-inactive a, 
  .wf-inactive ul,  .wf-inactive p {
    visibility: visible;
  }

/****************
Reset
****************/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-align: left;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.4;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:focus {
  outline: none;
}

strong {
  font-weight: bold;
}

/* micro clear fix */
.grouping:before,
.grouping:after {
  content: " ";
  display: table;
}

.grouping:after {
  clear: both;
}

img, iframe, video, object, svg {
  max-width: 100%;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/***************
Modular Styles
***************/
.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clear {
  clear: both;
}

.bold {
  font-weight: bold;
}

.hidden,
.hide {
  display: none;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.text-centered {
  text-align: center;
}

.modal {
  display: none;
  width: 40%;
  margin: 0 auto;
  position: absolute;
  top: 200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  -webkit-box-shadow: 0 0 15px #000;
  -moz-box-shadow: 0 0 15px #000;
  -o-box-shadow: 0 0 15px #000;
  box-shadow: 0 0 15px #000;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
}
.modal .close-modal {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  cursor: pointer;
  text-decoration: underline;
}
.modal h2 {
  background: #0072AE;
  color: #fff;
  padding: 10px;
}
.modal ul {
  padding: 10px 30px 30px 30px;
}

::-moz-selection {
  background-color: #EB2428;
}

::selection {
  background-color: #EB2428;
}

.wrapper {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
}

body {
  background-color: #FFFFFF;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.textareabackground {
  background-color: #FFFFFF;
}


a {
  text-decoration: none;
  color: #5d5d5d;
}

h1 {
  font-weight: 700;
  text-align: center;
  font-size: 45px;
  color: #5d5d5d;
  margin-bottom: 10px; 
  font-family: "acumin-pro-extra-condensed", "League Gothic Regular", "Arial Narrow",  "League Gothic", arial, sans-serif;
  font-style: normal;
}

h2 {
  font-size: 32px;
  margin-bottom: 10px;
  color: #5d5d5d;
  font-weight: 700;
  font-family: "acumin-pro-extra-condensed","League Gothic Regular", "Arial Narrow", Arial, Helvetica, sans-serif;
  font-style: normal;
}

h3 {
  font-weight: 700;
  font-size: 24px;
  color: #1c1c1c;
  font-family: "acumin-pro-extra-condensed", "League Gothic Regular", "Arial Narrow",  "League Gothic", arial, sans-serif;
  font-style: normal;
}


p {
	line-height: 23px;
	color: #5d5d5d;
}

.arialitalic {
	font-family: arial, sans-serif;
	font-style:italic;
}
	

.orangetext {
	color: #dd6f19;
}

.redtext {
	color: #d63700;
}

.bluetext {
	color: #165a9b;
}

.purpletext {
	color: #ab2698;
}

.marginleft {
	margin-left:15px;
}

.alignleft {
	text-align:left;
}
.sourcetext {
	font-size: 9px;
}

/**************
IN2UNE PLAYER PAGES
***************/

.shadow {
	box-shadow: 5px 8px 10px 0px #676565;
	-webkit-box-shadow: 5px 8px 10px 0px #676565;
}

/****************
Artist Pages
****************/

.mainartistwrapper  {
  background-color: #FFFFFF;
  max-width: 1200px;
  min-width: 900px;
  width: 100%;
  margin: auto auto;
}


.artistwrapper {
  background-color: #FFFFFF;
  max-width: 960px;
  min-width: 900px;
  width: 100%;
  margin: 0px auto;
  padding-top: 30px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.artistwrapper li {
	text-align:center;
	font-size: 22px;
	line-height: 48px;
	color: #5d5d5d;
}

.artistwrapper li figure {
	vertical-align: text-top;
	max-height: 35px;
	display: inline;
	margin-right: 10px;
}
.artistwrapper li figure img {
max-height: 35px;
}


.artistwrapper ul {
	padding-bottom: 45px;
	margin-bottom: 15px;
	background-image: url(../images/aboutartisthorizontalline.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% 5px;
}

.artistwrapper h3 {
	padding-left: 10px;
	margin-bottom: 15px;
}

.artistleftwrapper {
	background-color: #FFFFFF;
	width: 44%;
	/* 600/960 */
	margin-left: 3%;
	margin-right: 6%;
	padding-left: 0%;
	padding-right: 0%;
	/* 60/960 */
	float: left;
	margin-bottom: 60px;
/**	background-image: url(../images/aboutartistverticalline.png);
	background-repeat: repeat-y2;
	background-position: right center; **/

}

.artistleftwrapper p {	background-color: #FFFFFF;
	font-family: "proxima-nova",arial,sans-serif;
	font-weight: 400;
	color: #5d5d5d;
}

.artistrightwrapper {
	background-color: #FFFFFF;
	width: 44%;
	margin-right: 3%;
	/* 300/960 */
	float: left;
	margin-bottom: 60px;
}

.artistrightwrapper p {	background-color: #FFFFFF;
	font-family: "proxima-nova",arial,sans-serif;
	font-weight: 400;
	color: #5d5d5d;
}

.artistwrapper p strong {	
	font-weight: 700;
}

.largeartistwrapper {
	background-color: #FFFFFF;
	background-image: url(../images/aboutartisthorizontalline.png);
	width: 100%;
	/* 600/960 */
	float: left;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 30px;
	padding-bottom: 35px;
}


.largeartistwrapper h1 {
	font-size: 32px;
	line-height: 38px;
	text-align: left;
	margin-bottom: 10px;
}

.largeartistwrapper h2 {
	font-size: 32px;
	text-align: left;
	margin-bottom: 8px;
}

.largeartistwrapper p {	
	font-size: 19px;
	line-height: 28px;
	padding-left: 1px;
	margin-left: 0px;
	margin-bottom: 20px;
}


.largeartistwrapper ul {
	background-color: #FFFFFF;
	font-family: "proxima-nova",arial,sans-serif;
	font-weight: 400;
	color: #5d5d5d;
	font-size: 15px;
	line-height: 23px;
	padding-left: 1px;
	margin-bottom: 20px;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 20px;
}
	
.largeartistwrapper li {
	margin-bottom: 8px;
    font-size: 15px;
	line-height: 22px;
}

.smallartistwrapper {
	background-color: #FFFFFF;
	background-image: url(../images/aboutartisthorizontalline.png);
	width: 100%;
	/* 600/960 */
	float: left;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 30px;
	padding-bottom: 35px;
}

.smallartistwrapper h2 {
	font-size: 32px;
	text-align: left;
	margin-bottom: 8px;
}


.smallartistwrapper p {	
	font-size: 15px;
	line-height: 24px;
	padding-left: 1px;
	margin-left: 0px;
	margin-bottom: 20px;
}

.smallartistwrapper ul {
	background-image: none;
	background-color: #FFFFFF;
	font-family: "proxima-nova",arial,sans-serif;
	font-weight: 400;
	color: #5d5d5d;
	font-size: 15px;
	line-height: 18px;
	padding-left: 0px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 15px;
}
	
.smallartistwrapper li {
	margin-bottom: 5px;
	text-align: left; 
	font-size: 15px;
	line-height: 20px;
	padding-bottom: 3px;
	padding-top: 3px
}

.label_logos figure {
	width: 107px; 
	height: 107px;
	float: right;	
}

.label_logos img {
	width: 100%;
	height: 100%;
	max-height: 107px; 	
}

/**** RADIO COLUMNS***/
.stitle { text-align: left; font-size: 16px; font-family: "proxima-nova",arial,sans-serif;
margin-top: 4px;
margin-bottom: 9px; color: #ab1600; -webkit-text-stroke-width: initial; display: block }

.column-left{ float: left; width: 33%;
margin-right: 1%;
padding-bottom: 4px; }

.column-right{ float: right; width: 33%;
padding-bottom: 4px; }

.column-center{ display: inline-block; width: 32%; 
margin-right: 1%;
padding-bottom: 4px;}

.columntext { 
text-align: left; 
font-size: 12px; 
font-family: "proxima-nova",arial,sans-serif; color: #5d5d5d; -webkit-text-stroke-width: initial; }

.column2-left{ float: left; width: 50%; }

.column2-right{ float: right; width: 50%; }

.column2-center{ display: inline-block; width: 33%; 
padding-bottom: 4px;}

.column2text { 
text-align: left; 
font-size: 15px; 
font-family: "proxima-nova",arial,sans-serif; color: #5d5d5d; -webkit-text-stroke-width: initial; }

/*** END RADIO COLUMNS****/

/*****End Artist Info*****/


/*****Begin Pic and Player*****/

.picplayerwrapper {
  background-color: #FFFFFF;
  max-width: 1200px;
  min-width: 960px;
  width: 100%;
  margin: 0px auto;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.picleftwrapper {
	width: 57%;
	height: 350px;
	/* 625/1050 */
	padding-left: 0%;
	padding-right: 0%;
	/* 60/960 */
	float: left;
	background-image: url(../good_charlotte_40_oz_dream/main_artist_image_tall.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: 100% auto;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.picleftwrapper figure {
	max-height: 112px;
	max-width: 112px;
    border: 1px outset #C0C0C0;
    margin-left: 20px;
	margin-top: 210px;  
	
}



/****  INCLUDED IN IN2UNE.PHP AND IN2UNENASHVILLE.PHP

.playerrightwrapper {
	background-color: #FFFFFF;
	width: 43%;
	height: 350px;
	float: left;
	background-image: url(../images/player_back.jpg);
	background-size: auto 380px;
	background-repeat: no-repeat;
	background-position: center center;
}


.playerrightwrapper {
	background-color: #FFFFFF;
	width: 43%;
	height: 350px;
	float: left;
	background-image: url(../images/player_back_nashville2.jpg);
	background-size: auto 380px;
	background-repeat: no-repeat;
	background-position: center center;
}
****/

.playerwrapper {
	width: 360px;
	margin-left: auto; 
	margin-right: auto;
	padding-top: 55px;

}

.multiplayerwrapper {
	width: 360px;
	margin-left: auto; 
	margin-right: auto;
	padding-top: 25px;

}

.multiplayerlist {
	width: 360px;
	margin-left: auto; 
	margin-right: auto;
	padding-top: 10px;

}

.multiplayerlist li{
	font-family: "proxima-nova",arial,sans-serif;
	text-align: left;
	font-size: 15px;
	line-height: 27px;
	font-weight: 400;
	color: #5d5d5d;
	list-style-position: outside;
	list-style-type: none;
	list-style-image: url(http://www.littmedia.net/in2une_music_meeting/newsite/images/red_list_triangle.png);
	margin-left: 20px;
}

.multiplayerlist li a:hover {
	text-decoration: underline;
}
.multiplayerlist li a.active {
	text-decoration: underline;
}

.songlist{
	font-family: "proxima-nova",arial,sans-serif;
	text-align: left;
	font-size: 15px;
	line-height: 27px;
	font-weight: 400;
	color: #5d5d5d;
	list-style-position: outside;
	background-image: url(http://www.littmedia.net/in2une_music_meeting/newsite/images/red_list_triangle.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 14px;
}

.songlist a:hover {
	text-decoration: underline;
}
.songlist a.active {
	text-decoration: underline;
}

.songtitle {
	font-family: "acumin-pro-extra-condensed", "League Gothic Regular", "Arial Narrow",  "League Gothic", arial, sans-serif;
	text-align: left;
	font-size: 31px;
	line-height: 43px;
	font-weight: 400;
	color: #5d5d5d;
}

.artistname {
	font-family: "proxima-nova",arial,sans-serif;
	text-align: left;
	font-size: 21px;
	line-height: 30px;
	font-weight: 400;
	color: #5d5d5d;
}

.labelname {
	font-family: "proxima-nova",arial,sans-serif;
	text-align: left;
	font-size: 16px;
	font-style: italic;
	line-height: 24px;
	font-weight: 400;
	color: #5d5d5d;
	margin-bottom: 5px;
}



.submenuwrapper {
  background-color: #1e1e1d;
  max-width: 1200px;
  min-width: 960px;
  width: 100%;
  height: 56px;
  margin: 0px auto;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.submenuwrapper a {
  color: #FFFFFF;
  text-align:center;
  align-content: center;
}

.submenulinkswrapper {
	width: 500px;
	margin-left: auto; 
	margin-right: auto;
	padding-top: 14px;

}
.submenulinks {
	font-family: "proxima-nova",arial,sans-serif;
	text-align: center;
	font-size: 17px;
	line-height: 30px;
	font-weight: 700;
	color: #FFFFFF;
	display: inline;
}

/**********
End Pic and Player
**********/

/*****.onlinereachwrapper p {
  position: relative;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}*****/

/***** WELCOME PAGE HEADER *****/

.lightgray {
background-color: #F9F9F9;
max-width: 1200px;
margin: auto;
}

.lightlightgray {
background-color: #fbfafa;
max-width: 1200px;
margin: auto;
}

.welcomepagewrapper {
  background-color: #F9F9F9;
  max-width: 1200px;
  min-width: 960px;
  width: 100%;
  margin: auto auto;
  padding-top: 0px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.welcomepicleftwrapper {
	width: 66%;
	max-height: 560px;
	max-width: 700px;
	/* 625/1050 */
	padding-left: 0%;
	padding-right: 0%;
	/* 60/960 */
	float: left;
/*	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: 100% auto; */
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	background-color: #F9F9F9;
}

.welcomepicleftwrapper figure {
	float: left;
	width: 100%;
	max-height: 560px;
	max-width: 700px;
    margin-left: 30px;
	margin-right: 30px;
	margin-top: 0px;  
	background-color: #F9F9F9;
	
}

.welcomepicleftwrapper figure img {
	height: 100%;
	width: 100%;
	max-height: 548px;
	max-width: 700px;
    margin-left: 0px;
	margin-top: 0px;  
	
}



.welcomerightwrapper {
	height: 548px;
    padding-top: 12%;
	background-color: #F9F9F9;
	width: 34%;
	max-height: 548px;
	max-width: 408px;
	/*height: 350px;*/
	float: left;
}

.welcomerightheadlinewrapper {
	width: 100%;
	margin-left: 10%; 
	margin-right: 2%;
	margin-top: auto;
	margin-bottom: auto;
    vertical-align: middle;
	background-color: #F9F9F9;
}

.welcomerightheadlinewrapper h1 {
	font-family: "acumin-pro-extra-condensed", "League Gothic Regular", "Arial Narrow",  "League Gothic", arial, sans-serif;
	text-align: center;
	font-size: 57px;
	line-height: 57px;
	font-weight: 400;
	color: #7e7f80;
}

.welcomerightheadlinewrapper h3 {
	font-family: "proxima-nova",arial,sans-serif;
	text-align: center;
	font-size: 26px;
	line-height: 33px;
	font-weight: 400;
	color: #7e7f80;
}


/*******************
END WELCOME PAGE HEADER 
*********************/


/*******************
BEGIN CONTACT SECTION
********************/

.contactwrapper {
  max-width: 1000px;
  min-width: 930px;
  width: 100%;
  margin: auto;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.contactwrapper h1 {
	text-align: left;
	color: #7e7f80;
	font-size: 33px;
	margin-top: 53px;
	margin-left: 4%;
	background-image: url(../images/aboutartisthorizontalline.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	background-size: auto;
}


.contactwrapper p {
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	color: #7e7f80;
	padding-left: 1px;
	margin-left: 0px;
	margin-bottom: 20px;
	font-family: "proxima-nova",arial,sans-serif;

}

.contactwrapper h3{
	font-family: "proxima-nova",arial,sans-serif;
	font-size: 15px;
	font-weight: 700;
	color: #272727;
	line-height: 18px;
	padding-left: 1px;
	margin-left: 0px;
	margin-bottom: 20px;
}

.contactwrapper a:hover {
	text-decoration: underline;

}

.contactleftwrapper {
	width: 24%;
	/* 600/960 */
	margin-left: 4%;
	margin-right: 0%;
	padding-left: 0%;
	padding-right: 0%;
	/* 60/960 */
	float: left;
	margin-bottom: 60px;
/**	background-image: url(../images/aboutartistverticalline.png);
	background-repeat: repeat-y2;
	background-position: right center; **/

}


.contactrightwrapper {
	width: 33%;
	margin-left: 3%;
	margin-right: 0%;
	/* 300/960 */
	float: left;
	margin-bottom: 20px;
}


.contactwrapper p strong {	
	font-weight: 700;
}

.largecontactwrapper {
	width: 100%;
	/*
	background-image: url(../images/aboutartisthorizontalline.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 75% 5px;
	*/
	float: left;
	padding-top: 30px;
	padding-bottom: 35px;
}

.socialcontactwrapper {
  width: 390px;
  margin:auto;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}



/************************
END CONTACT SECTION
************************/


/****************
Main Pages
****************/

.mainpagewrapper  {
	background-color: #FFFFFF;
	max-width: 1060px;
	min-width: 900px;
	width: 100%;
	margin: auto auto;
	padding-top: 0px;
}


.mainwrapper {
  background-color: #FFFFFF;
  max-width: 900px;
  min-width: 900px;
  width: 100%;
  margin: 60px auto;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.mainwrapper h1 {
	text-align: center;
	font-size: 33px;
	color:#252525;
}

.aboutwrapper {
  background-color: #FFFFFF;
  max-width: 916px;
  min-width: 916px;
  width: 100%;
  margin: 60px auto;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.aboutwrapper h1 {
	text-align: left;
	padding-left: 34px;
	font-size: 33px;
	color:#252525;
}
.aboutwrapper p {
	text-align: left;
	padding-bottom: 20px;
	padding-left: 34px;
	color:#252525;
}

.right_main_wrapper {
	background-color: #FFFFFF;
	width: 65%;
	/* 600/960 */
	margin-left: 5%;
	/* 60/960 */
	float: left;
}

.right_main_wrapper p {
	line-height: 25px;
	padding-top: 20px;
}

.right_home_wrapper {
	background-color: #FFFFFF;
	width: 65%;
	/* 600/960 */
	margin-left: 5%;
	/* 60/960 */
	float: left;
}

.right_home_wrapper p {
	font-size: 15px;
	line-height: 24px;
	letter-spacing: -.1px;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 20px;
}

.largertext{
	font-size: 17px;
	font-weight: 700;
	letter-spacing: -.1px;
}

.left_home_wrapper {
	width: 30%;
	/* 300/960 */
	float: left;
}
.left_home_wrapper figure {
	max-width: 274px;
	margin-bottom: 10px;
}

.left_home_wrapper p {
	font-size: 19px;
	line-height: 23px;
	letter-spacing: -.3px;
	font-weight: 700;
	text-align: center;
	padding-bottom: 29px;
	padding-left: 2px;
	padding-right: 2px;
}

.left_main_wrapper {
	width: 30%;
	/* 300/960 */
	float: left;
	background-color: #E2E2E2;
	border-radius: 10px;
	border-color: #737070;
	border-width: 0px;
}

.left_main_wrapper ul {
	font-size: 13px;
	padding-left: 17px;
	padding-right: 12px;
	margin-bottom: 10px;
	text-align: left;
}

.left_main_wrapper li {
	font-size: 13px;
	line-height: 18px;
	padding-bottom: 9px;
list-style-position: outside;
	text-align: left;
}

.left_main_wrapper h3 {
	font-size:20px;
	line-height: 24px;
	margin-left: 10px;
	margin-top: 20px;
	padding-left: 10px;
	margin-bottom: 15px;
}

.genrewrapper {
  background-color: #FFFFFF;
  max-width: 916px;
  min-width: 916px;
  width: 100%;
  margin: 60px auto;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.genrewrapper h1 {
	text-align: left;
	padding-left: 10px;
	font-size: 33px;
	color:#252525;
}
.genrewrapper p {
	text-align: left;
	padding-bottom: 20px;
	padding-left: 34px;
	color:#252525;
}

.left_genre_wrapper {
	width: 30%;
	/* 300/960 */
	float: left;
	background-color: #E2E2E2;
	border-radius: 10px;
	border-color: #737070;
	border-width: 0px;
}

.left_genre_wrapper ul {
	font-size: 13px;
	padding-left: 19px;
	padding-right: 12px;
	margin-bottom: 10px;
	text-align: left;
}

.left_genre_wrapper li {
	font-size: 13px;
	line-height: 18px;
	padding-left: 10px;
	padding-bottom: 9px;
list-style-position: outside;
	text-align: left;
}

.left_genre_wrapper h3 {
	font-size:23px;
	text-align:center;
	line-height: 24px;
	margin-top: 20px;
	margin-bottom: 15px;
}
.right_genre_wrapper {
	background-color: #FFFFFF;
	width: 66%;
	/* 600/960 */
	margin-left: 4%;
	/* 60/960 */
	float: left;
}

.right_genre_wrapper p {
	line-height: 24px;
	padding-top: 5px;
	margin-top: 8px;
}

/****************
About Us
****************/

.homecolumn {
  float: left;
  width: 29%;
  /* 300/960 */
  margin-left: 2%;
  margin-right: 2%;
  margin-bottom: 30px;
  /* 30/960 */
}

.homecolumn p {
	font-size:14px;
	line-height: 20px;
	text-align: left;
	padding-left: 13px;
	padding-right: 10px;
	padding-bottom: 50px;
	margin-bottom: 18px;
}

.homecolumn h3 {
	margin-bottom: 6px;
	text-align: center;
}

.homecolumn h1 {
	font-size: 24px;
	font-color: #1c1c1c;
	margin-left: 10px;
}

.homecolumn:first-child {
  margin-left: 0;
}

.homecolumn figure {
  max-width: 225px;
  margin: auto auto;
}

.homecolumn figure img {
	width: 100%;
	  -webkit-transition: transform .25s ease-in-out;
  -moz-transition: transform .25s ease-in-out;
  -o-transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
}

.homecolumn figure img:hover {
  -webkit-transform: scale(1.12, 1.12);
  -moz-transform:  scale(1.12, 1.12);
  -ms-transform: scale(1.12, 1.12);
  -o-transform: scale(1.12, 1.12);
  transform: scale(1.12, 1.12);
}

/****************
How Does Music Target Page
****************/
/**.targetwrapper {
	float: left;
	max-width: 1060px;
	min-width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.targetwrapper figure {
  float: left;
  max-width: 350px;
  width: 33%;
  margin: auto auto;
}

.targetwrapper > figure:first-child {
  max-width: 360px;
  width: 34%;
  margin: auto auto;
}

.targetwrapper figure img {
	width: 100%;
	  -webkit-transition: transform .25s ease-in-out;
  -moz-transition: transform .25s ease-in-out;
  -o-transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
}

.targetwrapper figure img:hover {
  -webkit-transform: scale(1.12, 1.12);
  -moz-transform:  scale(1.12, 1.12);
  -ms-transform: scale(1.12, 1.12);
  -o-transform: scale(1.12, 1.12);
  transform: scale(1.12, 1.12);
}
**/
		
.targetcolumn {
  float: left;
  width: 353px;
  /* 300/960 */
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 30px;
  /* 30/960 */
}

.targetcolumn figure {
  max-width: 354px;
  margin: auto auto;
}

.targetcolumn figure img {
	width: 100%;
	  -webkit-transition: transform .25s ease-in-out;
  -moz-transition: transform .25s ease-in-out;
  -o-transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
}

.targetcolumn figure img:hover {
  -webkit-transform: scale(1.12, 1.12);
  -moz-transform:  scale(1.12, 1.12);
  -ms-transform: scale(1.12, 1.12);
  -o-transform: scale(1.12, 1.12);
  transform: scale(1.12, 1.12);
}

.targetcolumnalt {
  float: left;
  width: 100%;
  max-width: 1060px;
  /* 300/960 */
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 30px;
  /* 30/960 */
}

.targetcolumnalt figure {
  max-width: 1060px;
  margin: auto auto;
}

.targetcolumn figure img {
	width: 100%;
	  -webkit-transition: transform .25s ease-in-out;
  -moz-transition: transform .25s ease-in-out;
  -o-transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
}




.aboutartistwrapper {
	background-color: #FFFFFF;
	background-image: url(../images/aboutartistverticalline.png);
	width: 60%;
	/* 600/960 */
	margin-right: 4%;
	/* 60/960 */
	float: left;
	background-repeat: no-repeat;
	background-position: right center;
	margin-bottom: 60px;
}
.onlinereachwrapper {
	background-color: #FFFFFF;
	width: 36%;
	/* 300/960 */
	float: left;
	margin-top: 20px;
}
/*****.onlinereachwrapper p {
  position: relative;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}*****/
.smallartistpicture {
	background-color: #FFFFFF;
	width: 30%;
	/* 600/960 */
	margin-right: 4%;
	/* 60/960 */
	float: left;
	margin-bottom: 60px;
}

.highlightstextwrapper {
	background-color: #FFFFFF;
	width: 66%;
	/* 600/960 */
	float: left;
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 10px;
	padding-left: 25px;
}
.highlightfigurewrapper {
	background-color: #FFFFFF;
	width: 34%;
	/* 600/960 */
	float: left;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 30px;
	padding-bottom: 40px;
}
.highlightsfigurewrapper figure {
	max-width: 300px;
	float: left;
	padding-bottom: 70px;
	}
.highlightswrapper ul {
	font-family: "proxima-nova",arial,sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #121212;
	line-height: 21px;
	margin-left: 20px;
	padding-left: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.highlightstext {
  font-family: "proxima-nova",arial,sans-serif;
  font-weight: 400;
  font-size: 16px; 
  color: #121212;
  line-height: 21px;
  margin-bottom: 14px;
  margin-left: 10px;
}

.artist_mini_pic {
	background-color: #FFFFFF;
  width: 33.25%;
  /* 300/960 */
  float: left;
  margin-top: 150px;
}
.artistmenu {
  font-weight: 700;
  font-size: 33px;
  color: #e88030;
  margin-bottom: 10px; 
  font-family: "acumin-pro-extra-condensed", "League Gothic Regular", "Arial Narrow",  "League Gothic", arial, sans-serif;
  font-style: normal;
}
.artistdescription {
  font-family: "proxima-nova",arial,sans-serif;
  font-weight: 400;
  font-size: 17px; 
  color: #121212;
  line-height: 33px;
}
.artist15list {
  font-family: "proxima-nova",arial,sans-serif;
  font-weight: 400;
  font-size: 15px; 
  color: #121212;
  line-height: 22px;
  margin-bottom: 18px; 
}
.artistbiowrapper {
	background-color: #FFFFFF;
	background-image: url(../images/aboutartisthorizontalline.png);
	width: 100%;
	/* 600/960 */
	float: left;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 46px;
	padding-bottom: 30px;
}
.artistbiowrapper p {
  font-family: arial,sans-serif;
  font-weight: 400;
  font-size: 13px; 
  color: #121212;
  line-height: 18px;
  margin-bottom: 20px;
}

.artistfullwidthwrapper {
	background-color: #FFFFFF;
	width: 99%;
	/* 600/960 */
	float: left;
	padding-top: 0px;
	padding-bottom: 30px;
	padding-left: 1%;
}

.artistfullwidthwrapper p {
 font-family: "proxima-nova",arial,sans-serif;
  font-weight: 400;
  font-size: 15px; 
  color: #121212;
  line-height: 22px;
  margin-bottom: 18px; 
}

.awardstext {
  font-family: "proxima-nova",arial,sans-serif;
  font-weight: 400;
  font-size: 16px; 
  color: #121212;
  line-height: 23px;
  margin-bottom: 18px;
}

.newspresswrapper {
	background-color: #FFFFFF;
	width: 56%;
	/* 600/960 */
	margin-right: 7%;
	padding-left: 1%;
	/* 60/960 */
	float: left;
	margin-bottom: 60px;
}

.pressquoteswrapper {
	background-color: #FFFFFF;
	background-image: url(../images/aboutartisthorizontalline.png);
	width: 100%;
	/* 600/960 */
	float: left;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 50px;
	padding-bottom: 40px;
	padding-left: 1%;
}

.pressquotestext {
  font-family: "proxima-nova",arial,sans-serif;
  font-weight: 400;
  font-size: 16px; 
  color: #121212;
  line-height: 23px;
  margin-bottom: 18px;
}

.twitterfeedwrapper {
	background-color: #FFFFFF;
	width: 34%;
	margin-right: 2%;
	/* 300/960 */
	float: left;
	margin-top: 10px;
	margin-bottom: 60px;
}

.interestedwrapper {
	text-align:center;
	background-color: #FFFFFF;
  max-width: 912px;
  min-width: 900px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.interestedtext {
	font-family: "proxima-nova",arial,sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #121212;
	line-height: 40px;
	vertical-align: baseline;
}
	
/****.artistbiotext {
  font-family: "proxima-nova",arial,sans-serif;
  font-weight: 400;
  font-size: 13px; 
  color: #121212;
  line-height: 18px;
  margin-bottom: 12px;
} ****/
.boldweight {
	  font-weight: 700;
}


/****************
Artist Pages - GALLERY
****************/

.gallerywrapper {
  background-color: #FFFFFF;
  max-width: 915px;
  min-width: 915px;
  width: 100%;
  margin: 60px auto;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/****************
Artist Pages - MUSIC
****************/

.musicwrapper {
	background-color: #FFFFFF;
	background-image: url(../images/aboutartistverticalline.png);
	width: 43%;
	/* 600/960 */
	margin-right: 4%;
	/* 60/960 */
	float: left;
	background-repeat: no-repeat;
	background-position: right center;
	margin-bottom: 60px;
	padding-left: 1%;
}
.musictextwrapper {
	background-color: #FFFFFF;
	width: 52%;
	/* 300/960 */
	float: left;
	padding-top: 70px;
}
.musictextwrapper p {
	font-size: 15px;
	line-height: 27px;
	margin-bottom: 18px;
}

/****************
Artist Pages - Social media
****************/

.facebook_wrapper {
	background-color: #FFFFFF;
	background-image: url(../images/social/facebook_back.jpg);
	width: 100%;
	/* 60/960 */
	float: left;
	background-repeat: no-repeat;
	background-position: left bottom;
	font-family: "proxima-nova",arial,sans-serif;
	font-weight: 400;
	font-size: 17px;
	color: #121212;
	line-height: 32px;
	padding-left: 42px;
	margin-left: 0px;
}
.twitter_wrapper {
	background-color: #FFFFFF;
	background-image: url(../images/social/twitter_back.jpg);
	width: 100%;
	/* 60/960 */
	float: left;
	background-repeat: no-repeat;
	background-position: left center;
	font-family: "proxima-nova",arial,sans-serif;
	font-weight: 400;
	font-size: 17px;
	color: #121212;
	line-height: 32px;
	padding-left: 42px;
	margin-left: 0px;
}
.instagram_wrapper {
	background-color: #FFFFFF;
	background-image: url(../images/social/instagram_back.jpg);
	width: 100%;
	/* 60/960 */
	float: left;
	background-repeat: no-repeat;
	background-position: left center;
	font-family: "proxima-nova",arial,sans-serif;
	font-weight: 400;
	font-size: 17px;
	color: #121212;
	line-height: 32px;
	padding-left: 42px;
	margin-left: 0px;
}
.youtube_wrapper {
	background-color: #FFFFFF;
	background-image: url(../images/social/youtube_back.jpg);
	width: 100%;
	/* 60/960 */
	float: left;
	background-repeat: no-repeat;
	background-position: left center;
	font-family: "proxima-nova",arial,sans-serif;
	font-weight: 400;
	font-size: 17px;
	color: #121212;
	line-height: 32px;
	padding-left: 42px;
	margin-left: 0px;
}
.pandora_wrapper {
	background-color: #FFFFFF;
	background-image: url(../images/social/pandora_back.jpg);
	width: 100%;
	/* 60/960 */
	float: left;
	background-repeat: no-repeat;
	background-position: left center;
	font-family: "proxima-nova",arial,sans-serif;
	font-weight: 400;
	font-size: 17px;
	color: #121212;
	line-height: 32px;
	padding-left: 42px;
	margin-left: 0px;
}
.spotify_wrapper {
	background-color: #FFFFFF;
	background-image: url(../images/social/spotify_back.jpg);
	width: 100%;
	/* 60/960 */
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
	font-family: "proxima-nova",arial,sans-serif;
	font-weight: 400;
	font-size: 17px;
	color: #121212;
	line-height: 32px;
	padding-left: 42px;
	margin-left: 0px;
}
.extraline_topwrapper {
	background-image: url(../images/social/social_strip.jpg);
	width: 100%;
	/* 60/960 */
	float: left;
	background-repeat: no-repeat;
	background-position: left bottom;
	line-height: 1px;
	padding-left: 42px;
	margin-left: 0px;
	color: #FFFFFF;
}
.extraline_bottomwrapper {
	background-image: url(../images/social/social_strip.jpg);
	width: 100%;
	/* 60/960 */
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 1px;
	padding-left: 42px;
	margin-left: 0px;
	color: #FFFFFF;
}



/****************
Buttons
****************/
.button {
	background-image: url(../images/red_triangle_2x.png);
	background-size: 19px 30px;
	border: 1px solid #8D8D8D;
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #FFF;
	color: #555;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 20px;
	padding-right: 6px;
	margin-right: 6px;
    margin-left: 10px;
	display: inline;
	font-weight: 700;
	letter-spacing: .4px;
	font-family: "proxima-nova",arial,sans-serif;
	font-size: 14px;
	line-height: 14px;
	-webkit-transition: transform .25s ease-in-out;
	-moz-transition: transform .25s ease-in-out;
	-o-transition: transform .25s ease-in-out;
	transition: transform .25s ease-in-out;
	border-radius: 1px;
	vertical-align: 5px;
}
.button:focus, .button:hover {
  background-color: #f4f4f4;
  border-color: #2A2A2A
  color: #111;
  -webkit-transform: scale(.9, .9);
  -moz-transform:  scale(.9, .9);
  -ms-transform: scale(.9, .9);
  -o-transform: scale(.9, .9);
  transform: scale(.9, .9);
}

.button-narrow {
  width: 25%;
}

.button-alt {
  color: #fff;
  border-color: #fff;
}

.download_button {
	background-image: url(../images/red_triangle_2x.png);
	background-size: 19px 30px;
	border: 1px solid #8D8D8D;
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #FFF;
	color: #555;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 20px;
	padding-right: 7px;
	margin-right: 4px;
    margin-left: 4px;
    margin-top: 5px;
	display: inline;
	font-weight: 700;
	letter-spacing: .4px;
	font-family: "proxima-nova",arial,sans-serif;
	font-size: 13px;
	line-height: 14px;
	-webkit-transition: transform .25s ease-in-out;
	-moz-transition: transform .25s ease-in-out;
	-o-transition: transform .25s ease-in-out;
	transition: transform .25s ease-in-out;
	border-radius: 1px;
	vertical-align: 5px;
}

.download_button:focus, .download_button:hover {
  background-color: #f4f4f4;
  border-color: #2A2A2A
  color: #111;
  -webkit-transform: scale(.9, .9);
  -moz-transform:  scale(.9, .9);
  -ms-transform: scale(.9, .9);
  -o-transform: scale(.9, .9);
  transform: scale(.9, .9);
}

.download_buttons {
  float: right;
  display: inline;
  text-align: right;
  margin-right: 5px; }
  
.multidownload_button {
  float: right;
  display: inline;

  margin-right: 5px; }
  
 
.multidownload_button {
	background-image: url(../images/red_triangle_2x.png);
	background-size: 19px 30px;
	border: 1px solid #8D8D8D;
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #FFF;
	color: #555;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 19px;
	padding-right: 6px;
	margin-right: 3px;
    margin-left: 3px;
    margin-top: 5px;
	display: inline;
	font-weight: 700;
	letter-spacing: .4px;
	font-family: "proxima-nova",arial,sans-serif;
	font-size: 11px;
	line-height: 13px;
	-webkit-transition: transform .25s ease-in-out;
	-moz-transition: transform .25s ease-in-out;
	-o-transition: transform .25s ease-in-out;
	transition: transform .25s ease-in-out;
	border-radius: 1px;
	vertical-align: 2px;
}

.multidownload_button:focus, .multidownload_button:hover {
  background-color: #f4f4f4;
  border-color: #2A2A2A
  color: #111;
  -webkit-transform: scale(.9, .9);
  -moz-transform:  scale(.9, .9);
  -ms-transform: scale(.9, .9);
  -o-transform: scale(.9, .9);
  transform: scale(.9, .9);
}

.socialbutton {
	border: 1px solid #8D8D8D;
	background-color: #FFF;
	color: #555;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 7px;
	margin-right: 10px;
    margin-left: 10px;
	display: inline;
	font-weight: 700;
	letter-spacing: .4px;
	font-family: "proxima-nova",arial,sans-serif;
	font-size: 14px;
	line-height: 14px;
	-webkit-transition: transform .25s ease-in-out;
	-moz-transition: transform .25s ease-in-out;
	-o-transition: transform .25s ease-in-out;
	transition: transform .25s ease-in-out;
	border-radius: 1px;
	vertical-align: 5px;
}
.socialbutton:focus, .socialbutton:hover {
  background-color: #f4f4f4;
  border-color: #2A2A2A
  color: #111;
  -webkit-transform: scale(.9, .9);
  -moz-transform:  scale(.9, .9);
  -ms-transform: scale(.9, .9);
  -o-transform: scale(.9, .9);
  transform: scale(.9, .9);
}

.socialbutton img {
	vertical-align: -7px;
}

/****************
Social Table
****************/

.radiostreamstylesdiv {
	margin-bottom: 10px;
}

.socialstylesdiv {
	margin-bottom: 0px;
}

.socialstyles {
	font-family: "proxima-nova",arial,sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #4f4f4f;
	text-align: center;
	vertical-align: none;
	padding-top: 0px;
	padding-left: 0px;
	margin-left: 2px;
	padding-right: 2px;
	display: inline-table;
	border: 1px solid #939393;
}

.socialstyles figure{
	margin: 0px, 0px;
	padding: 0px, 0px;
	vertical-align: middle;

}

.socialstyles img {
	vertical-align: top;
}

.socialstyles td {
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
	vertical-align: middle;
	border: 1px inset #CDCDCD;
}

.textalignleft {
	text-align: left;
}
	
/****************
Go Premium
****************/
.intro-content {
  width: 62.5%;
  /* 600/960 */
  margin-right: 6.25%;
  /* 60/960 */
  float: left;
}

.go-premium {
  width: 31.25%;
  /* 300/960 */
  float: left;
  margin-top: 150px;
}

.call-to-action {
  border: 2px solid #fff;
  color: #fff;
  background-color: #0072AE;
  padding: 25px 0;
  display: block;
  border-radius: 10px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  font-family: "Maven Pro", Arial, Helvetica, sans-serif;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  background: #33d3ff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #33d3ff 0%, #0071ae 99%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #33d3ff), color-stop(99%, #0071ae));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #33d3ff 0%, #0071ae 99%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #33d3ff 0%, #0071ae 99%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #33d3ff 0%, #0071ae 99%);
  /* IE10+ */
  background: linear-gradient(to bottom, #33d3ff 0%, #0071ae 99%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33d3ff', endColorstr='#0071ae',GradientType=0 );
  /* IE6-9 */
}

.call-to-action:hover {
  border-color: #0072AE;
  color: #0072AE;
  background: none;
}

.reasons {
  color: #333;
  font-size: 12px;
  margin-top: 15px;
  text-align: center;
}

/****************
nav
****************/
nav {
  background-color: #f3f3f3;
  position: scroll;
  max-width: 1060px;
  min-width: 1000px;
  margin: 0 auto;
  top: 0;
  z-index: 1;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}


.primary-nav {
  float: right;
}

.primary-nav > li {
  float: left;
}

.primary-nav > li > a {
  float: left;
  padding: 17px 10px;
  width: auto;
  border-left: 1px solid #ada791;
}

.primary-nav > li:first-child > a {
  border-left: none;
}

.primary-nav > li:last-child > a {
}

nav li a {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: .2px;
  color: #333131;
  margin-top: 20px; 
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 0px; 
  font-family: "acumin-pro-extra-condensed", "Arial Narrow", arial, sans-serif;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
}

nav li a:focus,
nav li a:hover,
nav li a.active {
	color: #e88030;
	background-image: url(../images/artist_menu_pick_select@2x.png);
	background-size: 25px 32px;
	background-repeat: no-repeat;
	background-position: center top;
}

/****************
MAIN NAV BAR HEADER - 
SEE topnav.php in each GENRE FOLDER for the main NAV CSS for each genre and the homepage
****************/


label.arrows {
    font-family: 'WebSymbolsRegular';
    font-size: 25px;
    color: rgb(255,255,240);
    position: absolute;
    top: 50%;
    margin-top: -25px;
    display: none;
    opacity: 0.7;
    cursor: pointer;
    z-index: 1000;
    background-color: transparent;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    text-shadow: 0px 0px 3px rgba(0,0,0,.8);
}

#slideshow {
	/* [disabled]margin-top: 50px; */
	margin-right: auto;
	margin-left: auto;
	/* [disabled]margin-bottom: 50px; */
	position: relative;
	width: 1060px;
	height: 320px;
	padding: 0px;
}

#slideshow > div {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 10px;
}

.description {
    position: absolute;
    top: 0;
    left: 0;
    width: 260px;
    font-family: 'Yanone Kaffeesatz';
    z-index: 1000;
}

.description input { visibility: hidden }

.description label {
    font-family: 'arial';
    background-color: rgba(255,255,240,1);
    position: relative;
    left: -17px;
    top: 00px;
    width: 40px;
    height: 27px;
    display: inline-block;
    text-align: center;
    padding-top: 7px;
    border-bottom-right-radius: 15px;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: opacity 1.5s;
    -moz-transition: opacity 1.5s;
    -o-transition: opacity 1.5s;
    transition: opacity 1.5s;
    z-index: 5;
    color: rgb(20,20,20);
}

#slideshow-inner>ul>li:hover .description label { opacity: 1 }

.description input[type=checkbox]:checked~label { opacity: 1 }

.description .description-text {
    background-color: rgba(255,255,230,.5);
    padding-left: 45px;
    padding-top: 25px;
    padding-right: 15px;
    padding-bottom: 15px;
    position: relative;
    top: -35px;
    z-index: 4;
    opacity: 0;
    -webkit-transition: opacity 1.5s;
    -moz-transition: opacity 1.5s;
    -o-transition: opacity 1.5s;
    transition: opacity 1.5s;
    color: rgb(20,20,20);
}




/****************
3 columns - used on 
MAIN ARTIST PAGE
****************/
/******
ALIGN ARTIST HUB LEFT

.artistcolumnwrapper {
  background-color: #FFFFFF;
  max-width: 916px;
  min-width: 900px;
  width: 100%;
  margin: 60px auto;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.column {
  float: left;
  width: 22%;
  margin-left: 1%;
  margin-right: 2%;
  margin-bottom: 0px;
}
*****/

.artistcolumnwrapper {
  text-align: center;
  max-width: 1000px;
  min-width: 970px;
  width: 100%;
  margin: 60px auto;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/*.artistcolumnwrapper h3:first-child {
	text-align: center;
	padding-bottom: 10px;
}*/

.column {
	background-color: #FFFFFF;
	display: inline-block;
	vertical-align: top;
	width: 22%;
	/* 300/960 */
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 60px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 18px;
	padding-bottom: 22px;
	border: 1px solid #CECECE;
	-webkit-box-shadow: 2px 2px 5px 1px #DADADA;
	box-shadow: 2px 2px 5px 1px #DADADA;
}

div.column:nth-child(6) {
	clear: both;
}

.column p {
	text-align: center;
}

.tagline {
	font-size:14px;
	line-height: 18px;
	padding-top: 13px;
	padding-bottom: 22px;
}

.songtitlethumb {
	font-size:14px;
	line-height: 18px;
	padding-top: 0px;
	padding-bottom: 8px;
}

.column h3 {
	color: #555555;
	font-size: 21px;
	text-align:center;
	padding-top: 8px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.column h2 {
	font-family: "proxima-nova",arial,sans-serif;
	font-weight: 700;
	color: #555555;
	font-size: 15px;
	text-align:center;
	padding-top: 8px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.column h1 {
	font-size: 24p9
	font-color: #1c1c1c;
	padding-left: 10px;
}


.column:first-child {
  margin-left: 0;
}

.column figure {
  max-width: 236px;
}

.column figure img {
	width: 100%;
	  -webkit-transition: transform .25s ease-in-out;
  -moz-transition: transform .25s ease-in-out;
  -o-transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
}

.column figure img:hover {
  -webkit-transform: scale(1.12, 1.12);
  -moz-transform:  scale(1.12, 1.12);
  -ms-transform: scale(1.12, 1.12);
  -o-transform: scale(1.12, 1.12);
  transform: scale(1.12, 1.12);
}

.column .button {
	background-image: url(../images/red_triangle_2x.png);
	background-size: 19px 30px;
	border: 1px solid #8D8D8D;
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #FFF;
	color: #555;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 20px;
	padding-right: 6px;
/*    margin-right: 6px;  */
    margin-left: 5px;
	display: inline;
	font-weight: 700;
	letter-spacing: .4px;
	font-family: "proxima-nova",arial,sans-serif;
	font-size: 13px;
	line-height: 14px;
	-webkit-transition: transform .25s ease-in-out;
	-moz-transition: transform .25s ease-in-out;
	-o-transition: transform .25s ease-in-out;
	transition: transform .25s ease-in-out;
	border-radius: 1px;
	vertical-align: 5px;
}
.button:focus, .button:hover {
  background-color: #f4f4f4;
  border-color: #2A2A2A
  color: #111;
  -webkit-transform: scale(.9, .9);
  -moz-transform:  scale(.9, .9);
  -ms-transform: scale(.9, .9);
  -o-transform: scale(.9, .9);
  transform: scale(.9, .9);
}

/****************
Main Artist Top Section
see-artistnav.php for style class for main artist background image
****************/

.artist-top-center {
	width: 100%;
	min-width: 900px;
	max-width: 930px;
	margin: auto auto;
	padding-right: 5px;
}
.artist-video-wrapper {
	width: 560px;
	margin-top: 25px;
	float:right;	
	}



/****************
Country Artist Nav
****************/
.artist-nav-wrapper {
  background-color: #f3f3f3;
  position: scroll;
  max-width: 1060px;
  min-width: 960px;
  margin: 0 auto;
  top: 0;
  z-index: 1;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.artist-nav-center {
	width: 100%;
	min-width: 938px;
	max-width: 940px;
	margin: auto auto;
	padding-right: 6px;
}

.artist-nav {
  float: right;
}

.artist-nav li {
  float: left;
}

.artist-nav li a {
	float: left;
	padding: 17px 10px;
	width: auto;
	border-left: 1px solid #ada791;

}

.artist-nav li:first-child a {
  border-left: none;
}

.artist-nav li:last-child a {
}

.artist-nav-wrapper li a {
  font-weight: 700;
  font-size: 23px;
  letter-spacing: .2px;
  color: #333131;
  margin-top: 20px; 
  margin-bottom: 20px;
  margin-left: 2px;
  margin-right: 2px; 
  font-family: "acumin-pro-extra-condensed", "Arial Narrow", arial, sans-serif;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
}

.artist-nav-wrapper li a:focus,
.artist-nav-wrapper li a:hover,
.artist-nav-wrapper li a.active {
	color: #e88030;
	background-image: url(../images/artist_menu_pick_select@2x.png);
	background-size: 20px 25px;
	background-repeat: no-repeat;
	background-position: center top;
}

/****************
Rock Artist Nav
****************/
.rock-artist-nav-wrapper {
  background-color: #f3f3f3;
  position: scroll;
  max-width: 1060px;
  min-width: 930px;
  margin: 0 auto;
  top: 0;
  z-index: 1;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.rock-artist-nav-wrapper li a {
  font-weight: 700;
  font-size: 23px;
  letter-spacing: .2px;
  color: #333131;
  margin-top: 20px; 
  margin-bottom: 20px;
  margin-left: 2px;
  margin-right: 2px; 
  font-family: "acumin-pro-extra-condensed", "Arial Narrow", arial, sans-serif;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
}

.rock-artist-nav-wrapper li a:focus,
.rock-artist-nav-wrapper li a:hover,
.rock-artist-nav-wrapper li a.active {
	color: #095296;
	background-image: url(../images/artist_menu_pick_select@2x.png);
	background-size: 25px 32px;
	background-repeat: no-repeat;
	background-position: center top;
}

/****************
Pop Artist Nav
****************/
.pop-artist-nav-wrapper {
  background-color: #f3f3f3;
  position: scroll;
  max-width: 1060px;
  min-width: 930px;
  margin: 0 auto;
  top: 0;
  z-index: 1;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.pop-artist-nav-wrapper li a {
  font-weight: 700;
  font-size: 23px;
  letter-spacing: .2px;
  color: #333131;
  margin-top: 20px; 
  margin-bottom: 20px;
  margin-left: 2px;
  margin-right: 2px; 
  font-family: "acumin-pro-extra-condensed", "Arial Narrow", arial, sans-serif;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
}

.pop-artist-nav-wrapper li a:focus,
.pop-artist-nav-wrapper li a:hover,
.pop-artist-nav-wrapper li a.active {
	color: #ab2797;
	background-image: url(../images/artist_menu_pick_select@2x.png);
	background-size: 25px 32px;
	background-repeat: no-repeat;
	background-position: center top;
}

/****************
Drop Down Menu
****************/
.has-submenu a {
  display: block;
  padding: 20px 0;
  z-index: 10;
  position: relative;
}

.has-submenu ul {
  position: absolute;
  z-index: 5;
  top: 70px;
  background-color: #fff;
  border-bottom: 1px solid #ada791;
  border-left: 1px solid #ada791;
  border-right: 1px solid #ada791;
  width: 150px;
  border-radius: 0 0 15px 15px;
  overflow: hidden;
  display: none;
}

.has-submenu:hover ul {
  display: block;
  -webkit-animation-name: slideDown;
  -webkit-animation-duration: .5s;
  -webkit-animation-timing-function: ease;
  -moz-animation-name: slideDown;
  -moz-animation-duration: .5s;
  -moz-animation-timing-function: ease;
  -o-animation-name: slideDown;
  -o-animation-duration: .5s;
  -o-animation-timing-function: ease;
  animation-name: slideDown;
  animation-duration: .5s;
  animation-timing-function: ease;
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
    opacity: 0;
  }
  90% {
    -webkit-transform: translateY(10%);
  }
  100% {
    -webkit-transform: translateY(0%);
    opacity: 1;
  }
}
@-moz-keyframes slideDown {
  0% {
    -moz-transform: translateY(-100%);
    opacity: 0;
  }
  90% {
    -moz-transform: translateY(10%);
  }
  100% {
    -moz-transform: translateY(0%);
    opacity: 1;
  }
}
@-o-keyframes slideDown {
  0% {
    -o-transform: translateY(-100%);
    opacity: 0;
  }
  90% {
    -o-transform: translateY(10%);
  }
  100% {
    -o-transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  90% {
    transform: translateY(10%);
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
/****************
Interior Pages
****************/
.intro-content {
  padding-bottom: 80px;
  margin-top: 125px;
}

.content-block {
  padding: 50px 0;
}

.content-block h1 {
  color: #fff;
}

.style-2 {
  background-color: #494949;
}

.style-2 p {
  color: #fff;
}

.style-1 {
  background-color: #58C9EB;
}

.style-1.wave-border {
  background: #58C9EB url("../images/wave.jpg") repeat-x 0 0;
}

.content-block .figure {
  width: 23.958333333333%;
  /* 230/960 */
  float: left;
  margin: 30px 3.125%;
  /* 30/960 */
  border: 15px solid #fff;
  overflow: hidden;
}

.content-block .figure img {
  float: left;
  -webkit-transition: transform .25s ease-in-out;
  -moz-transition: transform .25s ease-in-out;
  -o-transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
}

.content-block .figure img:hover {
  -webkit-transform: rotate(15deg) scale(1.25, 1.25);
  -moz-transform: rotate(15deg) scale(1.25, 1.25);
  -ms-transform: rotate(15deg) scale(1.25, 1.25);
  -o-transform: rotate(15deg) scale(1.25, 1.25);
  transform: rotate(15deg) scale(1.25, 1.25);
}

.content-block h1 {
  /* background-color: green; */
}

.content-block p {
  /* background-color: white; 
  clear: both; */
}

.secondary-section {
  margin-bottom: 50px;
}


/***************
Footer
***************/
footer {
  font-size: 14px;
  line-height: 1.7;
    -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.footermain {
	background-color: #333131;
	max-width: 1060px;
	min-width: 900px;
	width: 100%;
	height: 153px;
	margin: 0px auto;
}

.footermain figure {
	max-width: 131px;
	float: left;
}

.footermain figure img {
	width: 100%;
	  -webkit-transition: transform .25s ease-in-out;
  -moz-transition: transform .25s ease-in-out;
  -o-transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
}

.footermain figure img:hover {
  -webkit-transform: scale(1.25, 1.25);
  -moz-transform:  scale(1.25, 1.25);
  -ms-transform: scale(1.25, 1.25);
  -o-transform: scale(1.25, 1.25);
  transform: scale(1.25, 1.25);
}

.footercountry {
	background-color: #FFFFFF;
	background-image: url(../country/images/footer_background@1.5x.jpg);
	background-size: 1060px auto;
	max-width: 1060px;
	min-width: 900px;
	width: 100%;
	height: 153px;
	margin: 0px auto;
	background-repeat: no-repeat;
	background-position: center center;
}

.footercountry figure {
	max-width: 131px;
	float: left;
}

.footercountry figure img {
	width: 100%;
	  -webkit-transition: transform .25s ease-in-out;
  -moz-transition: transform .25s ease-in-out;
  -o-transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
}

.footercountry figure img:hover {
  -webkit-transform: scale(1.25, 1.25);
  -moz-transform:  scale(1.25, 1.25);
  -ms-transform: scale(1.25, 1.25);
  -o-transform: scale(1.25, 1.25);
  transform: scale(1.25, 1.25);
}

.footerpop {
	background-color: #FFFFFF;
	background-image: url(../pop/images/footer_background@1.5x.jpg);
	background-size: 1060px auto;
	max-width: 1060px;
	min-width: 900px;
	width: 100%;
	height: 153px;
	margin: 0px auto;
	background-repeat: no-repeat;
	background-position: center center;
}

.footerpop figure {
	max-width: 131px;
	float: left;
}

.footerpop figure img {
	width: 100%;
	  -webkit-transition: transform .25s ease-in-out;
  -moz-transition: transform .25s ease-in-out;
  -o-transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
}

.footerpop figure img:hover {
  -webkit-transform: scale(1.25, 1.25);
  -moz-transform:  scale(1.25, 1.25);
  -ms-transform: scale(1.25, 1.25);
  -o-transform: scale(1.25, 1.25);
  transform: scale(1.25, 1.25);
}

.footerrock {
	background-color: #FFFFFF;
	background-image: url(../rock/images/footer_background@1.5x.jpg);
	background-size: 1060px auto;
	max-width: 1060px;
	min-width: 900px;
	width: 100%;
	height: 153px;
	margin: 0px auto;
	background-repeat: no-repeat;
	background-position: center center;
}

.footerrock figure {
	max-width: 131px;
	float: left;
}

.footerrock figure img {
	width: 100%;
	  -webkit-transition: transform .25s ease-in-out;
  -moz-transition: transform .25s ease-in-out;
  -o-transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
}

.footerrock figure img:hover {
  -webkit-transform: scale(1.25, 1.25);
  -moz-transform:  scale(1.25, 1.25);
  -ms-transform: scale(1.25, 1.25);
  -o-transform: scale(1.25, 1.25);
  transform: scale(1.25, 1.25);
}

.footercenter {
	width: 403px;
	min-width: 403px;
	margin: auto auto;
	padding-left: 10px;
}

.footersilverbar {
	max-width: 1060px;
	min-width: 900px;
	width: 100%;
	height: 100px;
	background-color: #FFFFFF;
	background-image: url(../images/bottom_silver_bar@1.5x.jpg);
	background-size: 1060px auto;
	margin: 0px auto;
	padding-top: 10px;
	padding-bottom: 30px;
	background-repeat: no-repeat;
	background-position: center 10px;
}

.footersilverbar figure {
	max-height: 90px;
	float: left;
}

.footersilverbar figure:first-child {
	margin-left: 30px;
}


.footersilverbar figure img {
	height: 90px;
}

footer ul {
  float: left;
  margin: 0 100px 50px 0;
}

footer .list-heading {
  text-transform: uppercase;
  color: #333;
  margin-bottom: 30px;
  font-size: 17px;
  font-family: "Maven Pro", Arial, Helvetica, sans-serif;
}

footer a {
  color: #333;
}

footer .icon {
  margin-right: 10px;
  font-size: 30px;
  -webkit-transition: .25s color ease-in-out;
  -moz-transition: .25s color ease-in-out;
  -o-transition: .25s color ease-in-out;
  transition: .25s color ease-in-out;
}

footer a:hover .icon {
  color: #f00;
}

footer li, footer p {
  color: #4D4D4D;
  line-height: 30px;
}

footer li {
  margin-bottom: 10px;
}

.legal-copy {
  text-align: right;
  font-size: 10px;
}

/**
@media screen and (max-width: 1023px) {
  .intro-content {
    width: auto;
    float: none;
    padding-bottom: 0;
    margin-bottom: 30px;
  }

  .go-premium {
    width: auto;
    float: none;
    margin-top: 0;
  }

  .column {
    float: none;
    width: auto;
    padding: 0 50px;
  }

  .column figure {
    margin: 0 auto;
    width: 100%;
  }

  .column h2 {
    text-align: center;
  }
}
/* end of media query */

/**@media screen and (max-width: 900px) {
  .intro-content {
    margin-top: 50px;
  }

  nav {
    position: static;
  }

  .primary-nav {
    width: 100%;
    display: none;
  }

  .primary-nav > li {
    float: none;
  }

  .primary-nav li a {
    text-align: right;
    padding: 15px 25px 15px 0;
    border-left: none;
    width: 100%;
    border-bottom: 1px solid #E7E7E7;
    font-size: 13px;
  }

  .has-submenu ul {
    position: static;
    display: block;
    border: none;
    border-radius: 0;
    width: 100%;
  }

  .has-submenu:hover ul {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
  }

  nav figure {
    width: 100px;
    top: 0;
    left: 20px;
  }

  .mobile-menu-icon {
    background: url("../images/mobile-menu-icon.png") 0 0 no-repeat;
    width: 30px;
    height: 26px;
    float: right;
    margin: 10px 15px 10px 0;
    cursor: pointer;
  }

  .mobile-menu-icon.open {
    background-image: url("../images/mobile-menu-close-icon.png");
  }
}
/* end of media query */

/**@media screen and (max-width: 550px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 26px;
  }

  .column {
    padding: 0;
  }

  .content-block .figure {
    width: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .content-block h1 {
    text-align: center;
  }

  .button-narrow {
    width: 100%;
  }
} 
/* end of media query */


.my-gallery {
  width: 100%;
  float: left;
}
.my-gallery img {
  width: 100%;
  height: auto;
}
.my-gallery figure {
  display: block;
  float: left;
  margin: 0 20px 20px 0;
  width: 300px;
  height: 300px;
}
.my-gallery figcaption {
  display: none;
}
