﻿
.dt-fancy-separator {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}
.dt-fancy-separator.title-left,
.dt-fancy-separator.title-right {
  margin: 0;
}
.dt-fancy-separator.title-right {
  float: right;
  clear: both;
}
.dt-fancy-separator.title-left {
  text-align: left;
}
.dt-fancy-separator.title-left .dt-fancy-title {
  padding-left: 0;
}
.dt-fancy-separator.title-left .dt-fancy-title.bg-on {
  padding-left: 1em;
}
.dt-fancy-separator.title-right {
  text-align: right;
}
.dt-fancy-separator.title-right .dt-fancy-title {
  padding-right: 0;
}
.dt-fancy-separator.title-right .dt-fancy-title.bg-on {
  padding-right: 1em;
}
.separator-holder {
  position: absolute;
  display: block;
  top: 49.99%;
  width: 2000px;
  border-top: 1px solid red;
  content: '';
}
.style-dashed .separator-holder {
  border-top-width: 1px;
  border-top-style: dashed;
}
.style-dotted .separator-holder {
  border-top-width: 1px;
  border-top-style: dotted;
}
.style-double .separator-holder {
  border-top-width: 3px;
  border-top-style: double;
}
.style-thick .separator-holder {
  border-top-width: 5px;
  border-top-style: solid;
}
.style-disabled .separator-holder {
  display: none;
}
.separator-left {
  right: 100%;
  margin-right: 1em;
}
.separator-right {
  left: 100%;
  margin-left: 1em;
}
.dt-fancy-separator.line-below .separator-left {
  top: auto;
  right: 0;
  bottom: -1em;
  margin-right: 0;
}
.line-below .separator-holder {
  top: auto;
  bottom: -1em;
  margin-right: 0;
  margin-left: 0;
}
.dt-fancy-separator.line-below.title-left .separator-left {
  left: 0;
  right: auto;
}
.dt-fancy-separator.line-below.title-right .separator-left {
  left: auto;
  right: 0;
}
.dt-fancy-separator.line-below.title-right .separator-right,
.dt-fancy-separator.line-below.title-left .separator-right {
  display: none;
}
.dt-fancy-title {
  position: relative;
  display: inline-block;
  top: 50%;
}
.dt-fancy-title.bg-on {
  padding: 0 1em;
}
.accent-gradient .accent-border-color.hr-thin.style-line {
  height: 1px;
}
.accent-gradient .accent-border-color.hr-thick {
  height: 5px;
}
/* #Before-After
================================================== */
.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
}
.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {

  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px;
}
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px;
}
.twentytwenty-before-label,
.twentytwenty-after-label {
  position: absolute;
  width: 120px;
  padding: 3px 5px 3px;
  color: white !important;
  font-size: 13px;
  line-height: 16px;
  vertical-align: middle;
  text-align: center;
  z-index: 99;
  opacity: 0;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.twentytwenty-horizontal .twentytwenty-before-label {
  bottom: 10px;
  left: 10px;
  text-align: left;
}
.twentytwenty-horizontal .twentytwenty-after-label {
  bottom: 10px;
  right: 10px;
  text-align: right;
}
.twentytwenty-vertical .twentytwenty-before-label {
  top: 10px;
  left: 50%;
  margin-left: -65px;
}
.twentytwenty-vertical .twentytwenty-after-label {
  bottom: 10px;
  left: 50%;
  margin-left: -65px;
}
.twentytwenty-container:hover .twentytwenty-after-label,
.twentytwenty-container:hover .twentytwenty-before-label {
  opacity: 1;
}
.twentytwenty-left-arrow,
.twentytwenty-right-arrow,
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
}
.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px;
}
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px;
}
.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.twentytwenty-container img {
  max-width: 100%;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  display: block;
}
.active-click .twentytwenty-handle,
.twentytwenty-container.active-click img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.twentytwenty-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.twentytwenty-before {
  z-index: 20;
}
.twentytwenty-after {
  z-index: 10;
}
.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  z-index: 40;
  cursor: pointer;
}
.twentytwenty-container[data-navigation="move"] .twentytwenty-handle {
  border: none;
  cursor: default;
}
.twentytwenty-container[data-navigation="move"] .twentytwenty-handle > span {
  display: none;
}
.twentytwenty-horizontal .twentytwenty-container[data-navigation="move"] .twentytwenty-handle:before {
  margin-bottom: 0;
  margin-left: 0;
}
.twentytwenty-horizontal .twentytwenty-container[data-navigation="move"] .twentytwenty-handle:after {
  margin-top: 0;
  margin-left: 0;
}
.twentytwenty-vertical .twentytwenty-container[data-navigation="move"] .twentytwenty-handle:before {
  margin-left: 0;
  margin-top: 0;
}
.twentytwenty-vertical .twentytwenty-container[data-navigation="move"] .twentytwenty-handle:after {
  margin-right: 0;
  margin-top: 0;
}
.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
}
.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
}
.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
}
.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
}
.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px;
}
.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px;
}
.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px;
}
.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px;
}
