/*VIDEO GALLERY*/
/*functional styling*/
.videogallery-con {
  position: relative; }

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

.videogallery {
  position: relative;
  opacity: 1;
  transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  /* IE 9 */
  -webkit-transform-origin: 0% 0%;
  /* Safari and Chrome */
  -moz-transform-origin: 0% 0%;
  /* Firefox */
  -o-transform-origin: 0% 0%;
  /* Opera */ }

.videogallery .main-navigation {
  position: absolute;
  top: 0;
  z-index: 3;
  margin: 0; }

.videogallery .navMain {
  position: absolute;
  overflow: hidden;
  top: 0px;
  width: 100%;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.videogallery .adSpace {
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 555; }

.videogallery .navCon {
  position: absolute;
  transform: translate3d(0, 0, 0);
    /*
    -webkit-transition-property:$transition-property;
-webkit-transition-duration: $transition-duration;
-webkit-transition-timing-function:$transition-timing;
    */ }

.videogallery .navigationThumb {
  position: absolute;
  cursor: pointer;
  overflow: hidden; }

.videogallery .navigationThumb-content {
  padding: 5px; }

.videogallery .sliderMain {
  position: relative;
  overflow: hidden; }

.videogallery .sliderMain > .sliderCon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.videogallery .gallery-buttons {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 612; }

.videogallery .embed-button {
  position: absolute;
  right: 10px;
  top: 10px; }

.videogallery .embed-button .handle {
  background: rgba(0, 0, 0, 0.5) url(img/embed.png) no-repeat center center;
  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; }

.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: 301px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid rgba(0, 0, 0, 0.7); }

.videogallery .embed-button .thetext {
  background: no-repeat scroll center center rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 0 1px 0 #000000;
  position: absolute;
  left: 15px;
  top: 15px;
  width: 270px;
  height: 120px; }

.videogallery .share-button {
  position: absolute;
  right: 10px;
  top: 60px; }

.videogallery .share-button .handle {
  background: rgba(0, 0, 0, 0.5) url(img/share.png) no-repeat center center;
  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; }

.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.7); }

.videogallery .share-button .thetext {
  position: relative;
  top: 10px;
  text-align: center; }

.share-button .icon {
  margin-right: 5px;
  top: auto;
  left: auto;
  position: static; }

.videogallery .the-logo {
  position: absolute;
  top: 10px;
  right: 60px;
  z-index: 599; }

.videogallery .vplayer-tobe > iframe {
  display: none; }

/* ----------------------------   estethic styling*/
/*----  thumbs ----*/
.videogallery .navMain.menu-bottom {
  border-top: 1px solid black; }

.videogallery .navMain.menu-top {
  border-bottom: 1px solid black; }

.videogallery .navMain.menu-left {
  border-right: 1px solid black; }

.videogallery .navMain.menu-right {
  border-left: 1px solid black; }

.videogallery .thumb-round {
  width: 90px;
  height: 90px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px; }

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

.videogallery .navMain {
  background: #111; }

.videogallery .navCon .navigationThumb {
  color: #FFF;
  background-color: #000;
  left: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid #000;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: opacity;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-out;
  -ms-transition-property: opacity;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-out;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzViNWI1YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ZjRmNGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #5b5b5b 0%, #4f4f4f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5b5b5b), color-stop(100%, #4f4f4f));
  background: -webkit-linear-gradient(top, #5b5b5b 0%, #4f4f4f 100%);
  background: -o-linear-gradient(top, #5b5b5b 0%, #4f4f4f 100%);
  background: -ms-linear-gradient(top, #5b5b5b 0%, #4f4f4f 100%);
  background: linear-gradient(to bottom, #5b5b5b 0%, #4f4f4f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5b5b5b', endColorstr='#4f4f4f',GradientType=0 );
  opacity: 0.7; }

.videogallery .navCon .navigationThumb.active {
  opacity: 1; }

.videogallery .navCon .navigationThumb:hover {
  opacity: 1; }

/* -- arrows -> functional + estethic*/
.videogallery .navigationThumb.active:after, .videogallery .navigationThumb.active:before {
  border: solid transparent;
  position: absolute;
  pointer-events: none;
  content: " ";
  height: 0;
  width: 0; }

.videogallery .navigationThumb.active:after {
  border-color: rgba(136, 183, 213, 0);
  border-width: 5px; }

.videogallery .navigationThumb.active:before {
  border-color: rgba(194, 225, 245, 0);
  border-width: 6px; }

.videogallery .navigationThumb.active:after, .videogallery .navigationThumb.active:before {
  right: 100%; }

.videogallery .navigationThumb.active:after {
  border-right-color: white;
  top: 50%;
  margin-top: -5px; }

.videogallery .navigationThumb.active:before {
  border-right-color: #eeeeee;
  top: 50%;
  margin-top: -6px; }

.videogallery .navigationThumb-content {
  font-size: 11px;
  line-height: 15px;
  color: #ddd; }

.videogallery .the-title {
  margin-top: 3px;
  margin-bottom: 5px;
  display: block;
  font-size: 13px;
  line-height: 120%;
  font-family: Verdana, "Helvetica Neue", "Neue Helvetica", Helvetica, Arial, sans-serif;
  color: #fff; }

.videogallery .thumbs-arrow-left {
  background-image: url(img/arrowleft.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 25px;
  height: 25px;
  margin-top: -12.5px;
  margin-left: -12.5px;
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer; }

.videogallery .thumbs-arrow-right {
  background-image: url(img/arrowright.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 25px;
  height: 25px;
  margin-top: -12.5px;
  margin-left: -12.5px;
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer; }

.videogallery .main-navigation .inactive {
  opacity: 0.5;
  cursor: auto; }

.videogallery .imgblock {
  float: left;
  border: 2px solid #fff;
  margin: 6px 8px 6px 6px;
  width: 50px;
  height: 50px; }

.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: -35px;
  z-index: 0; }

.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; }

/* ------MODES */
/* ------mode rotator*/
.videogallery.mode-rotator .main-navigation .navMain {
  border-top: 1px solid #222;
  background: #131313;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  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;
  -moz-transition-property: top, opacity, color, text-shadow;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-property: top, opacity, color, text-shadow;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: top, opacity, color, text-shadow;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-out;
  -ms-transition-property: top, opacity, color, text-shadow;
  -ms-transition-duration: 0.3s;
  -ms-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 {
  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;
  transition-property: transform, left, opacity, visibility;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  -moz-transition-property: transform, left, opacity, visibility;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-property: transform, left, opacity, visibility;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: transform, left, opacity, visibility;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-out;
  -ms-transition-property: transform, left, opacity, visibility;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-out; }

.videogallery.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-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.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 .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;
  -moz-transition-property: opacity, visibility;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-property: opacity, visibility;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: opacity, visibility;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-out;
  -ms-transition-property: opacity, visibility;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-out; }

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

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

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

.videogallery.mode-wall .vgwall-item {
  display: inline-block;
  cursor: pointer;
  border: 5px solid #fff;
  background: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4); }

.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 .menuDescription {
  display: none; }

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

.videogallery.mode-wall .vgwall-item .videoDescription {
  display: block;
  position: relative; }

.videogallery.mode-wall .sliderCon {
  transition-property: height;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  -moz-transition-property: height;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-property: height;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: height;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-out;
  -ms-transition-property: height;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-out; }

.videogallery.mode-wall .vgwall-item.masonry-brick {
  display: block;
  margin-right: 2px;
  position: absolute!important;
  clear: both; }

.videogallery.mode-wall .vgwall-item .previewImg {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  opacity: 1;
  visibility: visible;
  cursor: pointer;
  min-height: 200px;
  transition-property: height;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  -moz-transition-property: height;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-property: height;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: height;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-out;
  -ms-transition-property: height;
  -ms-transition-duration: 0.3s;
  -ms-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; }

.html5-button-con {
  margin-top: 10px; }

.html5-button {
  background: #f9c667;
  background: -moz-linear-gradient(top, #f9c667 0%, #f79621 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9c667), color-stop(100%, #f79621));
  background: -webkit-linear-gradient(top, #f9c667 0%, #f79621 100%);
  background: -o-linear-gradient(top, #f9c667 0%, #f79621 100%);
  background: -ms-linear-gradient(top, #f9c667 0%, #f79621 100%);
  background: linear-gradient(top, #f9c667 0%, #f79621 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9c667', endColorstr='#f79621',GradientType=0 );
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  padding: 10px 20px;
  display: inline-block;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  margin: 1px 7px;
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.3) inset, 0 -1px 1px rgba(0, 0, 0, 0.3) inset, 0 2px 4px rgba(0, 0, 0, 0.3);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out; }

.html5-button:hover {
  opacity: 0.8; }

.preloader {
  width: 50px;
  height: 50px;
  margin-left: -25px;
  margin-top: -25px;
  position: absolute;
  z-index: 150;
  top: 50%;
  left: 50%;
  border-radius: 10px;
  background: white url(./img/preloader.gif) center no-repeat;
  opacity: 0.3; }

/*VIDEO PLAYER*/
/*functional styling*/
.vplayer {
  position: relative;
  transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  /* IE 9 */
  -webkit-transform-origin: 0% 0%;
  /* Safari and Chrome */
  -moz-transform-origin: 0% 0%;
  /* Firefox */
  -o-transform-origin: 0% 0%;
  /* Opera */ }

.vplayer .background {
  position: absolute; }

.vplayer video {
  top: 0;
  left: 0;
  z-index: 5; }

.vplayer .controls {
  position: absolute;
  top: auto;
  bottom: 0;
  lett: 0;
  z-index: 9;
  width: 100%;
  height: 10%; }

.vplayer .controls:empty {
  display: none; }

.vplayer .video-description {
  position: absolute;
  z-index: 10;
  max-width: 90%; }

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

.vplayer .playcontrols {
  cursor: pointer;
  position: absolute; }

.vplayer .playSimple {
  position: absolute; }

.vplayer .playHover {
  position: absolute; }

.vplayer .stopSimple {
  position: absolute; }

.vplayer .stopHover {
  position: absolute; }

.vplayer .scrubbar {
  position: absolute;
  cursor: pointer; }

.vplayer .volumecontrols {
  position: absolute;
  cursor: pointer; }

.vplayer .volume_active {
  overflow: hidden;
  position: absolute; }

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

.vplayer .timetext {
  position: absolute; }

.vplayer .menuDescription {
  display: none; }

.vplayer .hdbutton-con {
  width: 30px;
  height: 28px;
  position: absolute;
  right: 80px;
  bottom: 1px;
  cursor: pointer;
  display: none; }

.vplayer .hdbutton-con .hdbutton-normal {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent url(img/orman_hd.png) no-repeat center center; }

.vplayer .hdbutton-con .hdbutton-hover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent url(img/orman_hdh.png) no-repeat center center;
  opacity: 0;
  transition-property: opacity, visibility;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  -moz-transition-property: opacity, visibility;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-property: opacity, visibility;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: opacity, visibility;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-out;
  -ms-transition-property: opacity, visibility;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-out; }

.vplayer .hdbutton-con.active .hdbutton-hover {
  opacity: 1; }

.vplayer .hdbutton-con:hover > .hdbutton-hover {
  opacity: 1; }

.sliderCon-ie8 {
  position: absolute;
  top: 0;
  lett: 0;
  z-index: 999; }

.vplayer-ie8 {
  position: absolute;
  top: 0;
  lett: 0;
  z-index: 999; }

.vplayer-ie8 .controls {
  position: absolute!important;
  top: 0!important;
  lett: 0!important;
  z-index: 999;
  display: block; }

.vplayer-ie8 .background {
  position: absolute;
  top: 0;
  lett: -500px;
  z-index: 999; }

/*===============================
/*===========estethic styling*/
.vplayer .background {
  height: 30px;
  background: #131313;
  bottom: 0; }

/****** info/ description *****/
.vplayer .info {
  /*----  info icon  ----*/
  left: 15px;
  top: 15px;
  background: url("img/info.png");
  width: 50px;
  height: 50px; }

.vplayer .infoText {
  /*----  description ----*/
  top: 95px;
  left: 30px; }

.vplayer .descriptionText {
  background-color: #111111;
  color: #ffffff;
  padding: 10px;
  opacity: 0.8; }

/******* play *********/
.vplayer .playcontrols {
  bottom: 0px;
  left: 0px; }

.vplayer .playSimple {
  left: 0px;
  bottom: 0;
  background: url("img/play.png");
  width: 33px;
  height: 28px; }

.vplayer .playHover {
  left: 0px;
  bottom: 0;
  opacity: 0;
  background: url("img/playh.png");
  width: 33px;
  height: 28px;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: opacity;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-out;
  -ms-transition-property: opacity;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-out; }

.vplayer .stopSimple {
  left: 0px;
  bottom: 0;
  background: url("img/stop.png");
  width: 33px;
  height: 28px;
  visibility: hidden; }

.vplayer .stopHover {
  left: 0px;
  bottom: 0;
  opacity: 0;
  background: url("img/stoph.png");
  width: 33px;
  height: 28px;
  visibility: hidden;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: opacity;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-out;
  -ms-transition-property: opacity;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-out; }

.vplayer .playcontrols:hover .stopHover, .vplayer .playcontrols:hover .playHover {
  opacity: 1; }

/******* scrub *********/
.vplayer .scrubbar {
  bottom: 9px;
  left: 45px; }

.vplayer .scrub-bg {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #444;
  height: 12px; }

.vplayer .scrub-buffer {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #777;
  height: 12px; }

.vplayer .scrub {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #aaa;
  height: 12px; }

.vplayer .scrubBox {
  position: absolute;
  background: #ffffff;
  border: 1px solid #000000;
  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;
  font-family: "Helvetica Neue", "Neue Helvetica", Helvetica, Arial, sans-serif; }

.vplayer .scrubBox:after, .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; }

.skipad {
  position: absolute;
  background: #fafafa;
  color: #555;
  bottom: 25px;
  left: 25px;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0px 4px 0px 7px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out; }

.skipad:after {
  left: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #fafafa;
  border-width: 10px;
  top: 50%;
  margin-top: -9px; }

.skipad:hover {
  opacity: 1; }

/******* timing *********/
.vplayer .timetext {
  bottom: 8px;
  right: 90px;
  font: 10px Helvetica,Arial,sans-serif; }

/******* volume *********/
.vplayer .volumecontrols {
  bottom: 0px;
  right: 80px; }

.vplayer .volumeicon {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: url("img/volumeicon.png");
  width: 14px;
  height: 28px; }

.vplayer .volume_static {
  position: absolute;
  bottom: 2px;
  left: 16px;
  background: url("img/volumestatic.png");
  width: 26px;
  height: 24px; }

.vplayer .volume_active {
  bottom: 2px;
  left: 16px;
  background: url("img/volumeactive.png");
  width: 26px;
  height: 24px; }

.vplayer .volume_cut {
  bottom: 5px;
  left: 0px;
  background: url("img/volumecut.png");
  width: 14px;
  height: 24px; }

/******* fullscreen*********/
.vplayer .fscreencontrols {
  position: absolute;
  cursor: pointer;
  bottom: 30px;
  right: 50px; }

.vplayer .full {
  overflow: hidden;
  position: absolute;
  top: 2px;
  left: 16px;
  background: url("img/full.png");
  width: 33px;
  height: 28px; }

.vplayer .fullHover {
  overflow: hidden;
  position: absolute;
  top: 2px;
  left: 16px;
  opacity: 0;
  background: url("img/fullh.png");
  width: 33px;
  height: 28px;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: opacity;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-out;
  -ms-transition-property: opacity;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-out; }

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

/* --- 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;
  -moz-transition-property: visibility, opacity;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-property: visibility, opacity;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: visibility, opacity;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-out;
  -ms-transition-property: visibility, opacity;
  -ms-transition-duration: 0.3s;
  -ms-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; }

.vplayer .video-description {
  top: 10px;
  left: 10px;
  font-family: Verdana, "Helvetica Neue", "Neue Helvetica", Helvetica, Arial, sans-serif; }

.vplayer .video-description .video-title {
  padding: 5px 8px;
  background: rgba(255, 255, 255, 0.5);
  color: #111;
  font-size: 14px;
  width: auto; }

.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; }

/*------------ 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;
  background-image: url("./img/cross16.png"); }

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

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

.preview {
  /*----  preview image  ----*/
  z-index: 0;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0; }

/* -------- skin navtraparent */
.videogallery.skin_navtransparent .navMain {
  background: transparent; }

.videogallery.skin_navtransparent .navMain.menu-bottom {
  border-top: 0px solid black; }

.videogallery.skin_navtransparent .navMain.menu-top {
  border-bottom: 0px solid black; }

.videogallery.skin_navtransparent .navMain.menu-left {
  border-right: 0px solid black; }

.videogallery.skin_navtransparent .navMain.menu-right {
  border-left: 0px solid black; }

.videogallery.skin_navtransparent .navigationThumb {
  color: #FFF;
  background-color: #000;
  left: 0px;
  border-bottom: 0px solid #000;
  border-right: 0px solid #000;
  background: transparent; }

.videogallery.skin_navtransparent .navigationThumb .thumb-round {
  transition-property: box-shadow;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  -moz-transition-property: box-shadow;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-property: box-shadow;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: box-shadow;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-out;
  -ms-transition-property: box-shadow;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-out; }

.videogallery.skin_navtransparent .navigationThumb.active .thumb-round {
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.8); }

/* ===========video player - skin aurora */
.vplayer.skin_aurora .playSimple {
  left: 0px;
  bottom: 1px;
  background: url("img/orman_play.png");
  background-position: center center;
  background-repeat: no-repeat;
  width: 33px;
  height: 28px; }

.vplayer.skin_aurora .playHover {
  left: 0px;
  bottom: 1px;
  opacity: 0;
  background: url("img/orman_playh.png");
  background-position: center center;
  background-repeat: no-repeat;
  width: 33px;
  height: 28px; }

.vplayer.skin_aurora .stopSimple {
  left: 0px;
  bottom: 1px;
  background: url("img/orman_stop.png");
  background-position: center center;
  background-repeat: no-repeat;
  width: 33px;
  height: 28px; }

.vplayer.skin_aurora .stopHover {
  left: 0px;
  bottom: 1px;
  background: url("img/orman_stop.png");
  background-position: center center;
  background-repeat: no-repeat;
  width: 33px;
  height: 28px; }

.vplayer.skin_aurora .hdbutton-con {
  display: block; }

.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.5); }

.vplayer.skin_aurora .scrubbar {
  bottom: 8px;
  left: 45px; }

.vplayer.skin_aurora .scrub-buffer {
  position: absolute;
  left: 0px;
  bottom: 2px;
  background: #464849;
  height: 8px; }

.vplayer.skin_aurora .scrub {
  position: absolute;
  left: 0px;
  bottom: 2px;
  background: #aaa;
  height: 8px;
  background: transparent url(img/orman_progress.png) repeat-x center center; }

.vplayer.skin_aurora .scrub-bg {
  position: absolute;
  left: -2px;
  bottom: 0px;
  background: #262929;
  box-shadow: 0 0 2px 0 black inset;
  height: 12px; }

.vplayer.skin_aurora .timetext {
  display: none; }

.vplayer.skin_aurora .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: Helvetica, Arial , sans-serif; }

.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 .scrubBox-prog:empty {
  display: none; }

.vplayer.skin_aurora .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;
  font: Helvetica, Arial , sans-serif; }

.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; }

/******* volume *********/
.vplayer.skin_aurora .volumecontrols {
  bottom: 0px;
  right: 80px; }

.vplayer.skin_aurora .volumeicon {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: url("img/orman_volumeicon.png");
  background-position: center center;
  background-repeat: no-repeat;
  width: 14px;
  height: 28px; }

.vplayer.skin_aurora .volume_static {
  position: absolute;
  bottom: 3px;
  left: 16px;
  background: url("img/orman_volumestatic.png");
  background-position: center center;
  background-repeat: repeat-x;
  width: 26px;
  height: 24px; }

.vplayer.skin_aurora .volume_active {
  bottom: 3px;
  left: 17px;
  background: url("img/orman_volumeactive.png");
  background-position: center center;
  background-repeat: repeat-x;
  width: 24px;
  height: 24px; }

.vplayer.skin_aurora .volume_cut {
  bottom: 5px;
  left: 0px;
  background: url("img/volumecut.png");
  width: 14px;
  height: 24px; }

/******* fullscreen*********/
.vplayer.skin_aurora .fscreencontrols {
  position: absolute;
  cursor: pointer;
  bottom: 30px;
  right: 50px; }

.vplayer.skin_aurora .full {
  overflow: hidden;
  position: absolute;
  top: 1px;
  left: 16px;
  background: url("img/orman_full.png");
  background-position: center center;
  background-repeat: no-repeat;
  width: 33px;
  height: 28px; }

.vplayer.skin_aurora .fullHover {
  overflow: hidden;
  position: absolute;
  top: 1px;
  left: 16px;
  opacity: 0;
  background: url("img/orman_fullh.png");
  background-position: center center;
  background-repeat: no-repeat;
  width: 33px;
  height: 28px; }

/* ===========video gallery - skin_pro */
.videogallery.skin_pro .navigationThumb-content {
  padding: 0;
  width: 100%;
  height: 100%; }

.videogallery.skin_pro .navigationThumb-content .thumb-square {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.videogallery.skin_pro .navigationThumb-content .thumb-square:after {
  display: block;
  width: 40px;
  height: 40px;
  content: " ";
  background: transparent url(img/plus-image.png) center center no-repeat;
  margin-left: -20px;
  margin-top: -20px;
  position: absolute;
  top: -50%;
  left: 50%;
  transition-property: top;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  -moz-transition-property: top;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-property: top;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: top;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-out;
  -ms-transition-property: top;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-out; }

.videogallery.skin_pro .navigationThumb-content:hover .thumb-square:after {
  top: 50%; }

.videogallery.skin_pro .navigationThumb.active .navigationThumb-content .thumb-square:after {
  top: 50%; }

/* ===========video player - skin_pro */
.vplayer.skin_pro {
  overflow: hidden; }

.vplayer.skin_pro .playcontrols {
  position: absolute;
  bottom: 1px;
  left: 10px; }

.vplayer.skin_pro .controls {
  bottom: 0;
  transition-property: bottom;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  -moz-transition-property: bottom;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-property: bottom;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: bottom;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-out;
  -ms-transition-property: bottom;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-out; }

.vplayer.skin_pro.mouse-is-out .controls {
  transition-delay: 2s;
  -moz-transition-delay: 2s;
  /* Firefox 4 */
  -webkit-transition-delay: 2s;
  /* Safari and Chrome */
  -o-transition-delay: 2s;
  /* Opera */
  bottom: -37px; }

.vplayer.skin_pro .playSimple {
  left: 0px;
  bottom: 5px;
  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-left-color: #aaaaaa;
  border-width: 8px;
  border-left-width: 15px;
  left: 100%;
  margin-left: 0px;
  outline: 1px solid transparent;
  transition-property: background, border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  -moz-transition-property: background, border-color;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-property: background, border-color;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: background, border-color;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-out;
  -ms-transition-property: background, border-color;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-out; }

.vplayer.skin_pro .playHover {
  display: none; }

.vplayer.skin_pro .stopSimple {
  left: 0px;
  bottom: 5px;
  background: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px; }

.vplayer.skin_pro .stopSimple .pause-part-1, .vplayer.skin_pro .stopSimple .pause-part-2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background: #aaaaaa;
  transition-property: background, border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  -moz-transition-property: background, border-color;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-property: background, border-color;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: background, border-color;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-out;
  -ms-transition-property: background, border-color;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-out; }

.vplayer.skin_pro .stopSimple .pause-part-2 {
  left: auto;
  right: 0; }

.vplayer.skin_pro .stopHover {
  display: none; }

.vplayer.skin_pro .playcontrols:hover .playSimple {
  border-left-color: #dddddd; }

.vplayer.skin_pro .playcontrols:hover .stopSimple .pause-part-1, .vplayer.skin_pro .playcontrols:hover .stopSimple .pause-part-2 {
  background: #dddddd; }

.vplayer.skin_pro .hdbutton-con {
  display: block; }

.vplayer.skin_pro .background {
  height: 30px;
  width: 100%;
  bottom: 0;
  background: #333;
  border-top: 1px solid rgba(0, 0, 0, 0.5); }

.vplayer.skin_pro .scrubbar {
  bottom: 30px;
  left: 0;
  height: 12px; }

.vplayer.skin_pro .scrub-bg {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #333;
  box-shadow: 0 0 0px 0 black inset;
  height: 12px; }

.vplayer.skin_pro .scrub-buffer {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #555;
  height: 12px; }

.vplayer.skin_pro .scrub {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #aaa;
  height: 12px;
  background: #db4343; }

/******* timing *********/
.vplayer.skin_pro .timetext {
  bottom: 6px;
  right: auto;
  left: 40px;
  font: 13px Helvetica,Arial,sans-serif;
  pointer-events: none; }

.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: 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;
  font: Helvetica, Arial , sans-serif; }

.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; }

/******* volume *********/
.vplayer.skin_pro .volumecontrols {
  bottom: 0px;
  right: 80px; }

.vplayer.skin_pro .volumeicon {
  position: absolute;
  bottom: 10px;
  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: background, border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  -moz-transition-property: background, border-color;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-property: background, border-color;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: background, border-color;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-out;
  -ms-transition-property: background, border-color;
  -ms-transition-duration: 0.3s;
  -ms-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 .volume_static {
  position: absolute;
  bottom: 10px;
  left: 16px;
  background: #aaaaaa;
  background-position: center center;
  background-repeat: repeat-x;
  width: 26px;
  height: 6px; }

.vplayer.skin_pro .volume_active {
  bottom: 10px;
  left: 16px;
  background: #db4343;
  background-position: center center;
  background-repeat: repeat-x;
  width: 24px;
  height: 6px; }

.vplayer.skin_pro .volume_cut {
  display: none; }

/******* fullscreen*********/
.vplayer.skin_pro .fscreencontrols {
  position: absolute;
  cursor: pointer;
  bottom: 30px;
  right: 25px; }

.vplayer.skin_pro .full {
  overflow: hidden;
  position: absolute;
  top: 9px;
  left: 0px;
  background: transparent;
  width: 15px;
  height: 15px; }

.vplayer.skin_pro .fullHover {
  display: none; }

.vplayer.skin_pro .hdbutton-con {
  width: 30px;
  height: 21px;
  position: absolute;
  right: 80px;
  bottom: 1px;
  cursor: pointer;
  display: block;
  font-size: 11px; }

.vplayer.skin_pro .hdbutton-con .hdbutton-normal {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  color: #aaaaaa; }

.vplayer.skin_pro .hdbutton-con .hdbutton-hover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  color: #db4343;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: opacity;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-out;
  -ms-transition-property: opacity;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-out; }

.vplayer.skin_pro .hdbutton-con.active .hdbutton-normal {
  opacity: 0; }

.vplayer.skin_pro .hdbutton-con.active .hdbutton-hover {
  opacity: 1; }

.vplayer.skin_pro .hdbutton-con:hover > .hdbutton-hover {
  opacity: 1; }

.zoombox-maincon {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001; }

.zoombox-maincon .zoombox-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  background: rgba(0, 0, 0, 0.2);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xNiIvPgogIDwvcmFkaWFsR3JhZGllbnQ+CiAgPHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.16) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0.6)), color-stop(100%, rgba(0, 0, 0, 0.16)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.16) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.16) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.16) 100%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.16) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#29000000',GradientType=1 ); }

.zoombox-maincon .holder-con {
  position: absolute;
  transition-property: margin-left, margin-top;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  -moz-transition-property: margin-left, margin-top;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-property: margin-left, margin-top;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: margin-left, margin-top;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-out;
  -ms-transition-property: margin-left, margin-top;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-out; }

.zoombox-maincon .holder-con > .close-btn {
  display: block;
  position: absolute; }

.zoombox-maincon .holder {
  display: block;
  width: 100px;
  height: 100px;
  transition-property: width, height, transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  -moz-transition-property: width, height, transform;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-property: width, height, transform;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: width, height, transform;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-out;
  -ms-transition-property: width, height, transform;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-out; }

.zoombox-maincon .holder > .the-item {
  display: block;
  transition-property: opacity;
  transition-duration: 1s;
  transition-timing-function: ease-out;
  -moz-transition-property: opacity;
  -moz-transition-duration: 1s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 1s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: opacity;
  -o-transition-duration: 1s;
  -o-transition-timing-function: ease-out;
  -ms-transition-property: opacity;
  -ms-transition-duration: 1s;
  -ms-transition-timing-function: ease-out; }

/* estethic styling */
.zoombox-maincon:empty {
  display: none; }

.zoombox-maincon.disabled {
  display: none; }

.zoombox-maincon .holder {
  background: #fff; }

.zoombox-maincon .holder-con {
  top: 0;
  left: 0;
  border: 5px solid white;
  border-radius: 5px;
  box-shadow: 0 0 20px 0 black;
  margin-left: -50px;
  margin-top: -50px;
  top: 0%;
  left: 50%; }

.zoombox-maincon .holder-con > .close-btn {
  top: 10px;
  right: 5px;
  width: 25px;
  height: 25px;
  background: transparent url(img/zoombox-close.png) no-repeat center center;
  border: 2px solid #222;
  border-radius: 5px;
  cursor: pointer; }

.zoombox-maincon .holder-con > .close-btn {
  top: 10px;
  right: -35px;
  border: 5px solid white;
  border-radius: 5px; }

.zoombox-maincon .holder > .the-item {
  opacity: 0; }

.zoombox-maincon .holder.loaded > .preloader {
  transition-property: opacity, display;
  transition-duration: 1s;
  transition-timing-function: ease-out;
  -moz-transition-property: opacity, display;
  -moz-transition-duration: 1s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-property: opacity, display;
  -webkit-transition-duration: 1s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: opacity, display;
  -o-transition-duration: 1s;
  -o-transition-timing-function: ease-out;
  -ms-transition-property: opacity, display;
  -ms-transition-duration: 1s;
  -ms-transition-timing-function: ease-out; }

.zoombox-maincon .holder.loaded > .preloader {
  opacity: 0;
  display: none; }

.zoombox-maincon .holder.loaded > .the-item {
  opacity: 1;
  width: 100%;
  height: 100%; }

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

.categories-videogallery {
  position: relative; }

.categories-videogallery .the-categories-con {
  width: 100%;
  height: 34px;
  background: #87e0fd;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg3ZTBmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iIzUzY2JmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNWFiZTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #87e0fd 0%, #53cbf1 40%, #05abe0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #87e0fd), color-stop(40%, #53cbf1), color-stop(100%, #05abe0));
  background: -webkit-linear-gradient(top, #87e0fd 0%, #53cbf1 40%, #05abe0 100%);
  background: -o-linear-gradient(top, #87e0fd 0%, #53cbf1 40%, #05abe0 100%);
  background: -ms-linear-gradient(top, #87e0fd 0%, #53cbf1 40%, #05abe0 100%);
  background: linear-gradient(to bottom, #87e0fd 0%, #53cbf1 40%, #05abe0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#87e0fd', endColorstr='#05abe0',GradientType=0 );
  font-family: Verdana, "Helvetica Neue", "Neue Helvetica", Helvetica, Arial, sans-serif;
  font-size: 11px;
  color: #111;
  padding: 5px 10px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3) inset;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.categories-videogallery .the-categories-con .label-categories {
  display: inline-block;
  margin-right: 25px;
  font-size: 14px; }

.categories-videogallery .the-categories-con .a-category {
  display: inline-block;
  margin-right: 15px;
  padding: 2px 8px;
  background: #fff;
  font-size: 10px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  cursor: pointer;
  opacity: 0.5;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: opacity;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-out;
  -ms-transition-property: opacity;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-out; }

.categories-videogallery .the-categories-con .a-category.active {
  opacity: 0.7; }

.categories-videogallery .the-categories-con .a-category:hover {
  opacity: 0.7; }

.categories-videogallery .the-categories-con .a-category:after, .categories-videogallery .the-categories-con .a-category:before {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.categories-videogallery .the-categories-con .a-category:after {
  border-color: rgba(136, 183, 213, 0);
  border-right-color: #ffffff;
  border-width: 10px;
  top: 50%;
  margin-top: -10px; }

.categories-videogallery .the-categories-con .a-category:before {
  border-color: rgba(194, 225, 245, 0);
  border-right-color: rgba(0, 0, 0, 0.2);
  border-width: 11px;
  top: 50%;
  margin-top: -11px; }

.categories-videogallery .gallery-precon {
  position: absolute;
  top: 34px;
  left: 0; }
