@charset "UTF-8";
/*VIDEO GALLERY*/
/*functional styling*/
.videogallery-con {
  position: relative;
}

.videogallery-con.fullbox {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.videogallery {
  position: relative;
  opacity: 1;
  width: 100%;
  height: 300px;
  background-color: #111;
  transform-origin: 0% 0%;
  box-sizing: border-box;
}
.videogallery * {
  box-sizing: border-box;
}
.videogallery .main-navigation {
  top: 0;
  margin: 0;
  position: relative;
}

.videogallery.responsive-ratio-smooth .media--main-area {
  transition-property: height;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.videogallery .videogallery--adSpace {
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1007;
}

.videogallery .videogallery--adSpace:empty {
  display: none;
}

.videogallery .videogallery--adSpace .vplayer {
  height: 100%;
}

.videogallery .videogallery--navigation-container.use-easing {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
}

.videogallery .videogallery--navigation-container:after {
  display: block;
  clear: both;
  content: " ";
}

.navigation-and-main-area {
  height: 100%;
}

.videogallery .media--main-area {
  position: relative;
  overflow: hidden;
}

.videogallery .media--main-area > .sliderCon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videogallery:not(.mode-videowall) .sliderCon > .vplayer {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.videogallery:not(.mode-videowall) .sliderCon > .vplayer video {
  visibility: hidden;
  opacity: 0;
  transition-property: opacity, visibility;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.videogallery .sliderCon > .vplayer.currItem {
  opacity: 1;
  visibility: visible;
}
.videogallery .sliderCon > .vplayer.currItem video {
  visibility: visible;
  opacity: 1;
}
.videogallery .sliderCon > .vplayer-tobe.is-touch {
  display: none;
}
.videogallery .sliderCon > .vplayer.is-touch.currItem {
  display: block;
}
.videogallery .dzs-navigation--item.inactive {
  display: none;
}
.videogallery .gallery-buttons {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1006;
}
.videogallery .embed-button {
  position: absolute;
  right: 10px;
  top: 10px;
}
.videogallery .embed-button .handle {
  background-color: rgba(0, 0, 0, 0.5);
  height: 40px;
  width: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  box-shadow: 0 0 1px 0 black;
  cursor: pointer;
  position: relative;
  opacity: 0.7;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.videogallery .embed-button .handle svg {
  width: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: -2px;
}
.videogallery .embed-button .handle svg path {
  fill: #fff;
}
.videogallery .embed-button .handle:hover {
  opacity: 1;
}
.videogallery .embed-button .contentbox {
  background: no-repeat scroll center center rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 0 1px 0 #000000;
  height: 150px;
  position: absolute;
  right: 60px;
  top: 0;
  width: 300px;
}
.videogallery .embed-button .contentbox:after {
  content: " ";
  position: absolute;
  top: 12px;
  left: 299px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid rgba(0, 0, 0, 0.3);
}
.videogallery .embed-button .thetext {
  background: no-repeat scroll center center rgba(50, 50, 50, 0.9);
  color: #ccc;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 15px;
  top: 15px;
  width: 270px;
  height: 120px;
  padding: 10px;
}
.videogallery .share-button {
  position: absolute;
  right: 10px;
  top: 60px;
}
.videogallery .share-button .handle {
  background-color: rgba(0, 0, 0, 0.5);
  height: 40px;
  width: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  box-shadow: 0 0 1px 0 black;
  cursor: pointer;
  position: relative;
  opacity: 0.7;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.videogallery .share-button .handle svg {
  width: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.videogallery .share-button .handle svg path {
  fill: #fff;
}
.videogallery .share-button .handle:hover {
  opacity: 1;
}
.videogallery .share-button .contentbox {
  background: no-repeat scroll center center rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 0 1px 0 #000000;
  height: 40px;
  position: absolute;
  right: 60px;
  top: 0;
  width: 200px;
}
.videogallery .share-button .contentbox:after {
  content: " ";
  position: absolute;
  top: 12px;
  right: -11px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid rgba(0, 0, 0, 0.3);
}
.videogallery .share-button .thetext {
  position: relative;
  top: 10px;
  text-align: center;
}
.videogallery .icon {
  margin-right: 5px;
  top: auto;
  left: auto;
  position: static;
}
.videogallery .the-logo {
  position: absolute;
  top: 10px;
  right: 60px;
  z-index: 1005;
}
.videogallery .vplayer-tobe > iframe {
  display: none;
}
.videogallery .the-title {
  margin-bottom: 5px;
  display: block;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
}

.navigation-and-main-area {
  flex-direction: column;
}

.navigation-and-main-area {
  display: flex;
}
.navigation-and-main-area .media--main-area {
  flex: 1;
}
.navigation-and-main-area .main-navigation {
  flex: 0;
}
.navigation-and-main-area.navPosition-bottom {
  flex-direction: column;
}
.navigation-and-main-area.navPosition-top {
  flex-direction: column-reverse;
}
.navigation-and-main-area.navPosition-top, .navigation-and-main-area.navPosition-bottom {
  height: auto;
  display: block;
}
.navigation-and-main-area.navPosition-left, .navigation-and-main-area.navPosition-right {
  flex-direction: row;
}
.navigation-and-main-area.navPosition-left .main-navigation, .navigation-and-main-area.navPosition-right .main-navigation {
  flex: 0 0 250px;
}
.navigation-and-main-area.navPosition-left .dzs-navigation--item-content > *[class*=layout-builder], .navigation-and-main-area.navPosition-right .dzs-navigation--item-content > *[class*=layout-builder] {
  max-width: 100%;
}
.navigation-and-main-area.navPosition-left {
  flex-direction: row-reverse;
}
.navigation-and-main-area .main-navigation:not(.a) {
  display: flex;
  overflow: hidden;
}
.navigation-and-main-area .main-navigation:not(.a).menu-moves-vertically {
  flex-direction: column;
}
.navigation-and-main-area .dzs-navigation--item-content:after {
  content: "";
  display: block;
  clear: both;
}
.navigation-and-main-area.mode-normal .main-navigation {
  overflow: hidden;
}
.navigation-and-main-area .main-navigation.menu-left .dzs-navigation--item, .navigation-and-main-area .main-navigation.menu-right .dzs-navigation--item {
  display: block;
}
.navigation-and-main-area .main-navigation.menu-bottom, .navigation-and-main-area .main-navigation.menu-top {
  white-space: nowrap;
}
.navigation-and-main-area .main-navigation.menu-bottom .dzs-navigation--item, .navigation-and-main-area .main-navigation.menu-top .dzs-navigation--item {
  display: inline-block;
  vertical-align: top;
}
.navigation-and-main-area .main-navigation.menu-bottom .navigation--total-container, .navigation-and-main-area .main-navigation.menu-top .navigation--total-container {
  display: inline-block;
  white-space: nowrap;
}
.navigation-and-main-area .main-navigation.menu-bottom .main-navigation, .navigation-and-main-area .main-navigation.menu-top .main-navigation {
  height: auto;
}
.navigation-and-main-area .main-navigation.menu-bottom .navMain, .navigation-and-main-area .main-navigation.menu-top .navMain {
  position: relative;
}
.navigation-and-main-area .videogallery--navigation--clipped-container {
  position: relative;
  flex: 100;
  overflow: hidden;
  top: 0px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  opacity: 1;
  margin-bottom: 0;
  box-sizing: border-box;
}
.navigation-and-main-area .scroller-con.dir-ver .scroller {
  width: 100%;
}
.navigation-and-main-area .scroller-con.dir-ver .scroller .scroller-con {
  width: 100% !important;
}
.navigation-and-main-area .scroller-con.skin_apple > .scrollbar > .scrollbarx {
  bottom: 0;
}
.navigation-and-main-area .navigation--total-container {
  position: relative;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.navigation-and-main-area.menu-none .main-navigation {
  display: none;
}
.navigation-and-main-area .dzs-navigation--item {
  cursor: pointer;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}
.navigation-and-main-area .dzs-navigation--item:after {
  content: " ";
  display: block;
  clear: both;
}
.navigation-and-main-area .dzs-navigation--item .menuitem-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videogallery.responsive-ratio-smooth.mode-normal.nav-thumbs .sliderCon > .vplayer {
  height: 100% !important;
}

.videogallery.is-touch .navMain {
  overflow: auto;
}

.videogallery.mode-normal.menu-right .media--main-area, .videogallery.mode-normal.menu-left .media--main-area {
  min-height: 100%;
  max-height: 100%;
}

.videogallery.nav-thumbs.navWidth-bigger-then-totalWidth.menu-bottom, .videogallery.nav-thumbs.navWidth-bigger-then-totalWidth.menu-top {
  text-align: center;
}

.videogallery.nav-thumbsAndArrows .navMain {
  overflow: hidden;
}

.navigation-and-main-area.nav-is-ultra-responsive.navPosition-left, .navigation-and-main-area.nav-is-ultra-responsive.navPosition-right {
  height: auto !important;
  display: flex;
  flex-direction: column;
}
.navigation-and-main-area.nav-is-ultra-responsive.navPosition-left .main-navigation, .navigation-and-main-area.nav-is-ultra-responsive.navPosition-right .main-navigation {
  width: 100% !important;
  float: none !important;
  height: auto;
  max-height: 300px;
}
.navigation-and-main-area.nav-is-ultra-responsive.navPosition-left .main-navigation .navMain, .navigation-and-main-area.nav-is-ultra-responsive.navPosition-right .main-navigation .navMain {
  position: relative;
}
.navigation-and-main-area.nav-is-ultra-responsive.navPosition-left .main-navigation .dzs-navigation--item, .navigation-and-main-area.nav-is-ultra-responsive.navPosition-right .main-navigation .dzs-navigation--item {
  width: 100% !important;
}
.navigation-and-main-area.nav-is-ultra-responsive.navPosition-left .media--main-area, .navigation-and-main-area.nav-is-ultra-responsive.navPosition-right .media--main-area {
  width: 100% !important;
}
.navigation-and-main-area.nav-is-ultra-responsive .gallery-buttons {
  display: none;
}
.navigation-and-main-area.nav-is-ultra-responsive .the-logo {
  right: 10px !important;
}
.navigation-and-main-area.nav-is-ultra-responsive.nav-thumbs.navPosition-left .main-navigation, .navigation-and-main-area.nav-is-ultra-responsive.nav-thumbs.navPosition-right .main-navigation {
  overflow: auto;
}
.navigation-and-main-area.nav-is-ultra-responsive .scroller-con {
  height: auto !important;
  overflow: hidden !important;
}
.navigation-and-main-area.nav-is-ultra-responsive .scroller-con .scroller {
  max-height: 250px;
  height: auto;
  position: relative;
}
.navigation-and-main-area.nav-is-ultra-responsive .scroller-con .scroller .inner {
  position: relative !important;
}
.navigation-and-main-area.nav-is-ultra-responsive.nav-thumbsAndArrows .thumbs-arrow-right {
  bottom: auto !important;
  top: 20px !important;
  margin-left: 15px !important;
}
.navigation-and-main-area.nav-is-ultra-responsive.nav-thumbsAndArrows .main-navigation {
  overflow: hidden;
}

.dzs-navigation--item {
  cursor: pointer;
}

.dzs-navigation--item-content {
  font-size: 11px;
  line-height: 15px;
  white-space: normal;
  padding: 10px;
}

.dzs-navigation--item {
  text-align: left;
}

.videogallery.nav-outer .navMain {
  position: relative;
  height: auto;
  background: transparent;
  border: 0 !important;
}
.videogallery.nav-outer .main-navigation {
  position: relative;
  margin-top: 10px;
}
.videogallery.nav-outer .videogallery--navigation-container {
  position: relative;
  height: auto;
  width: 100%;
  white-space: normal !important;
}
.videogallery.nav-outer .videogallery--navigation-container > .dzs-navigation--item {
  box-sizing: border-box !important;
}
.videogallery.nav-outer .videogallery--navigation-container > .dzs-navigation--item > .dzs-navigation--item-content {
  height: calc(100%);
}
.videogallery.nav-outer .dzs-navigation--item-content {
  font-size: 11px;
  background: transparent;
  line-height: 15px;
  color: inherit;
}
.videogallery.nav-outer .dzs-navigation--item-content .the-title {
  color: inherit;
}
.videogallery.nav-outer .videogallery--navigation-container .dzs-navigation--item {
  color: #111;
  background: transparent;
  left: 0px;
  position: relative;
  display: inline-block;
  border-bottom: 0px solid rgba(0, 0, 0, 0.15);
  border-right: 0px solid #000;
  margin-bottom: 10px;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  opacity: 0.7;
}

.videogallery {
  direction: ltr;
  color: #eee7df;
}

html[dir=rtl] .videogallery .main-navigation {
  direction: rtl !important;
}
html[dir=rtl] .videogallery .main-navigation .the-title,
html[dir=rtl] .videogallery .main-navigation .paragraph {
  direction: rtl !important;
}
html[dir=rtl] .videogallery .scroller {
  direction: rtl !important;
}
html[dir=rtl] .vplayer {
  direction: ltr;
}

.videogallery.transition-slideup .sliderCon > .vplayer {
  top: 100%;
}
.videogallery.transition-slideup .sliderCon > .vplayer.transition-slideup-gotoTop {
  top: -100%;
}
.videogallery.transition-slideup .sliderCon > .vplayer.currItem {
  top: 0;
}

.videogallery.nav-thumbs .main-navigation.menu-top .navMain .videogallery--navigation-container, .videogallery.nav-thumbs .main-navigation.menu-bottom .navMain .videogallery--navigation-container {
  width: auto;
}

/* ----------------------------   estethic styling */
.videogallery {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  /**
  deprecated
   */
  /**
  deprecated
   */
}
.videogallery .imgblock {
  float: left;
  margin-right: 10px;
  width: 50px;
  height: 50px;
  border: 2px solid rgba(0, 0, 0, 0.3);
}
.videogallery div.imgblock {
  background-size: cover;
  background-position: center center;
}
.videogallery.ad-blocked-navigation:not(.pretime-ad-setuped) .videogallery--navigation-container {
  -webkit-filter: grayscale(60%);
  filter: grayscale(60%) blur(1px);
  pointer-events: none;
}

.videogallery.dzsvg-loaded {
  opacity: 1;
}

/*----  thumbs ----*/
div.videogallery {
  word-wrap: break-word;
  font-size: 11px;
  font-size: 0.7rem;
  line-size: 0.8rem;
}

/**
deprecated
 */
.videogallery .thumb-round {
  width: 90px;
  height: 90px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
}

/**
deprecated
 */
.videogallery .thumb-square {
  width: 90px;
  height: 90px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.videogallery.skin-default .dzs-navigation--item {
  color: #dddddd;
  left: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  transition-property: background, color;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  background-color: #464646;
}
.videogallery.skin-default .dzs-navigation--item-content {
  color: #dddddd;
  padding: 10px;
}
.videogallery.skin-default .dzs-navigation--item.active, .videogallery.skin-default .videogallery--navigation-container .dzs-navigation--item:hover {
  background-color: #606060;
  color: #ffffff;
}

.videogallery .shadow {
  background: transparent url("./img/shadowbox.png") no-repeat center 0%;
  width: 100%;
  height: 71px;
  margin: 0 auto;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: -40px;
  z-index: 0;
  opacity: 0.5;
}

.gallery-precon .all-shadow {
  background: transparent url("./img/all-shadow.png") no-repeat center 0%;
  width: 925px;
  height: 50px;
  margin: 0 auto;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.with-bottom-shadow {
  position: relative;
}

.with-bottom-shadow:before {
  content: "";
  width: 90%;
  height: 1px;
  display: block;
  position: absolute;
  left: 5%;
  bottom: 1px;
  box-shadow: 0px 0px 15px 6px rgba(0, 0, 0, 0.65);
}

.gallery-precon {
  clear: both;
}

.videogallery-con.skin-laptop .videogallery {
  position: absolute;
  left: 19%;
  top: 11%;
}

.videogallery-con.skin-laptop .thelaptopbg {
  position: relative;
  width: 100%;
}

.vplayer.vp-con-laptop {
  height: 0 !important;
  padding-top: 54.6666%;
  position: relative;
  background-size: cover;
  background-position: top left;
  background-image: url("img/mb-body.png");
}
.vplayer.vp-con-laptop > .vp-inner {
  position: absolute;
  left: 19%;
  width: 62%;
  top: 10.9%;
  height: 71.3%;
}

/* ------MODES */
/* ------mode rotator*/
.videogallery.mode-rotator .main-navigation .navMain {
  border-top: 1px solid #222;
  background: #131313;
  box-sizing: border-box;
}

.videogallery.mode-rotator .main-navigation .rotator-btn-gotoNext {
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: url(img/arrow-right.png);
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
}

.videogallery.mode-rotator .main-navigation .rotator-btn-gotoPrev {
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: url(img/arrow-left.png);
  width: 20px;
  height: 20px;
  position: absolute;
  right: 25px;
  top: 5px;
  cursor: pointer;
}

.videogallery.mode-rotator .main-navigation .descriptionsCon {
  position: absolute;
  top: 4px;
  left: 10px;
  font-size: 12px;
  font-family: Arial, sans-serif;
  width: 50%;
}

/* -descriptionCon */
.videogallery.mode-rotator .main-navigation .descriptionsCon .desc {
  position: absolute;
  top: 20px;
  left: 0;
  color: #c8c8c8;
  width: 50%;
  transition-property: top, opacity, color, text-shadow;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.videogallery.mode-rotator .main-navigation .descriptionsCon .desc.currDesc {
  position: absolute;
  top: 0px;
  left: 0;
}

.videogallery.mode-rotator .main-navigation .descriptionsCon .desc.pastDesc {
  position: absolute;
  top: -20px;
  left: 0;
  color: rgba(200, 200, 200, 0);
  text-shadow: 0 0 15px rgba(200, 200, 200, 0.5);
}

/* ------mode rotator3d*/
.videogallery.mode-rotator3d .main-navigation .navMain {
  border: 0;
}

.videogallery.mode-rotator3d .rotator3d-item.currItem.is_fullscreen {
  position: fixed;
  top: 0% !important;
  left: 0% !important;
  width: 100% !important;
  height: 100%;
}

.videogallery.mode-rotator3d {
  background-color: transparent;
}
.videogallery.mode-rotator3d .gallery-buttons {
  display: none;
}
.videogallery.mode-rotator3d .rotator3d-item {
  top: 10% !important;
  left: 25% !important;
  transform: scale(1);
  -webkit-transform: scale(1);
  transform-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  opacity: 0;
  visibility: hidden;
  z-index: 25;
  position: absolute;
  transition-property: transform, left, opacity, visibility;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  height: 80% !important;
}
.videogallery.mode-rotator3d .rotator3d-item .previewImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 1;
  visibility: visible;
  cursor: pointer;
  transition-property: opacity, visibility;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.videogallery.mode-rotator3d .rotator3d-item div.previewImg {
  background-size: cover;
  background-position: center center;
}
.videogallery.mode-rotator3d .rotator3d-item .vp-inner {
  background-color: #444444;
}
.videogallery.mode-rotator3d .rotator3d-item.prevItem {
  top: 10% !important;
  left: 5% !important;
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform-style: preserve-3d;
  opacity: 1;
  visibility: visible;
  z-index: 28;
}
.videogallery.mode-rotator3d .rotator3d-item.nextItem {
  top: 10% !important;
  left: 65% !important;
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform-style: preserve-3d;
  opacity: 1;
  visibility: visible;
  z-index: 29;
}
.videogallery.mode-rotator3d .rotator3d-item.currItem {
  top: 10% !important;
  left: 25% !important;
  position: absolute !important;
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
  visibility: visible;
  z-index: 30;
}
.videogallery.mode-rotator3d .rotator3d-item.hide-preview-img .previewImg {
  opacity: 0;
  visibility: hidden;
}

/* ------mode wall*/
.videogallery.mode-wall {
  transition-property: opacity, height;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.videogallery.mode-wall .main-navigation {
  display: none;
}
.videogallery.mode-wall .sliderMain {
  overflow: visible;
}
.videogallery.mode-wall .sliderCon.layout-3-cols-15-margin {
  margin-left: -15px;
  margin-right: -15px;
}
.videogallery.mode-wall .sliderCon.layout-3-cols-15-margin .vplayer-tobe {
  width: 33.3% !important;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0;
  margin-right: 0;
}
.videogallery.mode-wall .sliderCon.layout-4-cols-10-margin {
  margin-left: -10px;
  margin-right: -10px;
}
.videogallery.mode-wall .sliderCon.layout-4-cols-10-margin .vplayer-tobe {
  width: 25% !important;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 0;
  margin-right: 0;
}
.videogallery.mode-wall .divimage + .paragraph {
  margin-top: 15px;
}
.videogallery.mode-wall .vgwall-item {
  display: inline-block;
  cursor: pointer;
  border: 0px solid #fff;
  background: transparent;
  box-sizing: border-box;
}
.videogallery.mode-wall .vgwall-item > .extra-controls {
  display: none;
}
.videogallery.mode-wall .vgwall-item .menuDescription {
  display: block;
  padding: 10px;
  color: #111111;
  background-color: #fafafa;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.15);
  font-size: 12px;
  text-align: center;
}
.videogallery.mode-wall .vgwall-item .menuDescription .imgblock {
  display: block;
  float: none;
  width: 100%;
  height: auto;
  margin: 0;
  border: 0;
}
.videogallery.mode-wall .vgwall-item .menuDescription .imgblock.divimage {
  height: 150px;
}
.videogallery.mode-wall .vgwall-item .menuDescription .the-title {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #111111;
  line-height: 1.6;
  text-transform: none;
}
.videogallery.mode-wall .vgwall-item .menuDescription .the-title + .paragraph:before {
  position: relative;
  display: block;
  margin: 15px auto 15px;
  border: 0;
  height: 1px;
  width: 30%;
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
}
.videogallery.mode-wall .vgwall-item > .videoTitle {
  display: none !important;
}
.videogallery.mode-wall .vgwall-item .videoDescription {
  display: none;
}
.videogallery.mode-wall .vgwall-item > .previewImg {
  display: none;
}
.videogallery.mode-wall .sliderCon {
  position: relative;
  width: auto;
  height: auto;
  transition-property: opacity, height;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.videogallery.mode-wall > .gallery-buttons {
  position: relative;
  top: 0;
  left: 0;
  right: auto;
  z-index: auto;
  margin-bottom: 10px;
  text-align: right;
}
.videogallery.mode-wall .embed-button {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
}

.videogallery.mode-wall.under-720 .sliderCon.layout-4-cols-10-margin .vplayer-tobe {
  width: 50% !important;
}

.videogallery.mode-wall.under-600 .sliderCon.layout-3-cols-15-margin .vplayer-tobe {
  width: 100% !important;
}
.videogallery.mode-wall.under-600 .sliderCon.layout-4-cols-10-margin .vplayer-tobe {
  width: 100% !important;
}

.videogallery.mode-wall .share-button {
  display: none;
}

.videogallery.mode-wall .main-navigation .navMain {
  border: 0;
}

.videogallery.mode-wall .main-navigation .navMain {
  display: none;
}

.videogallery.mode-wall .vgwall-item .videoTitle {
  font-family: "Helvetica Neue", "Neue Helvetica", Helvetica, Arial, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
  color: #121212;
}

.videogallery.mode-wall .vgwall-item .dzstag-tobe {
  display: none;
}

.videogallery.mode-wall .vgwall-item.masonry-brick {
  display: block;
  margin-right: 1%;
  position: absolute !important;
  clear: both;
  box-sizing: border-box;
}

.videogallery.mode-wall .vgwall-item .previewImg {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  opacity: 1;
  visibility: visible;
  cursor: pointer;
  transition-property: transform, left, opacity, visibility;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.videogallery.mode-wall.mode-rotator3d .rotator3d-item.currItem {
  top: 10% !important;
  left: 25% !important;
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
  visibility: visible;
  z-index: 30;
}

.videogallery.mode-wall.mode-rotator3d .rotator3d-item.nextItem {
  top: 10% !important;
  left: 65% !important;
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform-style: preserve-3d;
  opacity: 1;
  visibility: visible;
  z-index: 29;
}

.videogallery.mode-wall.mode-rotator3d .rotator3d-item.prevItem {
  top: 10% !important;
  left: 5% !important;
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform-style: preserve-3d;
  opacity: 1;
  visibility: visible;
  z-index: 28;
}

.videogallery.mode-wall.mode-rotator3d .rotator3d-item.currItem .previewImg {
  opacity: 0;
  visibility: hidden;
}

.videogallery.mode-videowall {
  transition-property: opacity, height;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.videogallery.mode-videowall .main-navigation {
  display: none;
}
.videogallery.mode-videowall .sliderMain {
  overflow: visible;
}
.videogallery.mode-videowall .sliderCon {
  position: relative;
  width: auto;
  height: auto;
  transition-property: opacity, height;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.videogallery.mode-videowall .embed-button {
  display: none;
}

.videogallery.try-height-as-window {
  height: 100vh;
}

.videogallery {
  max-width: 100vw;
}

/* ------mode wall*/
/* end VIDEOWALL */
.videogallery-con .css-preloader {
  width: 50px;
  height: 50px;
  margin-left: -25px;
  margin-top: -25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transition-property: opacity, display, visibility, transform;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
.videogallery-con .css-preloader .the-icon {
  width: 50px;
  height: 50px;
  background: transparent url(./img/preloader.png) center no-repeat;
  -webkit-apply_transition: rotating 0.9s ease-out infinite;
  -moz-apply_transition: rotating 0.9s linear infinite;
  -ms-apply_transition: rotating 0.9s linear infinite;
  -o-apply_transition: rotating 0.9s linear infinite;
  apply_transition: rotating 0.9s ease-out infinite;
}

.vplayer-tobe .subtitles-con-input {
  display: none;
}
.vplayer-tobe .menuDescription {
  display: none;
}
.vplayer-tobe > .adSource {
  display: none;
}
.vplayer-tobe > .videoDescription {
  display: none;
}
.vplayer-tobe > .dzstag-tobe {
  display: none;
}

/* -- VIDEO PLAYER
==================*/
/*functional styling*/
.vplayer {
  opacity: 0;
  visibility: hidden;
  position: relative;
  width: 100%;
  height: 300px;
  transform-origin: 0% 0%;
  box-sizing: border-box;
  transition-property: opacity, visibility, top, height;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.vplayer * {
  box-sizing: border-box;
}
.vplayer > object {
  width: 100%;
  height: 100% !important;
}
.vplayer > video {
  visibility: visible;
}
.vplayer.has-custom-controls video::-webkit-media-controls {
  display: none !important;
}
.vplayer.has-custom-controls video::-webkit-media-controls-enclosure {
  display: none !important;
}
.vplayer > .vp-inner {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}
.vplayer > .vp-inner > div.div-full-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.vplayer > .touch-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 75px;
  height: 75px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
  transition-property: opacity, visibility;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.vplayer > .touch-play-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 30px solid #222222;
  margin-top: -20px;
  margin-left: -10px;
}
.vplayer .timetext {
  bottom: auto;
  right: auto;
}
.vplayer > .videoDescription {
  display: none;
}
.vplayer .cmedia-con {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.vplayer .cmedia-con > iframe {
  width: 100% !important;
  height: 100% !important;
}
.vplayer .background {
  position: absolute;
  width: 100%;
}
.vplayer .subtitles-con-input {
  display: none;
}
.vplayer .dzstag.subtitle-tag {
  top: auto;
  bottom: 48px;
  width: 90%;
  left: 5%;
  background-color: rgba(20, 20, 20, 0.8);
  color: #fff;
  padding: 5px 10px;
  text-align: center;
}
.vplayer .big-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
  cursor: pointer;
  transition-property: opacity, visibility;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.vplayer .big-play-btn > svg {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.vplayer .big-play-btn > svg path {
  fill: #444;
}
.vplayer.is-playing .big-play-btn {
  opacity: 0;
  visibility: hidden;
}
.vplayer .video-description {
  opacity: 1;
  visibility: visible;
  transition-property: opacity, visibility;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.vplayer > .vp-inner > .video-description.video-description-style-gradient {
  width: 70%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 30px;
  display: flex;
  align-items: center;
  color: #444444;
  overflow: hidden;
  pointer-events: none;
}
.vplayer > .vp-inner > .video-description.video-description-style-gradient:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.79) 75%, rgba(255, 255, 255, 0) 100%);
  transform: translate3d(0, 0, 0);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.vplayer > .vp-inner > .video-description.video-description-style-gradient > div {
  pointer-events: auto;
  max-width: 50%;
  position: relative;
  transform: translate3d(0, 0, 0) scale(1);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.vplayer.is-playing .vp-inner .video-description {
  opacity: 0;
  visibility: hidden;
}
.vplayer.is-playing .vp-inner .video-description-style-gradient:before {
  transform: translate3d(-50%, 0, 0);
}
.vplayer.is-playing .vp-inner .video-description-style-gradient > div {
  transform: translate3d(0, 0, 0) scale(0.75);
}
.vplayer .vp-h3 {
  font-size: 21px;
  font-size: 1.5vw;
  line-height: 1.4;
}
.vplayer.under-600 .vp-h3 {
  font-size: 16px;
}
.vplayer.under-420 .vp-h3 {
  font-size: 12px;
}
.vplayer.under-420 .vp-inner > .video-description.video-description-style-gradient > div {
  max-width: 120%;
}
.vplayer.pattern-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vplayer.pattern-video video {
  width: auto;
  height: auto;
}
.vplayer .controls-right {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: nowrap;
  align-items: center;
}
.vplayer .dzsvg-player-button {
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: relative;
  margin-right: 10px;
}
.vplayer .dzsvg-player-button .the-icon {
  width: 100%;
  height: 100%;
}
.vplayer .dzsvg-player-button .dzsvg-tooltip {
  position: absolute;
  right: -15px;
  bottom: 30px;
  padding: 0px;
  color: #444;
  border-radius: 5px;
  background-color: #dddddd;
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
  transform-origin: bottom right;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.vplayer .dzsvg-player-button .dzsvg-tooltip:before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  right: 19px;
  border-top: 5px solid #dddddd;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.vplayer .dzsvg-player-button .dzsvg-tooltip .quality-option {
  padding: 10px 40px;
  text-align: center;
}
.vplayer .dzsvg-player-button .dzsvg-tooltip .quality-option:hover, .vplayer .dzsvg-player-button .dzsvg-tooltip .quality-option.active {
  background-color: rgba(0, 0, 0, 0.2);
}
.vplayer .dzsvg-player-button:hover .dzsvg-tooltip {
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}
.vplayer .dzsvg-player-button.show-only-when-multiple-qualities {
  transform: scale(0);
  max-width: 0;
  max-height: 0;
  opacity: 0;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.vplayer.has-multiple-quality-levels .dzsvg-player-button.show-only-when-multiple-qualities {
  transform: scale(1);
  max-width: 100px;
  max-height: 100px;
  opacity: 1;
}
.vplayer .vp-inner > iframe {
  width: 100% !important;
  height: 100% !important;
}
.vplayer .dzsvg-video-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.vplayer .dzsvg-video-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #383838;
}

.feed-dzsvg {
  display: none;
}

.vplayer > div[class^=feed-menu-], .vplayer-tobe > div[class^=feed-menu-] {
  display: none;
}
.vplayer .dzsvg-feed, .vplayer-tobe .dzsvg-feed {
  display: none;
}

.vplayer {
  /******* play *********/
  /******* fullscreen*********/
}
.vplayer > .vp-inner {
  left: 0px;
  bottom: 0;
}
.vplayer > .vp-inner .background {
  height: 100%;
  background: #323232;
  bottom: 0;
  pointer-events: none;
}
.vplayer > .vp-inner .playHover {
  display: none;
}
.vplayer > .vp-inner .pauseSimple, .vplayer > .vp-inner .playSimple {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: none;
}
.vplayer > .vp-inner .pauseSimple svg, .vplayer > .vp-inner .playSimple svg {
  height: 100%;
  display: block;
}
.vplayer > .vp-inner .pauseHover {
  display: none;
}
.vplayer .extra-controls {
  display: none;
}
.vplayer .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.vplayer:not(.has-custom-controls) .video-overlay {
  display: none;
  pointer-events: none;
}
.vplayer .cover-image {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.vplayer .cover-image > .the-div-image {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.vplayer .cover-image .big-description {
  position: absolute;
  top: 18px;
  right: 30px;
  font-size: 40px;
  color: #FFFFFF;
  line-height: 1.2;
  font-family: "Lato", arial, serif;
  text-align: right;
  font-weight: 300;
}
.vplayer .cover-image .big-description .headline {
  font-size: 50px;
  font-weight: 900;
}
.vplayer .controls {
  position: absolute;
  top: auto;
  bottom: 0;
  width: 100%;
  height: 10%;
  left: 0;
}
.vplayer .cover-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  opacity: 0.5;
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  cursor: pointer;
}
.vplayer .cover-play-btn:hover {
  opacity: 1;
}
.vplayer .scrubbar {
  position: relative;
  cursor: pointer;
}
.vplayer .scrubbar .reclam-marker {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: #dad44d;
}
.vplayer .hdbutton-con {
  position: relative;
  cursor: pointer;
  display: none;
}
.vplayer .hdbutton-con.active .hdbutton-hover {
  opacity: 1;
}
.vplayer .hdbutton-con:hover > .hdbutton-hover {
  opacity: 1;
}
.vplayer .info {
  /*----  info icon  ----*/
  left: 15px;
  top: 15px;
  width: 50px;
  height: 50px;
}
.vplayer .infoText {
  /*----  description ----*/
  top: 95px;
  left: 30px;
}
.vplayer .descriptionText {
  background-color: #111111;
  color: #ffffff;
  padding: 10px;
  opacity: 0.8;
}
.vplayer .playcontrols {
  bottom: auto;
  left: 0px;
  cursor: pointer;
}
.vplayer .dzsvg-control {
  display: inline-block;
  flex: 0 0 auto;
  margin-right: 10px;
  position: relative;
  line-height: 13px;
  color: #EEEEEE;
  transition-property: opacity, visibility, color;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.vplayer .dzsvg-control svg {
  width: 13px;
  height: 13px;
}
.vplayer .dzsvg-control svg path {
  fill: #eee;
}
.vplayer .dzsvg-control:focus {
  color: #EEEEEE;
}
.vplayer .dzsvg-control:hover {
  color: #dadada;
}
.vplayer .dzsvg-control .info-content {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -3px;
  width: auto;
  max-width: 100vw;
  text-align: center;
  border-radius: 5px;
  padding: 12px 15px;
  line-height: 1.6;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #ffffe8;
  color: #444444;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(-50%, 0, 0);
  white-space: nowrap;
  transition-property: opacity, visibility, color;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.vplayer .dzsvg-control .info-content:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -4px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ffffe8;
}
.vplayer .dzsvg-control .info-content.align-right {
  left: auto;
  right: -20px;
  text-align: left;
  transform: translate3d(0%, 0, 0);
  font-size: 15px;
  text-transform: none;
  font-weight: 400;
  white-space: normal;
}
.vplayer .dzsvg-control .info-content.align-right:before {
  content: "";
  left: auto;
  right: 18px;
}
.vplayer .dzsvg-control:hover .info-content {
  opacity: 1;
  visibility: visible;
}
.vplayer .dzsvg-control a {
  color: inherit;
}
.vplayer .dzsvg-control i {
  font-size: 13px;
  color: inherit;
  display: block;
  line-height: 1;
  transition-property: opacity, visibility, color;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.vplayer .dzsvg-control i > svg {
  display: block;
}
.vplayer .dzsvg-control.dzsvg-add-to-cart {
  cursor: pointer;
}
.vplayer .dzsvg-control.dzsvg-info {
  cursor: pointer;
}
.vplayer .volumecontrols {
  width: 43px;
}
.vplayer .volumeicon {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 14px;
  height: 14px;
}
.vplayer .volumeicon > svg {
  height: 100%;
}
.vplayer .volume_static {
  position: absolute;
  top: -2px;
  left: 16px;
  width: 26px;
  height: 24px;
}
.vplayer .volume_active {
  top: -2px;
  left: 16px;
  width: 26px;
  height: 24px;
}
.vplayer .volume_cut {
  top: -5px;
  left: 0px;
  width: 14px;
  height: 24px;
}
.vplayer .fscreencontrols {
  cursor: pointer;
  position: relative;
}
.vplayer .full {
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.vplayer .full > svg {
  height: 100%;
}
.vplayer .fullHover {
  display: none;
}
.vplayer .controls:empty {
  display: none;
}
.vplayer .video-description .video-title {
  padding: 5px 8px 4px;
  background: rgba(255, 255, 255, 0.7);
  color: #444;
  width: auto;
  font-size: 11px;
  border-radius: 3px;
  font-weight: bold;
}
.vplayer.hide-on-mouse-out .controls {
  opacity: 1;
  visibility: visible;
  transition-property: opacity, visibility;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.vplayer.hide-on-mouse-out.mouse-is-out .controls {
  opacity: 0;
  visibility: hidden;
}
.vplayer.hide-on-paused > .vp-inner > .controls {
  opacity: 0;
  transition-property: opacity, visibility;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.vplayer.hide-on-paused > .vp-inner > .controls:hover {
  opacity: 1;
}
.vplayer.hide-on-paused:not(.hide-on-mouse-out).is-playing:not(.mouse-is-out) .controls {
  opacity: 1;
}
.vplayer.hide-on-paused.hide-on-mouse-out.is-playing:hover .controls {
  opacity: 1;
}
.vplayer .vplayer-logo {
  position: absolute;
  top: 10px;
  right: 10px;
}
.vplayer .vplayer-logo a {
  opacity: 0.5;
  transition-property: opacity, visibility;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.vplayer .vplayer-logo a:hover {
  opacity: 1;
}
.vplayer .vplayer-logo > * {
  pointer-events: none;
}
.vplayer .vplayer-logo > a {
  pointer-events: auto;
}
.vplayer .vplayer-logo .divimage {
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 100px;
  background-position: right top;
  background-size: contain;
  background-repeat: no-repeat;
}
.vplayer.with-bottom-shadow:not(.in-vgallery) {
  margin-bottom: 15px;
}
.vplayer .ad-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition-property: opacity, visibility;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.vplayer .ad-container > .vplayer, .vplayer .ad-container .vplayer-tobe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.vplayer .dzsvg-preloader {
  opacity: 1;
  visibility: visible;
  transition-property: opacity, visibility;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.vplayer.ad-playing .ad-container {
  opacity: 1;
  visibility: visible;
}
.vplayer.ad-transitioning-out .ad-container {
  opacity: 0;
  visibility: hidden;
}
.vplayer > iframe {
  border: 0;
  background-color: #444444;
}
.vplayer .scrubbar {
  bottom: 9px;
  left: 45px;
}
.vplayer .scrub-bg {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #444;
  height: 100%;
}
.vplayer .scrub-buffer {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #777;
  height: 100%;
}
.vplayer .scrub {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #aaa;
  height: 100%;
}
.vplayer .scrubBox {
  position: absolute;
  background: #ffffff;
  border: 1px solid #000000;
  color: #222222;
  width: 50px;
  bottom: 19px;
  left: -15px;
  text-align: center;
  padding: 0px 0px;
  font-size: 10px;
  height: auto;
  opacity: 0.9;
  visibility: hidden;
  pointer-events: none;
}
.vplayer .scrubBox:after, .vplayer .scrubBox:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.vplayer .scrubBox:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 5px;
  left: 15px;
  margin-left: -5px;
}
.vplayer .scrubBox:before {
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #000000;
  border-width: 6px;
  left: 15px;
  margin-left: -6px;
}
.vplayer .dzsvg-player--replay-btn {
  opacity: 0;
  visibility: hidden;
  transition-property: visibility, opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.vplayer .the-video {
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.vplayer video {
  object-fit: cover;
}
.vplayer .transitioning-out {
  opacity: 0;
}
.vplayer .preparing-transitioning-in {
  opacity: 0;
}
.vplayer .transitioning-in {
  opacity: 1;
}

.vplayer.show-muted-btn.is-playing.is-muted:not(.user-had-first-interaction) .mute-indicator {
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
  visibility: visible;
}

.mute-indicator {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: rgba(50, 50, 50, 0.7);
  padding: 10px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  display: flex;
  align-items: normal;
  line-height: 1;
  transition-property: opacity, visibility;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  color: #ddd;
}
.mute-indicator > * {
  line-height: 1;
  display: block;
}
.mute-indicator > * + * {
  margin-left: 7px;
}
.mute-indicator .the-icon path {
  fill: #ddd;
}

.vplayer:not(.is-playing) > .controls .pauseSimple, .vplayer:not(.is-playing) > .controls .pauseHover, .vplayer:not(.is-playing) > .vp-inner .pauseSimple, .vplayer:not(.is-playing) > .vp-inner .pauseHover {
  visibility: hidden !important;
  opacity: 0 !important;
}
.vplayer:not(.is-playing) > .controls .playSimple, .vplayer:not(.is-playing) > .vp-inner .playSimple {
  visibility: visible;
  opacity: 1;
}
.vplayer:not(.is-playing) > .controls .playHover, .vplayer:not(.is-playing) > .vp-inner .playHover {
  visibility: visible;
}

.vplayer.is-playing .touch-play-btn {
  opacity: 0;
  visibility: hidden;
}
.vplayer.is-playing .playSimple {
  visibility: hidden;
  opacity: 0;
}
.vplayer.is-playing .pauseSimple {
  visibility: visible;
  opacity: 1;
}

.vplayer.is-video-end-screen .pauseSimple:not(.a):not(.a), .vplayer.is-video-end-screen .playSimple:not(.a):not(.a) {
  opacity: 0;
  visibility: hidden;
}
.vplayer.is-video-end-screen .dzsvg-player--replay-btn {
  opacity: 1;
  visibility: visible;
}

.vplayer.is-360 .the-video:not(.ceva):not(.alceva) {
  opacity: 0;
  cursor: move;
}
.vplayer.is-360 .dzsvg-360-canvas {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.vplayer.disable-volume .volumecontrols:not(.a):not(.b):not(.c) {
  display: none;
}

.vplayer:not(.skin_reborn) {
  /******* play *********/
  /******* fullscreen*********/
}
.vplayer:not(.skin_reborn) .info {
  background: url("img/info.png");
}
.vplayer:not(.skin_reborn) .fscreencontrols {
  width: 23px;
  height: 16px;
}
.vplayer:not(.skin_reborn) .video-description {
  position: absolute;
  max-width: 90%;
}
.vplayer:not(.skin_reborn) .cover-image > .the-div-image {
  /*----  preview image  ----*/
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #444;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.15s;
  transition-timing-function: ease-out;
}
.vplayer:not(.skin_reborn).cover-image-loaded .the-div-image {
  opacity: 1;
}

.vplayer.skin_default .controls {
  display: flex;
  align-items: center;
  height: 40px;
}
.vplayer.skin_default .controls .background {
  background-color: rgba(66, 66, 66, 0.74);
}
.vplayer.skin_default .dzsvg-player-button {
  color: #eeeeee;
}
.vplayer.skin_default .dzsvg-player-button i {
  color: #eeeeee;
}
.vplayer.skin_default .dzsvg-player-button svg path {
  fill: #eee;
}
.vplayer.skin_default .playcontrols {
  position: relative;
  width: 16px;
  height: 14px;
}
.vplayer.skin_default .scrubbar {
  flex: 1000;
  bottom: auto;
  top: 0;
  left: 0;
  height: 7px;
}
.vplayer.skin_default .scrubbar .scrub {
  background: #dbb2a0;
}
.vplayer.skin_default .timetext {
  position: relative;
  bottom: auto;
  top: 0;
  left: 0;
  right: auto;
  color: #dddddd;
}
.vplayer.skin_default .volumecontrols, .vplayer.skin_default .timetext, .vplayer.skin_default .playcontrols, .vplayer.skin_default .fscreencontrols {
  flex: 0 0 auto;
  position: relative;
  right: auto;
  left: 0;
}
.vplayer.skin_default .volumecontrols path, .vplayer.skin_default .volumecontrols polygon, .vplayer.skin_default .volumecontrols rect, .vplayer.skin_default .timetext path, .vplayer.skin_default .timetext polygon, .vplayer.skin_default .timetext rect, .vplayer.skin_default .playcontrols path, .vplayer.skin_default .playcontrols polygon, .vplayer.skin_default .playcontrols rect, .vplayer.skin_default .fscreencontrols path, .vplayer.skin_default .fscreencontrols polygon, .vplayer.skin_default .fscreencontrols rect {
  fill: #ddd;
  transition-property: fill;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.vplayer.skin_default .volumecontrols:hover path, .vplayer.skin_default .volumecontrols:hover polygon, .vplayer.skin_default .volumecontrols:hover rect, .vplayer.skin_default .timetext:hover path, .vplayer.skin_default .timetext:hover polygon, .vplayer.skin_default .timetext:hover rect, .vplayer.skin_default .playcontrols:hover path, .vplayer.skin_default .playcontrols:hover polygon, .vplayer.skin_default .playcontrols:hover rect, .vplayer.skin_default .fscreencontrols:hover path, .vplayer.skin_default .fscreencontrols:hover polygon, .vplayer.skin_default .fscreencontrols:hover rect {
  fill: #dbb2a0;
}
.vplayer.skin_default .controls > *:first-child {
  margin-left: 0px;
}
.vplayer.skin_default .controls > * {
  margin-left: 10px;
}
.vplayer.skin_default .controls > *:last-child {
  margin-right: 10px;
}
.vplayer.skin_default .volume_static svg, .vplayer.skin_default .volume_active svg {
  height: 12px;
}
.vplayer.skin_default .volumecontrols {
  position: relative;
  bottom: auto;
  height: 16px;
}
.vplayer.skin_default .volumecontrols .volumeicon {
  right: 0;
  left: auto;
}
.vplayer.skin_default .volumecontrols .volume_static, .vplayer.skin_default .volumecontrols .volume_active {
  left: 0;
  height: 16px;
  top: 0;
}
.vplayer.skin_default .fscreencontrols {
  width: 22px;
  height: 16px;
}

.vplayer.skin_default {
  font-family: "Arial", serif;
}
.vplayer.skin_default .timetext {
  font-size: 11px;
  bottom: 6px;
}

.vplayer.is-ad.is-touch-device.type-youtube .controls {
  pointer-events: none;
}

.vplayer.safe, .vplayer.dzsvp-loaded {
  opacity: 1;
  visibility: visible;
}

.vplayer.dzsvp-really-loaded .dzsvg-preloader {
  opacity: 0;
  visibility: hidden;
}

.vplayer.currItem {
  opacity: 1;
}

.vplayer .cover-image > img {
  display: block;
  width: 100%;
  height: 100%;
}

.vplayer[data-type=dash] {
  background-color: #222222;
}

.vplayer.is_fullscreen {
  width: 100% !important;
  height: 100% !important;
  position: fixed !important;
  left: 0 !important;
  top: 0 !important;
  background-color: #222222;
  z-index: 5557;
}

.vplayer .infoText {
  /*----  description ----*/
  position: absolute;
  opacity: 0;
}

.vplayer .volume_active {
  overflow: hidden;
  position: absolute;
  transition-property: width;
  transition-duration: 0.15s;
  transition-timing-function: ease-out;
}

.vplayer .volume_cut {
  overflow: hidden;
  visibility: hidden;
  position: absolute;
}

.vplayer .menuDescription {
  display: none;
}

.vplayer .audioImg {
  top: 0;
  left: 0;
  position: absolute;
}

.vplayer > .adSource {
  display: none;
}

/*===============================
/*===========estethic styling*/
.vplayer .playcontrols:hover .pauseHover, .vplayer .playcontrols:hover .playHover {
  opacity: 1;
}

/******* scrub *********/
/******* timing *********/
/******* volume *********/
.volumecontrols {
  cursor: pointer;
  position: relative;
}

.vplayer .fscreencontrols:hover .fullHover {
  opacity: 1;
}

.vplayer .video-description {
  top: 10px;
  left: 10px;
}

.vplayer .video-description .video-subdescription {
  position: absolute;
  top: 42px;
  left: 0px;
  padding: 5px 8px;
  background: rgba(255, 255, 255, 0.5);
  color: #111;
  font-size: 11px;
}

/* --- tags */
.vplayer .dzstag-tobe {
  display: none;
}

.vplayer .dzstag {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  opacity: 0;
  visibility: hidden;
  transition-property: visibility, opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.vplayer .dzstag.active {
  opacity: 1;
  visibility: visible;
}

.vplayer .dzstag .tag-box {
  border: 1px dashed #555;
  width: 50px;
  height: 50px;
}

.vplayer .dzstag .tag-box a {
  width: 100%;
  height: 100%;
  content: ",";
  display: block;
}

.vplayer .dzstag .tag-content {
  position: absolute;
  right: 0;
  background: #555;
  color: #eee;
  display: inline-block;
  padding: 1px 5px;
}

/* -------- skin navtraparent */
.videogallery.skin-navtransparent .navMain {
  background: transparent;
}
.videogallery.skin-navtransparent .navMain .dzs-navigation--item {
  left: 0px;
  border-bottom: 0px solid #000;
  border-right: 0px solid #000;
  background: transparent;
}
.videogallery.skin-navtransparent .dzs-navigation--item-content {
  color: #444;
}
.videogallery.skin-navtransparent .dzs-navigation--item-content:after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  transform: translate3d(0, -50%, 0);
  top: 50%;
  right: 0;
  border-radius: 50%;
  opacity: 0;
  background-color: #9653a9;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.videogallery.skin-navtransparent .dzs-navigation--item.active .dzs-navigation--item-content:after {
  opacity: 1;
}
.videogallery.skin-navtransparent .main-navigation.menu-bottom .navMain {
  border-top: 0px solid black;
}
.videogallery.skin-navtransparent .main-navigation.menu-top .navMain {
  border-bottom: 0px solid black;
}
.videogallery.skin-navtransparent .main-navigation.menu-left .navMain {
  border-right: 0px solid black;
}
.videogallery.skin-navtransparent .main-navigation.menu-right .navMain {
  border-left: 0px solid black;
}
.videogallery.skin-navtransparent .imgblock {
  box-shadow: none;
  border: 0;
}
.videogallery.skin-navtransparent .dzs-navigation--item .thumb-round {
  transition-property: box-shadow;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.videogallery.skin-navtransparent .dzs-navigation--item.active .thumb-round {
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.8);
}

.videogallery.skin-boxy .dzs-navigation--item {
  background-color: transparent;
  border-bottom: 0;
  border-right: 0;
}
.videogallery.skin-boxy .dzs-navigation--item:hover {
  background-color: transparent;
}
.videogallery.skin-boxy .dzs-navigation--item .dzs-navigation--item-content {
  padding: 0;
  font-size: 0;
}
.videogallery.skin-boxy .dzs-navigation--item .dzs-navigation--item-content .big-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.videogallery.skin-boxy .dzs-navigation--item .dzs-navigation--item-content .the-title {
  position: absolute;
  text-align: center;
  bottom: -40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 0;
  width: 100%;
  padding: 10px;
  background-color: rgba(50, 50, 50, 0.8);
  transition-property: bottom, right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.videogallery.skin-boxy .dzs-navigation--item:hover .dzs-navigation--item-content .the-title, .videogallery.skin-boxy .dzs-navigation--item.active .dzs-navigation--item-content .the-title {
  bottom: 0px;
}
.videogallery.skin-boxy.skin-boxy--rounded .navMain {
  -webkit-mask-image: -webkit-gradient(linear, center top, center bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(0.07, black), color-stop(0.93, black), color-stop(1, rgba(0, 0, 0, 0)));
}
.videogallery.skin-boxy.skin-boxy--rounded .dzs-navigation--item .big-thumb {
  border-radius: 5px;
  border: 3px solid #444444;
}

.pretime-ad-setuped > .vp-inner {
  pointer-events: none !important;
}
.pretime-ad-setuped > .vp-inner .controls {
  pointer-events: none !important;
  display: none !important;
}

.vplayer.is-ad .volumecontrols, .vplayer.is-ad .fscreencontrols, .vplayer.is-ad .timetext, .vplayer.is-ad .scrubbar {
  opacity: 0.5;
  pointer-events: none;
}
.vplayer.is-ad:not(.is-touch) .playcontrols-con {
  opacity: 0.5;
  pointer-events: none;
}

.skipad-con {
  position: absolute;
  bottom: 25px;
  right: 25px;
  padding: 10px;
  line-height: 1;
  z-index: 78;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  border-radius: 5px;
  font-weight: bold;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  pointer-events: none;
}
.skipad-con[data-ad-status=can_be_clicked_for_end_ad] {
  padding: 15px;
  cursor: pointer;
  pointer-events: auto;
  font-size: 17px;
}
.skipad-con:empty {
  display: none;
}

.skipad:hover {
  opacity: 1;
}

.vplayer.first-played .scrubBox-prog {
  opacity: 0.9;
  visibility: visible;
}

body .categories-videogallery .the-categories-con .a-category.active {
  background-color: #1a4e7b;
}

.dzsvg-search-field {
  position: relative;
}
.dzsvg-search-field input {
  width: 100%;
  padding: 8px 15px;
  color: #ddd;
  background-color: rgba(255, 255, 255, 0.1);
  border: 0;
  font-size: 15px;
}
.dzsvg-search-field .search-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  pointer-events: none;
  width: 12px;
}

/**
outer
 */
.dzsvg-search-field.outer {
  position: relative;
  text-align: right;
  margin-toP: 10px;
  margin-bottom: 10px;
}
.dzsvg-search-field.outer > input {
  background-color: rgba(255, 255, 255, 0.5);
  color: #111;
}

/* ===========video gallery - skin_pro */
.videogallery.skin-pro {
  line-height: 1;
}
.videogallery.skin-pro .dzs-navigation--item {
  background-color: #464646;
}
.videogallery.skin-pro .dzs-navigation--item.active, .videogallery.skin-pro .dzs-navigation--item:hover {
  background-color: #606060;
}
.videogallery.skin-pro .dzs-navigation--item-content {
  padding: 5px;
  width: 100%;
  overflow: hidden;
}
.videogallery.skin-pro .dzs-navigation--item-content .the-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 5px;
  font-size: 13px;
}
.videogallery.skin-pro .dzs-navigation--item-content .imgblock + .the-title {
  position: relative;
}

.videogallery.skin-aurora .dzs-navigation--item {
  background-color: transparent;
  color: #443f3f;
  opacity: 0.7;
}
.videogallery.skin-aurora .dzs-navigation--item:hover, .videogallery.skin-aurora .dzs-navigation--item.active {
  background-color: transparent;
  color: #443f3f;
  opacity: 1;
}
.videogallery.skin-aurora .dzs-navigation--item:hover .dzs-navigation--item-content > .menu-number, .videogallery.skin-aurora .dzs-navigation--item.active .dzs-navigation--item-content > .menu-number {
  color: #da1b60;
  border-color: #da1b60;
}
.videogallery.skin-aurora .dzs-layout--1-cols > .dzs-navigation--item {
  margin-bottom: 5px;
}
.videogallery.skin-aurora .dzs-navigation--item-content {
  display: flex;
  align-items: center;
}
.videogallery.skin-aurora .dzs-navigation--item-content > .menu-number {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #444;
  position: relative;
  margin-right: 15px;
}
.videogallery.skin-aurora .dzs-navigation--item-content > .menu-number > .the-number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  font-size: 11px;
  font-weight: 400;
}
.videogallery.skin-aurora .dzs-navigation--item-content > .imgblock {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}
.videogallery.skin-aurora .dzs-navigation--item-content > .menu-title {
  flex-grow: 100;
  font-weight: bold;
}
.videogallery.skin-aurora .dzs-navigation--item-content > .menu-desc, .videogallery.skin-aurora .dzs-navigation--item-content > .menu-time {
  flex: 0 1;
  text-align: right;
  opacity: 0.5;
}
.videogallery.skin-aurora .divimage.imgblock {
  border-radius: 5px;
  float: none;
  display: inline-block;
  vertical-align: middle;
  flex: 0 0 auto;
}
.videogallery.skin-aurora .imgblock + .thumb-description {
  display: inline-block;
  vertical-align: middle;
  flex-grow: 100;
}

/* -- video player - skin_pro */
.vplayer.skin_pro {
  text-align: left;
  line-height: 1;
  /******* timing *********/
  /******* fullscreen*********/
}
.vplayer.skin_pro .playcontrols {
  width: 16px;
  height: 15px;
  min-width: 16px;
}
.vplayer.skin_pro .timetext {
  position: relative;
  display: inline-block;
  font-size: 13px;
  white-space: nowrap;
  flex: 1000;
  color: #FFFFFF;
  pointer-events: none;
}
.vplayer.skin_pro .timetext .total-timetext {
  opacity: 0.5;
}
.vplayer.skin_pro .hdbutton-con {
  width: 30px;
  text-align: center;
  height: auto;
  position: relative;
  cursor: pointer;
  display: block;
  font-size: 11px;
  line-height: 1;
}
.vplayer.skin_pro .hdbutton-con .hdbutton-normal {
  position: relative;
  background-image: none;
  background-color: transparent;
  color: #aaaaaa;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.vplayer.skin_pro .hdbutton-con .hdbutton-normal:hover, .vplayer.skin_pro .hdbutton-con.active .hdbutton-normal {
  color: #db4343;
}
.vplayer.skin_pro .hdbutton-con .hdbutton-hover {
  display: none;
}
.vplayer.skin_pro .scrub-bg {
  width: 100% !important;
}
.vplayer.skin_pro .playcontrols {
  position: relative;
}
.vplayer.skin_pro .controls {
  height: 37px;
  transition-property: bottom, opacity, visibility;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.vplayer.skin_pro .controls {
  bottom: 0;
  display: flex;
  align-items: center;
  transition-property: bottom, opacity, visibility;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.vplayer.skin_pro.mouse-is-out .controls {
  bottom: -37px;
  opacity: 1;
  visibility: visible;
}
.vplayer.skin_pro.mouse-is-out .scrubbar {
  bottom: -10px;
}
.vplayer.skin_pro .background {
  height: 100%;
  width: 100%;
  bottom: 0;
  background: #333;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.vplayer.skin_pro .scrubbar {
  bottom: 37px;
  left: 0;
  height: 15px;
  position: absolute;
  width: 100%;
  transition-property: bottom;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.vplayer.skin_pro .scrub-bg {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #333;
  box-shadow: 0 0 0px 0 black inset;
  height: 100%;
}
.vplayer.skin_pro .scrub-buffer {
  background: #555;
}
.vplayer.skin_pro .scrub {
  background: #db4343;
}
.vplayer.skin_pro .scrubBox {
  position: absolute;
  background: #464849;
  border: 1px solid #000000;
  color: #eee;
  width: 40px;
  bottom: 19px;
  left: -15px;
  text-align: center;
  padding: 0px 0px;
  font-size: 10px;
  height: auto;
  opacity: 0.9;
  pointer-events: none;
  font-family: Helvetica, Arial, sans-serif;
}
.vplayer.skin_pro .scrubBox:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #464849;
  border-width: 3px;
  left: 15px;
  margin-left: -3px;
}
.vplayer.skin_pro .scrubBox:before {
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #111;
  border-width: 4px;
  left: 15px;
  margin-left: -4px;
}
.vplayer.skin_pro .scrubBox-prog:empty {
  display: none;
}
.vplayer.skin_pro .scrubBox-prog {
  position: absolute;
  background: #ffffff;
  color: #111;
  border: 1px solid #000000;
  width: 50px;
  bottom: 19px;
  left: -15px;
  text-align: center;
  padding: 0px 0px;
  font-size: 10px;
  height: auto;
  opacity: 0.9;
  pointer-events: none;
}
.vplayer.skin_pro .scrubBox-prog:after, .vplayer.skin_pro .scrubBox-prog:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.vplayer.skin_pro .scrubBox-prog:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 5px;
  left: 15px;
  margin-left: -5px;
}
.vplayer.skin_pro .scrubBox-prog:before {
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #000000;
  border-width: 6px;
  left: 15px;
  margin-left: -6px;
}
.vplayer.skin_pro .volumeicon {
  position: absolute;
  top: 0;
  left: 0px;
  background: #aaaaaa;
  background-position: center center;
  background-repeat: no-repeat;
  width: 7px;
  height: 7px;
}
.vplayer.skin_pro .volumeicon:before {
  position: absolute;
  left: -4px;
  bottom: -3px;
  background: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  width: 0px;
  height: 0px;
  content: " ";
  border: solid transparent;
  border-color: rgba(136, 183, 213, 0);
  border-right-color: #aaaaaa;
  border-width: 7px;
  margin-left: 0px;
  outline: 1px solid transparent;
  transition-property: bottom;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.vplayer.skin_pro .volumeicon:hover {
  background: #dddddd;
}
.vplayer.skin_pro .volumeicon:hover:before {
  border-right-color: #dddddd;
}
.vplayer.skin_pro .volumecontrols {
  width: 50px;
  height: 6px;
}
.vplayer.skin_pro .volume_static {
  position: absolute;
  top: 0;
  left: 16px;
  background: #aaaaaa;
  background-position: center center;
  background-repeat: repeat-x;
  width: 26px;
  height: 6px;
}
.vplayer.skin_pro .controls > *:not(.background) {
  margin-left: 10px;
}
.vplayer.skin_pro .controls > *:last-child {
  margin-right: 10px;
}
.vplayer.skin_pro .volume_active {
  top: 0;
  left: 16px;
  background: #db4343;
  background-position: center center;
  background-repeat: repeat-x;
  width: 24px;
  height: 6px;
}
.vplayer.skin_pro .volume_cut {
  display: none;
}
.vplayer.skin_pro .fscreencontrols {
  width: 23px;
  height: 15px;
}
.vplayer.skin_pro .hdbutton-con.active .hdbutton-hover {
  opacity: 1;
}
.vplayer.skin_pro .hdbutton-con:hover > .hdbutton-hover {
  opacity: 1;
}
.vplayer.skin_pro .dzsvg-player-button {
  width: 18px;
  height: 18px;
}
.vplayer.skin_pro .dzsvg-player-button .the-icon path {
  fill: #aaaaaa;
}

@media all and (max-width: 600px) {
  body .vplayer.skin_pro .vp-inner {
    overflow: visible;
  }

  body .vplayer.skin_pro {
    margin-bottom: 30px;
  }

  body .vplayer.skin_pro .scrubbar {
    bottom: 0;
  }

  .vplayer.skin_pro .the-video {
    object-fit: contain;
  }

  body .vplayer.skin_pro .controls {
    bottom: auto;
    top: 100%;
  }
}
.no-mouse-out .vplayer.skin_pro.mouse-is-out .controls {
  bottom: 0;
}

/* ===========video player - skin_pro END */
.vplayer.skin_bigplay {
  overflow: hidden;
  /******* timing *********/
  /******* volume *********/
  /******* fullscreen*********/
}
.vplayer.skin_bigplay .controls {
  bottom: auto;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  transition-property: bottom, opacity, visibility;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.vplayer.skin_bigplay .playcontrols {
  position: absolute;
  bottom: auto;
  left: 50%;
  top: 50%;
}
.vplayer.skin_bigplay .pauseSimple, .vplayer.skin_bigplay .background {
  transition-property: bottom, opacity, visibility;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.vplayer.skin_bigplay .pauseSimple {
  opacity: 0;
}
.vplayer.skin_bigplay .background {
  opacity: 0;
}
.vplayer.skin_bigplay .controls {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
}
.vplayer.skin_bigplay:not(.is-playing) .background {
  opacity: 0.9;
}
.vplayer.skin_bigplay.is-playing:hover .pauseSimple {
  opacity: 0.9;
}
.vplayer.skin_bigplay.is-playing:hover .background {
  opacity: 0.9;
}
.vplayer.skin_bigplay .playSimple, .vplayer.skin_bigplay .pauseSimple {
  background-image: none;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.vplayer.skin_bigplay .playSimple svg, .vplayer.skin_bigplay .pauseSimple svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 35px;
  height: 35px;
}
.vplayer.skin_bigplay .playSimple svg path, .vplayer.skin_bigplay .pauseSimple svg path {
  fill: #fff;
}
.vplayer.skin_bigplay .playHover {
  display: none;
}
.vplayer.skin_bigplay .pauseSimple {
  margin-left: -2px;
}
.vplayer.skin_bigplay .pauseSimple .pause-part-1, .vplayer.skin_bigplay .pauseSimple .pause-part-2 {
  display: none;
}
.vplayer.skin_bigplay .pauseSimple .pause-part-2 {
  left: auto;
  right: 0;
}
.vplayer.skin_bigplay .pauseHover {
  display: none;
}
.vplayer.skin_bigplay .playcontrols:hover .playSimple {
  border-left-color: #999;
}
.vplayer.skin_bigplay .playcontrols:hover .pauseSimple .pause-part-1, .vplayer.skin_bigplay .vplayer .playcontrols:hover .pauseSimple .pause-part-2 {
  background: #999;
}
.vplayer.skin_bigplay .background {
  height: 120px;
  width: 120px;
  margin-left: -60px;
  margin-top: -60px;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  bottom: 0;
  background: #444;
}
.vplayer.skin_bigplay .hdbutton-con {
  display: none;
}
.vplayer.skin_bigplay .scrubbar {
  display: none;
}
.vplayer.skin_bigplay .scrub-bg {
  display: none;
}
.vplayer.skin_bigplay .scrub-buffer {
  display: none;
}
.vplayer.skin_bigplay .scrub {
  display: none;
}
.vplayer.skin_bigplay .timetext {
  display: none;
}
.vplayer.skin_bigplay .scrubBox {
  display: none;
}
.vplayer.skin_bigplay .scrubBox:after {
  display: none;
}
.vplayer.skin_bigplay .scrubBox:before {
  display: none;
}
.vplayer.skin_bigplay .scrubBox-prog:empty {
  display: none;
}
.vplayer.skin_bigplay .scrubBox-prog {
  display: none;
}
.vplayer.skin_bigplay .scrubBox-prog:after, .vplayer.skin_bigplay .scrubBox-prog:before {
  display: none;
}
.vplayer.skin_bigplay .scrubBox-prog:after {
  display: none;
}
.vplayer.skin_bigplay .scrubBox-prog:before {
  display: none;
}
.vplayer.skin_bigplay .volume_active, .vplayer.skin_bigplay .volume_cut, .vplayer.skin_bigplay .volume_static, .vplayer.skin_bigplay .volumeicon:hover:before, .vplayer.skin_bigplay .volumeicon:hover, .vplayer.skin_bigplay .volumeicon:before, .vplayer.skin_bigplay .volumeicon, .vplayer.skin_bigplay .volumecontrols {
  display: none;
}
.vplayer.skin_bigplay .fscreencontrols {
  display: none;
}

/* ===========video player - skin_bigplay */
/* ===========video player - skin_bigplay END */
/* ===========video player - skin_bigplay_pro */
/* ===========video player - skin_bigplay END */
.vplayer.skin_noskin .controls {
  display: none;
}

/* ===========video player - skin aurora */
.vplayer.skin_aurora {
  line-height: 1;
  /* --- fullscreen controls */
  /******* volume *********/
}
.vplayer.skin_aurora .timetext {
  display: none;
}
.vplayer.skin_aurora .playcontrols {
  transition-property: bottom, right;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.vplayer.skin_aurora .playHover {
  background-image: none;
  display: none;
}
.vplayer.skin_aurora .pauseHover {
  background-image: none;
  display: none;
}
.vplayer.skin_aurora .background {
  height: 30px;
  bottom: 0;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ5NDk0OSIgc3RvcC1vcGFjaXR5PSIwLjg2Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNTM1MzUiIHN0b3Atb3BhY2l0eT0iMC44NCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(73, 73, 73, 0.86) 0%, rgba(53, 53, 53, 0.84) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(73, 73, 73, 0.86)), color-stop(100%, rgba(53, 53, 53, 0.84)));
  background: -webkit-linear-gradient(top, rgba(73, 73, 73, 0.86) 0%, rgba(53, 53, 53, 0.84) 100%);
  background: -o-linear-gradient(top, rgba(73, 73, 73, 0.86) 0%, rgba(53, 53, 53, 0.84) 100%);
  background: -ms-linear-gradient(top, rgba(73, 73, 73, 0.86) 0%, rgba(53, 53, 53, 0.84) 100%);
  background: linear-gradient(to bottom, rgba(73, 73, 73, 0.86) 0%, rgba(53, 53, 53, 0.84) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#db494949", endColorstr="#d6353535",GradientType=0 );
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.vplayer.skin_aurora .controls {
  display: flex;
  height: 30px;
  flex-wrap: nowrap;
  align-items: center;
}
.vplayer.skin_aurora .controls .playcontrols-con {
  flex: 0 0 auto;
  margin-left: 10px;
  margin-right: 10px;
}
.vplayer.skin_aurora .controls .playcontrols {
  flex: 0 0 16px;
  width: auto;
  height: 11px;
  width: 11px;
  position: relative;
}
.vplayer.skin_aurora .controls .playcontrols .playSimple, .vplayer.skin_aurora .controls .playcontrols .pauseSimple {
  left: 0px;
  bottom: 0px;
  width: 15px;
  height: 100%;
  background-image: none;
}
.vplayer.skin_aurora .controls .playcontrols .playSimple svg, .vplayer.skin_aurora .controls .playcontrols .pauseSimple svg {
  height: 11px;
  display: block;
}
.vplayer.skin_aurora .controls .playcontrols .playSimple:hover path, .vplayer.skin_aurora .controls .playcontrols .pauseSimple:hover path {
  fill: #fdd500;
}
.vplayer.skin_aurora .controls .scrubbar {
  position: relative;
  bottom: auto;
  top: auto;
  left: auto;
  right: auto;
  flex: 150;
  height: 7px;
  transition-property: bottom;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  margin-right: 10px;
}
.vplayer.skin_aurora .controls .scrubbar .scrubBox, .vplayer.skin_aurora .controls .scrubbar .scrubBox-prog {
  bottom: 30px;
}
.vplayer.skin_aurora .controls.is_fullscreen .scrubbar {
  z-index: 5555555555;
}
.vplayer.skin_aurora .controls .volumecontrols {
  flex: 0 0 43px;
  margin-right: 10px;
  height: 11px;
  bottom: auto;
  top: 0;
  position: relative;
  right: auto;
}
.vplayer.skin_aurora .controls .volumecontrols .volumeicon {
  bottom: auto;
  top: 0;
}
.vplayer.skin_aurora .scrubbar {
  user-select: none;
  -webkit-user-select: none;
}
.vplayer.skin_aurora .scrub-bg {
  position: absolute;
  background: #3C3C3C;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3) inset;
  height: 7px;
  bottom: auto;
  top: 0px;
}
.vplayer.skin_aurora .scrub {
  position: absolute;
  height: 5px;
  overflow: hidden;
  background-color: #fdd500;
  background-image: none;
  bottom: auto;
  top: 0px;
  top: 1px;
  left: 1px;
}
.vplayer.skin_aurora .scrub svg {
  position: absolute;
  top: 0;
  display: block;
}
.vplayer.skin_aurora .scrub svg rect {
  fill: #fff;
  opacity: 0.2;
}
.vplayer.skin_aurora .scrub-buffer {
  position: absolute;
  left: 1px !important;
  bottom: auto;
  top: 1px;
  background: #464849;
  height: 5px;
}
.vplayer.skin_aurora .scrubBox {
  position: absolute;
  background: #464849;
  border: 1px solid #000000;
  color: #eee;
  width: 40px;
  bottom: 19px;
  left: -15px;
  text-align: center;
  padding: 4px 0px;
  font-size: 10px;
  height: auto;
  opacity: 0.9;
  pointer-events: none;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 1;
}
.vplayer.skin_aurora .scrubBox:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #464849;
  border-width: 3px;
  left: 15px;
  margin-left: -3px;
}
.vplayer.skin_aurora .scrubBox:before {
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #111;
  border-width: 4px;
  left: 15px;
  margin-left: -4px;
}
.vplayer.skin_aurora .hdbutton-con {
  display: block;
  right: auto;
  left: 0;
  bottom: auto;
  top: 1px;
  position: relative;
  flex: 0 0 23px;
  width: 13px;
  height: 10px;
  padding-right: 10px;
  transition-property: bottom, right;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.vplayer.skin_aurora .hdbutton-con .hdbutton-normal {
  background-image: none;
  line-height: 1;
  text-transform: uppercase;
  color: #eee;
  font-size: 9px;
  font-weight: bold;
  white-space: nowrap;
  transition-property: color;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.vplayer.skin_aurora .hdbutton-con:hover .hdbutton-normal, .vplayer.skin_aurora .hdbutton-con.active .hdbutton-normal {
  color: #fdd500;
}
.vplayer.skin_aurora .fscreencontrols {
  position: relative;
  cursor: pointer;
  bottom: auto;
  top: 0;
  right: auto;
  left: 0;
  flex: 0 0 13px;
  height: 13px;
  width: 13px;
  margin-right: 10px;
}
.vplayer.skin_aurora .full {
  overflow: hidden;
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
}
.vplayer.skin_aurora .full > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 13px;
  height: 13px;
}
.vplayer.skin_aurora .full > svg polygon, .vplayer.skin_aurora .full > svg rect {
  fill: #eee;
  transition-property: fill, transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.vplayer.skin_aurora .full > svg rect {
  transform: scale(0.7);
  transform-origin: center center;
}
.vplayer.skin_aurora .full:hover svg rect {
  transform: scale(1);
  transform-origin: center center;
}
.vplayer.skin_aurora .volumecontrols {
  bottom: 8px;
  right: 31px;
  width: 43px;
  transition-property: bottom, right;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.vplayer.skin_aurora .volumeicon {
  background-image: none;
  background-position: center center;
  background-repeat: no-repeat;
  width: 10px;
  height: 12px;
  top: -1px;
}
.vplayer.skin_aurora .volumeicon svg {
  position: absolute;
  top: 1px;
  height: 10px;
}
.vplayer.skin_aurora .volumeicon svg path {
  fill: #eeeeee;
  transition-property: fill;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.vplayer.skin_aurora .volumeicon:hover svg path {
  fill: #fdd500;
}
.vplayer.skin_aurora .volume_static {
  position: absolute;
  bottom: auto;
  top: 2px;
  left: 17px;
  background-image: none;
  background-color: #3c3c3c;
  background-position: center center;
  background-repeat: repeat-x;
  width: 26px;
  height: 7px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3) inset;
}
.vplayer.skin_aurora .volume_active {
  bottom: auto;
  top: 3px;
  left: 18px;
  background-image: none;
  background-position: center center;
  background-repeat: repeat-x;
  background-image: url(img/scrub_over.png);
  width: 24px;
  height: 5px;
  background-color: #fdd500;
}
.vplayer.skin_aurora .volume_active svg {
  position: absolute;
  top: 0;
}
.vplayer.skin_aurora .volume_active svg rect {
  fill: #fff;
  opacity: 0.2;
}
.vplayer.skin_aurora .volume_cut {
  bottom: 6px;
  left: -2px;
  width: 14px;
  height: 1px;
  transform: rotate(-45deg);
  background-color: #dd3636;
  opacity: 0.5;
}
.vplayer.skin_aurora .full:hover > svg polygon, .vplayer.skin_aurora .full:hover > svg rect {
  fill: #fdd500;
}
.vplayer.skin_aurora .fullHover {
  display: none;
  background-image: none;
}
.vplayer.skin_aurora .scrubBox-prog:empty {
  display: none;
}
.vplayer.skin_aurora .scrubBox-prog {
  position: absolute;
  background: #ffffff;
  color: #111;
  border: 1px solid rgba(30, 30, 30, 0.9);
  width: 50px;
  bottom: 19px;
  left: -15px;
  text-align: center;
  padding: 4px 0px;
  font-size: 10px;
  height: auto;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 1;
  transition-property: opacity, visibility;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.vplayer.skin_aurora .scrubBox-prog:after, .vplayer.skin_aurora .scrubBox-prog:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.vplayer.skin_aurora .scrubBox-prog:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 5px;
  left: 15px;
  margin-left: -5px;
}
.vplayer.skin_aurora .scrubBox-prog:before {
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #000000;
  border-width: 6px;
  left: 15px;
  margin-left: -6px;
}
.vplayer.skin_aurora a.display-block {
  display: block;
}
.vplayer.skin_aurora .dzsvg-player-button {
  width: 14px;
  height: 14px;
}
.vplayer.skin_aurora .dzsvg-player-button .the-icon path {
  fill: #eeeeee;
}

.vplayer.skin_aurora.under-420 .controls {
  height: 40px;
  align-items: center;
  padding-top: 0;
}
.vplayer.skin_aurora.under-420 .controls .playcontrols {
  flex: 0 0 15px;
}
.vplayer.skin_aurora.under-420 .controls .scrubBox {
  bottom: 20px;
}
.vplayer.skin_aurora.under-420 .controls .scrubBox-prog {
  bottom: 20px;
}
.vplayer.skin_aurora.under-420 .controls .background {
  height: 100%;
}
.vplayer.skin_aurora.under-420 .controls .fscreencontrols, .vplayer.skin_aurora.under-420 .controls .dzsvg-player-button {
  width: 20px;
  flex: 0 0 20px;
  height: 20px;
}
.vplayer.skin_aurora.under-420 .controls .fscreencontrols .full > svg, .vplayer.skin_aurora.under-420 .controls .dzsvg-player-button .full > svg {
  width: 20px;
  height: 20px;
}

/* start skin_bluescrubtop */
.vplayer.skin_bluescrubtop .controls {
  top: 0;
  height: 40px;
}
.vplayer.skin_bluescrubtop .controls .background, .vplayer.skin_bluescrubtop .controls .playcontrols, .vplayer.skin_bluescrubtop .controls .timetext, .vplayer.skin_bluescrubtop .controls .volumecontrols, .vplayer.skin_bluescrubtop .controls .fscreencontrols {
  display: none;
}
.vplayer.skin_bluescrubtop .scrubbar {
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
}
.vplayer.skin_bluescrubtop .scrubbar .scrubBox {
  display: none;
}
.vplayer.skin_bluescrubtop .scrubbar .scrub-bg, .vplayer.skin_bluescrubtop .scrubbar .scrub-buffer {
  background: transparent;
  bottom: auto;
  top: 0;
  height: 100%;
}
.vplayer.skin_bluescrubtop .scrubbar .scrub {
  background: #59c8ef;
  opacity: 0.3;
  height: 100%;
}

/* end skin_bluescrubtop */
/* start skin_avanti */
.vplayer.skin_avanti .controls {
  display: flex;
  height: 40px;
  align-content: center;
  align-items: center;
}
.vplayer.skin_avanti .controls .background {
  height: 100%;
  width: 100%;
  background-color: rgba(50, 50, 50, 0.5);
}
.vplayer.skin_avanti .controls .playcontrols {
  position: relative;
  top: 0;
  left: 0;
  margin-left: 15px;
  height: 14px;
  width: 14px;
}
.vplayer.skin_avanti .controls .playcontrols .playSimple {
  width: 100%;
  height: 100%;
  background-image: none;
}
.vplayer.skin_avanti .controls .playcontrols .playSimple svg {
  height: 100%;
}
.vplayer.skin_avanti .controls .playcontrols .playSimple path {
  fill: #ddd;
  transition-property: fill;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.vplayer.skin_avanti .controls .playcontrols .playHover {
  display: none;
}
.vplayer.skin_avanti .controls .playcontrols .pauseHover {
  display: none;
}
.vplayer.skin_avanti .controls .playSimple, .vplayer.skin_avanti .controls .playHover, .vplayer.skin_avanti .controls .pauseSimple, .vplayer.skin_avanti .controls .pauseHover {
  top: 0;
  left: 0;
  bottom: auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.vplayer.skin_avanti .controls .timetext, .vplayer.skin_avanti .controls .volumecontrols, .vplayer.skin_avanti .controls .fscreencontrols {
  display: none;
}
.vplayer.skin_avanti .controls .mutecontrols-con {
  top: 0px;
  flex: 0 0 auto;
  position: relative;
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin-right: 15px;
}
.vplayer.skin_avanti .controls .mutecontrols-con .btn-mute, .vplayer.skin_avanti .controls .mutecontrols-con .btn-mute-hover, .vplayer.skin_avanti .controls .mutecontrols-con .btn-unmute, .vplayer.skin_avanti .controls .mutecontrols-con .btn-unmute-hover {
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.vplayer.skin_avanti .controls .mutecontrols-con .btn-mute svg {
  width: 100%;
  height: 100%;
}
.vplayer.skin_avanti .controls .mutecontrols-con .btn-mute svg path, .vplayer.skin_avanti .controls .mutecontrols-con .btn-mute svg polygon {
  fill: #ddd;
  transition-property: fill;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.vplayer.skin_avanti .controls .mutecontrols-con .btn-mute #only-if-mute {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.vplayer.skin_avanti .controls .mutecontrols-con.active .btn-mute #only-if-mute {
  opacity: 0;
}
.vplayer.skin_avanti .controls .mutecontrols-con:hover .btn-mute svg path, .vplayer.skin_avanti .controls .mutecontrols-con:hover .btn-mute svg polygon, .vplayer.skin_avanti .controls .playcontrols:hover .playSimple svg path, .vplayer.skin_avanti .controls .playcontrols:hover .pauseSimple svg path {
  fill: #59c8ef;
}
.vplayer.skin_avanti .scrubbar {
  top: 0;
  left: 0;
  flex: 1000;
  position: relative;
  height: 6px;
  margin-left: 15px;
  margin-right: 15px;
}
.vplayer.skin_avanti .scrubbar .scrubBox {
  color: #111;
}
.vplayer.skin_avanti .scrubbar .scrub-bg, .vplayer.skin_avanti .scrubbar .scrub-buffer {
  background: #727272;
  bottom: auto;
  top: 0;
  height: 100%;
}
.vplayer.skin_avanti .scrubbar .scrub {
  background: #59c8ef;
  opacity: 1;
  height: 100%;
}

/* end skin_avanti */
/*----  thumbs ----*/
/* start skin_white */
.vplayer.skin_white {
  line-height: 1;
}
.vplayer.skin_white > .vp-inner .controls {
  display: flex;
  align-items: center;
  height: 40px;
  padding-right: 10px;
}
.vplayer.skin_white > .vp-inner .controls > *:not(.background) {
  flex: 0 0 auto;
  position: relative;
  margin-left: 10px;
}
.vplayer.skin_white > .vp-inner .playcontrols {
  width: 14px;
  height: 14px;
}
.vplayer.skin_white > .vp-inner .controls .background {
  background: linear-gradient(to bottom, transparent 0%, #000000 100%);
  height: 181%;
  filter: blur(7px);
  bottom: -20px;
  width: 120%;
  left: -10%;
  pointer-events: none;
}
.vplayer.skin_white > .vp-inner .controls .timetext {
  display: none;
}
.vplayer.skin_white > .vp-inner .controls .scrubbar {
  flex: 1000;
  bottom: auto;
  left: 0;
  height: 5px;
}
.vplayer.skin_white > .vp-inner .controls .scrubbar .scrub-bg {
  background-color: #dddddd;
  opacity: 0.5;
}
.vplayer.skin_white > .vp-inner .controls .scrubbar .scrub {
  background-color: #98c2d1;
}
.vplayer.skin_white > .vp-inner .controls .scrubbar .scrub-buffer {
  background-color: #dddddd;
}
.vplayer.skin_white > .vp-inner .controls .playcontrols path, .vplayer.skin_white > .vp-inner .controls .playcontrols rect, .vplayer.skin_white > .vp-inner .controls .playcontrols polygon, .vplayer.skin_white > .vp-inner .controls .fscreencontrols path, .vplayer.skin_white > .vp-inner .controls .fscreencontrols rect, .vplayer.skin_white > .vp-inner .controls .fscreencontrols polygon, .vplayer.skin_white > .vp-inner .controls .volumecontrols path, .vplayer.skin_white > .vp-inner .controls .volumecontrols rect, .vplayer.skin_white > .vp-inner .controls .volumecontrols polygon {
  fill: #ddd;
  transition-property: fill;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.vplayer.skin_white > .vp-inner .controls .scrubBox {
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.3);
  border: 0;
  color: #ffffff;
  font-weight: bold;
  border-radius: 3px;
}
.vplayer.skin_white > .vp-inner .controls .scrubBox:before {
  border-top-color: rgba(0, 0, 0, 0);
}
.vplayer.skin_white > .vp-inner .controls .scrubBox:after {
  border-top-color: rgba(0, 0, 0, 0.3);
}
.vplayer.skin_white > .vp-inner .controls .volumecontrols {
  width: 80px;
  display: flex;
  align-items: center;
}
.vplayer.skin_white > .vp-inner .controls .volumecontrols .volumeicon {
  position: absolute;
  display: block;
}
.vplayer.skin_white > .vp-inner .controls .volumecontrols .volumeicon > svg {
  display: block;
}
.vplayer.skin_white > .vp-inner .controls .volumecontrols .volume_static {
  width: 60px;
  left: auto;
  right: 0;
  top: 0px;
  height: 8px;
}
.vplayer.skin_white > .vp-inner .controls .volumecontrols .volume_static .volbar {
  background-color: #dddddd;
  opacity: 0.5;
  height: 8px;
  top: 0%;
  border-radius: 2px;
  vertical-align: middle;
}
.vplayer.skin_white > .vp-inner .controls .volumecontrols .volume_static .volbar.active {
  opacity: 1;
}
.vplayer.skin_white > .vp-inner .controls .fscreencontrols {
  width: 16px;
}
.vplayer.skin_white > .vp-inner .controls .volumecontrols:hover path, .vplayer.skin_white > .vp-inner .controls .volumecontrols:hover polygon, .vplayer.skin_white > .vp-inner .controls .volumecontrols:hover rect, .vplayer.skin_white > .vp-inner .controls .timetext:hover path, .vplayer.skin_white > .vp-inner .controls .timetext:hover polygon, .vplayer.skin_white > .vp-inner .controls .timetext:hover rect, .vplayer.skin_white > .vp-inner .controls .playcontrols:hover path, .vplayer.skin_white > .vp-inner .controls .playcontrols:hover polygon, .vplayer.skin_white > .vp-inner .controls .playcontrols:hover rect, .vplayer.skin_white > .vp-inner .controls .fscreencontrols:hover path, .vplayer.skin_white > .vp-inner .controls .fscreencontrols:hover polygon, .vplayer.skin_white > .vp-inner .controls .fscreencontrols:hover rect {
  fill: #98c2d1;
}

/* end skin_white */
/* start skin_reborn */
.vplayer.skin_reborn {
  line-height: 1;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  /* Rules below not implemented in browsers yet */
  -o-user-select: none;
  user-select: none;
}
.vplayer.skin_reborn .controls {
  height: 15px;
  pointer-events: none;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.vplayer.skin_reborn .controls > * {
  pointer-events: auto;
}
.vplayer.skin_reborn .controls > .background {
  pointer-events: none;
}
.vplayer.skin_reborn .playcontrols {
  bottom: 20px;
  left: 20px;
  width: 60px;
  height: 60px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  transition-property: background;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.vplayer.skin_reborn .playSimple {
  background: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  width: 0px;
  height: 0px;
  content: "";
  border: solid transparent;
  border-style: inset solid;
  border-left-color: #ffffff;
  border-width: 11px;
  border-left-width: 20px;
  left: 50%;
  top: 50%;
  bottom: auto;
  margin-left: 7px;
  margin-top: 0px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition-property: border, opacity, visibility;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.vplayer.skin_reborn .playHover {
  display: none;
}
.vplayer.skin_reborn .pauseSimple {
  left: 0px;
  bottom: 0;
  width: inherit;
  height: inherit;
  background-image: none;
}
.vplayer.skin_reborn .pauseSimple:before, .vplayer.skin_reborn .pauseSimple:after {
  content: "";
  position: absolute;
  top: 18px;
  left: 20px;
  width: 6px;
  height: 24px;
  background-color: #ffffff;
  transition-property: background;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.vplayer.skin_reborn .pauseSimple:after {
  left: 34px;
}
.vplayer.skin_reborn .playcontrols:hover {
  background-color: #ffffff;
}
.vplayer.skin_reborn .playcontrols:hover .playSimple {
  border-left-color: #000000;
}
.vplayer.skin_reborn .playcontrols:hover .pauseSimple:before, .vplayer.skin_reborn .playcontrols:hover .pauseSimple:after {
  background-color: #000000;
}
.vplayer.skin_reborn .background {
  height: 30px;
  background: rgba(0, 0, 0, 0.7);
  bottom: 35px;
  top: auto;
  left: 90px;
  border-radius: 0px;
  width: calc(100% - 110px);
}
.vplayer.skin_reborn .background:after {
  content: "";
  height: 10px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  top: 10px;
  bottom: auto;
  position: absolute;
  left: 10px;
  border-radius: 0px;
  width: calc(100% - 200px);
}
.vplayer.skin_reborn .video-description {
  top: 10px;
  left: 10px;
}
.vplayer.skin_reborn .video-description .video-title {
  padding: 5px 8px;
  background: rgba(255, 255, 255, 0.5);
  color: #111;
  font-size: 16px;
  width: auto;
}
.vplayer.skin_reborn .video-description .video-subdescription {
  position: absolute;
  top: 42px;
  left: 0px;
  padding: 5px 8px;
  background: rgba(255, 255, 255, 0.5);
  color: #111;
  font-size: 11px;
}
.vplayer.skin_reborn .info {
  /*----  info icon  ----*/
  left: 15px;
  top: 15px;
  background-image: none;
  width: 50px;
  height: 50px;
}
.vplayer.skin_reborn .infoText {
  /*----  description ----*/
  top: 95px;
  left: 30px;
}
.vplayer.skin_reborn .descriptionText {
  background-color: #111111;
  color: #ffffff;
  padding: 10px;
  opacity: 0.8;
}
.vplayer.skin_reborn .pauseHover {
  display: none;
}
.vplayer.skin_reborn .scrubBox {
  background-color: rgba(0, 0, 0, 0.7);
  border: 0;
  bottom: 30px;
  font-size: 11px;
  font-weight: bold;
  font-family: "Lato", arial, serif;
  color: #FFFFFF;
  padding: 4px 1px 5px 1px;
  margin-left: 16px;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  /* Rules below not implemented in browsers yet */
  -o-user-select: none;
  user-select: none;
}
.vplayer.skin_reborn .scrubBox:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 0;
  border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
  left: 6px;
}
.vplayer.skin_reborn .scrubBox:after {
  display: none;
}
.vplayer.skin_reborn .scrubbar {
  bottom: 45px;
  left: 100px;
  height: 10px;
  width: calc(100% - 312px);
  position: absolute;
}
.vplayer.skin_reborn .scrub-bg {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: transparent;
  border: 1px solid transparent;
  height: 10px;
}
.vplayer.skin_reborn .scrub-buffer {
  position: absolute;
  left: 2px;
  bottom: 2px;
  background: #5f5f5f;
  border: 0px solid #898f8f;
  height: 6px;
}
.vplayer.skin_reborn .scrub {
  position: absolute;
  left: 2px;
  bottom: 2px;
  background: #ffffff;
  border: 0px solid #898f8f;
  height: 6px;
}
.vplayer.skin_reborn .timetext {
  bottom: 45px;
  right: 129px;
  position: absolute;
  font-size: 11px;
  font-weight: bold;
  font-family: "Lato", arial, serif;
  pointer-events: none;
  color: #FFFFFF;
  line-height: 1;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  /* Rules below not implemented in browsers yet */
  -o-user-select: none;
  user-select: none;
}
.vplayer.skin_reborn .timetext .curr-timetext {
  position: relative;
}
.vplayer.skin_reborn .timetext .curr-timetext:before {
  content: "";
  position: absolute;
  top: 3px;
  right: -6px;
  width: 1px;
  height: 8px;
  background-color: #ffffff;
}
.vplayer.skin_reborn .timetext .total-timetext {
  margin-left: 11px;
}
.vplayer.skin_reborn .scrubBox-prog {
  display: none;
}
.vplayer.skin_reborn .volumecontrols {
  bottom: 43px;
  right: 57px;
  position: absolute;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  /* Rules below not implemented in browsers yet */
  -o-user-select: none;
  user-select: none;
}
.vplayer.skin_reborn .volumecontrols .volumeicon {
  display: none;
}
.vplayer.skin_reborn .volumecontrols .volume-tooltip {
  white-space: nowrap;
  line-height: 1;
  padding: 4px 6px 5px 6px;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  right: 0px;
  font-size: 11px;
  font-weight: bold;
  font-family: "Lato", arial, serif;
  color: #FFFFFF;
  visibility: hidden;
  opacity: 0;
  bottom: 30px;
}
.vplayer.skin_reborn .volumecontrols .volume-tooltip:after {
  content: "";
  position: absolute;
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 0;
  border-color: transparent rgba(0, 0, 0, 0.7) transparent transparent;
  right: 0px;
}
.vplayer.skin_reborn .volumecontrols:hover .volume-tooltip {
  visibility: visible;
  opacity: 1;
}
.vplayer.skin_reborn .volume_active {
  position: absolute;
  top: 0;
  left: 0;
  background-image: none;
  width: 100%;
  height: 100%;
}
.vplayer.skin_reborn .volume_cut {
  bottom: 5px;
  left: 0px;
  background-image: none;
  width: 14px;
  height: 24px;
}
.vplayer.skin_reborn .fscreencontrols {
  position: absolute;
  cursor: pointer;
  bottom: 43px;
  right: 28px;
  width: 14px;
  height: 14px;
}
.vplayer.skin_reborn .fscreencontrols .full-tooltip {
  white-space: nowrap;
  line-height: 1;
  padding: 4px 5px 5px 6px;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  right: 7px;
  font-size: 11px;
  font-weight: bold;
  font-family: "Lato", arial, serif;
  color: #FFFFFF;
  visibility: hidden;
  opacity: 0;
  bottom: 30px;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  /* Rules below not implemented in browsers yet */
  -o-user-select: none;
  user-select: none;
}
.vplayer.skin_reborn .fscreencontrols .full-tooltip:after {
  content: "";
  position: absolute;
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 0;
  border-color: transparent rgba(0, 0, 0, 0.7) transparent transparent;
  right: 0px;
}
.vplayer.skin_reborn .fscreencontrols:hover .full-tooltip {
  visibility: visible;
  opacity: 1;
}
.vplayer.skin_reborn .full {
  overflow: visible;
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: none;
  width: inherit;
  height: inherit;
  background-image: url(img/fullscreen.png);
  background-size: cover;
  width: 14px;
  height: 14px;
}
.vplayer.skin_reborn .full svg {
  position: absolute;
  top: 0px;
  left: 0px;
}
.vplayer.skin_reborn .full .for-fullscreen-active {
  display: none;
}
.vplayer.skin_reborn .full path {
  fill: #fff;
}
.vplayer.skin_reborn .fullHover {
  display: none;
}
.vplayer.skin_reborn.disable-volume .background:after {
  width: calc(100% - 135px);
}
.vplayer.skin_reborn.disable-volume .timetext {
  right: 50px;
}

.vplayer.skin_reborn.is_fullscreen .full {
  background-image: url(img/exit_fullscreen.png);
}
.vplayer.skin_reborn.is_fullscreen .full .for-fullscreen-inactive {
  display: none;
}
.vplayer.skin_reborn.is_fullscreen .full .for-fullscreen-active {
  display: block;
}

.vplayer.skin_reborn.mouse-is-out .controls {
  opacity: 0;
}

/* end skin_reborn */
.vplayer.skin_reborn .volumecontrols, .vplayer.skin_white .volumecontrols {
  width: 57px;
  height: 14px;
}
.vplayer.skin_reborn .volume_static, .vplayer.skin_white .volume_static {
  position: absolute;
  top: 0;
  left: 0;
  background-image: none;
  width: 100%;
  height: 100%;
  white-space: nowrap;
}
.vplayer.skin_reborn .volume_static .volbar, .vplayer.skin_white .volume_static .volbar {
  position: relative;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #FFFFFF;
  margin-right: 3px;
  display: inline-block;
  opacity: 0.4;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.vplayer.skin_reborn .volume_static .volbar.active, .vplayer.skin_white .volume_static .volbar.active {
  opacity: 1;
}

.is-single-video-player[data-type=vimeo] {
  background-color: #444444;
}

.vimeo-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vimeo-chromeless .scrub {
  transition-property: width;
  transition-duration: 0.4s;
  transition-timing-function: linear;
}

/* skin_bluescrubtop END */
/**
deprecated
 */
.thumb20 {
  display: inline-block;
  width: 14px;
  height: 14px;
  position: relative;
  top: 2px;
  margin-right: 2px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
}

/* -- categories setup START */
.categories-videogallery {
  position: relative;
}
.categories-videogallery .the-categories-con {
  width: 100%;
  height: auto;
  background-color: #6e7a87;
  font-family: "Helvetica Neue", "Neue Helvetica", Helvetica, Arial, sans-serif;
  font-size: 11px;
  color: #eee;
  padding: 6px 10px;
  font-weight: 300;
  box-sizing: border-box;
}
.categories-videogallery .the-categories-con .label-categories {
  display: inline-block;
  margin-right: 25px;
  font-size: 14px;
  position: relative;
  top: 1px;
}
.categories-videogallery .the-categories-con .a-category {
  display: inline-block;
  margin-right: 5px;
  padding: 5px 8px;
  background: #474d54;
  font-size: 10px;
  position: relative;
  border-bottom: 2px solid rgba(0, 0, 0, 0.4);
  cursor: pointer;
  opacity: 0.8;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.categories-videogallery .gallery-precon {
  opacity: 0;
  visibility: hidden;
  transition-property: opacity, visibility;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.categories-videogallery .gallery-precon.curr-gallery {
  opacity: 1;
  visibility: visible;
  transition-property: opacity, visibility;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.categories-videogallery .gallery-precon.disabled {
  display: none;
}

.categories-videogallery .the-categories-con .a-category.active, .categories-videogallery .the-categories-con .a-category:hover {
  opacity: 1;
}

/* -- categories setup END */
.videogallery--navigation-outer {
  font-size: 0;
  opacity: 1;
  position: relative;
  height: auto;
  transition-property: opacity;
  transition-duration: 3s;
  transition-timing-function: ease-out;
}
.videogallery--navigation-outer .videogallery--navigation-outer--clip {
  overflow: hidden;
  width: 100%;
  height: 0;
  position: relative;
  transition-property: height;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.videogallery--navigation-outer .videogallery--navigation-outer--clipmover {
  width: 100%;
  position: relative;
  left: 0;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.videogallery--navigation-outer .videogallery--navigation-outer--bigblock {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.videogallery--navigation-outer .videogallery--navigation-outer--block {
  padding: 10px;
  font-size: 14px;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  box-sizing: border-box;
}
.videogallery--navigation-outer .videogallery--navigation-outer--block .block-thumb {
  background-size: cover;
  background-position: center center;
}
.videogallery--navigation-outer .videogallery--navigation-outer--bullets-con {
  text-align: center;
  margin-top: 5px;
}
.videogallery--navigation-outer .videogallery--navigation-outer--bullets-con .navigation-outer--bullet {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: rgba(190, 190, 190, 0.4);
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-left: 5px;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.videogallery--navigation-outer .videogallery--navigation-outer--bullets-con .navigation-outer--bullet.active {
  width: 11px;
  height: 11px;
  background-color: rgba(190, 190, 190, 0.7);
}

.videogallery--navigation-outer.active {
  opacity: 1;
}

.videogallery--navigation-outer.skin-oasis .block-thumb {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 50%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
.videogallery--navigation-outer.skin-oasis .block-title, .videogallery--navigation-outer.skin-oasis .block-extra {
  margin-top: 10px;
  display: block;
  text-align: center;
}
.videogallery--navigation-outer.skin-oasis .block-extra {
  font-style: italic;
  opacity: 0.7;
}
.videogallery--navigation-outer.skin-oasis .videogallery--navigation-outer--block {
  opacity: 0.8;
  filter: grayscale(10%);
  -webkit-filter: grayscale(10%);
}
.videogallery--navigation-outer.skin-oasis .videogallery--navigation-outer--block.active {
  opacity: 1;
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}

.videogallery--navigation-outer.skin-balne .block-thumb {
  display: block;
  width: 100%;
  height: 210px;
}
.videogallery--navigation-outer.skin-balne .block-title, .videogallery--navigation-outer.skin-balne .block-extra {
  margin-top: 10px;
  display: block;
  text-align: left;
  text-transform: uppercase;
  font-family: "Open Sans", sans;
  font-size: 20px;
  font-weight: 700;
}
.videogallery--navigation-outer.skin-balne .block-title {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.videogallery--navigation-outer.skin-balne .image-con {
  display: block;
  position: relative;
  min-height: 50px;
}
.videogallery--navigation-outer.skin-balne .image-con .hover-rect {
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  background-color: rgba(0, 155, 206, 0.8);
  pointer-events: none;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.videogallery--navigation-outer.skin-balne .image-con .hover-rect:before {
  content: "";
  left: 50%;
  top: 50%;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #FFFFFF;
  transform: translate(-50%, -50%);
}
.videogallery--navigation-outer.skin-balne .image-con:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
}
.videogallery--navigation-outer.skin-balne .block-extra {
  font-style: italic;
  opacity: 0.7;
}
.videogallery--navigation-outer.skin-balne .videogallery--navigation-outer--block:hover .image-con .hover-rect {
  opacity: 1;
}
.videogallery--navigation-outer.skin-balne .videogallery--navigation-outer--block.active .image-con:after {
  background-color: rgba(255, 255, 255, 0.8);
}
.videogallery--navigation-outer.skin-balne .videogallery--navigation-outer--block.active .image-con .hover-rect {
  opacity: 0;
}

.videogallery--navigation-outer.layout-one-fourth .videogallery--navigation-outer--block {
  width: 25%;
}

.videogallery--navigation-outer.layout-one-third .videogallery--navigation-outer--block {
  width: 33.33%;
}

@media (max-width: 600px) {
  .videogallery--navigation-outer.layout-one-third .videogallery--navigation-outer--block, .videogallery--navigation-outer.layout-one-fourth .videogallery--navigation-outer--block {
    width: 100%;
  }
}
.videogallery--navigation-outer.layout-width-370 .videogallery--navigation-outer--bigblock {
  text-align: center;
}
.videogallery--navigation-outer.layout-width-370 .videogallery--navigation-outer--block {
  width: 370px;
}

/* second con */
.kill-vc-margin {
  margin-left: -20px;
  width: calc(100% + 40px) !important;
}

.dzsas-second-con {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  padding: 10px 0;
}
.dzsas-second-con:not(.dzspb_layb_one_third) {
  width: 100%;
}
.dzsas-second-con .dzsas-second-con--clip {
  position: relative;
  transition-property: left;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.dzsas-second-con .dzsas-second-con--clip > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition-property: opacity, visibility;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.dzsas-second-con .dzsas-second-con--clip > *.active {
  opacity: 1;
  visibility: visible;
}
.dzsas-second-con .read-more-con .read-more-content {
  overflow: hidden;
  display: block;
  height: 0;
}
.dzsas-second-con .read-more-con .read-more-label {
  color: #FFFFFF;
  background-color: #333333;
  text-align: center;
  font-size: 14px;
  font-family: "Open Sans", sans-sarif;
  cursor: pointer;
  transition-property: background;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.dzsas-second-con .read-more-con .read-more-label i {
  font-size: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  position: relative;
  top: 1px;
}
.dzsas-second-con .read-more-con .read-more-label span {
  display: inline-block;
  vertical-align: middle;
}
.dzsas-second-con .read-more-con.active .read-more-content {
  overflow: hidden;
  display: block;
  height: 0;
}
.dzsas-second-con .read-more-con.active .read-more-label {
  background-color: #009bce;
}
.dzsas-second-con .read-more-con.active .read-more-label i {
  transform: rotate(180deg);
}
.dzsas-second-con .read-more-con.active .read-more-label span {
  display: inline-block;
  vertical-align: middle;
}

.dzsas-second-con.skin-balne {
  padding-top: 0;
}
.dzsas-second-con.skin-balne .item h4 {
  font-size: 32px;
  text-transform: uppercase;
  text-align: left;
  margin-top: 12px;
  margin-bottom: 12px;
}
.dzsas-second-con.skin-balne .item p {
  color: #515151;
  font-size: 12px;
}

.dzs-navigation--type-thumbsAndArrows.menu-moves-horizontally {
  align-items: center;
}
.dzs-navigation--type-thumbsAndArrows.menu-moves-horizontally .nav--thumbsAndArrows--arrow {
  display: block;
  position: relative;
  height: 100%;
  padding: 10px;
}
.dzs-navigation--type-thumbsAndArrows.menu-moves-horizontally .nav--thumbsAndArrows--arrow:before {
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.dzs-navigation--type-thumbsAndArrows.menu-moves-vertically .nav--thumbsAndArrows--arrow {
  width: 100%;
  height: 30px;
  text-align: center;
}
.dzs-navigation--type-thumbsAndArrows .nav--thumbsAndArrows--arrow {
  cursor: pointer;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.dzs-navigation--type-thumbsAndArrows .nav--thumbsAndArrows--arrow:before {
  content: "‹";
  font-size: 60px;
  display: inline-block;
  position: relative;
  line-height: 20px;
}
.dzs-navigation--type-thumbsAndArrows .nav--thumbsAndArrows--arrow.arrow-is-inactive {
  opacity: 0.5;
}
.dzs-navigation--type-thumbsAndArrows .thumbs-arrow-right:before {
  content: "›";
}

.wall-close {
  position: fixed;
  top: 0;
  right: 75px;
  z-index: 50006;
  background-color: rgba(50, 50, 50, 0.7);
  color: #eee;
  padding: 15px;
  cursor: pointer;
  font-size: 11px;
  font-weight: bold;
}

body.admin-bar .wall-close {
  top: 35px;
}

.con-dzsvg-pagination {
  position: relative;
  margin-top: 20px;
  margin-bottom: 15px;
}

.con-dzsvg-pagination .pagination-number {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  background: rgba(100, 100, 100, 0.8);
  color: #dadada;
  text-decoration: none;
  padding: 8px 10px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
  font-size: 13px;
  line-height: 1;
}

.con-dzsvg-pagination .pagination-number.active {
  background: #646464;
}

.no-transition {
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -o-transition: color ease-in !important;
  transition: none !important;
}

.btn_ajax_loadmore {
  display: inline-block;
  margin-right: 5px;
  background: rgba(100, 100, 100, 0.8);
  color: #dadada;
  text-decoration: none;
  padding: 8px;
  line-height: 1;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
  cursor: pointer;
  border-radius: 5px;
}
.btn_ajax_loadmore.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.fullscale {
  width: 100%;
  height: 100%;
  display: block;
}

.bgblack {
  background: #111;
  color: #eee;
}

.padding20 {
  box-sizing: border-box;
  padding: 20px;
}

.divimg {
  background-position: center center;
  background-size: cover;
}

.btn-arrow {
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px 15px;
  cursor: pointer;
  display: inline-block;
  margin-right: 5px;
  opacity: 0.7;
}

.btn-arrow:hover {
  opacity: 1;
}

.extra-btns-con {
  margin-top: 10px;
}

.dzsvg-social-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  background-color: #ffffff;
  display: inline-block;
  margin-right: 5px;
  transition-property: background;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.dzsvg-social-icon > i {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #333333;
  transform: translate(-50%, -50%);
}

.dzsvg-social-icon:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.btn-facebook-share {
  background-color: #3b5998;
  color: #fff;
  padding: 10px 15px;
  width: 200px;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
}

.btn-twitter-share {
  background-color: #55ACEE;
  color: #fff;
  padding: 10px 15px;
  width: 200px;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
}

a.btn-facebook-share:hover {
  color: inherit;
  text-decoration: inherit;
}

a.btn-twitter-share:hover {
  color: inherit;
  text-decoration: inherit;
}

.social-icon {
  margin-right: 3px;
  position: relative;
}

.social-icon > .fa {
  font-size: 30px;
  color: #999;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.social-icon > .the-tooltip {
  line-height: 1;
  padding: 6px 5px;
  background: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  font-family: "Lato", "Open Sans", arial;
  font-size: 11px;
  font-weight: bold;
  position: absolute;
  left: 8px;
  white-space: nowrap;
  pointer-events: none;
  bottom: 100%;
  margin-bottom: 7px;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.social-icon > .the-tooltip:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 0;
  border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 100%;
}

h6.social-heading {
  display: block;
  text-transform: uppercase;
  font-family: "Lato", sans-sarif;
  font-size: 11px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #222222;
}

@media screen and (max-width: 600px) {
  body .videogallery.mode-wall .sliderCon.layout-3-cols-10-margin .vplayer-tobe {
    width: 100% !important;
  }

  body .videogallery.mode-wall .sliderCon.layout-4-cols-10-margin .vplayer-tobe {
    width: 100% !important;
  }
}
.videogallery.mode-slider.hide-players-not-visible-on-screen .sliderCon > *:not(.transitioning-in):not(.transitioning-out):not(.currItem) {
  display: none;
}
.videogallery.mode-slider .sliderCon > * {
  opacity: 0;
  visibility: hidden;
  transition-property: opacity, visibility;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.videogallery.mode-slider .sliderCon > .currItem {
  opacity: 1;
  visibility: visible;
}
.videogallery.mode-slider .main-navigation {
  position: static;
}
.videogallery.mode-slider .main-navigation .navMain {
  position: static;
}
.videogallery.mode-slider .main-navigation .navMain .rotator-btn-gotoNext, .videogallery.mode-slider .main-navigation .navMain .rotator-btn-gotoPrev {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate3d(0, -50%, 0);
  cursor: pointer;
  background-color: rgba(68, 68, 68, 0.9);
  border-radius: 50%;
}
.videogallery.mode-slider .main-navigation .navMain .rotator-btn-gotoNext svg, .videogallery.mode-slider .main-navigation .navMain .rotator-btn-gotoPrev svg {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.videogallery.mode-slider .main-navigation .navMain .rotator-btn-gotoNext svg path, .videogallery.mode-slider .main-navigation .navMain .rotator-btn-gotoPrev svg path {
  fill: #fff;
}
.videogallery.mode-slider .main-navigation .navMain .rotator-btn-gotoPrev {
  right: auto;
  left: 15px;
}

.vplayer .fluidvids {
  width: 100%;
  height: 100%;
  padding-top: 0 !important;
}
.vplayer .fluidvids iframe {
  height: 100% !important;
}

/* -- themefixes */
/* -- Avada */
.vplayer .fluid-width-video-wrapper {
  height: 100%;
  padding-top: 0 !important;
}

.vplayer .fluid-width-video-wrapper {
  top: 0px !important;
  bottom: auto !important;
  position: relative !important;
}

.vplayer > .iframe-embed {
  height: 100%;
}

/* --- Salient */
.videogallery .vplayer iframe[src] {
  opacity: 1;
}

.mainvp-con > .extra-html {
  opacity: 1;
  visibility: visible;
}
.mainvp-con > .extra-html .counter-hits i, .mainvp-con > .extra-html .counter-hits .the-label {
  font-size: 11px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.mainvp-con > .extra-html .counter-hits .the-label {
  font-size: 13px;
}

.item-meta-list {
  margin-bottom: 10px;
}
.item-meta-list .counter-hits {
  float: none;
}
.item-meta-list .counter-hits i, .item-meta-list .counter-hits .the-label {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
}
.item-meta-list .counter-hits i {
  font-size: 11px;
  margin-right: 5px;
}

.dzs-row-inline {
  font-size: 0;
}
.dzs-row-inline .dzs-col-md-6 {
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  float: none;
}

@media (max-width: 992px) {
  .row-inline .col-md-6 {
    width: 100%;
    margin-bottom: 15px;
    padding: 0 30px 15px;
  }
}
.dzs-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1170px;
  margin: 0 auto;
}

.dzs-row {
  margin-right: -15px;
  margin-left: -15px;
}

.dzs-col-md-6, .dzs-col-md-3, .dzs-col-md-4 {
  float: left;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.dzs-col-md-6 {
  width: 50%;
}

.dzs-col-md-4 {
  width: 33.3333%;
}

.dzs-col-md-3 {
  width: 25%;
}

div[class*=dzs-layout--] {
  margin-left: -15px;
  margin-right: -15px;
}
div[class*=dzs-layout--]:not(.a):not(.a) {
  width: auto;
}
div[class*=dzs-layout--] > .dzs-layout-item {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  display: inline-block;
  vertical-align: top;
}
div[class*=dzs-layout--][data-margin="0"] {
  margin-left: 0px;
  margin-right: 0px;
}
div[class*=dzs-layout--][data-margin="0"] > .dzs-layout-item {
  padding-left: 0;
  padding-right: 0;
}

.dzs-layout--1-cols {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.dzs-layout--1-cols > .dzs-layout-item {
  width: 100%;
  padding-left: 0px !important;
  padding-right: 0px !important;
  display: block;
}

.dzs-layout--2-cols > .dzs-layout-item {
  width: 50%;
}

.dzs-layout--3-cols > .dzs-layout-item {
  width: 33.3333%;
}

.dzs-layout--4-cols > .dzs-layout-item {
  width: 25%;
}

@media (max-width: 600px) {
  .dzs-layout--3-cols > .dzs-layout-item {
    width: 100%;
    display: block;
  }
}
/* videogallery transitions */
.videogallery.transition-slidein .sliderMain {
  transform: translate3d(-50px, 0, 0);
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.videogallery.transition-slidein .dzs-navigation--item {
  transform: translate3d(50px, 0, 0);
  transition-property: opacity, transform, background, color;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.videogallery.transition-slidein .dzs-navigation--item:nth-child(1) {
  transition-delay: 0s;
}
.videogallery.transition-slidein .dzs-navigation--item:nth-child(2) {
  transition-delay: 0.07s;
}
.videogallery.transition-slidein .dzs-navigation--item:nth-child(3) {
  transition-delay: 0.14s;
}
.videogallery.transition-slidein .dzs-navigation--item:nth-child(4) {
  transition-delay: 0.21s;
}
.videogallery.transition-slidein .dzs-navigation--item:nth-child(5) {
  transition-delay: 0.28s;
}
.videogallery.transition-slidein .dzs-navigation--item:nth-child(6) {
  transition-delay: 0.35s;
}
.videogallery.transition-slidein .dzs-navigation--item:nth-child(7) {
  transition-delay: 0.42s;
}
.videogallery.transition-slidein.dzsvg-loaded .sliderMain {
  transform: translate3d(0, 0, 0);
}
.videogallery.transition-slidein.dzsvg-loaded .dzs-navigation--item {
  transform: translate3d(0px, 0, 0);
}

.videogallery-con.dzsvg-loaded .dzsvg-preloader {
  opacity: 0;
  visibility: hidden;
}

.preloader-fountain {
  position: absolute;
  width: 70px;
  height: 14px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fountainG {
  display: inline-block;
  position: static;
  background-color: black;
  width: 14px;
  height: 14px;
  animation-name: bounce_fountainG;
  -o-animation-name: bounce_fountainG;
  -webkit-animation-name: bounce_fountainG;
  animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  transform: scale(0.3);
  -webkit-transform: scale(0.3);
  border-radius: 9px;
}

#fountainG_1 {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}

#fountainG_2 {
  animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
}

#fountainG_3 {
  animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
}

#fountainG_4 {
  animation-delay: 1.05s;
  -webkit-animation-delay: 1.05s;
}

@keyframes bounce_fountainG {
  0% {
    transform: scale(1);
    background-color: black;
  }
  100% {
    transform: scale(0.3);
    background-color: #646464;
  }
}
@-webkit-keyframes bounce_fountainG {
  0% {
    -webkit-transform: scale(1);
    background-color: black;
  }
  100% {
    -webkit-transform: scale(0.3);
    background-color: #323232;
  }
}
.dzsvg-main-con.loaded-item {
  opacity: 1;
  visibility: visible;
}

.dzsvg-main-con.loading-item {
  opacity: 1;
  visibility: visible;
}

.dzsvg-main-con {
  z-index: 10002;
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  transition-property: opacity, visibility;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.dzsvg-main-con .overlay-background {
  background-color: rgba(50, 50, 50, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
}

.dzsvg-main-con .box-mains-con {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.dzsvg-main-con .box-main {
  pointer-events: auto;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition-property: left, opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.dzsvg-main-con.transition-slideup.loaded-item .transition-target {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

.dzsvg-main-con.transition-slideup .transition-target {
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 50px, 0);
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.dzsvg-main-con .box-main-media-con {
  max-width: 100%;
}

.dzsvg-main-con .box-main .close-btn-con {
  position: absolute;
  right: -15px;
  top: -15px;
  z-index: 5;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background-color: #dadada;
  border-radius: 50%;
}

.dzsvg-main-con.gallery-skin-default .box-main-media {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.dzsvg-main-con .box-main-media-con .box-main-media {
  transition-property: width, height;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.box-main-media.type-inlinecontent {
  background-color: #ffffff;
  padding: 15px;
}

.dzsvg-main-con.skin-default .box-main:not(.with-description) .real-media {
  border-radius: 5px;
}

.dzsvg-main-con .box-main-media-con .box-main-media > .real-media {
  width: 100%;
  height: 100%;
}

.real-media .hidden-content-for-zoombox, .real-media > .hidden-content {
  display: block !important;
}

.the-item.ajax-content > .dzsas-second-con, .the-item.ajax-content > .extra-btns-con {
  display: none;
}

.field-for-view {
  background-color: #f0f0f0;
  line-height: 1;
  color: #555;
  padding: 8px;
  white-space: nowrap;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Monospaced", Arial;
}

textarea.field-for-view {
  width: 100%;
  white-space: pre-line;
  line-height: 1.75;
}

.dzsvg-container-phone {
  position: relative;
}
.dzsvg-container-phone > .the-bg svg {
  width: 100%;
}
.dzsvg-container-phone > .vplayer, .dzsvg-container-phone .vplayer-tobe {
  position: absolute;
  left: 5.3%;
  top: 12.1%;
  height: 75.98%;
  width: 89.41%;
}

.divimage {
  background-size: cover;
  background-position: center center;
}

.hidden-content {
  display: none !important;
}

.dzs-button {
  padding: 5px 10px;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  background-color: #96588a;
  cursor: pointer;
  color: #ffffff;
  transition-property: color, background;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.dzs-button.rounded {
  border-radius: 5px;
}
.dzs-button.padding-big {
  padding: 10px 15px;
}
.dzs-button:hover {
  background-color: #444444;
}

.dzsvg-error {
  background-color: #E8E79E;
  color: #111111;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 15px;
  margin-bottom: 15px;
}

/*------------ misc -------------*/
.error {
  border: 1px solid;
  margin: 10px 0px;
  padding: 15px 10px 15px 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
}

.error {
  color: #D8000C;
  background-color: #FFBABA;
}

.rounded {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}

.code {
  font-size: 12px;
  color: #aaa;
}

.center-it {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.has-play-button-inside:before {
  content: "►";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.layout-builder--item {
  transition: all 0.3s ease-out;
}

/*------------ END misc -------------*/
.imgfull {
  width: 100%;
  height: 100%;
}

.fullwidth {
  width: 100%;
}

.nav-outer .divimage + .the-title, .nav-outer .divimage ~ .paragraph {
  margin-top: 5px;
  text-align: center;
}

/*
player
 */
.dzsvgColorForFills path, .dzsvgColorForFills polygon, .dzsvgColorForFills rect {
  fill: #d7d6d6;
  transition-property: fill;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

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