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

.body ul	{
	margin:	0;
	}
.body p, li	{
	font-family: 'Roboto', sans-serif;
	font-size: .9em;
	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:	1020px;
	margin:	0 auto;
	padding-right: 10px;
    padding-left:  10px;
	}

#wrapper-header	{
	width:	1000px;
	margin:	0 auto;
	padding-right: 10px;
    padding-left:  10px;
	}

#wrapper-footer	{
	width:	1000px;
	margin:	0 auto;
	padding-right: 10px;
    padding-left:  10px;
	}

/*USF HEADER*/
.usf-header {
	display: flex;
	justify-content: space-between;
	text-align: right;
	font-size: 1em;
    letter-spacing: .02em;
	padding: 13px 0;
	margin: 0 0 0 0;
	line-height: normal;
}
.usf-header p {
	margin-bottom: 5px;
}


/*MENU*/
.top-nav {
display: flex;
justify-content: space-between;
font-family: 'Roboto', sans-serif;
letter-spacing: .03em;
width: 1000px;
height: 100px;

}
.nav-left  {
text-align: right;
align-self: center;
padding: 15px 0 0 0;
}
.nav-line {
width: 1px;
display: inline-block;
background-color: #d2d2d2;
height: auto;
}
#nav-left-top { 
font-size: 1.25em;
letter-spacing: .07em;
}
#nav-left-bottom {
font-family: serif;
letter-spacing: 0.02em;
font-size: 1.85em;
}
.nav-right {
width: 60%;
font-size: .9em;
letter-spacing: .03em;
align-self: center;
}
.menu {
text-transform: uppercase;
height: auto;
margin: 0 0 0 0;
}
.submenu {
height: auto;
margin:  15px 0 20px 0;
}
.menu ul {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
list-style: none;
border-bottom: 1px solid #d2d2d2;
margin: 0;
padding: 10px 0 0 0;
}
.submenu ul {
flex-flow: row nowrap;
justify-content: flex-start;
list-style: none;
padding: 0 ;
margin: 0;
}
.menu li, .submenu li  {
display: inline;
margin: 0;
}
.menu li {
padding: 10px;
}
.submenu li {
padding: 10px 8px;
}
.menu li a  {
height: auto;
text-decoration: none;
margin: 0;
}
.submenu li a {
height: auto;
text-decoration: none;
margin: 0;
}
.menu  .selected {
border-top: 1px solid #d2d2d2;
border-left: 1px solid #d2d2d2;
border-right: 1px solid #d2d2d2;
font-weight: 700;
}
.submenu .selected  {
font-weight: 700;
}
#content {
margin: 30px 0;
}

/*MAIN DIVS*/

blockquote {
    margin: 0;
}

blockquote p {
    padding-left: 50px;
}

#left p a {
	border-bottom: 1px solid #b4e7f8;
	box-shadow: inset 0 -6px 0 #b4e7f8;
    overflow-wrap: break-word;
    word-break: break-word;
    word-wrap: break-word;
	padding: 2px 0 2px 0;
}
#left p a:hover {
	color: inherit;
	background: #b4e7f8;
	transition: background .2s;
}
#left h2 a {
	border-bottom: 1px solid #b4e7f8;
	box-shadow: inset 0 -6px 0 #b4e7f8;
    overflow-wrap: break-word;
    word-break: break-word;
    word-wrap: break-word;
	padding: 2px 0 2px 0;
}
#left h2 a:hover {
	color: inherit;
	background: #b4e7f8;
	transition: background .2s;
}
#right p a {
	border-bottom: 1px solid #b4e7f8;
	box-shadow: inset 0 -6px 0 #b4e7f8;
    overflow-wrap: break-word;
    word-break: break-word;
    word-wrap: break-word;
	padding: 2px 0 2px 0;
}
#right p a:hover {
	color: inherit;
	background: #b4e7f8;
	transition: background .2s;
}
#content	{
	margin: 30px 0;
}
#space {
	height: 550px;
}
#left	{
	float:	left;
	width:	700px;
	margin: 0;
	padding: 0 60px 50px 0;
	}
#left p {
	padding: 0 20px 0 0;
}
#content h2 {
	margin: 0 0 15px 0;
    padding:	10px 0;
	font-family: 'Roboto';
	font-size: 1.4em;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	font-style: normal;
}
#left h2 {
	margin:	0 0 15px 0;
	padding:	10px 0;
	font-family: 'Roboto';
	font-size: 1.4em;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	font-style: normal;
}
#left h3 {
	margin:	0 0 10px 0;
	padding:	8px 0;
	font-family: 'Roboto';
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	font-style: normal;
}
#left h4 {
	margin:	0 0 5px 0;
	padding:	6px 0;
	font-family: 'Roboto';
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	font-style: normal;
}
#left h5, #content h5 {
	font-size: 1em;
}

#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: 1.2em;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	font-style: normal;
	border-bottom: 1px solid #777777;
	}
#right h3	{
	margin:	0 0 15px 0;
	padding:	0 0 6px 0;
	font-family: 'Roboto';
	font-size: 1.1em;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	font-style: normal;
	border-bottom: 1px solid #777777;
	}
#right h4	{
	margin:	0 0 15px 0;
	padding:	0 0 6px 0;
	font-family: 'Roboto';
	font-size: 1.em;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	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;
}


/*carousel*/
.carousel-control-next {
	background: -webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,.25))
}
.carousel-control-prev {
	background: -webkit-linear-gradient(left,rgba(0,0,0,.25),rgba(0,0,0,0))
}
.carousel-inner {
	width: 1000px;
	height: 550px;
	padding: 0;
	position: relative;
}
.carousel-item {
	height: 550px;
	padding: 0;
	margin: 0;
}
.carousel-item img {
	width: 100%;
	min-height: 550px;
	margin: 0;
	padding: 0;
}
.carousel-caption {
	width: 800px;
	padding: 0;
}
.carousel-caption h3, .carousel-caption p {
	text-align: right;
	color: #fff;
	padding: 0;
	margin: 0;
	font-weight: 400;
	text-shadow: 1px 1px 10px #000000;
}
.carousel-caption h3 {
	font-size: 1.25em;
	text-transform: uppercase;
	letter-spacing: .07em;
}
.carousel-caption h6 {
	font-size: .7em;
	text-align: right;
	text-shadow: 1px 1px 10px #000000;
	letter-spacing: .05em;
}
.carousel-caption p {
	font-size: .85em;
}
#features {
	padding: 0;
	margin: 5px 0 50px 0 ;
}

/*GS*/
.gs-caption {
	margin: 0 0 35px 0;
	padding: 0;
	color: #676767;
	font-size: .85em;
	display: flex;
	flex-direction: column;
}
.gs-caption img {
	width: 100%;
	display: inline;
}
.gs-caption p {
	margin: 3px 0 0 0;
}
.caption {
	margin: 0 0 35px 0;
	padding: 0;
	color: #676767;
	font-size: .85em;
	display: flex;
	flex-direction: column;
}
.caption img {
	height: auto !important;
	width: 100%;
	display: inline;
}
.caption p {
	margin: 3px 0 0 0;
}
.header {
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-size: 1em;
	letter-spacing: .03em;
	margin: 0;
}
#topics	{
	float:	left;
	width:	700px;
	padding: 0;
	}

#topics li {
	list-style: none;
	margin-bottom: 20px;
	
}

#topics h2 {
	margin:	0 0 15px 0;
	padding:	6px 0;
	font-family: 'Roboto';
	font-size: 1.3em;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	font-style: normal;
}
#topics h3 {
	margin:	0 0 15px 0;
	padding:	6px 0;
	font-family: 'Roboto';
	font-size: 1.2em;
	text-transform: none;
	letter-spacing: 0.03em;
	font-style: normal;
	line-height: 1.3;
}

#topics h3 a {
	border-bottom: 1px solid #b4e7f8;
	box-shadow: inset 0 -6px 0 #b4e7f8;
    overflow-wrap: break-word;
    word-break: break-word;
    word-wrap: break-word;
	padding: 2px 0 2px 0;
}
#topics h3 a:hover {
	color: inherit;
	background: #b4e7f8;
	transition: background .2s;
}




.topic img {
	padding:	3px;
	border:	1px solid #e5e5e5;
	width: 165px;
	height: 100% !important;
	margin: 0 0 10px 0;
}
.topic-info {
	width: 450px;
}

.topic {
	margin:	0 0 30px 0;
	display: flex;
	flex-flow: row nowrap;
	padding: 0 50px 0 0;
	justify-content: space-between;
	}

.topic-info h3 {
	text-transform: uppercase;
	font-size: 1em;
	letter-spacing: 0.3;
}
.topic-info h4, h5 {
	text-align: left;
	text-transform: none;
	font-size: 1em;
}
.logo img {
	margin: 0 15px 0 0;
}

/*GS ARTIST LIST*/

.artist-list {
	position: relative;
	width: 100%;
	margin: 0; 
	padding: 0;
}
.artist-list-img {
	display: flex;
	flex-flow: column;
	align-content: center;
	justify-content: space-around;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 360px;
	height: 625px;
	padding: 0 auto;
	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-img img {
	height: auto !important;
	max-height: 550px;
	width: auto !important;
	max-width: 360px;
	align-self: center;
	margin: 50px auto;

}
.artist-list a:hover ~ .artist-list-img {
	visibility: visible;
	opacity: 1;
} 
.artist-list ul { 
	float: right;
	height: auto; 
	width: 610px;
	-webkit-columns: 4;
  	-moz-columns: 4;
	columns: 4;
	padding: 0;
	margin: 0 0 100px 0;

}
.artist-list li {
	list-style: none;
	padding: 5px 0 0 0;
	font-size: .8em;
	text-align: left;
	height: auto;
    line-height: 1.2;
}



/*EDITION PAGES*/
.gs-nav {
	display: flex;
	justify-content: space-between;
	width: 600px;
	margin: 0 0 30px 0;
}
.gs-nav-artist-page {
	display: flex;
	justify-content: space-between;
	width: 600px;
	margin: 0 0 30px 0;
}
.gs-nav i {
	font-size: 1.8em;
	width: 30px;
	text-align: right;
}

#edition-series .caption img {
	margin: 0 0 5px 0;
}
#edition-series {
	width: 600px;
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}
#edition-series img {
	width: inherit;
	height: inherit;
	max-width: 270px;
	padding: 0;
	margin: 0 0 30px 0;
}
#edition-series-xs {
	width: 600px;
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}
#edition-series-xs img {
	width: auto;
	height: auto;
	max-height: 80px;
	padding: 0;
	margin: 0 15px 15px 0;
}
#edition-series-sm {
	width: 600px;
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}
#edition-series-sm img {
	width: auto;
	height: auto;
	max-height: 104px;
	padding: 0;
	margin: 0 0 20px 0;
}
#edition-series-lg {
	width: 600px;
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}
#edition-series-lg img {
	width: auto;
	height: auto;
	max-height: 450px;
	padding: 0;
}
#edition-series-captions {
	width: 600px;
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}
#edition-series-captions img {
	width: auto;
	height: auto;
	max-height: 300px;
	padding: 0;
	margin: 0 20px 3px 0;
}
#edition-series-captions p {
	margin: 0 0 30px 0;
}
#edition-series-3 {
	width: 600px;
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}
#edition-series-3 img {
	width: auto;
	height: auto;
	max-height: 175px;
	max-width: 175px;
	padding: 0 ;
	margin: 0 0 30px 0;
}
#edition-series-5 {
	width: 600px;
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}
#edition-series-5 img {
	width: auto;
	height: auto;
	max-height: 110px;
	max-width: 110px;
	padding: 0 ;
	margin: 0 0 30px 0;
}
.edition {
	border-bottom: 1px solid #d2d2d2;
	padding: 0 0 20px 0;
	margin: 0 0 60px 0;
	width: 600px;
}
.edition:nth-last-child(1) {
	border: none;
}
.edition:only-child {
	border: none;
}
.edition img {
	width: auto;
	height: auto;
	max-width: 600px;
	max-height: 600px;
	margin: 0 0 10px 0 ;
}
.edition-info  {
	padding: 30px 120px 30px 0;
}

/*NEW RELEASES*/
.new-releases {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	padding: 0 40px 40px 0;
	width: 600px;
	margin: 0 0 50px 0;
	border-bottom: 1px solid #d2d2d2;
}
.new-releases:nth-last-child(1) {
	border: none;
}
.new-img {
	width: 300px;
}
.new-img img {
	width: 300px;
	height: auto;
	margin: 0 30px 20px 0;
}
.new-info {
	width: 200px;
}
.new-info p {
	font-size: .95em;
	margin-bottom: 3px;
	width: 300px;
}

/*GS CONTACT*/
.staff p {
	margin: 15px 0;
}
.staff {
	float:	left;
	width:	700px;
	margin: 0;
}
.staff strong {
	text-transform: uppercase;
	letter-spacing: .03em;
}
#mailing-list form {
	font-family: 'Roboto', sans-serif;
	padding: 0;
}
#mailing-list form h6 {
	text-transform: uppercase;
	line-height: 1.25em;
	letter-spacing: .03em;
}
#mailing-list button {
	background-color: #d2d2d2;font-family: 'Roboto', sans-serif;
	font-size: 1.2em;
}#mailing-list button:hover {
	background-color: #777777;
}
#mailing-list .form-control {
	font-family: 'Roboto', sans-serif;
}
.social i {
	font-size: 2.5em;
	margin: 0 10px 0 0;
}
.contact {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.contact h4 {
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	font-size: 1em;
}
.contact-box {
	width: 450px;
	
}

/*GLOSSARY*/
.terms {
	padding: 30px; 
	font-family: 'Roboto', sans-serif;
}
.terms h2 {
	font-size: 1.3em;
	text-transform: uppercase;
	letter-spacing: .03em;
	font-weight: 400;
	color: #777;
}

.terms h5 {
	text-transform: uppercase;
	letter-spacing: .03em;
	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: "X";
  cursor: pointer;
}




