@charset "UTF-8";
/* ==========================================================================
  AC Gallery
========================================================================== */
.dotnav {
  text-align: center; }
  html.touch .dotnav {
    pointer-events: none; }
    html.touch .dotnav:focus {
      pointer-events: auto; }
  .dotnav ul {
    display: inline-block; }
  .dotnav li {
    list-style: none;
    margin: 0 10px;
    width: 8px;
    height: 8px;
    float: left;
    position: relative; }
  .dotnav-item {
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    outline: none;
    position: absolute;
    border-radius: 50%;
    background-color: #999999;
    box-sizing: content-box;
    padding: 0;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap; }
    .dotnav-item:hover {
      background-color: #666666; }
    .dotnav-item:focus {
      box-shadow: 0 0 0 3px rgba(131, 192, 253, 0.5);
      outline: none; }
      .dotnav-item:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select), .dotnav-item:focus[data-focus-method="touch"]:not(input):not(textarea):not(select) {
        box-shadow: none; }
      html.ie8 .dotnav-item:focus {
        outline: 3px solid #c1e0fe; }
    .dotnav-item.current {
      top: -1px;
      left: -1px;
      width: 8px;
      height: 8px;
      border-style: solid;
      border-width: 1px;
      border-color: #0070c9;
      background-color: transparent;
      cursor: default; }

.paddlenav {
  list-style: none;
  margin: 0; }

.paddlenav-arrow {
  background-color: transparent;
  border-radius: 4px;
  color: #666666;
  display: block;
  font-size: 72px;
  font-style: normal;
  font-weight: 200;
  opacity: 0.6;
  overflow: hidden;
  position: absolute;
  text-align: center;
  -webkit-transition: 250ms opacity linear;
  transition: 250ms opacity linear; }
  .paddlenav-arrow-next, .paddlenav-arrow-previous {
    line-height: 128px;
    margin-top: -64px;
    top: 50%;
    width: 67px;
    height: 128px; }
  .paddlenav-arrow-up, .paddlenav-arrow-down {
    line-height: 67px;
    margin-left: -64px;
    left: 50%;
    width: 128px;
    height: 67px; }
  .paddlenav-arrow-next {
    right: 0; }
    .paddlenav-arrow-next:before, .paddlenav-arrow-next:after {
      font-family: "Apple Icons";
      color: inherit;
      display: inline-block;
      font-style: normal;
      font-weight: inherit;
      font-size: inherit;
      line-height: 1;
      text-decoration: underline;
      position: relative;
      z-index: 1;
      alt: ''; }
    .paddlenav-arrow-next:before, .paddlenav-arrow-next:after {
      text-decoration: none; }
    .paddlenav-arrow-next:before {
      display: none; }
    .paddlenav-arrow-next:before, .paddlenav-arrow-next:after {
      content: ""; }
  .paddlenav-arrow-previous {
    left: 0; }
    .paddlenav-arrow-previous:before, .paddlenav-arrow-previous:after {
      font-family: "Apple Icons";
      color: inherit;
      display: inline-block;
      font-style: normal;
      font-weight: inherit;
      font-size: inherit;
      line-height: 1;
      text-decoration: underline;
      position: relative;
      z-index: 1;
      alt: ''; }
    .paddlenav-arrow-previous:before, .paddlenav-arrow-previous:after {
      text-decoration: none; }
    .paddlenav-arrow-previous:before {
      display: none; }
    .paddlenav-arrow-previous:before, .paddlenav-arrow-previous:after {
      content: ""; }
  .paddlenav-arrow-up {
    top: 0; }
    .paddlenav-arrow-up:before, .paddlenav-arrow-up:after {
      font-family: "Apple Icons";
      color: inherit;
      display: inline-block;
      font-style: normal;
      font-weight: inherit;
      font-size: inherit;
      line-height: 1;
      text-decoration: underline;
      position: relative;
      z-index: 1;
      alt: ''; }
    .paddlenav-arrow-up:before, .paddlenav-arrow-up:after {
      text-decoration: none; }
    .paddlenav-arrow-up:before {
      display: none; }
    .paddlenav-arrow-up:before, .paddlenav-arrow-up:after {
      content: ""; }
  .paddlenav-arrow-down {
    bottom: 0; }
    .paddlenav-arrow-down:before, .paddlenav-arrow-down:after {
      font-family: "Apple Icons";
      color: inherit;
      display: inline-block;
      font-style: normal;
      font-weight: inherit;
      font-size: inherit;
      line-height: 1;
      text-decoration: underline;
      position: relative;
      z-index: 1;
      alt: ''; }
    .paddlenav-arrow-down:before, .paddlenav-arrow-down:after {
      text-decoration: none; }
    .paddlenav-arrow-down:before {
      display: none; }
    .paddlenav-arrow-down:before, .paddlenav-arrow-down:after {
      content: ""; }
  .paddlenav-arrow:hover {
    opacity: 0.8;
    text-decoration: none; }
  .paddlenav-arrow:active {
    opacity: 1; }
  .paddlenav-arrow:focus {
    box-shadow: 0 0 0 3px rgba(131, 192, 253, 0.5);
    outline: none;
    opacity: 1; }
    .paddlenav-arrow:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select), .paddlenav-arrow:focus[data-focus-method="touch"]:not(input):not(textarea):not(select) {
      box-shadow: none; }
    html.ie8 .paddlenav-arrow:focus {
      outline: 3px solid #c1e0fe; }
    .paddlenav-arrow:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select), .paddlenav-arrow:focus[data-focus-method="touch"]:not(input):not(textarea):not(select) {
      opacity: 0.6; }
      .paddlenav-arrow:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select):hover, .paddlenav-arrow:focus[data-focus-method="touch"]:not(input):not(textarea):not(select):hover {
        opacity: 0.8; }
      .paddlenav-arrow:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select):active, .paddlenav-arrow:focus[data-focus-method="touch"]:not(input):not(textarea):not(select):active {
        opacity: 1; }
  .paddlenav-arrow:disabled, .paddlenav-arrow.disabled {
    cursor: default;
    opacity: 0; }
    .paddlenav-arrow:disabled:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select), .paddlenav-arrow:disabled:focus[data-focus-method="touch"]:not(input):not(textarea):not(select), .paddlenav-arrow.disabled:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select), .paddlenav-arrow.disabled:focus[data-focus-method="touch"]:not(input):not(textarea):not(select) {
      opacity: 0; }
    html.ie8 .paddlenav-arrow:disabled, html.ie8 .paddlenav-arrow.disabled {
      display: none; }
  html.touch .paddlenav-arrow {
    opacity: 0.8; }
    html.touch .paddlenav-arrow:disabled, html.touch .paddlenav-arrow.disabled {
      opacity: 0; }

.with-paddlenav {
  position: relative; }

html.no-touch .with-paddlenav-onhover .paddlenav {
  opacity: 0;
  -webkit-transition: 250ms opacity linear;
  transition: 250ms opacity linear; }

html.ie8 .with-paddlenav-onhover .paddlenav {
  visibility: hidden; }

html.no-touch .with-paddlenav-onhover:hover .paddlenav {
  opacity: 1; }

html.ie8 .with-paddlenav-onhover:hover .paddlenav {
  visibility: visible; }

.with-paddlenav-visuallyhidden .paddlenav-arrow {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
          clip-path: inset(0px 0px 99.9% 99.9%); }
  .with-paddlenav-visuallyhidden .paddlenav-arrow:focus, .with-paddlenav-visuallyhidden .paddlenav-arrow:hover {
    clip: auto;
    -webkit-clip-path: none;
            clip-path: none; }

.paddlenav-short .paddlenav-arrow {
  font-size: 24px;
  font-weight: normal; }
  .paddlenav-short .paddlenav-arrow-next, .paddlenav-short .paddlenav-arrow-previous {
    line-height: 64px;
    margin-top: -32px;
    width: 64px;
    height: 64px; }
  .paddlenav-short .paddlenav-arrow-up, .paddlenav-short .paddlenav-arrow-down {
    line-height: 64px;
    margin-left: -32px;
    width: 64px;
    height: 64px; }

.paddlenav-framed .paddlenav-arrow {
  background-color: #f2f2f2;
  color: #666666;
  opacity: 0.6; }
  .paddlenav-framed .paddlenav-arrow:hover {
    opacity: 0.8; }
  .paddlenav-framed .paddlenav-arrow:active {
    opacity: 1; }
  .paddlenav-framed .paddlenav-arrow:focus {
    opacity: 1; }
    .paddlenav-framed .paddlenav-arrow:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select), .paddlenav-framed .paddlenav-arrow:focus[data-focus-method="touch"]:not(input):not(textarea):not(select) {
      opacity: 0.6; }
      .paddlenav-framed .paddlenav-arrow:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select):hover, .paddlenav-framed .paddlenav-arrow:focus[data-focus-method="touch"]:not(input):not(textarea):not(select):hover {
        opacity: 0.8; }
      .paddlenav-framed .paddlenav-arrow:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select):active, .paddlenav-framed .paddlenav-arrow:focus[data-focus-method="touch"]:not(input):not(textarea):not(select):active {
        opacity: 1; }
  .paddlenav-framed .paddlenav-arrow:disabled, .paddlenav-framed .paddlenav-arrow.disabled {
    opacity: 0; }
  html.touch .paddlenav-framed .paddlenav-arrow {
    opacity: 0.8; }
    html.touch .paddlenav-framed .paddlenav-arrow:disabled, html.touch .paddlenav-framed .paddlenav-arrow.disabled {
      opacity: 0; }

.paddlenav-framed .paddlenav-arrow-next {
  right: 18px; }

.paddlenav-framed .paddlenav-arrow-previous {
  left: 18px; }

.paddlenav-framed .paddlenav-arrow-up {
  top: 18px; }

.paddlenav-framed .paddlenav-arrow-down {
  bottom: 18px; }
  

