﻿html, body {
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
}
body {
	background-color: #e9e9e9;
	margin-top: 0;
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	}
.azpiri {
    background-color: #f2cf2a;
    background-image: url(Images/azpiri_spectrum_bg.jpg);
    background-repeat: repeat;
}
div#container {
	min-width: 880px;
	max-width: 1000px;
	margin: auto;
	margin-bottom: 20px;
	width: 90%;
	background-color: #ffffff;
	}
div#header {
	height: 175px;
	background: #151515;
	background-repeat: repeat;
	clear: both;
	position: relative;
	z-index: 1;
	}
div#header #headerTop {
	height: 134px;
	width: 100%;
	background: url(Images/baner_top.png) no-repeat;
	background-position: right top;
	}
div#header #languages {
    position: absolute;
    z-index: 3;
	width: 100%;
	text-align: right; 
	font-family: "Trebuchet MS"; 
	font-size: 12px; 
	color: White;
	}
div#header #logo {
	position: absolute;
	top: 0px; /*3px;*/
	left: 0px; /*8px;*/
	width: 408px; /*400px;*/
	height: 144px; /*162px;*/
	z-index: 3;
	}
div#header .sinceImg {
	position: absolute;
	top: 143px;
	left: 25px;
	z-index: 3;
	}
div#header #specialBanner {
	position: absolute;
	top: 0px;
	right: 55px;
	width: 420px;
	height: 134px;
	z-index: 3;
	}
div#header #specialBanner2 {
	position: absolute;
	top: 25px;
	left: 250px;
	width: 148px;
	height: 44px;
	z-index: 3;
	}
div#header #specialBanner3 {
	position: absolute;
	top: 17px;
	left: 425px;
	right: 175px;
	height: 100px;
	z-index: 3;
    text-align: center;
	}
div#header #specialBanner3 a img {
	width: 280px;
	height: 100px;
	}
div#headerBottom {
	height: 41px;
	width: 100%;
	background: url(Images/baner_bottom_red.jpg) no-repeat;	
	background-position: right top;
	text-align: right;
	z-index: 2;
	position: relative;
	}
.azpiri #headerBottom {
    background: url(Images/baner_bottom_azpiri.jpg) no-repeat;	
}
div#header #pacheco .top {
	position: absolute;
	top: 0px;
	left: 248px;
	width: 262px;
	height: 84px;
	z-index: 3;
}
div#header #pacheco .bottom {
	position: absolute;
	top: 84px;
	left: 318px;
	width: 192px;
	height: 50px;
	z-index: 3;
}
div#search {
	float: right; 
	width: 210px; 
	height: 31px;
    background: url(Images/search_bg.png) no-repeat;
    overflow: hidden;
	}
#menu {
	position: absolute;
	right: 16px; 
	top: 134px;
	height: 41px; 
	z-index: 2;
	}
#menu a {
	font: 12px 'Poppins';
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
	display: block;
	float: left;
	padding: 0 10px;
	height: 100%;
	line-height: 41px;
	vertical-align: middle;
	z-index: 2;
	background: url(Images/menu_hover_bg_red.jpg);  /* for preloading - is overriden in the next line */
	}
.azpiri #menu a {
    background: url(Images/menu_hover_bg_azpiri.jpg);	
}
#menu a:link, div#header #menu a:visited { background: none; }
#menu a:hover, div#header #menu a:active { background: #ee0035 url(Images/menu_hover_bg_red.jpg) no-repeat center top; }
.azpiri #menu a:hover, .azpiri #menu a:active { background: #ee0035 url(Images/menu_hover_bg_azpiri.jpg) no-repeat center top; }

div#ukraine-header {
	float: left;
	width: 100%;
	height: 80px;
	background: url(Images/ukraine_bg.jpg) no-repeat;
	text-align: right;
	padding-right: 25px;
	padding-top: 12px;
	text-transform: uppercase;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
}
div#ukraine-header a,
div#ukraine-header a:hover,
div#ukraine-header a:active,
div#ukraine-header a:visited {
	text-decoration: none;
	color: #ffde1f;
	font-size: 16px;
}
div#ukraine-header a.main,
div#ukraine-header a.main:hover,
div#ukraine-header a.main:active,
div#ukraine-header a.main:visited {
	text-decoration: none;
	color: white;
	font-size: 20px;
}

div#content {
	min-height: 400px;
	margin: 0px;
	padding-bottom: 20px;
	background-color: #ffffff;
	clear: both;
	/*position: relative;*/
}
div#content div.sideMargins { margin: 0 10px; }	
.azpiri #content {
    position: relative;
}

div#footer {
	height: 60px;
	width: 100%;
	margin: 0;
	clear: both;
	text-align: center;
	background-color: #151515;
	color: #bbbbbb;
	font-size: 80%;
	line-height: 150%;
	position: relative;
}

div#footer a:link, 
div#footer a:hover, 
div#footer a:active, 
div#footer a:visited {
	text-decoration: none;
	color: #bbbbbb; 	
	}
	
div.popupBg {
	z-index: 5; 
	position: relative; 
	position: fixed; 
	top: 0; 
	right: 0; 
	bottom: 0; 
	left: 0; 
	background: rgba(0,0,0,.75);
	}	
div.popupBg div.popup {
	width: 500px; 
	height: 250px; 
	padding: 0;
	background: #ffffff; 
	position: absolute; 
	top: 0; 
	right: 0; 
	bottom: 0; 
	left: 0; 
	margin: auto;
	}
div.popupBg div.popup div.message {
	width: 500px;
	height: 200px;
	padding: 0px 20px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	}
div.popupBg div.popup input {
	width: 100%; 
	height: 50px;
	background: #ee0035;
	font-weight: bold;
	color: #ffffff;
	border: 0;
	cursor: pointer;
	}

div.shadowLeft, div.shadowLeftTop, div.shadowRight, div.shadowRightTop {
	width: 60px;
	height: 100%;
	position: absolute;
	top: 0px;
}	
div.shadowLeft {	  	 
	left: -60px; 
	background: transparent url(Images/shadow_left.png) repeat-y right top;
	}
div.shadowLeftTop {	 	 
	left: -60px; 
	background: transparent url(Images/shadow_left_top.png) no-repeat right top;
	}
div.shadowRight { 	 
	margin-left: 100%;	 
	left: 0px; 	 
	background: transparent url(Images/shadow_right.png) repeat-y right top;
	}
div.shadowRightTop { 	 
	margin-left: 100%;	 
	left: 0px; 	 
	background: transparent url(Images/shadow_right_top.png) repeat-y right top;
	}

div.azpiriBorderLeft, 
div.azpiriBorderRight {
	width: 10px;
	height: 100%;
	position: absolute;
	top: 0px;
    background-color: #151515;
    opacity: 0.2;
}	
div.azpiriBorderLeft {	  	 
	left: -10px;
	}
div.azpiriBorderRight { 	 
	margin-left: 100%;	 
	left: 0px;
	}
div.azpiriBorderBottom {
	height: 10px;
	left: -10px;
    right: -10px;
    top: 60px;
	position: absolute;
    background-color: #151515;
    opacity: 0.2;
	}
	
/*---- ARTISTS PAGE ---------------------------------------------*/

div.artistsContainer {
	margin: 20px 20px 0 20px; 
	}
div.artist {
	float: left;
	line-height: 200%; 
	width: 33%;  
	background-color: #ffffff; 
	}
div.artist a:link, div.artist a:visited, div.artist a:hover, div.artist a:active { text-decoration: none; }
div.letters  {
	background-color: #f2f2f2; 
	color: #888888;
	padding: 4px 0px; 
	text-align: center;
	position: relative;
	}
div.letters a:link, div.letters a:visited,
div.letters a:hover, div.letters a:active { padding: 0 1px; font-size: 90%;	} 
a.letterLink:link, a.letterLink:hover, a.letterLink:active, a.letterLink:visited {	
	color: #015e87; 
	text-decoration: none;
	cursor: pointer;
	}
a.selLetterLink:link, a.selLetterLink:hover, a.selLetterLink:active, a.selLetterLink:visited {
	color: #333333; 
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	}
	
	
.artistsSelect {
	width: 220px; 
	font-size: 85%; 
	background-color: #111111; 
	color: #ffffff; 
	}
	
/*---- ARTWORK THUMBNAIL ----------------------------------------*/

div.artworkBox {
	float: left; 
	width: 180px; 
	height: 247px;
	padding: 0px 10px 0px 10px;
	border: solid 0px #dad7d4;
	margin: 0px 0px 10px 0px;
	position: relative; 
	}
div.artworkThumbnail {
	width: 180px;
	height: 150px; 	 
	margin-top: 15px;
	overflow: hidden;
	display: table;
	text-align: center; 
	clear: both;
	}
div.artworkThumbnail div {	
	vertical-align: middle; 
	display: table-cell;
	}
div.titleBox,
div.featInfoBox {
	width: 100%; 
	height: 45px; 
	margin: 10px 0px 0px 0px;
	overflow: hidden;
	text-align: center; 
	font-size: 85%;	
	}

div.titleBox a:link, div.titleBox a:hover, div.titleBox a:active, div.titleBox a:visited,
div.featInfoBox a:link, div.featInfoBox a:hover, div.featInfoBox a:active, div.featInfoBox a:visited   {
	text-decoration: none; 
	font-weight: bold; 
	color: #015e87; 	
	}
div.titleBox a:hover, div.titleBox a:active,
div.featInfoBox a:hover, div.featInfoBox a:active { text-decoration: underline; }

div.titleBox a.artistLink:link, div.titleBox a.artistLink:hover, 
div.titleBox a.artistLink:active, div.titleBox a.artistLink:visited
	{
	color: #0081BA;
	font-weight: normal;
	}
div.priceBox 
	{
	width: 100%; 
	height: 14px; 
	margin: 3px 0px 0px 0px;
	overflow: hidden;
	text-align: center; 
	font-size: 85%;	
	font-weight: bold;
	color: #ee0035; /*#f02b46;*/
	}

/* ----------- */

table.artworkListTable { width: 100%; padding:0; margin: 0; border: 0; border-spacing: 0; }
tr.artworkListItem {	
	width: 100%;
	padding: 0;
	border: 0;
	border-spacing: 0;
	margin: 0; 
	}
tr.artworkListItem td {
	overflow: hidden; 
	padding: 5px 0px; 
	margin: 0; 
	border: 0; 
	border-spacing: 0; 
	border-bottom: solid 1px #dddddd; 
	color: #555555;
	}
tr.artworkListItem td a:link, 
tr.artworkListItem td a:hover, 
tr.artworkListItem td a:active, 
tr.artworkListItem td a:visited {
	text-decoration: none; 
	font-weight: normal; 
	color: #015e87;
	}
tr.artworkListItem td a:hover, 
tr.artworkListItem td a:active { text-decoration: underline; }

tr.artworkListItem td.titleCol {
	width: 56%;
	padding-right: 2%;
	}
tr.artworkListItem td.bookTitleCol {
	width: 82%;
	padding-right: 2%;
	}
tr.artworkListItem td.titleCol a, tr.artworkListItem td.bookTitleCol a { font-weight: bold; }
tr.artworkListItem td.artistCol {
	width: 24%; 
	padding-right: 2%;
	}
tr.artworkListItem td.priceCol {
	width: 16%;
	font-size: 85%;	
	font-weight: bold;
	color: #ee0035; /*#f02b46;*/
	}


/*---- ARTWORK LISTS --------------------------------------------*/

div.itemsContainer {
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 20px; 
	background: url(Images/items_bg2.png) repeat left top;
	}

.azpiri div.itemsContainer {
	background: url(Images/items_bg_azpiri.png) repeat left top;
	}
	
div.optionsBar {
	background-color: #dddddd;
	padding: 4px 20px; 
	border-left: solid 1px #f0f0f0;
	border-right: solid 1px #f0f0f0;
	margin-bottom: 10px;
}

div.searchOptionsBar {
	background-color: #dddddd;
	padding: 0px 0 0px 20px;
	margin-bottom: 10px;
}
	
/*---- ARTWORK PAGE ---------------------------------------------*/

.artworkTitle { font-size: 160%; font-family: Georgia; color: #ee0035; padding-bottom: 20px; display: block; }
.artworkDescriptionCaption { font-size: 140%; font-family: Georgia; color: #555555; padding: 20px 0 20px 0; }
.artworkInfoCaption { display: block; float: left; width: 140px; color: Gray; line-height: 150%; }
.artworkInfoContent { display: block; float: left; line-height: 150%; }
a.artistLink:link, a.artistLink:hover, a.artistLink:active, a.artistLink:visited { text-decoration: none; font-weight: bold; color: #ee0035; }
.mediumSizeImage { max-width: 500px; margin-bottom: 6px; }

div.smallImageBox {
	float: left; 
	width: 160px; 
	min-height: 200px;
	padding: 0px 10px 10px 10px;
	border: 1px solid #dddddd;
	margin: 0px 10px 10px 0px;
	position: relative; 
	}
div.smallImageThumbnail {
	width: 160px;
	height: 150px; 	 
	margin-top: 15px;
	overflow: hidden;
	display: table;
	text-align: center; 
	clear: both;
	}
div.smallImageThumbnail div {
	vertical-align: middle; 
	display: table-cell;
	}
div.smallImageCaption { font-size: 85%; padding-top: 6px; color: #555555; }

div.breadcrumbs a:link,
div.breadcrumbs a:active,
div.breadcrumbs a:hover,
div.breadcrumbs a:visited { text-decoration: none; color: #ffffff; font-weight: bold; }
div.breadcrumbs a:hover { color: #ee0035; }

/*---- BUTTONS --------------------------------------------------*/

.englishButton  {
	background: url(Images/en.png) no-repeat; 
	width: 59px;
	margin-right: 11px;
	}
.spanishButton  {
	background: url(Images/es.png) no-repeat; 
	width: 64px; 
	margin-right: 15px;
	}

.englishButton, .spanishButton {
	height: 14px;
	border: 0;	
	margin-top: 15px;
	padding: 0;
	cursor: pointer;
	background-position: right center;
	}
	
.searchButton {
	background: url(Images/search_icon.png) no-repeat; 
	width: 45px;
	height: 31px;
	border: 0;
    padding: 0;
    margin: 0;
	cursor: pointer;
    float: right;
	}
	
/*---- DROP-DOWN DIV --------------------------------------------*/

div.dropDown {
	float: left; 
	color: #333333; 
	position: relative; 
	width: 130px; 
	padding: 2px 10px;
	border: solid 1px #cccccc;
	margin-right: 5px;
	background: #fcfcfc url(Images/expand_arrow.gif) no-repeat right center;
	z-index: 2;
	}
div.dropDown div {
	display: none; 
	position: absolute; 
	left: -1px; 
	top: -1px; 
	background-color: #fbfbfb; 
	width: 100%;
	border: solid 1px #cccccc;
	}
div.dropDown:hover div { display: block; }

div.dropDown:hover div a:link, 
div.dropDown:hover div a:hover,
div.dropDown:hover div a:active, 
div.dropDown:hover div a:visited  {
	padding: 2px 10px; 
	display: block; 
	text-decoration: none; 
	}
div.dropDown:hover div a:hover { background-color: #ee0035; color: #ffffff; }

div.dropDown:hover div a.selected:link, 
div.dropDown:hover div a.selected:hover,
div.dropDown:hover div a.selected:active, 
div.dropDown:hover div a.selected:visited  {
	font-weight: bold; 
	}
	
div.pageSizeDropDown { width: 80px; margin: 0 0 0 5px; }
div.sortDropDown { width: 150px; }
	
/*---- GENERAL --------------------------------------------------*/
	
a:link {
	color: #015e87;
	cursor: pointer;
	text-decoration: underline;
	}
a:hover, a:active {
	color: #0081BA;
	cursor: pointer;
	text-decoration: underline;
	}
a:visited  {
	color: #015e87;
	cursor: pointer;
	text-decoration: underline;
	}
hr {
	height: 1px;
	border: none 0;
	border-top: 1px solid #777;
	}
select, textarea {
	border: solid 1px #bbbbbb; /* #0081BA */
	padding: 2px;	
	}
textarea {
	font-family: Verdana;
	font-size: 11px;
	}
input {	border: solid 1px #bbbbbb; }
h1, h2, h3, h4 { font-family: 'Trebuchet MS', Verdana, Arial; }

/*---- HORIZONTAL LINES -----------------------------------------*/

hr.dottedTurqNoMargin {
	height: 1px;
	border: none 0;
	border-top: 1px dotted #ee0035;
	margin: 0;
}
hr.dottedGrayNoMargin {
	height: 1px;
	border: none 0;
	border-top: 1px dotted #999999;
	margin: 0;
}
hr.solidTurqNoMargin {
	height: 1px;
	border: none 0;
	border-top: 1px solid #ee0035;
	margin: 0;
}

/*---- HYPERLINKS -----------------------------------------------*/

a.websiteLink, a.websiteLink:hover, a.websiteLink:active {
	color: #2c3f91; 
	font-weight: bold;
	font-size: 110%;
	text-decoration: none;
	}
a.websiteLink:hover, a.websiteLink:active { text-decoration: underline; }
a.galleryLink, a.galleryLink:hover, a.galleryLink:active, a.galleryLink:visited { vertical-align: -6px; }
a.grayWhiteLink:link, a.grayWhiteLink:visited { color: #cccccc !important; }
a.grayWhiteLink:hover, a.grayWhiteLink:active { color: #ffffff !important; }
	
/*---- INPUT CONTROLS -------------------------------------------*/

.checkBox input, .radioButton input {
	background: transparent;
	border: 0;
	vertical-align: middle;
	}
.checkBox label {
    vertical-align: middle;
}	
.searchBox {
	width: 140px; 
	height: 20px; 
	padding: 0;
	border: 0; 
	margin: 5px 0; 
	font: normal 8pt Verdana;
    color: white;
    background-color: transparent;
    float: right;
	}
.searchBox:focus {
    outline: none;
}
	
/*---- IMAGES ----------------------------------------------------*/

.vaBottom { vertical-align: bottom; }
.vaMiddle { vertical-align: middle; }
.viewMode { 
    vertical-align: bottom; 
    border-style: none;
    }

/*---- LINKS PAGE ------------------------------------------------*/

div.websiteLink { margin-bottom: 15px; border-left: solid 6px #eeeeee; padding-left: 10px; color: #333333; }
div.websiteLink a:link, div.websiteLink a:hover, div.websiteLink a:active, div.websiteLink a:visited {
	color: #333333; 
	font-weight: bold;
	font-size: 110%;
	text-decoration: none;
	}
div.websiteLink a:hover, div.websiteLink a:active { text-decoration: underline; }
	
/*---- NEWS ------------------------------------------------------*/

div.news { margin: 0px 10px 20px 10px; }
div.newsHeader {
	margin-bottom: 15px; 
	border-left: solid 6px #333333; 
	padding: 5px 10px; 
	color: #333333; 
	background-color: #f2f2f2;
	}
div.newsTitle {
	float: left; 
	width: 75%;
	color: #333333; 
	font-weight: normal;
	font-size: 130%;
	}
div.newsDate {
	float: right; 
	width: 25%; 
	text-align: right; 
	font-size: 85%; 
	padding-top: 2px; 
	}
div.newsContent { margin: 0 10px; position: relative; }
	
/*---- OTHER DIVS -----------------------------------------------*/

.errorDiv {
	margin: 20px;
	}
.headerDiv {
	width: 100%;
	background: url(Images/under_baner.jpg) no-repeat;
	background-position: right top;
	margin-bottom: 20px;
    min-height: 31px;
	}
.sectionTitleDiv {
	padding: 0px 20px;
	margin: 20px 0 10px 0;
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	font-weight: 500;
	text-transform: none;
	letter-spacing: 0px;
	vertical-align: middle;
	line-height: 28px;
	background: url(Images/under_baner.jpg) no-repeat;
}
.azpiri .sectionTitleDiv {
    background: #151515;
}
.sectionTitleDiv a:link, .sectionTitleDiv a:visited {
	color: #ffffff;
	text-decoration: none;
	}
.sectionTitleDiv a:hover, .sectionTitleDiv a:active {
	color: #ee0035;
	text-decoration: none;
}
.question {
    font-weight: bold;
}
.question, .answer {
    margin-top: 16px;
}
	
/*---- TEXT FORMATTING -------------------------------------------*/

.bold { font-weight: bold; }
.bigTurqHeader  {
	font-size: 160%; 
	font-family: Georgia, Serif; 
	letter-spacing: 0px; 
	color: #ee0035; 
	padding: 20px 0 30px 25px; 
	}	
.bigWhiteHeader  {
	font-size: 11px;
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px; 
	color: #ffffff; 
	padding: 6px 0 6px 60px; 
	background: url(Images/header_icon.png) no-repeat left top;
	}	
.smallNote { font-size: 85%; color: #555555; }

/*---- WIDTHS ----------------------------------------------------*/

.stretch { width: 100%; }
.input75Percent { width: 75%; }
.input65Percent { width: 65%; }
.inputWide { width: 400px; }
.inputMedium { width: 300px; }
.inputSmall { width: 150px; }
.inputSelectMedium { width: 270px; }
.inputName { width: 200px; }	
	
	
/**** Ajax ModalPopup *****************************************************/
.modalBackground {
	background-color: #000000;
	filter: alpha(opacity=80);
	opacity: 0.8;
	}
.modalPopup {
	line-height: normal;
	text-align: center;
	vertical-align: middle;
	position: absolute !important; 
	top: 20px !important;
	padding-bottom: 20px;
	}
.modalPopup .fullSizeImage input { border: solid 1px #ffffff !important; }
.modalPopup .modalPrevNext {
	width: 100%; 
	text-align: center;
	padding-bottom: 20px;
	}
.modalPopup .modalPrevNext div {
	width: 325px;
	height: 34px;
	margin: 0 auto;
	text-align: left;
	background: url(Images/prev_next_bg.png) no-repeat center top;
	}
.modalPopup .modalPrevNext div input {
	height: 34px;
	width: 98px;
	margin: 0 10px 0 10px;
	padding: 0;
	border: 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font: bold 10pt Verdana;
	color: #333333;
	background-color: #ffffff;
	cursor: pointer;
	vertical-align: top;
	}
.modalPopup .modalPrevNext div input.close 
{
	width: 54px;
	font: bold 24px Verdana;
	padding-bottom: 4px;
}

/*********** LEAONARDI ***********************/
#leonardi { 
    position: absolute;
	top: 10px;
	right: 190px;
	z-index: 3;
    width:165px; 
    height: 116px; 
}
#leonardi a.small, #leonardi a.small:visited { display:block; width:165px; height: 116px; text-decoration:none; background:transparent; top:0; right:0; border:0;}
#leonardi a img { border:0; cursor: default;}
#leonardi a.small:hover { text-decoration:none; }
#leonardi a .large { display:block; position:absolute; width:0; height:0; border:0; top:0; right:0;}
#leonardi a.small:hover .large { display:block; position:absolute; top: 165px; right:-30px; width:660px; height:455px; }

/********** SECTION BANNERS ***************/

.banner-bar {
	display: flex;
	padding: 40px 0px 40px 20px;
}
.banner-bar a {
	position: relative;
	display: block;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0;
	margin-right: 20px;
	transition: transform .2s; /* Animation */
	height: 114px;
	z-index: 2;
	box-shadow: none;
}
.banner-bar a:hover {
	transform: scale(1.4); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: auto;
	z-index: 3;
	box-shadow: 2px 5px 5px rgba(0,0,0,.5);
}
.banner-bg {
	position: absolute;
	top: 0;
	bottom: 8px;
	left: 0px;
	right: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border: 5px #333333 solid;
}
.banner-bar a:hover .banner-bg {
	top: 0px;
	bottom: 18px;
	background-size: cover;
	border: none;
}
.banner-title {
	position: absolute;
	bottom: 0;
	left: 10px;
	right: 10px;
	height: 18px;
	line-height: 18px;
	font-size: 10px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	color: white;
	vertical-align: middle;
	background-color: #ee0035;
	box-shadow: 0px 5px 5px rgba(0,0,0,.5);
}
.banner-bar a:hover .banner-title {
	left: 0px;
	right: 0px;
	box-shadow: none;
}
.section-pacheco .banner-bg {
	background-image: url(Images/banner_bar_pacheco.jpg);
}
.section-bernet .banner-bg {
	background-image: url(Images/banner_bar_bernet.jpg);
}
.section-azpiri .banner-bg {
	background-image: url(Images/banner_bar_azpiri.jpg);
}
.section-anime .banner-bg {
	background-image: url(Images/banner_bar_anime.jpg);
}
.section-manga .banner-bg {
	background-image: url(Images/banner_bar_manga.jpg);
}
.section-simpsons .banner-bg {
	background-image: url(Images/banner_bar_simpsons.png);
}
.banner-bar-subsection {
	position: relative;
	margin: 10px 30px 40px 30px;
	border: 0px solid rgba(0,0,0,.2);
	box-shadow: 0px 2px 4px rgba(0,0,0,.3);
}
.banner-bar-subsection p.title {
	position: absolute;
	width: 200px;
	top: -20px;
	left: 50%;
	margin-left: -100px;
	display: block;
	line-height: 18px;
	font-size: 10px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	color: #ee0035;
	background-color: white;
	vertical-align: middle;
	box-shadow: 0px 5px 5px rgba(0,0,0,.3);
}
#manga-artists > div {
	display: flex;
	flex-wrap: wrap;
	padding: 30px 30px 20px 30px;
}
#manga-artists > div > a,
#manga-artists > div > a:hover,
#manga-artists > div > a:visited {
	display: block;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0;
	min-width: 250px;
	max-width: 350px;
	text-decoration: none;
	line-height: 30px;
	font-size: 13px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0px;
	text-align: center;
	color: #333333;
	vertical-align: middle;
}
#manga-artists > div > a > span {
	font-weight: 300;
}
#azpiri-galleries > div {
	padding: 30px 10px 10px 10px;
}
#azpiri-galleries > div > div {
	display: flex;
}
a.azpiri-galleries-link,
a.azpiri-galleries-link:visited
a.azpiri-galleries-link:hover {
	position: relative;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0;
	display: flex;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 30px;
	text-decoration: none;
}
.azpiri-galleries-link div.bg {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 130px;
}
.azpiri-galleries-link div.title {
	position: absolute;
	width: 160px;
	height: 30px;
	margin-left: -80px;
	bottom: -15px;
	left: 50%;
	line-height: 30px;
	font-size: 13px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	background: rgba(255,255,255,.9);
	color: #333333;
	border: 1px solid #333333;
}
.azpiri-galleries-link div.title span {
	font-weight: 300;
}