.contentscroller {
  position: relative;
  width: 100%;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  box-sizing: border-box; }
  .contentscroller.init-setuped {
    opacity: 1; }
  .contentscroller * {
    box-sizing: border-box; }
  .contentscroller > .items {
    display: none; }
  .contentscroller .divimage {
    background-size: cover;
    background-position: center center; }
  .contentscroller.autoheight-off .csc-item--inner {
    position: relative;
    height: 100%; }
  .contentscroller .thumbsClip {
    width: 100%;
    overflow: hidden; }
    .contentscroller .thumbsClip .thumbsCon {
      white-space: nowrap;
      display: inline-block;
      vertical-align: top;
      position: relative;
      transition-property: left, height;
      transition-duration: 0.3s;
      transition-timing-function: ease-out; }
      .contentscroller .thumbsClip .thumbsCon > .csc-item {
        display: inline-block;
        vertical-align: top;
        float: none; }
        .contentscroller .thumbsClip .thumbsCon > .csc-item > .csc-item--inner {
          display: block; }
  .contentscroller.no-scroll-horizontal .thumbsClip {
    text-align: center; }
  .contentscroller .thumbsCon {
    margin-left: 0px; }
  .contentscroller .csc-row-part img {
    max-width: 100%; }
  .contentscroller .csc-row-part .csc-item--inner {
    padding-left: 5px;
    padding-right: 5px; }
  .contentscroller.direction-horizontal .bulletsCon {
    text-align: center;
    margin: 10px auto; }
  .contentscroller.direction-horizontal.is-onlyone .thumbsCon {
    width: 100%; }
  .contentscroller.direction-horizontal.is-onlyone .csc-item {
    width: 100%; }
  .contentscroller.only-one-off .thumbsCon {
    display: inline-block;
    white-space: nowrap; }
  .contentscroller.only-one-off .csc-row-part-2 {
    width: 50%; }
  .contentscroller.only-one-off .csc-row-part-3 {
    width: 33.3333%; }
  .contentscroller.only-one-off .csc-row-part-4 {
    width: 25%; }
  .contentscroller.only-one-off .csc-row-part-5 {
    width: 20%; }
  .contentscroller.only-one-off .csc-row-part-6 {
    width: 16.66666%; }
  .contentscroller.animate-height .thumbsClip {
    transition-property: height;
    transition-duration: 0.3s;
    transition-timing-function: ease-out; }
  .contentscroller.direction-vertical {
    text-align: center; }
    .contentscroller.direction-vertical .thumbsClip .thumbsCon {
      width: 100%;
      white-space: normal;
      transition-property: top, height;
      transition-duration: 0.3s;
      transition-timing-function: ease-out; }
      .contentscroller.direction-vertical .thumbsClip .thumbsCon > .csc-item {
        display: block; }
  .contentscroller .bulletsCon .bullet {
    display: inline-block;
    width: 9px;
    height: 9px;
    cursor: pointer;
    border-radius: 50%;
    margin-right: 8px;
    background-color: #ffffff; }
    .contentscroller .bulletsCon .bullet.active {
      background-color: #8195a7; }
  .contentscroller.bullets-right .bulletsCon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate3d(0%, -50%, 0); }
    .contentscroller.bullets-right .bulletsCon .bullet {
      display: block;
      margin-right: 0;
      transition-property: background;
      transition-duration: 0.3s;
      transition-timing-function: ease-out; }
      .contentscroller.bullets-right .bulletsCon .bullet + .bullet {
        margin-top: 8px; }

img.fullwidth {
  display: block;
  width: 100%; }

/* -- functional styling */
.advancedscroller-con {
  position: relative;
  width: 100%; }

.advancedscroller.with-shadow {
  margin-bottom: 35px; }

.advancedscroller.item-padding-20 {
  margin-left: -10px;
  margin-right: -10px;
  width: auto; }
  .advancedscroller.item-padding-20 .thumbsClip > .item {
    padding-left: 10px;
    padding-right: 10px; }

.skin-vive-heading {
  color: #FFFFFF;
  text-align: center;
  font-size: 14px;
  margin-bottom: 15px;
  font-size: 36px;
  padding: 0;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
  font-weight: 400; }

hr.skin-vive {
  width: 80%;
  height: 1px;
  border: 0;
  margin: 15px auto;
  background-color: rgba(255, 255, 255, 0.5); }

.skin-vive-heading + hr.skin-vive {
  margin-top: 0; }

.skin-vive-subheading {
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 25px;
  font-size: 18px;
  padding: 0;
  font-family: "Open Sans", Arial;
  font-weight: 300;
  line-height: 1.6;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.4); }

/* ====== misc

*/
img.fullwidth {
  display: block; }

button.dzs-button {
  border: 0;
  background-color: transparent; }

.dzs-button {
  position: relative;
  padding: 15px;
  cursor: pointer;
  line-height: 1;
  white-space: nowrap;
  font-size: 13px;
  background-color: transparent; }
  .dzs-button.padding-small {
    padding: 10px;
    font-weight: bold;
    font-size: 11px; }

a.dzs-button {
  display: inline-block; }

.contentscroller.skin-nova .divimage {
  border-radius: 5px; }
.contentscroller.skin-nova.direction-horizontal .csc-item + .csc-item:not(.csc-row-part) {
  margin-left: 15px; }
.contentscroller.skin-nova.height-auto .thumbsCon .csc-item .fullwidth {
  padding-top: 100%; }
.contentscroller.skin-nova.is-functional .csc-item .divimage {
  cursor: pointer;
  box-shadow: 0 0 0 0px rgba(132, 180, 212, 0) inset;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-out; }
.contentscroller.skin-nova.is-functional .csc-item.active .divimage, .contentscroller.skin-nova.is-functional .csc-item:hover .divimage {
  box-shadow: 0 0 0 3px #84b4d4 inset; }

.arrow-con {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-color: #eeeeee;
  color: #444444;
  position: relative;
  border-radius: 50%; }
  .arrow-con > .the-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%); }
  .arrow-con + .arrow-con {
    margin-left: 5px; }

.contentscroller:hover .arrowsCon {
  opacity: 1; }

.arrowsCon {
  line-height: 1;
  opacity: 0.5;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-out; }
  .arrowsCon > * {
    display: inline-block;
    cursor: pointer;
    margin-left: 5px; }
  .arrowsCon .cs-arrow {
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 5px; }
    .arrowsCon .cs-arrow > svg {
      width: 17px;
      height: 17px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%); }
      .arrowsCon .cs-arrow > svg path {
        fill: #444444; }
  .arrowsCon .cs-arrow-left, .arrowsCon .cs-arrow-right {
    top: 50%;
    left: 15px;
    position: absolute;
    transform: translate3d(0, -50%, 0); }
  .arrowsCon .cs-arrow-right {
    left: auto;
    right: 15px; }
  .arrowsCon .arrow-con {
    color: #ffffff;
    opacity: 0.8;
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease-out; }
    .arrowsCon .arrow-con:hover {
      opacity: 1; }
  .arrowsCon.theme-dark .arrow-con {
    color: #444444; }
  .arrowsCon.arrow-skin-bare {
    color: #ffffff; }
    .arrowsCon.arrow-skin-bare .arrow-con {
      width: 20px;
      height: 20px;
      background-color: transparent; }
    .arrowsCon.arrow-skin-bare.theme-dark .arrow-con {
      color: #444444; }

.contentscroller.no-need-for-nav .bulletsCon {
  display: none; }
.contentscroller.no-need-for-nav .arrowsCon {
  display: none; }

/*# sourceMappingURL=contentscroller.css.map */
