/* line 33, ../sass/twentytwenty.scss */
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: #685624;
  position: absolute;
  z-index: 30; }

/* line 41, ../sass/twentytwenty.scss */
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 2px;
  height: 9999px;
  left: 50%;
  margin-left: -1px; }

/* line 48, ../sass/twentytwenty.scss */
.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 2px;
  top: 50%;
  margin-top: -1px; }

/* line 55, ../sass/twentytwenty.scss */
.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

/* line 62, ../sass/twentytwenty.scss */
.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }

/* line 64, ../sass/twentytwenty.scss */
.twentytwenty-before-label, .twentytwenty-after-label {
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

/* line 66, ../sass/twentytwenty.scss */
.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: #fff;
  font-size: 0;
  letter-spacing: 0.1em; }

/* line 72, ../sass/twentytwenty.scss */
.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0);
  line-height: 38px;
  padding: 0 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

/* line 80, ../sass/twentytwenty.scss */
.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px; }

/* line 85, ../sass/twentytwenty.scss */
.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: 0;
  text-align: center;
  width: 0; }

/* line 92, ../sass/twentytwenty.scss */
.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 10px inset transparent;
  position: absolute; }

/* line 99, ../sass/twentytwenty.scss */
.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -10px; }

/* line 105, ../sass/twentytwenty.scss */
.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -10px; }

/* line 112, ../sass/twentytwenty.scss */
.twentytwenty-container {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none; }
  /* line 120, ../sass/twentytwenty.scss */
  .twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block; }
  /* line 127, ../sass/twentytwenty.scss */
  .twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
    background: transparent; }
    /* line 130, ../sass/twentytwenty.scss */
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
      opacity: 0; }
  /* line 133, ../sass/twentytwenty.scss */
  .twentytwenty-container * {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }

/* line 137, ../sass/twentytwenty.scss */
.twentytwenty-before-label {
  opacity: 0; }
  /* line 143, ../sass/twentytwenty.scss */
  .twentytwenty-before-label:before {
    content: "Before"; }

/* line 151, ../sass/twentytwenty.scss */
.twentytwenty-after-label {
  opacity: 0; }
  /* line 157, ../sass/twentytwenty.scss */
  .twentytwenty-after-label:before {
    content: "After"; }

/* line 167, ../sass/twentytwenty.scss */
.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px; }

/* line 175, ../sass/twentytwenty.scss */
.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px; }

/* line 184, ../sass/twentytwenty.scss */
.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px; }

/* line 192, ../sass/twentytwenty.scss */
.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px; }

/* line 199, ../sass/twentytwenty.scss */
.twentytwenty-overlay {
  -moz-transition-property: background;
  -o-transition-property: background;
  -webkit-transition-property: background;
  transition-property: background;
  background: transparent;
  z-index: 25; }
  /* line 206, ../sass/twentytwenty.scss */
  .twentytwenty-overlay:hover {
    background: transparent; }
    /* line 208, ../sass/twentytwenty.scss */
    .twentytwenty-overlay:hover .twentytwenty-after-label {
      opacity: 1; }
    /* line 209, ../sass/twentytwenty.scss */
    .twentytwenty-overlay:hover .twentytwenty-before-label {
      opacity: 1; }

/* line 213, ../sass/twentytwenty.scss */
.twentytwenty-before {
  z-index: 20; }

/* line 214, ../sass/twentytwenty.scss */
.twentytwenty-after {
  z-index: 10; }

/* line 217, ../sass/twentytwenty.scss */
.twentytwenty-handle {
  height: 40px;
  width: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 2px solid #685624;
  -moz-border-radius: 1000px;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  -moz-box-shadow: 0px 0px 6px rgba(51, 51, 51, 0.8);
  -webkit-box-shadow: 0px 0px 6px rgba(51, 51, 51, 0.8);
  box-shadow: 0px 0px 6px rgba(51, 51, 51, 0.8);
  z-index: 40;
  cursor: pointer;
  background-color: #685624; }

/* line 236, ../sass/twentytwenty.scss */
.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  background-color: #ffffff; }
/* line 244, ../sass/twentytwenty.scss */
.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  background-color: #ffffff; }

/* line 256, ../sass/twentytwenty.scss */
.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  background-color: #ffffff; }
/* line 264, ../sass/twentytwenty.scss */
.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  background-color: #ffffff; }

/* line 274, ../sass/twentytwenty.scss */
.twentytwenty-left-arrow {
  border-right: 10px solid #ffffff;
  left: 50%;
  margin-left: -25px; }

/* line 282, ../sass/twentytwenty.scss */
.twentytwenty-right-arrow {
  border-left: 10px solid #ffffff;
  right: 50%;
  margin-right: -25px; }

/* line 290, ../sass/twentytwenty.scss */
.twentytwenty-up-arrow {
  border-bottom: 10px solid #ffffff;
  top: 50%;
  margin-top: -25px; }

/* line 298, ../sass/twentytwenty.scss */
.twentytwenty-down-arrow {
  border-top: 10px solid #ffffff;
  bottom: 50%;
  margin-bottom: -25px; }
