a { background-color: transparent;}
a:active,a:hover {outline: 0;}
img {border: 0}
pre { overflow: auto;}

.flickity-enabled {  position: relative;}
.flickity-enabled:focus { outline: none; }
.flickity-viewport {  overflow: hidden; position: relative;  height: 100%;}
.flickity-slider {  position: absolute;  width: 100%;  height: 100%;}
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.flickity-prev-next-button:hover { background: white; }
.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}
.flickity-prev-next-button:active {
  filter: alpha(opacity=60); /* IE8 */
  opacity: 0.6;
}
.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30); /* IE8 */
  opacity: 0.3;
  cursor: auto;
}
.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.flickity-prev-next-button .arrow {
  fill: #333;
}
.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px;
}
.flickity-page-dots {
  position: absolute;
  width: 100%;
  /*bottom: -25px;*/
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots { direction: rtl; }
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #fff;
  border-radius: 50%;
  filter: alpha(opacity=25); /* IE8 */
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100); /* IE8 */
  opacity: 1;
}
.gallery {background: #229ad6;padding-bottom: 30px; padding-top:30px;counter-reset: gallery-cell;}
.gallery-cell {width: 30%; margin-left:1%;margin-right: 2%; margin-bottom: 10px;counter-increment: gallery-cell; cursor:pointer}
.gallery--various-widths .gallery-cell { width: 33%; }
.gallery--various-widths .gallery-cell.size-large { width: 75%; }
.gallery--media-queried .gallery-cell {width: 100%;}
.gallery--selected-cell .gallery-cell.is-selected { background: #ED2; }
.gallery--gallery-focus:focus .flickity-viewport {outline: thin dotted; outline: 5px auto -webkit-focus-ring-color;}

.duo:after {  content: '';  display: block;  clear: both;}
.duo__cell { margin-bottom: 10px;}
.duo__cell {float: left;width:100%;}

@media only screen and (min-width:800px){.gallery-cell{height:360px;}}
@media (min-width: 700px) and (max-width:800px) {
  .gallery-cell{height:300px}
}
@media (min-width: 700px) and (max-width:750px) {
  .gallery-cell{height:330px}
}
@media (min-width: 650px) and (max-width:700px) {
  .gallery-cell{height:280px}
}
@media (min-width: 600px) and (max-width:650px) {
  .gallery-cell{height:260px}
}
@media (min-width: 500px) and (max-width:600px) {
  .gallery-cell{height:240px}
}
@media (min-width: 500px) and (max-width:550px) {
  .gallery-cell{height:220px}
}
@media (min-width: 450px) and (max-width:500px) {
  .gallery-cell{height:200px}
}
@media (min-width: 400px) and (max-width:450px) {
  .gallery-cell{height:170px}
}
@media (min-width: 320px) and (max-width:400px) {
  .gallery-cell{height:140px}
}
@media (max-width: 320px) {.gallery-cell{height:90px}}

