* {
  box-sizing: border-box;
}
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;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
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;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #333;
}
.clearfix {
  clear: both;
}
.row {
  position: relative;
  max-width: 1200px;
  padding: 0 30px;
  margin: 0 auto;
}
.row.narrow {
  max-width: 800px;
}
#content-area {
  padding: 60px 0;
}
@media screen and (max-width: 979px) {
  #content-area {
    padding: 30px 0;
  }
}
#content-area p,
#content-area h1,
#content-area h2,
#content-area h3,
#content-area h4,
#content-area h5,
#content-area h6 {
  margin-bottom: 25px;
  line-height: 160%;
}
#content-area h1 {
  font-family: "Alegreya", serif;
  color: #637433;
  font-size: 46px;
  line-height: 120%;
}
#content-area h2 {
  font-family: "Alegreya", serif;
  font-size: 32px;
  line-height: 130%;
  color: #000;
}
#content-area h3 {
  font-family: "Alegreya", serif;
  color: #637433;
  font-size: 26px;
  line-height: 130%;
}
#content-area h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 135%;
}
#content-area ul {
  line-height: 160%;
  margin-bottom: 30px;
}
#content-area ol {
  line-height: 160%;
  margin-left: 50px;
  list-style-type: decimal;
  margin-bottom: 30px;
}
#content-area img {
  margin-bottom: 25px;
}
@media screen and (max-width: 979px) {
  #content-area img {
    max-width: 100%;
  }
}
.plugin_picture .caption {
  display: inline-block;
  font-size: 12px;
}
.caption {
  display: inline-block;
  font-size: 12px;
  margin-bottom: 20px;
}
strong {
  font-weight: bold;
}
a {
  color: #9db558;
}
a:hover {
  color: #637433;
  text-decoration: none;
}
nav {
  position: relative;
  z-index: 100;
  margin: 0;
  background-color: #f2f2f2;
}
nav .toggler {
  position: absolute;
  font-size: 32px;
  right: 20px;
  top: 17px;
  display: none;
}
@media screen and (max-width: 979px) {
  nav .toggler {
    display: block;
  }
}
nav .toggler a {
  display: block;
  color: inherit;
}
nav .toggler a:hover {
  text-decoration: none;
}
nav .nav-title {
  float: right;
  color: #637433;
  font-family: "Alegreya Sans", sans-serif;
  text-decoration: none;
  font-size: 21px;
  padding: 23px 20px 23px 20px;
  display: inline-block;
  line-height: 100%;
}
@media screen and (max-width: 979px) {
  nav .nav-title {
    float: none;
  }
}
nav .nav-title li {
  display: inline-block;
  margin-right: 10px;
}
nav .nav-top {
  position: relative;
  font-family: "Alegreya Sans", sans-serif;
  font-size: 0;
  text-decoration: none;
  float: left;
}
@media screen and (max-width: 979px) {
  nav .nav-top {
    display: none;
    float: none;
  }
}
nav .nav-top > li {
  position: relative;
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
}
@media screen and (max-width: 979px) {
  nav .nav-top > li {
    display: block;
  }
}
nav .nav-top > li:hover,
nav .nav-top > li.selected {
  background-color: #404040;
  color: white;
  text-decoration: none;
}
nav .nav-top > li:hover > a {
  color: white;
}
nav .nav-top > li > a {
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 500;
  text-decoration: none;
  padding: 25px 20px;
  display: inline-block;
  color: #404040;
}
@media screen and (max-width: 979px) {
  nav .nav-top > li > a {
    display: block;
  }
}
nav .nav-top > li > a:hover,
nav .nav-top > li > a.selected {
  background-color: #404040;
  color: white;
  text-decoration: none;
}
nav .nav-top li:hover .nav-top-dropdown {
  display: block;
}
@media screen and (max-width: 979px) {
  nav .nav-top li:hover .nav-top-dropdown {
    display: none;
  }
}
nav .nav-top .fa-chevron-down {
  font-size: .8em;
}
@media screen and (max-width: 979px) {
  nav .nav-top .fa-chevron-down {
    float: right;
  }
}
nav .nav-top .fa-lg {
  vertical-align: 20%;
  margin-left: 5px;
}
nav .nav-top-dropdown {
  display: none;
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  width: 250px;
  position: absolute;
  background-color: #f2f2f2;
  z-index: 1000;
}
@media screen and (max-width: 979px) {
  nav .nav-top-dropdown {
    position: relative;
    width: 100%;
  }
}
nav .nav-top-dropdown > li {
  position: relative;
}
nav .nav-top-dropdown > li > a {
  line-height: 120%;
  display: block;
  padding: 15px 20px;
  color: #404040;
}
nav .nav-top-dropdown > li > a:hover,
nav .nav-top-dropdown > li > a.selected {
  background-color: #404040;
  color: white;
  text-decoration: none;
}
nav .nav-top-dropdown > li:hover .nav-top-dropdown-third {
  display: block;
}
@media screen and (max-width: 979px) {
  nav .nav-top-dropdown > li:hover .nav-top-dropdown-third {
    display: none;
  }
}
nav .nav-top-dropdown i {
  float: right;
}
nav .nav-top-dropdown-third {
  display: none;
  position: absolute;
  width: 250px;
  background-color: #f2f2f2;
  top: 0;
  left: 250px;
}
@media screen and (max-width: 979px) {
  nav .nav-top-dropdown-third {
    position: relative;
    left: 0;
    width: 100%;
  }
}
nav .nav-top-dropdown-third > li {
  display: block;
  border-bottom: 1px solid #d9d9d9;
}
nav .nav-top-dropdown-third > li > a {
  line-height: 120%;
  display: block;
  padding: 15px 20px;
  color: #404040;
}
nav .nav-top-dropdown-third > li > a:hover,
nav .nav-top-dropdown-third > li > a.selected {
  background-color: #404040;
  color: white;
  text-decoration: none;
}
footer {
  background-color: #f2f2f2;
  padding: 40px 40px;
  line-height: 140%;
}
@media screen and (max-width: 580px) {
  footer {
    font-size: 13px;
  }
}
footer .column-left {
  width: 60%;
  float: left;
}
@media screen and (max-width: 979px) {
  footer .column-left {
    width: 100%;
    float: none;
    margin-bottom: 30px;
    text-align: center;
  }
}
footer .column-left img {
  margin: 0 10px 20px 10px;
  max-width: 300px;
  max-height: 105px;
}
footer .column-left .emi-logo {
  max-width: 207px;
}
footer .column-right {
  width: 40%;
  float: right;
  font-family: "Times New Roman", Times, serif;
  padding-left: 30px;
  border-left: 5px solid #dad9aa;
}
@media screen and (max-width: 979px) {
  footer .column-right {
    float: none;
    width: 100%;
    text-align: center;
    border: 0;
    padding: 0;
  }
}
.header-teaser-wrapper {
  width: 100%;
  height: 1000px;
  position: relative;
}
.header-teaser {
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  padding-top: 30px;
  color: white;
}
.header-teaser .inner {
  position: relative;
  text-align: center;
  padding: 30px;
}
.header-teaser .inner h1 {
  font-family: "Alegreya SC", serif;
  font-size: 55px;
  line-height: 100%;
}
.header-teaser .inner p {
  font-family: "Alegreya", serif;
  font-size: 18px;
  line-height: 140%;
  margin-top: 30px;
  margin-bottom: 35px;
}
.header-teaser .inner p.subtitle {
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 0;
}
.header-teaser .inner .header-teaser-notice {
  max-width: 40%;
  display: inline-block;
}
@media screen and (max-width: 979px) {
  .header-teaser .inner .header-teaser-notice {
    max-width: 70%;
  }
}
@media screen and (max-width: 580px) {
  .header-teaser .inner .header-teaser-notice {
    max-width: 90%;
  }
}
.categories-links-home {
  bottom: 0;
  padding: 40px 0;
  font-size: 18px;
}
@media screen and (max-width: 870px) {
  .categories-links-home {
    display: none;
  }
}
.categories-links-home li {
  display: inline-block;
  margin: 0 20px;
}
.categories-links-home li a {
  color: white;
  text-decoration: none;
  font-family: "Times New Roman", Times, serif;
  font-size: 22px;
  display: inline-block;
}
.categories-links-home li a:hover {
  text-decoration: underline;
  color: white;
}
.collection-categories-home {
  background: #A3A280;
  text-align: center;
  padding: 20px 15px;
}
.collection-categories-home ul {
  display: inline-block;
}
.collection-categories-home ul li {
  display: inline-block;
  font-family: "Alegreya Sans", sans-serif;
  color: #dad9aa;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 10px;
}
.collection-categories-home ul li a {
  display: block;
  color: white;
  line-height: 120%;
  text-transform: none;
}
.category-info-pre-title {
  font-weight: 700;
}
.category-info-name {
  margin-right: 30px;
  margin-bottom: 30px;
}
.category-info-name h1 {
  color: #637433;
  font-family: "Times New Roman", Times, serif;
}
.category-info-name .subtitle {
  color: #9db558;
  margin-bottom: 25px;
  margin-top: -20px;
  font-size: 22px;
  font-family: "Times New Roman", Times, serif;
  line-height: 120%;
}
.category-featured-image {
  float: right;
}
.category-featured-image img {
  max-width: 800px;
  margin-bottom: 30px;
}
.category-info-bg {
  position: absolute;
  width: 80%;
  right: 0;
  top: 0;
  min-height: 500px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
}
.category-data-wrapper {
  margin-bottom: 30px;
}
.category-data-top.description {
  max-width: 800px;
}
.category-data-left {
  float: left;
  width: 60%;
  padding-right: 30px;
}
.category-data-right {
  float: right;
  padding-left: 30px;
  width: 40%;
}
.category-images-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.category-images-wrapper img {
  width: 100%;
}
.btn-group button {
  font-size: 16px;
  border-radius: 2px;
  border-color: #b2b2b2;
}
.btn-group a {
  font-size: 16px;
  border-radius: 2px;
  border-color: #b2b2b2;
}
.dropdown-toggle i {
  font-size: .6em;
}
.category-sound {
  height: 166px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.category-sound .audio-item {
  width: 200px;
  float: left;
  margin-right: 10px;
}
.bx-viewport {
  border: none;
}
.bx-prev {
  height: 30px;
  width: 30px;
  display: block;
  position: absolute;
  left: -10px;
  top: 200px;
  font-size: 40px;
}
.bx-next {
  height: 30px;
  width: 30px;
  display: block;
  position: absolute;
  right: -10px;
  top: 200px;
  font-size: 40px;
}
.bx-pager {
  display: none;
}
.instrument-page-title {
  margin-bottom: 20px;
}
.instrument-page-title h1 {
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .instrument-page-title h1 {
    display: block;
  }
}
.instrument-page-title h1 a {
  color: #637433;
}
.instrument-page-title h1 a:hover {
  color: #9db558;
}
.instrument-page-title .instrument-nav {
  float: right;
  text-align: right;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 100%;
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 700;
  margin-top: 6px;
}
@media screen and (max-width: 600px) {
  .instrument-page-title .instrument-nav {
    float: none;
    text-align: left;
  }
}
.instrument-page-title .instrument-nav .navigation {
  display: inline-block;
  margin-right: 20px;
  padding: 18px 0;
}
.instrument-page-title .instrument-nav .navigation a {
  margin: 0 5px;
}
a.click-nav {
  vertical-align: middle;
  width: 200px;
  line-height: 2em;
  border: 1px solid #b2b2b2;
  display: inline-block;
  text-transform: none;
}
a.click-nav .click-nav-wrapper .click-nav-left {
  display: block;
  float: left;
  width: 80%;
  text-align: left;
  padding-left: 10px;
}
a.click-nav .click-nav-wrapper .click-nav-right {
  display: block;
  width: 20%;
  float: right;
  border-left: 1px solid #b2b2b2;
  text-align: center;
  font-size: .6em;
}
.instrument-wrapper {
  position: relative;
  max-width: 94%;
  margin: 0 auto;
  padding: 0 30px;
}
.instrument-wrapper .item {
  padding: 0 1px;
}
.instrument-item-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 30px;
  border: 1px solid #b2b2b2;
  border-radius: 5px;
}
.instrument-item-wrapper h3 {
  padding-bottom: 10px;
  border-bottom: 1px dashed #979797;
}
.instrument-item-wrapper h3 .inv {
  float: right;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #262626;
}
@media screen and (max-width: 600px) {
  .instrument-item-wrapper h3 .inv {
    display: block;
    float: none;
  }
}
.instrument-item-wrapper p {
  font-size: 15px;
}
.layouts {
  padding: 20px 0;
}
.layouts table {
  width: 100%;
  border: none;
  font-size: 13px;
  border-collapse: collapse;
}
.layouts table td {
  background-color: #bebb9f;
  text-align: center;
  width: 30%;
  border: 1px solid white;
}
.layout-top .top {
  width: 100%;
}
.layout-top .top img {
  width: 100%;
  max-height: 400px;
}
.layout-top .left {
  float: left;
  width: 50%;
  padding-right: 20px;
}
.layout-top .left iframe {
  height: 200px;
  width: 200px;
}
.layout-top .right {
  float: right;
  width: 50%;
  padding-left: 20px;
}
@media screen and (max-width: 600px) {
  .layout-right table {
    font-size: 14px;
  }
}
.layout-right .left {
  float: left;
  width: 65%;
  padding-right: 20px;
}
.layout-right .right {
  float: right;
  width: 35%;
  padding-left: 20px;
  text-align: center;
  box-sizing: border-box;
}
.layout-right .right img {
  max-height: 700px;
  max-width: 100%;
}
.layout-bottom .bottom {
  width: 100%;
}
.layout-bottom .bottom img {
  width: 100%;
}
.layout-bottom .left {
  float: left;
  width: 50%;
  padding-right: 20px;
}
.layout-bottom .right {
  float: right;
  width: 50%;
  padding-left: 20px;
}
.layout-left .left {
  float: left;
  width: 40%;
  padding-right: 20px;
  text-align: center;
}
.layout-left .left img {
  max-height: 700px;
  max-width: 100%;
}
.layout-left .right {
  float: right;
  width: 60%;
  padding-left: 20px;
}
#content-area .soundcloud a {
  text-decoration: none;
  color: #637433;
  display: inline-block;
  padding: 15px 20px 15px 15px;
  border: 1px solid #b2b2b2;
  border-radius: 5px;
  margin: 20px 0;
  font-size: 15px;
  vertical-align: middle;
  line-height: 100%;
}
#content-area .soundcloud a:hover {
  text-decoration: none;
  color: #455123;
  background-color: #ddd;
}
#content-area .soundcloud img {
  width: 50px;
  margin-right: 10px;
  margin-bottom: 0;
  vertical-align: middle;
}
.fancybox-skin {
  background-color: #fff;
}
.fa-info-circle {
  font-size: 1.1em;
  color: #999;
}
.filters {
  text-align: center;
  margin-top: 60px;
  margin-bottom: -20px;
}
@media screen and (max-width: 979px) {
  .filters {
    margin-top: 30px;
  }
}
.filters .ck-button {
  margin: 0 10px 0 10px;
  background-color: #EFEFEF;
  border-radius: 4px;
  border: 1px solid #D0D0D0;
  overflow: auto;
  display: inline-block;
  font-family: "Alegreya Sans", sans-serif;
}
.filters .ck-button:hover {
  background: #f2f2f2;
  color: #637433;
}
.filters .ck-button label {
  width: 120px;
  display: block;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .filters .ck-button label {
    width: auto;
    padding: 0 10px;
  }
}
.filters .ck-button label span {
  font-size: 1.1em;
  text-align: center;
  padding: 5px 0;
  display: block;
}
.filters .ck-button label input {
  position: absolute;
  top: -20px;
  display: none;
}
.filters .ck-button input:checked + span {
  background-color: #637433;
  color: #fff;
}
.multimedia-item-wrapper {
  width: 25%;
  float: left;
  padding: 20px;
}
@media screen and (max-width: 979px) {
  .multimedia-item-wrapper {
    width: 33%;
  }
}
@media screen and (max-width: 767px) {
  .multimedia-item-wrapper {
    width: 50%;
  }
}
@media screen and (max-width: 580px) {
  .multimedia-item-wrapper {
    width: 100%;
  }
}
.multimedia-item {
  height: 350px;
  text-align: center;
  border: 1px solid #b2b2b2;
  border-radius: 5px;
  padding: 20px;
  position: relative;
  vertical-align: middle;
}
.multimedia-item iframe {
  max-width: 100%;
}
.multimedia-item h3 {
  font-family: "Alegreya Sans", sans-serif;
  font-size: 1.5em;
  color: #637433;
  margin-bottom: 20px;
}
.multimedia-item a {
  vertical-align: middle;
}
.multimedia-item i {
  font-size: 2em;
  position: absolute;
  right: 5%;
  bottom: 5%;
}
.multimedia-item iframe {
  width: 250px;
  height: 180px;
}
.multimedia-item p {
  margin-top: 10px;
  font-family: "Alegreya Sans", sans-serif;
  font-size: 1.1em;
}
.multimedia-img {
  height: 250px;
  line-height: 250px;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.multimedia-img a {
  min-height: 100%;
  vertical-align: middle;
}
.multimedia-img img {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}
a .multimedia-item p {
  color: #333;
}
a .multimedia-item i {
  color: #333;
}
a .multimedia-item .big-num {
  color: #FF6700;
  font-size: 3em;
  margin-bottom: 0;
}
.author-detail-header h1 {
  color: #637433;
  font-family: "Times New Roman", Times, serif;
  font-size: 2em;
}
.author-detail-wrapper img {
  max-width: 100%;
}
.author-detail-content {
  padding: 40px 0;
}
#content-area .author-detail-gallery {
  margin-top: 40px;
}
#content-area .author-detail-gallery img {
  margin: 0 3px 8px 3px;
}
@media screen and (max-width: 580px) {
  #content-area .author-detail-gallery img {
    width: 47%;
  }
}
.creators-item-wrapper {
  width: 25%;
  float: left;
  padding: 20px;
}
@media screen and (max-width: 1100px) {
  .creators-item-wrapper {
    width: 33%;
  }
}
@media screen and (max-width: 840px) {
  .creators-item-wrapper {
    width: 50%;
  }
}
@media screen and (max-width: 580px) {
  .creators-item-wrapper {
    width: 100%;
  }
}
#content-area .creators-item {
  height: 350px;
  text-align: center;
  border: 1px solid #b2b2b2;
  border-radius: 5px;
  padding: 20px;
  position: relative;
}
#content-area .creators-item h3 {
  font-size: 21px;
  margin-bottom: 12px;
}
#content-area .creators-item img {
  max-width: 100%;
  margin-bottom: 5px;
}
#content-area .creators-item p.year {
  font-size: 15px;
}
.collection-content-wrapper img {
  max-width: 100%;
}
.collection-content-wrapper em {
  font-style: italic;
}
.iframe-category-data {
  line-height: 1.4em;
}
.iframe-category-data h1 {
  color: #637433;
  font-size: 1.8em;
  margin-bottom: 20px;
}
.iframe-category-data h3 {
  color: #637433;
  font-size: 1.3em;
  margin-bottom: 20px;
}
.iframe-category-data h4,
.iframe-category-data ul {
  color: #262626;
  font-size: 1.1em;
  margin-bottom: 20px;
}
.iframe-category-data img {
  width: 100%;
  height: auto;
}
