/*RESET*/
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
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;
}
strong {
  font-weight: bold;
}
em, .italic {
  font-style: italic;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
html {
  width: 100%;
  height: 100%;
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll !important;
  overflow-x: hidden;
}
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: #fff;
}
* {
  margin: 0;
  padding: 0;
}
/*OUTER CONTAINERS*/
body {
  width: 100%;
  height: 100%;
  font-style: normal;
  font-weight: 400;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1em;
  line-height: 1;
  text-decoration: none;
  color: #666;
  background: #fff;
  -webkit-opacity: 1;
  -ms-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: 1.5s opacity;
  -ms-transition: 1.5s opacity;
  -moz-transition: 1.5s opacity;
  transition: 1.5s opacity;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  text-size-adjust: 100%;
}
body.fade {
  -webkit-opacity: 0;
  -ms-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  transition: none;
}
body.visual, body.information, body.archive, body.contact {
  height: auto;
  min-height: 100%;
}
#wrapper, .wrapper {
  display: none;
  position: relative;
  overflow: hidden;
  width: 93.618%;
  max-width: 987px;
  min-height: 100% !important;
  margin: 0 auto;
}
.wrapper {
  display: none;
  position: absolute;
  overflow: visible;
  width: 93.618% !important;
  max-width: 93.618%;
  margin-right: 3.191%;
  margin-left: 3.191%;
  height: 100% !important;
  max-height: 100% !important;
}
#header {
  width: 100%;
  max-width: 987px;
  padding: 56px 0 36px 0;
}
#header, .header, h2, .name {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
}
#content {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 987px;
  padding: 0;
}
#footer {
  display: block;
  position: absolute;
  bottom: 0 !important;
  left: 0;
  width: 100%;
  max-width: 987px;
  padding: 5px 0 24px 0;
  font-size: 0.875rem;
  line-height: 1rem;
  background-color: #fff;
}
/*pages*/
.home #wrapper {
  max-width: 987px;
  height: 100%;
  padding: 0;
}
.home #header {
  z-index: 5;
  padding-right: 0;
  padding-bottom: 58px;
  padding-left: 0;
  background: #fff;
}
.visual #header, .visual .header {
  padding-bottom: 29px;
}
.visual #content {
  overflow: hidden;
  line-height: 1.214rem;
}
.visual #footer, .music #footer, .books #footer {
  padding-top: 24px;
  padding-bottom: 34px;
}
/*INNER CONTAINERS*/
article {
  float: none;
  clear: both;
  position: relative;
  overflow: visible;
  width: 100%;
  margin: 0 0 72px 0;
}
.home article {
  margin: 0 0 55px 0;
}
section {
  float: none;
  clear: both;
  width: 100%;
}
/*information page table*/
table {
  font-size: 1em;
}
tr {
  font-size: 1em;
}
td {
  vertical-align: top;
}
td.column-left {
  width: 60px;
}
td.column-right {
  width: auto;
}
td.column-left-education {
  width: 100px;
}
/*TYPOGRAPHIC*/
p {
  font-size: 1rem;
  line-height: 1.625rem;
  text-align: justify;
  margin: 0.75rem 0;
}
#content p {
  margin: 1em 0;
}
.top-break {
  float: none;
  clear: both;
  padding-top: 16px;
}
.bottom-break {
  padding-bottom: 0.75rem;
}
h2 {
  margin: 0;
  padding: 17px 0 37px 0;
  font-size: 1.5rem;
  line-height: 2.125rem;
  line-height: 1.938rem;
}
h2 span {
  font-size: 1rem;
  line-height: 1rem;
}
.music h2, .books h2 {
  padding: 17px 0 21px 0;
}
h3 {
  font-style: italic;
  font-size: 1.25rem;
}
.music h3 {
  margin-top: 34px;
}
.books h3 {
  padding: 21px 0 0 0;
	font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
}
#content p.extra {
  padding: 0 0 12px 0;
}
.info-contact {
  margin-top: 1px !important;
}
.font-600 {
  font-weight: 600;
}
/*TEXT*/
.name {
  float: left;
  clear: left;
  margin-top: 4px;
  margin-left: -1px;
  font-size: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.poem {
  display: block;
  float: left;
  clear: right;
  position: relative;
  margin: 8px 0 0 23.606%;
  text-align: left;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*NAVIGATION and LINKS*/
a {
  text-decoration: none;
  color: #666;
}
a:link {
  color: #666;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover {
  color: #000;
}
a:visited {
  color: #666;
}
a:active {
  color: #000;
}
ul.nav, ul.mobile-menu {
  margin: 4px 0 0 0;
  font-size: 17px;
  text-align: right;
}
ul.mobile-menu {
  overflow: hidden;
  font-size: 18px;
  text-align: left;
  margin-left: 34px;
  padding-top: 41px;
  padding-bottom: 24px;
}
.nav li {
  display: inline;
  margin: 0 43px 0 0;
  line-height: 1.75em;
  line-height: 26px;
  cursor: pointer;
}
.nav li a {
  display: inline-block;
}
.nav a:link, ul.nav li.dropdown-menu, ul.nav li.dropdown-menu-2 {
  color: #666;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nav a:hover, ul.nav li.dropdown-menu:hover, ul.nav li.dropdown-menu-2:hover {
  color: #000;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nav a:visited, ul.nav li.dropdown-menu:vistied {
  color: #666;
}
.nav a:active, ul.nav li.dropdown-menu:active {
  color: #000;
}
ul.nav li ul.dropdown, ul.nav li ul.dropdown-2 {
  display: block;
  position: absolute;
  right: 0;
  visibility: hidden;
  margin-top: 1rem;
  font-size: 0.938rem;
  z-index: 5000;
  -o-opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  opacity: 0;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
ul li ul li {
  clear: none;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
ul.mobile-menu li {
  clear: both;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.75rem;
}
ul.mobile-menu li a {
  padding-right: 100%;
}
ul.mobile-menu li.inset {
  padding-left: 24px;
}
.page-nav {
  color: #000 !important;
}
.fade-in {
  visibility: visible !important;
  -ms-opacity: 1 !important;
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  -o-opacity: 1 !important;
  opacity: 1 !important;
  -webkit-transition: opacity 0.25s ease-in-out !important;
  -moz-transition: opacity 0.25s ease-in-out !important;
  -o-transition: opacity 0.25s ease-in-out !important;
  -ms-transition: opacity 0.25s ease-in-out !important;
  transition: opacity 0.25s ease-in-out !important;
}
.dropdown.fade-out, .fade-out {
  opacity: 0 !important;
  -webkit-transition: opacity 0.25s ease-in-out !important;
  -moz-transition: opacity 0.25s ease-in-out !important;
  -o-transition: opacity 0.25s ease-in-out !important;
  -ms-transition: opacity 0.25s ease-in-out !important;
  transition: opacity 0.25s ease-in-out !important;
}
/*links*/
#content .nav a, #footer .nav a, #details .nav a {
  padding: 0;
}
/*MOBILE NAVIGATION*/
#menu {
  display: none;
}
.mobile-nav {
  display: none;
  position: absolute;
  top: 42px;
  right: 1.47%;
  width: 26px;
  height: 34px;
  margin: 0 0 0 0;
  cursor: pointer;
}
.menu_button {
  z-index: 2500;
  position: relative;
  display: block;
  cursor: pointer;
  -webkit-transition: opacity 400ms ease-in-out !important;
  -moz-transition: opacity 400ms ease-in-out !important;
  -o-transition: opacity 400ms ease-in-out !important;
  -ms-transition: opacity 400ms ease-in-out !important;
  transition: opacity 400ms ease-in-out;
  width: 24px;
  height: 24px;
  margin-top: 4px;
}
.menu-button span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #666;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.menu-button span:nth-child(2) {
  top: 8px;
}
.menu-button span:nth-child(3) {
  top: 16px;
}
.close-nav {
  display: block;
  position: absolute;
  top: 40px;
  right: 1.385%;
  width: 39px;
  height: 39px;
  margin: 0 0 0 0;
  cursor: pointer;
}
.close-hover {
  -webkit-transform: rotate(90deg) 0.25s ease-in-out;
  -moz-transform: rotate(90deg) 0.25s ease-in-out;
  -o-transform: rotate(90deg) 0.25s ease-in-out;
  transform: rotate(90deg) 0.25s ease-in-out;
}
.close-button {
  display: block;
  position: relative;
  float: right;
  width: 27px;
  height: 2px;
  margin-top: 10px;
  font-size: 34px;
  background: #333;
  border-radius: 1px;
  opacity: 1;
  background-color: #666;
  cursor: pointer;
  z-index: 2500;
  -webkit-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close-button span {
  display: block;
  width: 27px;
  height: 2px;
  font-size: 34px;
  background: #333;
  border-radius: 1px;
  opacity: 1;
  z-index: 2500;
  float: right;
  position: relative;
  cursor: pointer;
  -webkit-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out;
  background-color: #666;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
/*IMAGES*/
.books figure {
  display: block;
  position: relative;
  float: left;
  width: 24.02%;
	width: 29.989%;
  height: 0;
  margin: 29px 0 34px 0;
  padding-bottom: 46.401%;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
	.books figure.mobile {
		display: none;
	}
		.books figure.desktop {
		display: block;
	}
figure.contact-image {
  display: block;
  float: left;
  position: relative;
  width: 50%;
  height: 0;
  margin: 8px 9.008% 34px 0;
  padding-bottom: 36.676%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.books img, .books figure a, .contact-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
figcaption {
  position: absolute;
  top: 100%;
  width: 100%;
  height: 27px;
  margin-top: -34px;
  padding-top: 7px;
  font-size: 0.875rem;
  color: #f1f1f1;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: all 0.5s ease;
}
.home figure {
  display: block;
  float: left;
  position: relative;
  overflow: visible;
  width: 30.4%;
  height: 0;
  margin: 0 4.357% 63px 0;
  padding-bottom: 26.950%;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.home figure:hover {
  opacity: 0.8;
}
.home figcaption {
  margin-top: 0;
  padding-top: 13px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.313rem;
  text-align: left;
  color: #666;
  background: none;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.icon-holder {
  display: block;
  float: left;
}
.icon-holder br {
  display: none;
}
.icon {
  diplay: block;
  position: relative;
  width: 28px;
  height: 28px;
  margin: 13px 13px 13px 21px;
  vertical-align: middle;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  -o-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: all 0.5s ease;
}
.icon.first {
  margin: 13px 13px 13px 0;
}
.icon:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.icon-text {
  font-size: 0.875rem;
}
.thumbnail {
  position: relative;
  float: left;
  width: 22.68041237113402%;
  margin: 1.030927835051546% 3.092783505154639% 2.061855670103093% 0;
  padding-bottom: 22.68041237113402%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.thumbnail:hover > figcaption {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.thumbnail img, .home img, .triptychs img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.no-margin-right {
  margin-right: 0 !important;
}
.clear-left {
  float: left;
  clear: left;
}
.nav li.strip-margin {
  margin-right: 0;
}
.video, .triptychs {
  display: block;
  position: relative;
  width: 100%;
  max-width: 987px;
  height: 0;
  margin: 37px 0 34px 0;
  padding: 0;
  padding-bottom: 56.25%;
}
.triptychs {
  padding-bottom: 71.327%;
}
/*MODULES*/
.display-inline {
  display: inline;
}
.float-left {
  float: left;
}
.clear-both {
  float: none;
  clear: both;
}
.height-100 {
  height: 100% !important;
}
.width-100 {
  width: 100% !important;
}
.width-auto {
  width: auto !important;
}
.height-auto {
  height: auto;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
/*CLEARFIX*/
.clearfix:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  font-size: 0;
  content: " ";
}
@media screen and (max-width:1070px) {
  .icon-holder br {
    display: block;
  }
  .icon {
    margin: 13px 13px 13px 0;
  }
}
@media screen and (max-width:970px) {
  /*OUTER CONTAINERS*/
  #header, .header {
    padding: 49px 0 39px 0;
  }
  #content {
    position: relative;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  /*pages*/
  .home #wrapper {
    position: relative;
    width: 93.618%;
    max-width: 93.618%;
    margin-right: 3.191%;
    margin-left: 3.191%;
    padding: 0;
  }
  .home #header, .home #content {
    width: 97.728%;
    max-width: 97.728%;
    padding-right: 1.136%;
    padding-bottom: 31px;
    padding-left: 1.136%;
  }
  .home #header {
    padding-bottom: 58px;
  }
  .home #content {
    padding-bottom: 0;
  }
  /*TYPOGRAPHIC*/
  .visual #content p {
    margin-top: 0;
    padding-top: 0;
  }
  /*TEXT*/
  .home .name {
    padding-left: 0;
  }
}
@media screen and (max-width:900px) {
  /*OUTER CONTAINERS*/
  #header, .header {
    padding-top: 42px;
    padding-bottom: 30px;
  }
  /*NAVIGATION and LINKS*/
  ul.nav {
    font-size: 0.938em;
  }
  .nav a .strip-padding {
    padding-right: 0;
  }
  .poem {
    margin: 8px 0 0 14.845%;
  }
}
@media screen and (max-width:774px) {
  /*OUTER CONTAINERS*/
  #header {
    padding-top: 37px;
  }
  /*pages*/
  .home #header {
    margin-top: 0;
    padding: 37px 1.136% 55px 1.136%;
  }
  .visual #header, .visual .header {
    padding-bottom: 22px;
  }
  /*INNER CONTAINERS*/
  /*information page*/
  td {
    font-size: 1em;
  }
  /*TYPOGRAPHIC
  text*/
  figcaption {
    height: 27px;
    margin-top: -34px;
    padding-top: 7px;
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 691px) {
  .wrapper, .mobile-nav {
    display: none !important;
  }
  body, html {
    height: 100% !important;
  }
  #wrapper {
    display: block !important;
    height: auto !important;
    min-height: 100% !important;
  }
}
@media screen and (max-width:690px) {
  /*OUTER CONTAINERS*/
  body, html {
    height: 100% !important;
  }
  #wrapper {
    display: block;
    height: auto;
    overflow: hidden;
    min-height: 100%;
  }
  .home #wrapper {
    height: auto;
  }
  #header, .header {
    width: 98.53%;
    max-width: 98.53%;
    padding: 33px 0 12px 1.47%;
  }
  #content {
    font-size: 0.875em;
  }
  #footer {
    width: 97.06%;
    max-width: 97.06%;
    padding-left: 1.47%;
    padding-right: 1.47%;
  }
  /*pages*/
  .home #header {
    width: 98.53%;
    max-width: 98.53%;
    padding: 33px 1.47% 89px 1.47%;
  }
  .home #content {
    width: 97.06%;
    max-width: 97.06%;
    padding: 0 1.47% 0 1.47%;
  }
  .home #footer {
    width: 97.06%;
    max-width: 97.06%;
    padding-left: 2%;
    padding-right: 0.94%;
  }
  .visual #header, .visual .header {
    margin-bottom: -19px;
    padding-bottom: 0;
  }
  .music #content, .books #content {
    width: 97.06%;
    max-width: 97.06%;
    padding: 0 1.47% 0 1.47%;
  }
  .music #footer, .books #footer {
    width: 97.06%;
    max-width: 97.06%;
  }
  /*INNER CONTAINERS
  information page table*/
  .home article {
    margin: 0 0 77px 0;
  }
  .contact article {
    margin: 0 0 89px 0;
  }
  td {
    padding-bottom: 5px;
  }
  /*responsive*/
  .mobile-nav {
    display: block;
    top: 42px;
  }
  .close-nav {
    /*display: none;*/
    top: 40px;
  }
  #menu {
    display: none;
  }
  /*TYPOGRAPHIC
  paintings page*/
  .visual #content h2, .visual #content p {
    padding-left: 1.47%;
  }
  .bottom-break {
    padding-bottom: 0.3125rem;
  }
  /*TEXT*/
  h2 {
    padding-top: 29px !important;
    padding-bottom: 24px;
  }
  .music h2, .books h2 {
    padding-bottom: 8px !important;
  }
  .home .name {
    margin-left: 0;
  }
  .poem {
    float: none;
    clear: both;
    margin: 8px 0 0 0;
  }
  /*pages*/
  /*contact page*/
  .break {
    float: left;
    clear: both;
    padding-bottom: 13px;
  }
  /*NAVIGATION and LINKS*/
  .strip-padding a {
    padding-right: 0;
  }
  /*responsive*/
  .nav {
    display: none;
  }
  .home ul.nav {
    display: none;
  }
  /*IMAGES*/
  .visual .clear-left {
    clear: none;
  }
  .icon-holder {
    display: block;
    float: left;
    clear: both;
    width: 98.53%;
    max-width: 98.53%;
    padding-left: 1.47%;
  }
  .icon-holder br {
    display: none;
  }
  .icon {
    margin: 13px 13px 18px 21px;
  }
  .thumbnail {
    width: 30.4%;
    margin: 1.465% 1.465% 2.1975% 1.465%;
    padding: 0 0 30.4% 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .thumbnail-right {
    float: left;
    clear: none;
  }
  .no-margin-right {
    margin-right: 1.465% !important;
  }
  .thumbnail-bottom-right {
    margin-bottom: 1.9%;
  }
  .books figure {
    width: 33.333%;
    margin: 29px 0 34px 0;
    padding-bottom: 51.85%;
  }
  figure.contact-image {
    display: block;
    float: none;
    clear: both;
    position: relative;
    width: 97.06%;
    height: 0;
    max-width: 97.06%;
    margin: 0 1.47% 34px 1.47%;
    margin-top: 8px !important;
    margin-bottom: 34px !important;
    padding-bottom: 73.353%;
  }
  .home figure {
    margin: 0 5.723% 63px 0;
    width: 45.5%;
    margin-left: 2%;
    margin-right: 3.5%;
    padding: 0 0 38.625% 0;
  }
  .home .no-margin-right {
    margin-right: 3.5% !important;
  }
  .home .mobile-margin-right {
    margin-right: 0 !important;
  }
  .home figure.last {
    margin-bottom: 34px;
  }
  .home figcaption {
    padding-top: 13px;
    font-size: 1.313rem !important;
  }
}
@media screen and (max-width:600px) {
  .home #header {
    padding-bottom: 81px;
  }
  figcaption {
    height: 27px;
    margin-top: -34px;
    padding-top: 7px;
    font-size: 11px;
  }
  .home figure {
    margin-bottom: 55px;
  }
  .home figcaption {
    padding-top: 13px;
    font-size: 21px !important;
  }
}
@media screen and (max-width:500px) {
  .home #header {
    padding-bottom: 76px;
  }
  figcaption {
    height: 27px;
    margin-top: -34px;
    padding-top: 7px;
  }
  .thumbnail {
    width: 46%;
    margin: 2.3333% 1.47% 3.49995% 1.47%;
    margin: 2.3333% 3.6% 2.8% 1.6%;
    padding: 0 0 46% 0;
  }
  .mobile-margin-right {
    margin-right: 0 !important;
  }
  .home figure {
    margin-bottom: 52px;
  }
  .home figcaption {
    padding-top: 13px;
    font-size: 19px !important;
  }
}
@media screen and (max-width:414px) {
  /*OUTER CONTAINERS*/
  #header, .header {
    padding-top: 30px;
  }
  .home #header {
    padding-bottom: 73px;
  }
  #content {
    font-size: 0.875em;
  }
  #footer {
    font-size: 13px;
  }
  /*pages*/
  .home #header {
    padding-top: 30px;
  }
  .visual #header, .visual .header {
    margin-bottom: -25px;
  }
  .visual #footer, .music #footer, .books #footer {
    padding-top: 21px;
  }
  .contact #header {
    margin-bottom: -9px;
  }
  #details {
    padding-top: 14px;
  }
  .home article {
    margin: 0 0 60px 0;
  }
  .contact article {
    margin: 0 0 80px 0;
  }
  /*TYPOGRAPHIC
  text*/
  .name {
    padding-bottom: 0;
  }
  h2 {
    padding-top: 29px !important;
    padding-bottom: 24px;
  }
  .music h2, .books h2 {
    padding-bottom: 8px !important;
  }
  h3 {
    font-size: 18px;
  }
  /*gallery page*/
  .right {
    right: 1.47%;
  }
  /*responsive*/
  .touch .hide {
    display: none;
  }
  .mobile-hide {
    display: none;
  }
  .mobile-nav {
    top: 38px;
  }
  .close-nav {
    top: 36px;
  }
  nav {
    height: auto;
  }
  .books figure {
    width: 50%;
    padding-bottom: 77.775%;
  }
	.books figure.desktop {
		display: none;
	}
		.books figure.mobile {
		display: block;
	}
  figcaption {
    height: 27px;
    margin-top: -34px;
    padding-top: 7px;
    font-size: 8px;
  }
  .home figure {
    margin-bottom: 41px;
  }
  .home figcaption {
    padding-top: 11px;
    font-size: 17px !important;
  }
  .icon-holder br {
    display: block;
  }
  .icon, .icon.first {
    width: 27px;
    height: 27px;
    margin: 11px 13px 11px 0;
  }
  .icon.bottom {
    margin: 13px 13px 16px 0;
  }
  .icon-text {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width:320px) {
  /*OUTER CONTAINERS
  pages*/
  .home #header {
    padding-top: 30px;
  }
  .visual #header, .visual .header {
    margin-bottom: -28px;
  }
  .contact #header {
    margin-bottom: -12px;
    padding-bottom: 0;
  }
  .contact #footer {
    padding-top: 20px;
  }
  #details {
    padding-top: 12px;
  }
  /*TYPOGRAPHIC*/
  /*information page*/
  .information td {
    font-size: 1em;
  }
}