/* Colors */
/* Navigation */
/* Pagination */
/* line 3, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/jza.scss */
*, *:before, *:after {
  box-sizing: border-box;
}

/* line 7, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/jza.scss */
html,
body {
  color: #666666;
  font-family: "Georgia", serif;
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
}

/* line 16, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/jza.scss */
body {
  background-color: #333333;
}

/* line 20, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/jza.scss */
img {
  max-width: 100%;
}

/* line 24, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/jza.scss */
a {
  color: #666666;
  text-decoration: none;
}
/* line 28, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/jza.scss */
a:hover {
  color: #996600;
  text-decoration: underline;
}

/* line 34, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/jza.scss */
input[type="text"] {
  border: 1px solid #999999;
}

/* line 38, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/jza.scss */
.container {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
}

/* line 45, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/jza.scss */
.content {
  border-bottom: 1px solid black;
  padding-bottom: 1rem;
}

/* line 50, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/jza.scss */
.public-cover {
  margin-bottom: -2rem;
  border-bottom: 1px solid black;
}

/* line 56, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/jza.scss */
.garamond {
  font-family: 'Garamond', Times, serif;
}

/* line 60, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/jza.scss */
.gold {
  color: #996600;
}

/* line 1, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_main_nav.scss */
.main-navigation {
  background-color: #999999;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  cursor: pointer;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media screen and (max-width: 1024px) {
  /* line 1, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_main_nav.scss */
  .main-navigation {
    display: none;
  }
}

/* line 16, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_main_nav.scss */
.main-navigation__link {
  color: white;
  padding: 0.25rem 0;
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.75rem;
  font-family: "Cinzel", "Garamond", serif;
}
/* line 29, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_main_nav.scss */
.main-navigation__link:hover {
  background-color: #666666;
  color: white;
  text-decoration: none;
}
/* line 35, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_main_nav.scss */
.main-navigation__link.is-dropdown {
  position: relative;
}
/* line 38, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_main_nav.scss */
.main-navigation__link.is-dropdown:hover a {
  text-decoration: none;
}
/* line 39, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_main_nav.scss */
.main-navigation__link.is-dropdown:hover .dropdown-menu {
  display: block;
}

/* line 44, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_main_nav.scss */
.dropdown-toggle {
  background-color: transparent;
  border: 0;
  display: block;
  width: 100%;
  color: white;
  font-size: 1rem;
  font-family: 'Georgia';
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
}
/* line 58, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_main_nav.scss */
.dropdown-toggle:hover {
  color: white;
}

/* line 62, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_main_nav.scss */
button.dropdown-toggle {
  display: none;
}

/* line 63, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_main_nav.scss */
a.dropdown-toggle {
  text-align: center;
  display: block;
}

@media screen and (max-width: 1024px) {
  /* line 69, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_main_nav.scss */
  button.dropdown-toggle {
    display: block;
  }

  /* line 70, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_main_nav.scss */
  a.dropdown-toggle {
    display: none;
  }
}
/* line 73, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_main_nav.scss */
.dropdown-menu {
  position: absolute;
  top: 1.75rem;
  left: 0;
  right: 0;
  width: 100%;
  padding-left: 0;
  background-color: rgba(51, 51, 51, 0.9);
  margin: 0;
  display: none;
  z-index: 5;
}
/* line 85, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_main_nav.scss */
.dropdown-menu li {
  list-style: none;
  position: relative;
  text-align: center;
  width: 100%;
  font-family: 'Georgia', Times, serif;
}
/* line 92, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_main_nav.scss */
.dropdown-menu li:hover {
  background-color: rgba(153, 153, 153, 0.4);
}
/* line 97, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_main_nav.scss */
.dropdown-menu a {
  padding: 0.5rem 1rem;
  display: block;
  color: white;
  text-transform: capitalize;
}
/* line 103, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_main_nav.scss */
.dropdown-menu a:hover {
  text-decoration: none;
}

/* line 109, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_main_nav.scss */
.nav-separator {
  background-image: url(/assets/top-nav-separator-333c07383d216e6c15e889a258d3ee9191fc448ee18b04fab597136d6e564a1a.png);
  height: 0.75rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  pointer-events: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* Main nav mobile */
@media screen and (max-width: 1024px) {
  /* line 122, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_main_nav.scss */
  .main-navigation {
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  /* line 129, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_main_nav.scss */
  .main-navigation__link {
    justify-content: flex-start;
    flex-direction: column;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  /* line 135, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_main_nav.scss */
  .main-navigation__link:not(.is-dropdown) {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  /* line 140, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_main_nav.scss */
  .main-navigation__link .dropdown-toggle {
    text-align: left;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  /* line 146, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_main_nav.scss */
  .main-navigation__link .dropdown-menu {
    position: relative;
    top: 0;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }
  /* line 153, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_main_nav.scss */
  .main-navigation__link .dropdown-menu li {
    text-align: left;
  }
  /* line 157, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_main_nav.scss */
  .main-navigation__link .nav-separator {
    background-position: 1rem center;
  }
  /* line 161, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_main_nav.scss */
  .main-navigation__link.is-dropdown:after {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 0.5rem;
  }
  /* line 168, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_main_nav.scss */
  .main-navigation__link.is-dropdown:hover .dropdown-menu {
    display: none;
  }
  /* line 172, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_main_nav.scss */
  .main-navigation__link.is-dropdown.is-active .dropdown-menu {
    display: block;
  }
}
/* line 178, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_main_nav.scss */
.mobile-button {
  display: none;
  width: 100%;
  padding: 0.5rem 1rem;
  background-color: #996600;
  color: white;
  border: 0;
  font-size: 1rem;
  font-family: "Cinzel", "Garamond", serif;
  text-align: left;
  text-transform: lowercase;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  position: relative;
}
@media screen and (max-width: 1024px) {
  /* line 178, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_main_nav.scss */
  .mobile-button {
    display: block;
  }
}

/* line 1, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_header.scss */
.main-header {
  background-position: center right;
  background-repeat: no-repeat;
  border-bottom: 1px solid black;
  height: 104px;
}
/* line 8, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_header.scss */
.main-header.has-background {
  background-image: url(/assets/common_side_head-75234926c0b8e913467330f6874fb8a33b1a0cbcdf8d1ffd2ec3992d14aecb7e.png);
}
@media screen and (max-width: 1024px) {
  /* line 1, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_header.scss */
  .main-header {
    height: auto;
    text-align: center;
    padding: 2rem;
    background-size: cover;
    background-position: 0;
  }
  /* line 18, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_header.scss */
  .main-header.has-background {
    background-image: none;
  }
}

/* line 24, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_header.scss */
.logo {
  display: inline-block;
  font-family: "Cinzel", "Garamond", serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 3.7rem;
  padding-left: 1.75rem;
  color: black;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
/* line 35, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_header.scss */
.logo:hover {
  text-decoration: none;
  color: black;
}
@media screen and (max-width: 1024px) {
  /* line 24, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_header.scss */
  .logo {
    font-size: 2rem;
    padding-left: 0;
  }
}

/* line 46, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_header.scss */
.sub-header {
  padding: 0 1.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid black;
  font-family: sans-serif;
}
@media screen and (max-width: 1024px) {
  /* line 46, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_header.scss */
  .sub-header {
    flex-direction: column;
  }
}

/* line 59, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_header.scss */
.sub-header__title {
  margin: 0;
  color: #996600;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1.55rem;
  font-family: "Cinzel", "Garamond", serif;
  letter-spacing: 0.15em;
}

/* line 69, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_header.scss */
.sub-header__first-half {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  /* line 69, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_header.scss */
  .sub-header__first-half {
    flex-direction: column;
  }
  /* line 77, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_header.scss */
  .sub-header__first-half .sub-header__title {
    font-size: 1rem;
    text-align: center;
  }
  /* line 82, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_header.scss */
  .sub-header__first-half .sub-header__links {
    margin-top: 0.5rem;
  }
}

/* line 88, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_header.scss */
.sub-header__links {
  padding: 0;
  list-style: none;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}

/* line 96, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_header.scss */
.sub-header__link {
  padding: 0 0.5rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-family: "Cinzel", "Garamond", serif;
  letter-spacing: 0.1em;
  line-height: 1;
  border-right: 1px solid #adadad;
}
/* line 105, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_header.scss */
.sub-header__link:last-child {
  border-right: 0;
}
/* line 109, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_header.scss */
.sub-header__link a {
  color: gray;
  text-decoration: none;
}
/* line 113, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_header.scss */
.sub-header__link a:hover {
  color: black;
}

/* line 120, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_header.scss */
.search {
  padding: 0.5rem;
}

/* line 124, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_header.scss */
.more-search {
  font-size: 0.75rem;
  margin-right: 0;
}

/* line 129, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_header.scss */
.more-search-options {
  color: #996600;
}
/* line 132, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_header.scss */
.more-search-options:hover {
  color: #666666;
}

/* line 137, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_header.scss */
.breadcrumbs {
  display: flex;
  list-style: none;
  padding-left: 0.5rem;
}

/* line 143, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_header.scss */
.breadcrumb {
  padding: 0.25rem;
  vertical-align: middle;
  display: inline-block;
  font-size: 0.75rem;
}
/* line 148, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_header.scss */
.breadcrumb:before {
  content: '>';
  display: inline-block;
  margin-right: 0.5rem;
}
/* line 154, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_header.scss */
.breadcrumb:not(:last-child) a {
  color: #996600;
}
/* line 156, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_header.scss */
.breadcrumb:not(:last-child) a:hover {
  color: #666666;
}
/* line 161, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_header.scss */
.breadcrumb:last-child {
  pointer-events: none;
}
/* line 165, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_header.scss */
.breadcrumb a {
  font-family: Tahoma, Arial, sans-serif;
}

/* line 170, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_header.scss */
.breadcrumb-link {
  font-size: 0.75rem;
  font-family: Tahoma, Arial, sans-serif;
  text-decoration: underline;
}
/* line 175, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_header.scss */
.breadcrumb-link a {
  color: blue;
}

/* line 180, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_header.scss */
.breadcrumb-link-edit {
  font-size: 0.75rem;
  margin-top: 0.25rem;
  margin-left: 0.5rem;
  text-decoration: underline;
}
/* line 186, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_header.scss */
.breadcrumb-link-edit a {
  color: blue;
}

/* line 2, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
.artworks-container {
  flex-wrap: wrap;
  display: flex;
  padding: 0 1.75rem;
  justify-content: space-between;
}

/* line 9, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
.artworks {
  padding: 0;
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
/* line 17, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
.sort-artwork + .artworks {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  /* line 9, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
  .artworks {
    flex-direction: row;
  }
}

/* line 27, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
.artwork {
  list-style: none;
  width: 25%;
  text-align: center;
  margin-top: 0;
  margin-bottom: 1rem;
  padding: 0 0.5rem;
}
/* line 35, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
.artwork:hover {
  text-decoration: none;
  color: black;
  background-color: #808080;
}
/* line 40, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
.artwork:hover .artwork-title a {
  color: white;
  text-decoration: underline;
}
/* line 44, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
.artwork:hover .artwork-title a:hover {
  color: #FFA500;
  text-decoration: none;
}
/* line 50, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
.artwork:hover .artwork-search-info.artwork-search-info {
  color: white;
}
@media screen and (max-width: 1024px) {
  /* line 27, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
  .artwork {
    width: 50%;
    margin-bottom: 1rem;
    padding: 0;
  }
}

/* line 64, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
.artwork-link {
  color: black;
  padding-top: 0.65rem;
  display: block;
  text-align: center;
  line-height: 4pt;
}
/* line 71, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
.artwork-link a {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  /* line 64, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
  .artwork-link {
    padding: 0.75rem;
  }
}

/* line 91, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
.artwork-title {
  margin: 0 1.2rem 0.5rem 1.2rem;
  font-size: 0.75rem;
  color: black;
}
/* line 96, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
.artwork-title a {
  font-size: 0.8rem;
  font-family: Tahoma, Arial, sans-serif;
  color: #A9A9A9;
}

/* line 104, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
#edit-link {
  margin: 0;
  padding: 0;
  line-height: 6pt;
}

/* line 110, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
.artwork-search-info {
  font-family: Tahoma, Arial, sans-serif;
  color: #666666;
  font-size: 0.71rem;
}
/* line 115, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
.artwork-search-info p {
  margin: 0;
  padding: 0;
  line-height: 10pt;
}

/* line 123, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
.page-entries-info {
  font-size: 0.75rem;
  font-family: Tahoma, Arial, sans-serif;
  margin-left: 1.2rem;
  margin-bottom: 0;
}

/* line 130, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
.sort-artwork {
  font-size: 0.75rem;
  font-family: Tahoma, Arial, sans-serif;
  margin: 0.5rem 1.2rem 1.0rem 0;
}

/* line 136, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
.sort-artwork__link {
  color: #996600;
  display: inline-block;
  margin-left: 0.5rem;
}

/* artworks#show */
/* line 147, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
.artwork-show__container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 2rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  overflow: hidden;
}

/* line 157, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
.artwork-show__main {
  display: flex;
  margin-left: 2rem;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  /* line 157, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
  .artwork-show__main {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }
}

/* line 170, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
.artwork-show__img-container {
  height: 500px;
  width: 550px;
  background-color: #666666;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 178, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
.artwork-show__img-container img {
  border: 1px solid white;
}
@media screen and (max-width: 1024px) {
  /* line 170, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
  .artwork-show__img-container {
    width: 100%;
    height: auto;
    padding: 1rem;
  }
}

/* line 189, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
.artwork-show__details {
  padding: 0 1.5rem;
  line-height: 1;
}
/* line 193, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
.artwork-show__details.is_exhibit .listing-title {
  color: #996600;
}
/* line 196, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
.artwork-show__details.is_exhibit .listing-title:hover {
  color: gray;
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  /* line 189, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
  .artwork-show__details {
    padding: 0;
  }
}

/* line 207, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
.artwork-show__details-title {
  font-weight: normal;
  font-size: 11pt;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}
/* line 214, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
.artwork-show__details-title.item_title {
  margin-bottom: 0.5rem;
}

/* line 219, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
.artwork-show__details-year,
.artwork-show__details-location {
  font-size: 0.8rem;
  font-family: Tahoma, Arial, sans-serif;
  margin: 0;
}

/* line 226, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
.artwork-show__details-year {
  margin-bottom: 1rem;
}

/* line 230, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
.artwork-show__details-notes {
  margin-top: 0;
  line-height: 1.2;
  display: none;
  font-size: 0.75rem;
}
/* line 237, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
.artwork-show__details-notes.is-active {
  display: block;
}
/* line 241, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
.artwork-show__details-notes p {
  white-space: pre-wrap;
  margin-bottom: 1rem;
}

/* line 247, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
.artwork-show__gallery-trigger {
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
  text-transform: uppercase;
}
/* line 255, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
.artwork-show__gallery-trigger a {
  color: #996600;
  text-transform: uppercase;
}
/* line 259, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
.artwork-show__gallery-trigger a:hover {
  text-decoration: underline;
  color: #666666;
}
/* line 264, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
.artwork-show__gallery-trigger a.is-active {
  pointer-events: none;
  color: #666666;
}
/* line 270, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
.artwork-show__gallery-trigger .separator {
  color: #996600;
  display: inline-block;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}

/* artwork scroller */
/* line 279, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
.artwork-show__scroller {
  width: 56px;
  height: 500px;
  align-self: stretch;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1024px) {
  /* line 279, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
  .artwork-show__scroller {
    display: none;
  }
}

/* line 294, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
.artwork-show__scroller--prev,
.artwork-show__scroller--next {
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 30px;
  border: 0;
  background-color: transparent;
  z-index: 2;
  display: block;
  cursor: pointer;
  outline: 0;
}

/* line 308, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
.artwork-show__scroller--prev {
  background-image: url("/images/v-previous-on.gif");
}
/* line 311, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
.artwork-show__scroller--prev.previous_button_disabled {
  background-image: url("/images/v-previous-off.gif");
  pointer-events: none;
}

/* line 317, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
.artwork-show__scroller--next {
  background-image: url("/images/v-next-on.gif");
}
/* line 320, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
.artwork-show__scroller--next.next_button_disabled {
  background-image: url("/images/v-next-off.gif");
  pointer-events: none;
}

/* line 326, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
.artwork-show__scroller-items--container {
  height: 430px;
  margin-top: 4px;
  margin-bottom: 4px;
  overflow: hidden;
  position: relative;
}

/* line 334, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
.artwork-show__scroller-items {
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  position: absolute;
}
/* line 345, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
.artwork-show__scroller-items li {
  padding: 0;
}
/* line 348, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
.artwork-show__scroller-items li.is-current a {
  border: 2px solid black;
}
/* line 353, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
.artwork-show__scroller-items a {
  margin: 0;
  display: block;
  height: 50px;
  width: 50px;
  border: 1px solid #999999;
  margin-bottom: 4px;
}
/* line 362, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
.artwork-show__scroller-items img {
  width: 100%;
}

/* line 367, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
.more-info {
  display: block;
  font-family: Tahoma, Arial, sans-serif;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* line 374, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
.manage-icons {
  display: inline-block;
  margin-left: 0.3rem;
  margin-top: -0.7rem;
}

/* line 380, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
.manage-icon {
  font-size: 18px;
  font-weight: bold;
  color: #ff6400;
}
/* line 385, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
.manage-icon:hover {
  text-decoration: none;
  color: #ff6400;
}

/* line 391, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
.manage-icon-new {
  font-size: 14px;
  border: 1px solid;
  padding: 0 0.1rem;
  background: linear-gradient(to bottom, #b5bdc8 0%, #828c95 23%);
  color: white;
}
/* line 398, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
.manage-icon-new:hover {
  text-decoration: none;
  background: linear-gradient(to bottom, #b5bdc8 0%, #828c95 23%);
  color: white;
}

/* line 405, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
.field-artwork-genres {
  width: 100%;
  text-align: center;
}

/* line 410, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
.manage-icons-genres {
  padding: 0;
  display: inline-block;
}
/* line 414, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
.manage-icons-genres #genre-label {
  width: 60px !important;
  margin-right: 0 !important;
}

/* line 420, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
.artwork-search-info {
  font-family: Tahoma, Arial, sans-serif;
}

/* line 424, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
.artwork.align-left {
  text-align: left;
}
/* line 427, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
.artwork.align-left:hover {
  background-color: #A9A9A9;
}
/* line 431, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
.artwork.align-left .artwork-search-info {
  font-size: 11px;
  line-height: 1.2;
  color: #666;
}

/* line 438, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
#artwork-description,
.artwork-description {
  width: 70% !important;
  height: 70px !important;
}

/* line 445, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
#artwork-table-link:hover {
  color: black;
}

/* line 450, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
.item-details ul, .item-image ul {
  padding: 0;
  font-size: 8pt;
  margin: 0;
}
/* line 455, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
.item-details ul li, .item-image ul li {
  list-style: none;
}
/* line 459, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
.item-details ul a, .item-image ul a {
  color: blue;
  text-decoration: underline;
}

/* line 465, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
.image-file.artwork {
  width: 25% !important;
  color: white;
  padding-left: 0;
}
/* line 470, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_artworks.scss */
.image-file.artwork:hover {
  background-color: white;
}

/* line 1, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_exhibitions.scss */
.exhibitions {
  padding: 0;
  display: flex;
  flex-direction: column;
  list-style: none;
  width: 341px;
  margin-top: 3rem;
}
@media screen and (max-width: 1024px) {
  /* line 1, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_exhibitions.scss */
  .exhibitions {
    width: 100%;
  }
}

/* line 15, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_exhibitions.scss */
.exhibit {
  border-top: 1px solid black;
  padding: 0.5rem;
  height: 60px;
}

/* line 21, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_exhibitions.scss */
.exhibit-info__details {
  width: 100%;
}

/* line 25, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_exhibitions.scss */
.exhibit-info__container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  font-family: Tahoma, Arial, sans-serif;
  line-height: 1.2;
}

/* line 34, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_exhibitions.scss */
.exhibit-title,
.exhibit-location {
  display: block;
  padding: 0;
  margin: 0;
}

/* line 41, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_exhibitions.scss */
.exhibit-title,
.exhibit-year {
  font-size: 0.85rem;
  margin: 0;
}
/* line 50, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_exhibitions.scss */
.is-current .exhibit-title, .is-current
.exhibit-year {
  color: #996600;
}
/* line 54, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_exhibitions.scss */
.exhibit:not(.most-recent) .exhibit-title:hover, .exhibit:not(.most-recent)
.exhibit-year:hover {
  color: #666666;
}

/* line 59, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_exhibitions.scss */
.exhibit-location {
  font-size: 0.75rem;
}

/* line 63, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_exhibitions.scss */
.artwork-show__details-notes {
  font-family: Tahoma, Arial, sans-serif;
}
/* line 66, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_exhibitions.scss */
.artwork-show__details-notes p {
  margin-top: 0.2rem;
}

/* line 71, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_exhibitions.scss */
.artwork-listings__container {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 0.75rem;
  margin-top: 0.5rem;
}
/* line 76, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_exhibitions.scss */
.artwork-listings__container.is_books .listing-title {
  color: #996600;
}
/* line 79, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_exhibitions.scss */
.artwork-listings__container.is_books .listing-title:hover {
  color: gray;
  text-decoration: underline;
}
/* line 85, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_exhibitions.scss */
.artwork-listings__container h4 {
  text-transform: uppercase;
  font-weight: normal;
  font-family: Tahoma, Arial, sans-serif;
  color: #996600;
  font-size: 10pt;
  margin-bottom: 0;
}

/* line 95, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_exhibitions.scss */
.artwork-show__featured_in {
  margin-bottom: 1rem;
}
/* line 98, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_exhibitions.scss */
.artwork-show__featured_in h4 {
  font-family: Tahoma, Arial, sans-serif;
  color: #996600;
  font-size: 10pt;
}
/* line 104, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_exhibitions.scss */
.artwork-show__featured_in .artwork-listings__container {
  margin-top: 0.25rem;
}

/* line 119, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_exhibitions.scss */
.artworks-listings__dropdown {
  display: block;
  text-decoration: none;
  color: #666666;
  font-weight: normal;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  padding-left: 1rem;
  position: relative;
  text-transform: uppercase;
}
/* line 132, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_exhibitions.scss */
.artworks-listings__dropdown .listing-title.is_artworks {
  text-transform: capitalize;
}
/* line 136, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_exhibitions.scss */
.artworks-listings__dropdown:hover {
  color: black;
  text-decoration: underline;
}

/* line 142, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_exhibitions.scss */
.artworks-listings__dropdown-indicator {
  display: block;
  position: absolute;
  background-color: #dddddd;
  color: black;
  left: 0;
  top: 0;
  width: 13px;
  height: 13px;
  text-align: center;
}
/* line 154, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_exhibitions.scss */
.artworks-listings__dropdown-indicator .horizontal-line,
.artworks-listings__dropdown-indicator .vertical-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #999999;
  margin: auto;
}
/* line 165, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_exhibitions.scss */
.artworks-listings__dropdown-indicator .horizontal-line {
  height: 1px;
  width: 9px;
}
/* line 171, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_exhibitions.scss */
.artworks-listings__dropdown-indicator .vertical-line {
  height: 9px;
  width: 1px;
}
/* line 175, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_exhibitions.scss */
.is-active .artworks-listings__dropdown-indicator .vertical-line {
  display: none;
}

/* line 181, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_exhibitions.scss */
.artwork-listings {
  display: none;
  list-style: none;
  padding-left: 1rem;
  margin-top: 5px;
  line-height: 1.2;
}
/* line 190, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_exhibitions.scss */
.artwork-listings.is_owners li {
  font-size: 0.7rem;
  display: flex;
  font-family: Tahoma, Arial, sans-serif;
}
/* line 196, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_exhibitions.scss */
.artwork-listings.is_owners span {
  flex-shrink: 0;
  margin-right: 0.5rem;
  max-width: 100%;
}
/* line 203, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_exhibitions.scss */
.artwork-listings.is-active {
  display: block;
}
/* line 207, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_exhibitions.scss */
.artwork-listings .listing-items a {
  font-weight: normal;
}
/* line 211, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_exhibitions.scss */
.artwork-listings a {
  font-weight: bold;
  font-size: 0.80rem;
  font-family: Tahoma, Arial, sans-serif;
}
/* line 217, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_exhibitions.scss */
.artwork-listings li a:hover {
  color: black;
  text-decoration: underline;
}

/* line 224, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_exhibitions.scss */
.exhibitions {
  padding: 0 1.75rem;
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 233, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_exhibitions.scss */
.exhibitions-image__container {
  background-color: #999999;
  width: 60%;
  text-align: center;
  padding: 1rem;
  height: 500px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  display: flex;
}
@media screen and (max-width: 1024px) {
  /* line 233, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_exhibitions.scss */
  .exhibitions-image__container {
    width: 100%;
    flex-direction: column;
    min-height: 50vh;
    height: auto;
  }
}

/* line 253, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_exhibitions.scss */
.exhibitions-main-img {
  max-width: 100%;
  max-height: 100%;
}

/* line 258, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_exhibitions.scss */
.exhibit-show__scroller-items--container {
  height: 430px;
  overflow: hidden;
  position: relative;
  margin-bottom: 1rem;
}

/* line 265, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_exhibitions.scss */
.exhibit-show__scroller {
  width: 35%;
  margin-right: 5%;
}
/* line 268, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_exhibitions.scss */
.exhibit-show__scroller .artwork-show__scroller--prev,
.exhibit-show__scroller .artwork-show__scroller--next {
  background-position: 100% center;
}
@media screen and (max-width: 1024px) {
  /* line 265, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_exhibitions.scss */
  .exhibit-show__scroller {
    display: none;
  }
}

/* line 278, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_exhibitions.scss */
.exhibitions-list {
  list-style: none;
  padding: 0;
  position: absolute;
  width: 100%;
}

/* line 285, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_exhibitions.scss */
.exhibitions-pagination {
  width: 100%;
  text-align: right;
  text-transform: uppercase;
  font-size: 12px;
}
/* line 291, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_exhibitions.scss */
.exhibitions-pagination a {
  color: #996600;
}
/* line 294, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_exhibitions.scss */
.exhibitions-pagination a:hover {
  color: black;
}

/* line 300, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_exhibitions.scss */
.exhibitions-main-img[src*="hideme"] {
  display: none;
}

/* line 304, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_exhibitions.scss */
.image-page-link {
  display: none;
}
@media screen and (max-width: 1024px) {
  /* line 304, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_exhibitions.scss */
  .image-page-link {
    display: block;
    width: 100%;
    text-align: center;
  }
}

/* line 314, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_exhibitions.scss */
.item-assets {
  display: none;
}
/* line 316, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_exhibitions.scss */
.item-assets.is_current {
  display: block;
}

/* line 321, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_exhibitions.scss */
.artwork-show__details.item_details {
  display: none;
}
@media screen and (max-width: 1024px) {
  /* line 321, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_exhibitions.scss */
  .artwork-show__details.item_details {
    display: block;
    width: 100%;
  }
}

/* line 1, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_books.scss */
.book-container {
  flex-wrap: wrap;
  display: flex;
  padding: 0 1.75rem;
  justify-content: space-between;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
  /* line 10, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_books.scss */
  .book-container .book-details {
    order: 2;
  }
  /* line 14, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_books.scss */
  .book-container .book-show__img-container {
    order: 1;
  }
}

/* line 20, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_books.scss */
.book-details,
.book-show__img-container {
  display: flex;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  /* line 20, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_books.scss */
  .book-details,
  .book-show__img-container {
    display: block;
    width: 100%;
  }
}

/* line 31, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_books.scss */
.book-details {
  flex-direction: column;
  padding-right: 1rem;
}

/* line 36, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_books.scss */
.book-title {
  color: #996600;
  margin-bottom: 0;
  font-size: 0.95rem;
}

/* line 42, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_books.scss */
.book-author {
  margin-top: 0;
  padding: 0;
  font-weight: normal;
}

/* line 48, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_books.scss */
.book-publication-details {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  line-height: 1.4;
  margin-top: 0;
  font-family: Tahoma, Arial, sans-serif;
}

/* line 57, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_books.scss */
.book-show__img-container {
  background-color: #D3D3D3;
  padding: 1rem;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  /* line 57, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_books.scss */
  .book-show__img-container {
    text-align: center;
  }
}

/* line 67, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_books.scss */
.book-show__img {
  margin: auto;
  max-width: 100%;
}

/* line 72, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_books.scss */
.book-description {
  white-space: pre-line;
  line-height: 1.2;
}

/* line 1, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_publications.scss */
.publications {
  display: block;
  width: 100%;
}

/* line 6, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_publications.scss */
.publications-listings {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

/* line 14, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_publications.scss */
.merchandize {
  display: flex;
  width: 50%;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
  /* line 14, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_publications.scss */
  .merchandize {
    width: 100%;
  }
}

/* line 25, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_publications.scss */
.merchandize-link {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  /* line 25, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_publications.scss */
  .merchandize-link {
    align-items: center;
  }
}

/* line 35, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_publications.scss */
.merchandize-img__container {
  padding: 1rem;
  background-color: #D3D3D3;
  margin: 0;
  text-align: center;
  width: 200px;
  height: 150px;
}
@media screen and (max-width: 1024px) {
  /* line 35, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_publications.scss */
  .merchandize-img__container {
    height: auto;
  }
}

/* line 48, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_publications.scss */
.merchandize-img {
  max-width: 100%;
  max-height: 100%;
}

/* line 53, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_publications.scss */
.merchandize-name {
  font-weight: bold;
  color: #996600;
  font-size: 15px;
  display: inline-block;
  margin-left: 1rem;
}

/* line 61, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_publications.scss */
.publication-description {
  font-size: 12px;
}
/* line 64, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_publications.scss */
.publication-description p {
  margin-top: 0;
  font-family: Tahoma, Arial, sans-serif;
  line-height: 1.4;
}

/* line 1, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_profile.scss */
.profile-container {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0 1.75rem;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  /* line 1, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_profile.scss */
  .profile-container {
    flex-direction: column;
  }
  /* line 11, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_profile.scss */
  .profile-container .profile-image {
    width: 100%;
    padding: 1rem;
    height: auto;
    margin: auto;
  }
  /* line 18, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_profile.scss */
  .profile-container .profile-details,
  .profile-container .profile-details.is-contact,
  .profile-container .profile-details.is-privacy-policy {
    width: 100%;
  }
  /* line 24, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_profile.scss */
  .profile-container .profile-details.is-contact {
    margin: auto;
  }
}

/* line 30, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_profile.scss */
.profile-title {
  color: #996600;
  font-weight: normal;
  font-family: "Georgia", serif;
  font-size: 12pt;
}
/* line 36, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_profile.scss */
.profile-title a {
  color: blue;
  font-family: Tahoma, Arial, sans-serif;
}
/* line 41, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_profile.scss */
.profile-title.is-contact {
  font-size: 10pt;
  font-weight: normal;
  font-family: Tahoma, Arial, sans-serif;
  text-transform: uppercase;
  color: gray;
}
/* line 48, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_profile.scss */
.profile-title.is-contact a {
  text-decoration: underline;
  text-transform: capitalize;
}
/* line 54, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_profile.scss */
.profile-title.is-privacy-policy a {
  text-decoration: underline;
  margin-left: 1rem;
  font-size: 11pt;
}

/* line 61, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_profile.scss */
.profile-details {
  line-height: 1.2;
  font-size: 13px;
  width: 100%;
  font-family: Tahoma, Arial, sans-serif;
  color: black;
  margin-left: auto;
}
/* line 70, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_profile.scss */
.profile-details.is-contact {
  margin-left: 18rem;
  color: gray;
}

/* line 76, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_profile.scss */
.profile-image {
  width: 100%;
  background-color: #666666;
  margin-right: 2.5rem;
  align-items: center;
  justify-content: center;
  display: flex;
  height: 400px;
}
/* line 85, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_profile.scss */
.profile-image + .profile-details {
  margin-left: 0;
}

/* line 90, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_profile.scss */
.profile-pic {
  border: 1px solid white;
  max-width: 100%;
}

/* line 95, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_profile.scss */
#profile-update {
  color: blue;
  font-family: Tahoma, Arial, sans-serif;
}

/* line 100, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_profile.scss */
.content-field {
  display: block;
  margin: 0;
  width: 80%;
}

/* line 1, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_writings.scss */
.writings-container {
  padding: 0 1.75rem;
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: flex-start;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
  /* line 1, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_writings.scss */
  .writings-container {
    flex-direction: column-reverse;
    padding: 0;
  }
  /* line 14, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_writings.scss */
  .writings-container .writings-list__container,
  .writings-container .writing {
    width: 100%;
  }
  /* line 19, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_writings.scss */
  .writings-container .writings-list__container {
    padding: 1rem;
  }
}

/* line 25, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_writings.scss */
.writings-list__container {
  width: 260px;
  font-family: Tahoma, Arial, sans-serif;
  margin-right: 1rem;
}
/* line 30, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_writings.scss */
.writings-list__container h3 {
  font-weight: normal;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 12px;
}

/* line 40, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_writings.scss */
.writings-list {
  list-style: none;
  padding: 0;
  font-size: 12px;
  width: 100%;
}

/* line 48, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_writings.scss */
.writing {
  width: 70%;
  padding: 0 1rem;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.2;
}

/* line 56, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_writings.scss */
.writing-header {
  line-height: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  font-size: 16px;
}

/* line 66, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_writings.scss */
.writing-title {
  font-weight: normal;
  color: #996600;
  display: block;
  font-family: "Georgia", serif;
}

/* line 73, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_writings.scss */
.writing-date {
  font-family: Tahoma, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
}

/* line 79, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_writings.scss */
.edit-writing {
  font-size: 12px;
  text-transform: uppercase;
  color: #996600;
}

/* line 85, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_writings.scss */
.writings-link__item {
  margin-bottom: 1rem;
  line-height: 1.2;
}
/* line 89, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_writings.scss */
.writings-link__item a {
  color: #996600;
}
/* line 92, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_writings.scss */
.writings-link__item a:hover {
  color: gray;
}

/* line 98, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_writings.scss */
.writing-link__date {
  display: block;
  color: #996600;
}

/* line 103, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_writings.scss */
.writing-author {
  margin: 0;
  font-style: normal;
  font-size: 12px;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

/* line 111, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_writings.scss */
.new-article-link {
  color: blue;
  text-transform: capitalize;
  display: inline-block;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  text-decoration: underline;
}
/* line 119, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_writings.scss */
.new-article-link:hover {
  color: blue;
}

/* line 1, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_contact.scss */
.contact-details {
  color: #666666;
}
/* line 4, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_contact.scss */
.contact-details h4 {
  margin-bottom: 0;
}
/* line 8, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_contact.scss */
.contact-details ul {
  list-style: none;
  padding-left: 0;
}
/* line 13, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_contact.scss */
.contact-details li {
  margin-bottom: 1rem;
}

/* line 1, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_main_footer.scss */
.main-footer {
  text-align: center;
  padding: 1rem 0;
  width: 100%;
}

/* line 7, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_main_footer.scss */
.footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  font-size: 0.7rem;
  text-transform: capitalize;
  margin-bottom: 0.5rem;
}
/* line 17, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_main_footer.scss */
.footer-links li {
  list-style: none;
}
/* line 20, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_main_footer.scss */
.footer-links li + li:before {
  content: "|";
}
/* line 25, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_main_footer.scss */
.footer-links a {
  padding: 0.5rem 0.25rem;
}
@media screen and (max-width: 1024px) {
  /* line 7, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_main_footer.scss */
  .footer-links {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 1rem;
    padding-right: 1rem;
    height: 4rem;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  /* line 38, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_main_footer.scss */
  .footer-links li:before {
    display: none;
  }
}

/* line 44, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_main_footer.scss */
.copyright {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 0.7rem;
}

/* line 3, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_pagination.scss */
.pagination {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
/* line 8, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_pagination.scss */
.pagination a {
  color: #996600;
  display: inline-block;
  padding: 0 0.15rem;
}
/* line 13, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_pagination.scss */
.pagination a:hover {
  text-decoration: none;
}
/* line 17, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_pagination.scss */
.pagination a:after {
  content: '|';
  display: inline-block;
  margin-left: 0.6rem;
}
/* line 24, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_pagination.scss */
.pagination .current {
  display: inline-block;
  padding: 0 0.15rem;
  background-color: #666666;
  color: white;
}
/* line 32, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_pagination.scss */
.pagination .current + *:before, .pagination .gap + *:before {
  color: #996600;
  content: '|';
  display: inline-block;
  margin-right: 0.3rem;
}
/* line 40, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_pagination.scss */
.pagination .previous_page,
.pagination .next_page {
  display: inline-block;
  padding: 0 0.15rem;
}
/* line 46, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_pagination.scss */
.pagination .previous_page:after {
  color: #996600;
  content: '|';
  display: inline-block;
  margin-left: 0.3rem;
}
/* line 52, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_pagination.scss */
.pagination .previous_page:before {
  display: none;
}
/* line 53, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_pagination.scss */
.pagination .next_page:after {
  display: none;
}

/* line 1, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_notification.scss */
#notification-body {
  display: inline-block;
  background-color: #666666;
  color: white;
  width: 700px;
}
@media screen and (max-width: 1024px) {
  /* line 1, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_notification.scss */
  #notification-body {
    width: 250px;
    overflow-x: hidden;
    overflow-y: hidden;
  }
}
/* line 13, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_notification.scss */
#notification-body .admin-logo {
  display: block;
  margin-top: 0;
  margin-bottom: 0.5rem;
  padding: 0;
  font-size: 30pt;
}
@media screen and (max-width: 1024px) {
  /* line 13, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_notification.scss */
  #notification-body .admin-logo {
    font-size: 15pt;
    width: 210px;
  }
}

/* line 27, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_notification.scss */
.notification-slideshow,
.notification-slideshow-body {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  /* line 27, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_notification.scss */
  .notification-slideshow,
  .notification-slideshow-body {
    width: 150px;
    display: block;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1024px) {
  /* line 39, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_notification.scss */
  .notification-slideshow-body {
    margin-left: 0.5rem;
  }
}

/* line 45, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_notification.scss */
#feature-header-list {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  /* line 45, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_notification.scss */
  #feature-header-list {
    padding: 0;
  }
}

/* line 57, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_notification.scss */
.main-notification {
  margin: 0;
  width: 180px;
  display: block;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  /* line 57, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_notification.scss */
  .main-notification {
    width: 65px;
    margin: 0 0.1rem;
  }
  /* line 66, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_notification.scss */
  .main-notification h2 {
    font-size: 4pt;
  }
}
/* line 71, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_notification.scss */
.main-notification .admin-item-image {
  width: 100%;
  height: 150px;
}
/* line 75, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_notification.scss */
.main-notification .admin-item-image.artworks_home, .main-notification .admin-item-image.exhibits_home, .main-notification .admin-item-image.installations_home, .main-notification .admin-item-image.publications_home {
  background-size: 150px 300px;
}
/* line 78, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_notification.scss */
.main-notification .admin-item-image.artworks_home:hover, .main-notification .admin-item-image.artworks_home.is-active, .main-notification .admin-item-image.artworks_home:visited, .main-notification .admin-item-image.exhibits_home:hover, .main-notification .admin-item-image.exhibits_home.is-active, .main-notification .admin-item-image.exhibits_home:visited, .main-notification .admin-item-image.installations_home:hover, .main-notification .admin-item-image.installations_home.is-active, .main-notification .admin-item-image.installations_home:visited, .main-notification .admin-item-image.publications_home:hover, .main-notification .admin-item-image.publications_home.is-active, .main-notification .admin-item-image.publications_home:visited {
  background-position: 0 -150px;
}
@media screen and (max-width: 1024px) {
  /* line 71, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_notification.scss */
  .main-notification .admin-item-image {
    width: 71px;
    height: 55px;
    background-position: 0 0;
    background-repeat: no-repeat;
  }
  /* line 89, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_notification.scss */
  .main-notification .admin-item-image.artworks_home, .main-notification .admin-item-image.exhibits_home, .main-notification .admin-item-image.installations_home, .main-notification .admin-item-image.publications_home {
    background-size: 68px 107px;
    margin: 0 0.1rem;
  }
  /* line 93, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_notification.scss */
  .main-notification .admin-item-image.artworks_home:hover, .main-notification .admin-item-image.artworks_home.is-active, .main-notification .admin-item-image.artworks_home:visited, .main-notification .admin-item-image.exhibits_home:hover, .main-notification .admin-item-image.exhibits_home.is-active, .main-notification .admin-item-image.exhibits_home:visited, .main-notification .admin-item-image.installations_home:hover, .main-notification .admin-item-image.installations_home.is-active, .main-notification .admin-item-image.installations_home:visited, .main-notification .admin-item-image.publications_home:hover, .main-notification .admin-item-image.publications_home.is-active, .main-notification .admin-item-image.publications_home:visited {
    background-position: 0 -53px;
  }
}
/* line 100, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_notification.scss */
.main-notification .admin-item__header {
  width: 140px;
  align-content: center;
  margin-top: 0.4rem;
}
@media screen and (max-width: 1024px) {
  /* line 100, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_notification.scss */
  .main-notification .admin-item__header {
    width: 70px;
  }
}
/* line 110, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_notification.scss */
.main-notification .circle {
  position: absolute;
  display: inline-block;
  margin-top: -0.3rem;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  font-size: 8pt;
  color: #fff;
  line-height: 20px;
  text-align: center;
  background: #A93226;
}
@media screen and (max-width: 1024px) {
  /* line 110, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_notification.scss */
  .main-notification .circle {
    width: 9px;
    height: 9px;
    line-height: 9px;
    margin-top: -0.2rem;
    margin-left: 0.1rem;
    font-size: 3pt;
  }
}

/* line 134, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_notification.scss */
.new-features {
  display: none;
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  /* line 134, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_notification.scss */
  .new-features {
    height: 90px;
    margin-left: -0.3rem;
  }
}
/* line 143, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_notification.scss */
.new-features p {
  font-size: 1rem;
}

/* line 148, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_notification.scss */
.feature-images {
  width: 640px;
  height: 270px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  /* line 148, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_notification.scss */
  .feature-images {
    height: 90px;
  }
}
/* line 159, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_notification.scss */
.feature-images h2, .feature-images p {
  font-weight: normal;
  font-family: Tahoma, Arial, sans-serif;
  color: black;
  font-size: 14pt;
  text-transform: capitalize;
}
@media screen and (max-width: 1024px) {
  /* line 159, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_notification.scss */
  .feature-images h2, .feature-images p {
    font-size: 5pt;
  }
}
@media screen and (max-width: 1024px) {
  /* line 171, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_notification.scss */
  .feature-images .admin-item__header {
    font-size: 6pt;
    width: 170px;
  }
}

/* line 179, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_notification.scss */
#feature-list,
.feature-list {
  float: left;
  height: 250px;
  width: 600px;
  margin: 0.2rem 25px 0 25px;
  padding-left: 0.5rem;
}
/* line 187, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_notification.scss */
#feature-list h2,
.feature-list h2 {
  width: 500px;
}
@media screen and (max-width: 1024px) {
  /* line 179, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_notification.scss */
  #feature-list,
  .feature-list {
    height: 90px;
    width: 150px;
    padding-left: 0;
  }
  /* line 196, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_notification.scss */
  #feature-list h2,
  .feature-list h2 {
    width: 115px;
  }
}

/* line 202, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_notification.scss */
.feature-item {
  display: inline-block !important;
  width: 185px !important;
  list-style: none;
  text-align: center;
  margin: 1.0rem 0.5rem 0 0.5rem;
}
@media screen and (max-width: 1024px) {
  /* line 202, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_notification.scss */
  .feature-item {
    width: 70px !important;
    margin: 0.2rem;
  }
}
/* line 214, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_notification.scss */
.feature-item a {
  width: 100px;
}
/* line 218, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_notification.scss */
.feature-item img {
  background-color: darkgray;
  padding: 0.5rem;
}
/* line 222, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_notification.scss */
.feature-item img:hover, .feature-item img:visited {
  background-color: white;
}
@media screen and (max-width: 1024px) {
  /* line 218, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_notification.scss */
  .feature-item img {
    padding: 0.1rem;
  }
}

/* line 1, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_change_layout.scss */
.change-layout {
  display: inline-block;
}
/* line 4, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_change_layout.scss */
.change-layout span {
  margin-left: 5px;
}

/* line 9, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_change_layout.scss */
.layout-trigger {
  background-position: 0px 0px;
  background-repeat: no-repeat;
  width: 19px;
  height: 19px;
  margin-left: 0.25rem;
  position: relative;
  top: 5px;
  text-indent: -9009px;
  margin-left: 10px;
  overflow: hidden;
  display: inline-block;
}
/* line 22, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_change_layout.scss */
.layout-trigger:first-child {
  margin-left: 0px;
}
/* line 29, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_change_layout.scss */
.layout-trigger.trigger-grid {
  background-image: url(/assets/layout/grid-77fde167122eb930af7fa2afd6a3998484d3e7a81d8c1f6174ad2c950d2a7fb5.png);
}
/* line 30, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_change_layout.scss */
.layout-trigger.trigger-table {
  background-image: url(/assets/layout/table-6de5571f8c611ea5f32f165b43827a7fd8a0d4ea0ae8b429229b3a9cb37fc989.png);
}
/* line 32, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_change_layout.scss */
.layout-trigger:hover {
  background-position: 0px -19px;
}

/* line 1, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_associate_artwork.scss */
.form-artworks {
  border: 1px solid #e2e2e2;
  margin-top: 0.2rem;
  padding: 0;
  width: 100%;
}
/* line 7, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_associate_artwork.scss */
.form-artworks .form-artworks-header {
  display: flex;
  background-color: #2d6cb1;
  padding-left: 10px;
  height: 25px;
  width: 100%;
}
/* line 14, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_associate_artwork.scss */
.form-artworks .form-artworks-header .associate-links {
  display: flex;
  float: left;
  width: 95%;
}
/* line 19, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_associate_artwork.scss */
.form-artworks .form-artworks-header .associate-links h3, .form-artworks .form-artworks-header .associate-links h3 a {
  margin-right: 0.15rem;
  color: white;
  margin-top: 0;
}
/* line 25, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_associate_artwork.scss */
.form-artworks .form-artworks-header .associate-links h3 {
  text-transform: uppercase;
}
/* line 28, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_associate_artwork.scss */
.form-artworks .form-artworks-header .associate-links h3 a {
  text-transform: capitalize;
  text-decoration: underline;
}
/* line 35, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_associate_artwork.scss */
.form-artworks .form-artworks-header .toggle-link {
  position: relative;
  float: right;
}

/* line 42, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_associate_artwork.scss */
#associate-artwork, .associate {
  width: 600px;
  height: 600px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
/* line 49, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_associate_artwork.scss */
#associate-artwork p, .associate p {
  display: inline-block;
  vertical-align: top;
  width: 100px;
}

/* line 56, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_associate_artwork.scss */
#panel-artwork, #panel-award, #panel-dropdown {
  position: relative;
  color: white;
  margin: 0;
  text-align: right;
  margin-left: 10%;
}
/* line 63, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_associate_artwork.scss */
#panel-artwork i, #panel-award i, #panel-dropdown i {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  cursor: pointer;
  margin-right: 0.1rem;
}

/* line 75, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_associate_artwork.scss */
.table-list, #table-list {
  padding: 0.5rem 0;
}

/* line 79, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_associate_artwork.scss */
#artworks-table {
  margin: auto !important;
  font-size: 8pt !important;
}

/* line 84, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_associate_artwork.scss */
.select-associate {
  width: 680px;
  height: 450px;
  padding-left: 0.2rem;
  border-top: 1px inset;
  margin-top: 1.0rem;
  overflow: hidden;
}
/* line 92, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_associate_artwork.scss */
.select-associate label {
  color: #996600;
  font-size: 9.5pt;
}
/* line 97, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_associate_artwork.scss */
.select-associate h4 {
  color: #996600;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10pt;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
/* line 106, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_associate_artwork.scss */
.select-associate #search-associate-artwork {
  padding-bottom: 0;
}
/* line 110, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_associate_artwork.scss */
.select-associate #search-associate {
  margin: 0;
  padding: 0;
}
/* line 115, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_associate_artwork.scss */
.select-associate #search-box {
  padding: 0.15rem;
}
/* line 119, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_associate_artwork.scss */
.select-associate #search-associate-btn {
  position: absolute;
  bottom: 40px;
}

/* line 125, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_associate_artwork.scss */
.search-results-list {
  max-height: 285px;
  width: 650px;
  overflow-y: auto;
  margin-left: -1.0rem;
  margin-bottom: 1.0rem;
  display: block;
}
/* line 133, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_associate_artwork.scss */
.search-results-list p {
  margin: 0 1.0rem;
  padding: 0;
  font-size: 9pt;
}
/* line 139, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_associate_artwork.scss */
.search-results-list table {
  margin: 0 1.0rem;
}
/* line 143, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_associate_artwork.scss */
.search-results-list .even {
  background-color: #F0F8FF;
}

/* line 1, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_public_home_images.scss */
.home-images {
  margin-left: 2.0rem;
  font-size: 10pt;
  font-family: Tahoma, Arial, sans-serif;
}
/* line 6, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_public_home_images.scss */
.home-images .change-setting {
  font-weight: bold;
  color: black;
}
/* line 10, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_public_home_images.scss */
.home-images .change-setting #choice-set {
  color: red;
}
/* line 14, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_public_home_images.scss */
.home-images .change-setting a {
  color: blue;
  text-decoration: underline;
  margin-left: 0.2rem;
}

/* line 22, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_public_home_images.scss */
.images {
  width: 100px;
  margin: 0 0.3rem;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
/* line 29, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_public_home_images.scss */
.images a {
  color: blue;
}
/* line 33, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_public_home_images.scss */
.images span {
  color: #FFD700;
  font-size: 13pt;
}

/* line 39, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_public_home_images.scss */
.home-image-form {
  margin: 1.0rem 0.4rem;
  padding: 0 1.5rem;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  border-top: 1px outset gray;
  color: #996600;
}
/* line 47, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_public_home_images.scss */
.home-image-form h2 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 0;
}

/* line 54, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_public_home_images.scss */
.home-image-details {
  font-size: 7pt;
  width: 100%;
}
/* line 58, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_public_home_images.scss */
.home-image-details label {
  margin-right: 4.0rem;
  font-size: 8pt;
}
/* line 63, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_public_home_images.scss */
.home-image-details h3 {
  margin-top: 0;
  padding-top: 0;
}
/* line 68, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_public_home_images.scss */
.home-image-details .home-image-field {
  width: 100%;
  margin-bottom: 0.5rem;
}
/* line 73, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_public_home_images.scss */
.home-image-details #image-upload-field {
  width: 50%;
  display: inline-block;
}
/* line 78, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_public_home_images.scss */
.home-image-details #image-field {
  width: 227px;
  display: inline-block;
}

/* line 85, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_public_home_images.scss */
.home-image-btn {
  margin-left: 6.0rem;
  margin-bottom: 3.0rem;
}

/* line 1, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_awards.scss */
.award-container {
  width: 300px;
  margin-left: 1.0rem;
}
/* line 6, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_awards.scss */
.award-container h2 {
  margin-bottom: 0.3rem;
  font-size: 13pt;
  color: #996600;
}
/* line 12, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_awards.scss */
.award-container p {
  margin: 0;
  font-size: 11pt;
}
/* line 18, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_awards.scss */
.award-container #award-note {
  margin-left: 1.5rem;
}

/* line 1, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_users.scss */
.user-details {
  width: 50%;
}
/* line 4, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_users.scss */
.user-details span, .user-details label {
  font-size: 8pt;
  line-height: 0;
}
/* line 9, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_users.scss */
.user-details input[type="text"] {
  margin-top: 0;
  padding: 0.1rem;
  width: 250px;
}
/* line 15, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_users.scss */
.user-details input[type="checkbox"] {
  margin-left: 0;
}
/* line 19, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_users.scss */
.user-details span {
  color: #996600;
}
/* line 23, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_users.scss */
.user-details p {
  font-size: 8pt;
  color: blue;
  text-decoration: underline;
  margin-top: 0;
  margin-bottom: 0;
}
/* line 30, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_users.scss */
.user-details p a, .user-details p a:hover {
  color: blue;
  text-decoration: underline;
}

/* line 37, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_users.scss */
.user-field {
  display: block;
  width: 100%;
  margin-bottom: 0.1rem;
}

/* line 43, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_users.scss */
.users-header {
  color: #C0C0C0 !important;
  font-weight: normal;
  font-size: 8pt !important;
}

/* line 49, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_users.scss */
.user-btn {
  margin-top: -0.3rem;
  padding: 0;
}

/* line 54, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_users.scss */
#user-note {
  font-size: 10pt;
  margin-left: 1.5rem;
}

/* line 5, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.login-form-container {
  padding: 2rem;
}
/* line 8, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.login-form-container h2 {
  font-family: "Cinzel", "Garamond", serif;
  text-transform: uppercase;
  color: #996600;
  letter-spacing: 0.1em;
  font-size: 2rem;
  margin-bottom: 0;
}
/* line 17, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.login-form-container input[type=email],
.login-form-container input[type=password] {
  padding: 0.25rem;
  margin-bottom: 1rem;
  width: 15rem;
  line-height: 1.5;
}
/* line 25, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.login-form-container input[type=submit] {
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  margin-top: 1rem;
}

/* line 32, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.edit-button {
  display: block;
  color: #adadad;
  padding: 4px;
  border-radius: 8px;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  text-align: center;
}
/* line 41, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.edit-button:hover {
  color: white;
  color: #996600;
  text-decoration: none;
}

/* line 50, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
#error_explanation {
  margin-bottom: 1rem;
  display: block;
  width: 45%;
  border: 2px solid #cc0000;
  background-color: #F5F5F5;
}
/* line 57, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
#error_explanation .error-header {
  color: white;
  background-color: #cc0000;
  font-weight: bold;
  padding: 0.3rem 0.8rem;
  margin: 0;
  width: 100%;
}
/* line 66, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
#error_explanation ul {
  padding: 0;
  margin: 0.3rem 0.5rem;
}
/* line 69, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
#error_explanation ul p {
  font-size: 8pt;
  color: #333333;
  font-weight: normal;
  margin: 0;
}
/* line 77, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
#error_explanation li {
  color: black;
  margin-left: 1.2rem;
}

/* line 83, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.admin-form {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  padding: 0 1.75rem;
  margin-top: 1rem;
}
/* line 89, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.admin-form h1 {
  color: #996600;
  margin-bottom: 0;
  font-size: 12px;
}
/* line 95, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.admin-form h2 {
  color: #996600;
  font-size: 18px;
}
/* line 100, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.admin-form .field {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: stretch;
  margin-bottom: 0.5rem;
  width: 100%;
  margin-right: 1rem;
}
/* line 109, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.admin-form .field input[type="file"] {
  width: 100%;
}
/* line 113, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.admin-form .field input[type="text"] {
  padding-left: 0.25rem;
}
/* line 118, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.admin-form label {
  color: #996600;
  display: inline-block;
  width: 7.3rem;
}
/* line 125, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.admin-form input:not[type="file"],
.admin-form textarea {
  display: inline-block;
  border: 1px solid #eeeeee;
}
/* line 131, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.admin-form input[type="checkbox"] {
  width: auto;
}
/* line 135, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.admin-form button,
.admin-form input[type="submit"] {
  cursor: pointer;
}
/* line 140, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.admin-form input[type="submit"] {
  margin-top: 1rem;
}
/* line 144, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.admin-form h3 {
  font-size: 12px;
  color: #996600;
}
/* line 149, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.admin-form .item-details,
.admin-form .item-image {
  width: 50%;
}
/* line 153, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.admin-form .item-details.ajax-field,
.admin-form .item-image.ajax-field {
  padding-bottom: 2.0rem;
}
/* line 155, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.admin-form .item-details.ajax-field h3,
.admin-form .item-image.ajax-field h3 {
  margin-top: 0;
}
/* line 161, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.fancybox-inner .admin-form .item-details:only-child {
  width: 100%;
}
/* line 165, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.fancybox-inner .admin-form .item-details + .item-image {
  width: 50%;
}
/* line 169, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.admin-form .item-image {
  padding-right: 1rem;
}
/* line 174, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.admin-form .item-details.more-option-search label {
  width: 30% !important;
  margin-right: 0;
}
/* line 179, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.admin-form .item-details.more-option-search input {
  width: 250px;
}
@media screen and (max-width: 1024px) {
  /* line 173, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
  .admin-form .item-details.more-option-search {
    width: 100%;
  }
}
/* line 190, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.admin-form .item-details.ajax-field .field {
  width: 100%;
  display: block;
}
/* line 195, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.admin-form .item-details.ajax-field input[type="text"] {
  width: 60%;
}
/* line 199, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.admin-form .item-details.ajax-field .artwork-description {
  display: block;
  width: 100% !important;
  height: 90px !important;
}
/* line 206, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.admin-form .item-image.ajax-field {
  width: 45%;
  margin-left: 1.0rem;
}
/* line 211, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.admin-form.ajax-form {
  padding-bottom: 2.0rem;
  border-top: 1px outset;
}
/* line 215, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.admin-form.ajax-form h2 {
  font-size: 13pt;
  margin-bottom: 0;
}
/* line 220, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.admin-form.ajax-form h1 {
  margin-top: 0;
}
/* line 224, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.admin-form.ajax-form .item-details {
  width: 100%;
}
/* line 227, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.admin-form.ajax-form .item-details .field {
  width: 100%;
  display: block;
}
/* line 231, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.admin-form.ajax-form .item-details label {
  margin-right: 0;
}
/* line 235, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.admin-form.ajax-form .item-details input[type="text"] {
  width: 60%;
}
/* line 239, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.admin-form.ajax-form .item-details .artwork-description {
  width: 100% !important;
  height: 90px !important;
  display: block;
}
/* line 246, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.admin-form.ajax-form #ajax-image {
  width: 155px;
}
/* line 251, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.admin-form.ajax-book {
  border-top: 1px outset;
}
/* line 254, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.admin-form.ajax-book h1 {
  font-size: 10.5pt;
  margin-bottom: 0;
}
/* line 259, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.admin-form.ajax-book h3 {
  margin-top: 0;
}
/* line 264, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.admin-form.ajax-book .item-image label, .admin-form.ajax-book .item-image ul {
  margin-left: 0.5rem;
}
/* line 268, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.admin-form.ajax-book .item-image input[type="file"] {
  margin-left: 0.5rem;
}
/* line 272, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.admin-form.ajax-book .item-image .asset_field {
  display: flex;
}
/* line 275, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.admin-form.ajax-book .item-image .asset_field .new-image-file {
  color: gray;
}
/* line 278, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.admin-form.ajax-book .item-image .asset_field .new-image-file.is-added {
  position: relative;
  margin-left: -246px;
  background-color: white;
  border: 0;
}
/* line 289, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.admin-form.lightbox-form {
  padding-bottom: 3.0rem;
  border-top: 1px outset;
}
/* line 293, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.admin-form.lightbox-form h2 {
  font-size: 10.5pt;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
/* line 300, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.admin-form.lightbox-form h3 {
  margin-top: 0;
}
/* line 304, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.admin-form.lightbox-form .item-details .field, .admin-form.lightbox-form .item-image .field {
  width: 100%;
  display: block;
}
/* line 308, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.admin-form.lightbox-form .item-details .field input[type="text"], .admin-form.lightbox-form .item-image .field input[type="text"] {
  display: block;
}
/* line 314, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.admin-form.lightbox-form .year-field {
  display: inline-block !important;
}
/* line 319, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.admin-form.lightbox-form .book-field {
  display: inline-block !important;
}
/* line 323, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.admin-form.lightbox-form .artwork-description {
  width: 345px !important;
  height: 90px !important;
  display: block;
}
/* line 329, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.admin-form.lightbox-form .new-image-file {
  color: gray;
}
/* line 332, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.admin-form.lightbox-form .new-image-file.is-added {
  background-color: white;
  border: 0;
}
/* line 339, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.admin-form .actions {
  width: 100%;
  text-align: center;
}
/* line 344, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.admin-form .search-btn {
  width: 100%;
  width: calc(100% - 8rem);
  margin-left: 7rem;
}
/* line 349, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.admin-form .search-btn.ajax-btn {
  margin-left: 7.0rem;
  margin-top: -1.0rem;
}
/* line 355, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.admin-form .login-btn {
  margin-left: 7.5rem;
}
/* line 359, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.admin-form .genre-btn {
  margin-left: 5.5rem;
}
/* line 362, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.admin-form .genre-btn.ajax-btn {
  margin-left: 7.0rem;
  margin-top: -1.0rem;
}
/* line 368, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.admin-form .genre-images {
  margin-left: 6rem;
}
/* line 372, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.admin-form form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
/* line 377, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.admin-form form.new_genre, .admin-form form.edit_genre, .admin-form form.new_medium, .admin-form form.edit_medium {
  flex-direction: column;
}
/* line 383, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.admin-form form.new_genre input[type=text],
.admin-form form.new_genre input[type=file], .admin-form form.edit_genre input[type=text],
.admin-form form.edit_genre input[type=file], .admin-form form.new_medium input[type=text],
.admin-form form.new_medium input[type=file], .admin-form form.edit_medium input[type=text],
.admin-form form.edit_medium input[type=file] {
  width: 100%;
}
/* line 390, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.admin-form .year-field {
  width: 15% !important;
}
/* line 394, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.admin-form .book-field {
  width: 30% !important;
}
@media screen and (max-width: 1024px) {
  /* line 400, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
  .admin-form .field input[type="text"], .admin-form .field select#artwork_location_id {
    width: 150px;
  }
}

/* line 407, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.writings-admin.item-details {
  width: 75%;
}

/* line 411, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.user-link {
  font-size: 0.75rem;
  margin-left: 1.2rem;
  font-family: Tahoma, Arial, sans-serif;
  color: #996600;
  text-decoration: none;
}

/* line 422, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.artwork-form-fields .artwork-form-genre, .artwork-form-fields .artwork-form-sub-genre {
  flex-direction: column;
}
/* line 426, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.artwork-form-fields .artwork-form-genre a, .artwork-form-fields .artwork-form-sub-genre a {
  display: inline-block;
  font-size: 1rem;
  height: 1rem;
}

/* line 435, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.new-image-file {
  color: white;
}
/* line 438, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.new-image-file.is-added {
  position: absolute;
  margin-left: -246px;
}

/* line 444, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin.scss */
.file-input-field {
  display: -webkit-inline-box;
}

/* line 1, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin_landing.scss */
.admin-landing {
  background-color: #666666;
  color: white;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 2rem;
  margin-bottom: -1rem;
}

/* line 10, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin_landing.scss */
.admin-item {
  width: 20%;
  text-align: center;
}

/* line 15, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin_landing.scss */
.admin-item__header {
  font-family: "Cinzel", "Garamond", serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 14px;
}

/* line 22, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin_landing.scss */
.admin-links {
  font-family: Tahoma, Arial, sans-serif;
}
/* line 25, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin_landing.scss */
.admin-links a {
  color: white;
  display: block;
  font-size: 12px;
  text-transform: capitalize;
}
/* line 31, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin_landing.scss */
.admin-links a:hover {
  color: orange;
}

/* line 37, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin_landing.scss */
.admin-logo {
  font-size: 4rem;
  font-weight: normal;
  width: 100%;
  text-align: center;
  padding: 1rem;
  font-family: "Cinzel", "Garamond", serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/* line 48, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin_landing.scss */
.admin-item-image {
  width: 100%;
  height: 145px;
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
}
/* line 55, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin_landing.scss */
.admin-item-image.artworks_home {
  background-image: url(/assets/rollers/home_artwork-07df9ce61cca908e09a382d0c6b45dbbf3ffe83caf3cab3d3075e9cef5ab1bd3.png);
}
/* line 58, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin_landing.scss */
.admin-item-image.artworks_home:hover, .admin-item-image.artworks_home:visited {
  background-position: 0 -145px;
}
/* line 63, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin_landing.scss */
.admin-item-image.exhibits_home {
  background-image: url(/assets/rollers/home_exhibit-def2fa7cd374ed89a4464ba148f597488b8b22b2aecb26cc0afd7db16eb795b7.png);
}
/* line 66, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin_landing.scss */
.admin-item-image.exhibits_home:hover, .admin-item-image.exhibits_home:visited {
  background-position: 0 -145px;
}
/* line 71, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin_landing.scss */
.admin-item-image.installations_home {
  background-image: url(/assets/rollers/home_installation-258476bad3ffbf509f5fb99d8fdcd4529b38ef1feabf91c10b3611757bff7347.png);
}
/* line 74, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin_landing.scss */
.admin-item-image.installations_home:hover, .admin-item-image.installations_home:visited {
  background-position: 0 -145px;
}
/* line 79, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin_landing.scss */
.admin-item-image.publications_home {
  background-image: url(/assets/rollers/home_publication-4124ba69e469ef9c4c2ed8f39da5ac74650b992d47ebdf770b012e22a7afc01e.png);
}
/* line 82, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin_landing.scss */
.admin-item-image.publications_home:hover, .admin-item-image.publications_home:visited {
  background-position: 0 -145px;
}
/* line 87, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin_landing.scss */
.admin-item-image.artist_home {
  background-image: url(/assets/rollers/home_jza-99a950dfd99921caa6ba288a590c774a4b02958e3284946645321e504cd1365e.png);
}
/* line 89, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin_landing.scss */
.admin-item-image.artist_home:hover, .admin-item-image.artist_home:visited {
  background-position: 0 -145px;
}

/* line 1, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin_table.scss */
table {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  width: 95%;
  border-collapse: collapse;
  margin-top: 1rem;
  margin-left: 1.2rem;
  margin-bottom: 1rem;
}
/* line 10, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin_table.scss */
table tr,
table th,
table td {
  vertical-align: middle;
  padding: 3px;
  margin: 0;
  border: 1px solid #cccccc;
}
/* line 19, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin_table.scss */
table td {
  color: black;
}
/* line 23, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin_table.scss */
table td a {
  color: blue;
}
/* line 27, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin_table.scss */
.exhibitions table {
  margin-top: -2rem;
}

/* line 32, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin_table.scss */
.table-header {
  color: white;
  background-color: #990000;
}

/* line 37, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/_admin_table.scss */
.ta-center {
  text-align: center;
}

/* line 87, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/jza.scss */
.search-form input[type="text"] {
  width: 100%;
}
/* line 91, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/jza.scss */
.search-form .item-details {
  width: 40%;
}

/* line 96, /Users/ersiadorado/loudcloud/jza-new/app/assets/stylesheets/jza.scss */
.go-to-page {
  margin: 1rem 0;
  width: 100%;
  text-align: center;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *






 */



#fancybox-wrap {
  box-sizing: content-box;
}
/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.fancybox-enabled {
  overflow: hidden; }

.fancybox-enabled body {
  overflow: visible;
  height: 100%; }

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s, visibility 0s; }

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-toolbar {
  top: 0;
  right: 0; }

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0); }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000; }

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background .25s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px; }

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff; }

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none; }

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none; }

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8); }

.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block; }

.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
  opacity: 0.3; }

.fancybox-button--left::after,
.fancybox-button--right::after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor; }

.fancybox-button--left::after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.fancybox-button--right::after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--left {
  border-bottom-left-radius: 5px; }

.fancybox-button--right {
  border-bottom-right-radius: 5px; }

.fancybox-button--close::before, .fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* Navigation arrows */
.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity .25s; }

.fancybox-arrow::after {
  content: '';
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px; }

.fancybox-arrow--right {
  right: 0; }

.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1); }

.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
  left: 0; }

.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6; }

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3; }

/* Loading indicator */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1; }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0; }
  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important; }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }

/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none; }

/* Slideshow button */
.fancybox-button--play::before,
.fancybox-button--pause::before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent; }

.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px; }

.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px; }

/* Thumbs */
.fancybox-thumbs {
  display: none; }

.fancybox-button--thumbs {
  display: none; }

@media all and (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block; }
  .fancybox-button--thumbs span {
    font-size: 23px; }
  .fancybox-button--thumbs::before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995; }
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px; }
  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0; }
  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box; }
  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1); }
  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .fancybox-thumbs > ul > li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1; } }
/* Slider */

.slick-slider
{
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
  display: table;

  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */

.slick-loading .slick-list
{
  background: #fff url(/assets/slick/ajax-loader-e7b44c86b050fca766a96ddac2d0932af0126da6f2305280342d909168dcce6b.gif) center center no-repeat;
}

/* Icons */
@font-face
{
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;

  src: url(/assets/slick-06d80cf01250132fd1068701108453feee68854b750d22c344ffc0de395e1dcb.eot);
  src: url(/assets/slick-06d80cf01250132fd1068701108453feee68854b750d22c344ffc0de395e1dcb.eot?#iefix) format('embedded-opentype'),
  url(/assets/slick-26726bac4060abb1226e6ceebc1336e84930fe7a7af1b3895a109d067f5b5dcc.woff) format('woff'),
  url(/assets/slick-37bc99cfdbbc046193a26396787374d00e7b10d3a758a36045c07bd8886360d2.ttf) format('truetype'),
  url(/assets/slick-8ca11b5fcbff92ee6378017cf6832dddfa745253202d7c8d01f42d5d17c4cb5c.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
  font-size: 0;
  line-height: 0;

  position: absolute;
  top: 50%;

  display: block;

  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;

  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
  opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;

  opacity: .75;
  color: white;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
  left: -25px;
}
[dir='rtl'] .slick-prev
{
  right: -25px;
  left: auto;
}
.slick-prev:before
{
  content: '←';
}
[dir='rtl'] .slick-prev:before
{
  content: '→';
}

.slick-next
{
  right: -25px;
}
[dir='rtl'] .slick-next
{
  right: auto;
  left: -25px;
}
.slick-next:before
{
  content: '→';
}
[dir='rtl'] .slick-next:before
{
  content: '←';
}

/* Dots */
.slick-slider
{
  margin-bottom: 30px;
}

.slick-dots
{
  position: absolute;
  bottom: -45px;

  display: block;

  width: 100%;
  padding: 0;

  list-style: none;

  text-align: center;
}
.slick-dots li
{
  position: relative;

  display: inline-block;

  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}
.slick-dots li button
{
  font-size: 0;
  line-height: 0;

  display: block;

  width: 20px;
  height: 20px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
  opacity: 1;
}
.slick-dots li button:before
{
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;

  position: absolute;
  top: 0;
  left: 0;

  width: 20px;
  height: 20px;

  content: '•';
  text-align: center;

  opacity: .25;
  color: black;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
  opacity: .75;
  color: black;
}
