/*BODY*/
.body	{
	margin: 0;
	padding: 0;
	background-color: #FFF;
	font-family:	'Roboto', sans-serif;
	}

.body ul	{
	margin:	0;
	}
.body p, li	{
	font:	.85em 'Roboto', sans-serif;
	margin-top:	0;
	}
.body a	{
	font-family: 'Roboto', sans-serif;
	color: #000;
	text-decoration: none;
	}
.body a:visited	{
	color:	#000;
	}
.body a:link	{
	color:	#000;
	text-decoration: none;
	}
.body a:hover	{
	color:	#777777;
	text-decoration: none;
	}
.body img	{
	border:	none;
	}

#wrapper	{
	width:	1000px;
	margin:	0 auto;
	background:	#fff;
	}

.usf-header {
	display: flex;
	justify-content: space-between;
	text-align: right;
	font-size: .9em;
	padding: 5px 0;
	margin: 0 0 30px 0;
}
.usf-header p {
	margin-bottom: 5px;
}


/*MENU*/
.top-nav {
	display: flex;
	justify-content: space-between;
	width: 1000px;
	flex-flow: row;
	padding: 10px 0 0 0;
}
.nav-left  {
	display: flex;
	justify-content: space-around;
	flex-flow: column;
	text-align: right;
	float: left;
	width: auto;
	height: 90px;
	margin: 0 ;
	padding: 0 ;
}
.nav-line {
	width: 2px;
	height: 90px;
	background-color: #000;
	border-radius: 2px;
	margin: 0 22px;
}
#nav-left-top { 
	width: auto;
	text-align: right;
	float: right;
	font-size: 1.2em;
	letter-spacing: .08em;
	margin: 15px 0 0 0;
	padding: 0;
}
#nav-left-bottom {
	width: auto;
	text-align: right;
	float: right;
	font-family: serif;	
	font-size: 2.2em;
	letter-spacing: .03em;
	margin: 0;
	padding: 0 0 5px 0;
}
#nav-left-bottom-sm {
	font-family: serif;	
	font-size: 1.9em;
	letter-spacing: .01em;
	margin: 0;
	padding: 0 0 5px 0;
}
.nav-right {
	width: auto;
}

.menu	{
background:	#fff;
	height:	40px;
	margin:	12px 0 0 0;
	border-bottom: 1px solid #D2D2D2;
}
.submenu {
	margin:	0 0 25px 0;
	height: 50px;
}
.menu ul {
	list-style:	none;
	margin:	0;
	padding:	0;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	}
.submenu ul	{
	list-style:	none;
	margin:	0;
	padding:	0;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	}
.menu li, .submenu li	{
	
	font-family: 'Roboto';
	font-size: .85em;
	letter-spacing: .05em;
	font-style: normal;
	font-weight: 400;
	}
.menu li {
	text-transform: uppercase;

}
.submenu li	{
	font-family: 'Roboto';
	font-size: .85em;
	text-transform: capitalize;
	letter-spacing: .03em;
	font-style: normal;
	font-weight: 400;
	}
.menu li a, .submenu li a {
	float:	left;
	padding: 10px 8px;
	color:	#000;
	text-decoration:	none;
	margin: 0;
	height: inherit;
	}
.menu  .selected a	{
	border-top: 1px solid #D2D2D2;
	border-left: 1px solid #D2D2D2;
	border-right: 1px solid #D2D2D2;
	}
.submenu .selected a	{
	font-weight: 700;

	}
#content	{
	margin: 30px 0;
}



/*MAIN*/
#current {
	text-align: center;
}

#current img {
	width: 100%;
}
.artist-list {
	text-align: left;
	position: relative;
	width: 1000px;
}
.artist-list td {
	text-align: center;
	margin: 0;
	padding: 0;
}

.artist-list table {
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	height: inherit;
	max-height: 400px;
	width: inherit;
	max-width: 400px;
	margin: 0;
	padding: 0;
	opacity: 0;
	visibility: hidden;
	 -webkit-transition: opacity 400ms, visibility 400ms;
	-moz-transition: opacity 400ms, visibility 400ms;
	-o-transition: opacity 400ms, visibility 400ms;
  transition: opacity 400ms, visibility 400ms;
}
.artist-list table img {
	height: inherit;
	max-height: 400px;
	width: inherit;
	max-width: 400px;
}
.artist-list a:hover ~ table {
	visibility: visible;
	opacity: 1;
} 
.artist-list ul { 
	height: 750px;
	width: 560px;
	-webkit-columns: 3;
  	-moz-columns: 3;
	columns: 3;
	padding: 0;
}
.artist-list li {
	list-style: none;
	padding: 2px 0;
	font-size: .85em;
	text-align: LEFT;
}
.new-releases {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0 40px 0 0;
	width: 700px;
	margin: 0 0 20px 0;
	float: left;
}
.new-img {
	text-align: left;
}
.new-img img {
	width: 300px;
	height: 100%;
	margin: 0 0 20px 0;
	
}

.new-info p {
	font-size: .9em;
	margin-bottom: 3px;
	width: 250px;
}
.new-info h4 {
	text-align: left;
	letter-spacing: .03em;
}
.staff {
	text-align: center;
}
.staff strong {
	text-transform: uppercase;
}

.social i {
	font-size: 2.5em;
	margin-right: 10px;
}
.header {
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-size: 1em;
	letter-spacing: .03em;
	margin: 0;
}
.sub-header {
	font-family: 'Roboto', sans-serif;
	color: #6d6d6d;
	text-transform: uppercase;
	letter-spacing: .05em;
}
.caption {
	margin: 0;
	color: #676767;
	font-size: .85em;
}

.top {
	padding: 0 35px 0 0;
}

.bottom {
	text-align: center;
	padding: 0 45px 45px 45px;
	margin: 20px 0;
}

.bottom img {
	
	display: inline-block;
	margin: 0 10px;
	
}
#space {
	height: 550px;
}
#left	{
	float:	left;
	width:	700px;
	margin: 0;
	}
#left p, img {
	padding: 0 15px 0 0;
}
#content h2 {
	margin: 0 0 15px 0;
}


#right	{
	float:	right;
	width:	300px;
	padding-bottom:	50px;
	margin: 0;
	font-family: 'Roboto', sans-serif;
	}
#right h2	{
	margin:	0 0 15px 0;
	padding:	0 0 6px 0;
	font-family: 'Roboto';
	font-size: 01em;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-style: normal;
	border-bottom: 1px solid #777777;
	}

#right strong {
	font-size: .9em;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	
}
#right p {
	margin-bottom: 8px;
}
#right img {
	margin: 0 0 15px 0;
	display: block;
}
#right i {
	margin: 0 10px 0 0;
}
.terms {
	padding: 30px; 
	font-family: 'Roboto', sans-serif;
}
.terms h2 {
	font-size: 1.3em;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-weight: 400;
	color: #777;
}

.terms h5 {
	text-transform: uppercase;
	letter-spacing: .05em;
	margin: 0;
	font-size: .85em;
}
.terms ul {
	display: flex;
	justify-content: space-between;
	width: 370px;
	list-style: none;
	text-align: left;
	padding: 0;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}

.terms li {
	display: inline;
	font-weight: 700;
	font-size: 1.3em;
	padding: 0 10px 0 0;
	line-height: 1.3em;
}
.back {
	display: flex;
	justify-content: space-between;
}
.back a {
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-weight: 700;
	align-self: flex-end;
}
.back h4 {
	font-size: 1.2em;
	font-weight: 700;
	width: 40px;
	padding: 10px;
	margin: 20px 0;
	color: #777;
	text-transform: uppercase;
	text-align: center;
	border: 1px solid #d2d2d2;
	align-self: flex-start;
}



/*lightbox*/
/* Unopened lightbox */
.lightbox {
  display: none;	
}
.lightbox iframe {
	background-color: #fff;
	border-radius: .5em;
	z-index: 3;
}

/* Opened lightbox */
.lightbox:target {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
	background-color: rgba(0, 0, 0, .3);
}

/* Close button */
.lightbox .lightbox-close {
  position: relative;
  display: block;
}

.lightbox .lightbox-close::after {
  right: -1rem;
  top: -1rem;
  width: 2rem;
  height: 2rem;
  position: absolute;
  display: flex;
  z-index: 1;
  align-items: center;
  justify-content: center;
  background-color: #777;
  border-radius: 50%;
  color: white;
  content: "×";
  cursor: pointer;
}



/*FOOTER*/
#footer	{
	padding:	30px 20px;
	clear:	left;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	border-top: 1px solid #D2D2D2;
	margin: 80px 0 0 0;
	
	}
#footer h3	{
	font-size: 1em;
	text-transform: uppercase;
	font-style: normal;
	font-weight: 600;
	letter-spacing: .05em;
	margin: 0;
	}
#footer p {
	margin: 10px 0;
}
#footer .footer-sub a {
	 margin: 0 5px;
}
#footer ul {
	display: flex;
	justify-content: center;
	margin: 15px 0;
}
#footer ul, #footer li	{
	padding:	0;
	list-style:	none;
	text-transform: uppercase;
	font-size: .9em;
	letter-spacing: .05em;
	}
#footer li a	{
	text-decoration:	none;
	font-weight: 400;
	padding: 5px 10px;
	margin: 0;
	}
#footer li a:hover	{
	border-bottom: 1px solid #d2d2d2;
	border-top: 1px solid #d2d2d2;
	}
#footer i {
	margin: 0 10px 0 0;
}


br.clr	{
	clear:	left;
	}
