/*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; width: 100%; height: 300px; background-color: #111; 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 */ -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } .videogallery * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } .videogallery .main-navigation { top: 0; margin: 0; position: relative; } .videogallery .main-navigation.menu-left, .videogallery .main-navigation.menu-right { float: left; } .videogallery .main-navigation.menu-left .navigationThumb, .videogallery .main-navigation.menu-right .navigationThumb { display: block; } .videogallery .main-navigation.menu-right { float: right; } .videogallery .main-navigation.menu-bottom, .videogallery .main-navigation.menu-top { float: none; white-space: nowrap; } .videogallery .main-navigation.menu-bottom .navigationThumb, .videogallery .main-navigation.menu-top .navigationThumb { display: inline-block; float: none; vertical-align: top; } .videogallery .main-navigation.menu-bottom .main-navigation, .videogallery .main-navigation.menu-top .main-navigation { height: auto; } .videogallery .main-navigation.menu-bottom .navMain, .videogallery .main-navigation.menu-top .navMain { position: relative; } .videogallery .navMain { position: absolute; overflow: hidden; top: 0px; width: 100%; height: 100%; margin-top: 0; margin-bottom: 0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } .videogallery .scroller-con.dir-ver .scroller { width: 100%; } .videogallery .scroller-con.dir-ver .scroller .scroller-con { width: 100% !important; } .videogallery .scroller-con.skin_apple > .scrollbar > .scrollbarx { bottom: 0; } .videogallery .videogallery--navigation-container { position: relative; transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); backface-visibility: hidden; -webkit-backface-visibility: hidden; } .videogallery .navigationThumb { cursor: pointer; overflow: hidden; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; } .videogallery .navigationThumb:after { content: " "; display: block; clear: both; } .videogallery .navigationThumb-content { padding: 10px; } .videogallery .navigationThumb .menuitem-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .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; } .videogallery.responsive-ratio-smooth.mode-normal.nav-thumbs .sliderCon > .vplayer { height: 100% !important; } .videogallery.mode-normal.menu-right > .sliderMain, .videogallery.mode-normal.menu-left > .sliderMain { height: 100%; } .videogallery.nav-thumbs.navWidth-bigger-then-totalWidth.menu-bottom, .videogallery.nav-thumbs.navWidth-bigger-then-totalWidth.menu-top { text-align: center; } .videogallery.responsive-ratio-smooth .sliderMain { transition-property: height; transition-duration: 0.3s; -moz-transition-property: height; -moz-transition-duration: 0.3s; -webkit-transition-property: height; -webkit-transition-duration: 0.3s; -o-transition-property: height; -o-transition-duration: 0.3s; -ms-transition-property: height; -ms-transition-duration: 0.3s; -ms-transition-timing-function: ease-out-quart; -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); } .videogallery.nav-outer .videogallery--navigation-container.four-per-row { white-space: normal; } .videogallery.nav-outer .videogallery--navigation-container.four-per-row > * { width: 25%; padding-left: 10px; padding-right: 10px; margin: 0 0 10px 0; } .videogallery.nav-outer.under-720 .videogallery--navigation-container.four-per-row > * { width: 50%; } .videogallery.nav-outer .main-navigation.menu-right .navMain .videogallery--navigation-container.four-per-row > * { width: 100%; margin-right: 0%; margin-bottom: 1%; } .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 .videogallery--navigation-container.use-easing { transition-property: all; transition-duration: 0.2s; -moz-transition-property: all; -moz-transition-duration: 0.2s; -webkit-transition-property: all; -webkit-transition-duration: 0.2s; -o-transition-property: all; -o-transition-duration: 0.2s; -ms-transition-property: all; -ms-transition-duration: 0.2s; -ms-transition-timing-function: linear; -webkit-transition-timing-function: linear; -moz-transition-timing-function: linear; -o-transition-timing-function: linear; transition-timing-function: linear; } .videogallery .videogallery--navigation-container:after { display: block; clear: both; content: " "; } .videogallery .sliderMain { position: relative; overflow: hidden; } .videogallery .sliderMain > .sliderCon { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .videogallery .sliderCon > .vplayer { width: 100%; height: 100%; position: absolute; opacity: 0; visibility: hidden; } .videogallery .sliderCon > .vplayer video { visibility: hidden; } .videogallery .sliderCon > .vplayer.currItem { opacity: 1; visibility: visible; } .videogallery .sliderCon > .vplayer.currItem video { visibility: visible; } .videogallery .sliderCon > .vplayer-tobe.is-touch { display: none; } .videogallery .sliderCon > .vplayer.is-touch.currItem { display: block; } .videogallery .navigationThumb.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: .7; transition-property: opacity; transition-duration: 0.3s; -moz-transition-property: opacity; -moz-transition-duration: 0.3s; -webkit-transition-property: opacity; -webkit-transition-duration: 0.3s; -o-transition-property: opacity; -o-transition-duration: 0.3s; -ms-transition-property: opacity; -ms-transition-duration: 0.3s; -ms-transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; 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(255, 255, 255, 0.1); color: #ccc; 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; 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: .7; transition-property: opacity; transition-duration: 0.3s; -moz-transition-property: opacity; -moz-transition-duration: 0.3s; -webkit-transition-property: opacity; -webkit-transition-duration: 0.3s; -o-transition-property: opacity; -o-transition-duration: 0.3s; -ms-transition-property: opacity; -ms-transition-duration: 0.3s; -ms-transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; 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; color: #fff; text-transform: uppercase; font-size: 11px; font-weight: bold; } .videogallery.nav-outer .navigationThumb-content { font-size: 11px; background: transparent; line-height: 15px; color: inherit; } .videogallery.nav-outer .navigationThumb-content .the-title { color: inherit; } .videogallery.nav-outer .videogallery--navigation-container .navigationThumb { 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; transition-property: all; transition-duration: 0.2s; -moz-transition-property: all; -moz-transition-duration: 0.2s; -webkit-transition-property: all; -webkit-transition-duration: 0.2s; -o-transition-property: all; -o-transition-duration: 0.2s; -ms-transition-property: all; -ms-transition-duration: 0.2s; -ms-transition-timing-function: linear; -webkit-transition-timing-function: linear; -moz-transition-timing-function: linear; -o-transition-timing-function: linear; transition-timing-function: linear; opacity: 0.7; } .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; -moz-transition-property: opacity; -moz-transition-duration: 0.3s; -webkit-transition-property: opacity; -webkit-transition-duration: 0.3s; -o-transition-property: opacity; -o-transition-duration: 0.3s; -ms-transition-property: opacity; -ms-transition-duration: 0.3s; -ms-transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; } .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 .navigationThumb-content { font-size: 11px; line-height: 15px; color: #ddd; padding: 10px; overflow: hidden; white-space: normal; } .videogallery.dzsvg-loaded { opacity: 1; } /*---- thumbs ----*/ div.videogallery { word-wrap: break-word; font-size: 11px; font-size: 0.7rem; line-size: 0.8rem; } .videogallery .main-navigation.menu-bottom .navMain { border-top: 1px solid black; } .videogallery .main-navigation.menu-top .navMain { border-bottom: 1px solid black; } .videogallery .main-navigation.menu-left .navMain { border-right: 1px solid black; } .videogallery .main-navigation.menu-right .navMain { 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: 50%; } .videogallery .thumb-square { width: 90px; height: 90px; background-position: center center; background-repeat: no-repeat; background-size: cover; } .videogallery .videogallery--navigation-container .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; -moz-transition-property: opacity; -moz-transition-duration: 0.3s; -webkit-transition-property: opacity; -webkit-transition-duration: 0.3s; -o-transition-property: opacity; -o-transition-duration: 0.3s; -ms-transition-property: opacity; -ms-transition-duration: 0.3s; -ms-transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; 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 .videogallery--navigation-container .navigationThumb.active { opacity: 1; } .videogallery .videogallery--navigation-container .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: #fff; top: 50%; margin-top: -5px; } .videogallery .navigationThumb.active:before { border-right-color: #eee; top: 50%; margin-top: -6px; } .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.25; cursor: auto; } .imgfull { width: 100%; height: 100%; } .fullwidth { width: 100%; } .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; } .videogallery-con.skin-laptop .videogallery { position: absolute; left: 19%; top: 11%; } .videogallery-con.skin-laptop .thelaptopbg { position: relative; width: 100%; } /* ------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; -moz-transition-property: top, opacity, color, text-shadow; -moz-transition-duration: 0.3s; -webkit-transition-property: top, opacity, color, text-shadow; -webkit-transition-duration: 0.3s; -o-transition-property: top, opacity, color, text-shadow; -o-transition-duration: 0.3s; -ms-transition-property: top, opacity, color, text-shadow; -ms-transition-duration: 0.3s; -ms-transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; 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 .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; -moz-transition-property: transform, left, opacity, visibility; -moz-transition-duration: 0.3s; -webkit-transition-property: transform, left, opacity, visibility; -webkit-transition-duration: 0.3s; -o-transition-property: transform, left, opacity, visibility; -o-transition-duration: 0.3s; -ms-transition-property: transform, left, opacity, visibility; -ms-transition-duration: 0.3s; -ms-transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; } .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; -moz-transition-property: opacity, visibility; -moz-transition-duration: 0.3s; -webkit-transition-property: opacity, visibility; -webkit-transition-duration: 0.3s; -o-transition-property: opacity, visibility; -o-transition-duration: 0.3s; -ms-transition-property: opacity, visibility; -ms-transition-duration: 0.3s; -ms-transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; } .videogallery.mode-rotator3d .rotator3d-item div.previewImg { background-size: cover; background-position: center center; } .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.currItem .previewImg { opacity: 0; visibility: hidden; } /* ------mode wall*/ .videogallery.mode-wall { transition-property: opacity, height; transition-duration: 0.3s; -moz-transition-property: opacity, height; -moz-transition-duration: 0.3s; -webkit-transition-property: opacity, height; -webkit-transition-duration: 0.3s; -o-transition-property: opacity, height; -o-transition-duration: 0.3s; -ms-transition-property: opacity, height; -ms-transition-duration: 0.3s; -ms-transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; 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 .vgwall-item { display: inline-block; cursor: pointer; border: 0px solid #fff; background: transparent; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; margin-bottom: 10px; } .videogallery.mode-wall .vgwall-item .menuDescription { display: block; padding: 10px; color: #111111; background-color: #fafafa; box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4); 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 .the-title { font-size: 20px; margin-top: 15px; margin-bottom: 20px; color: #111111; } .videogallery.mode-wall .vgwall-item .menuDescription .the-title:after { position: relative; display: block; margin: 19px auto; border: 0; height: 2px; width: 30px; background-color: #111111; 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; -moz-transition-property: opacity, height; -moz-transition-duration: 0.3s; -webkit-transition-property: opacity, height; -webkit-transition-duration: 0.3s; -o-transition-property: opacity, height; -o-transition-duration: 0.3s; -ms-transition-property: opacity, height; -ms-transition-duration: 0.3s; -ms-transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; } .videogallery.mode-wall .embed-button { display: none; } .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; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; 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; -moz-transition-property: transform, left, opacity, visibility; -moz-transition-duration: 0.3s; -webkit-transition-property: transform, left, opacity, visibility; -webkit-transition-duration: 0.3s; -o-transition-property: transform, left, opacity, visibility; -o-transition-duration: 0.3s; -ms-transition-property: transform, left, opacity, visibility; -ms-transition-duration: 0.3s; -ms-transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; 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-con .preloader, .videogallery-fake-con .preloader { width: 50px; height: 50px; margin-left: -25px; margin-top: -25px; position: absolute; top: 50%; left: 50%; border-radius: 10px; background: rgba(255, 255, 255, 0.75) url(./img/preloader.gif) center no-repeat; opacity: 0.4; } /* preloader from http://fareco.github.io/css-loader/ */ .videogallery-con .preloader, .videogallery-fake-con .preloader.ball-pulse { background-image: none; background-color: transparent; opacity: 1; width: 74px; height: 74px; margin-left: -37px; margin-top: -37px; background-color: rgba(255, 255, 255, 0.3); border-radius: 50%; } .videogallery-con .preloader .loader, .videogallery-fake-con .preloader.ball-pulse .loader { width: 100px; height: 100px; margin-left: -45px; margin-top: -50px; position: absolute; top: 50%; left: 50%; } .videogallery-con .preloader .loader > div, .videogallery-fake-con .preloader.ball-pulse .loader > div { float: left; margin: 40% 2% 0 0; width: 4%; height: 16%; background-color: #222; -webkit-animation: wave 1s cubic-bezier(0.85, 0.25, 0.37, 0.85) infinite; animation: wave 1s cubic-bezier(0.85, 0.25, 0.37, 0.85) infinite; opacity: 0.5; } .videogallery-con .preloader .loader .line-1, .videogallery-fake-con .preloader.ball-pulse .loader .line-1 { margin-left: 30%; } .videogallery-con .preloader .loader .line-1, .videogallery-con .preloader .loader .line-5, .videogallery-fake-con .preloader.ball-pulse .loader .line-1, .videogallery-fake-con .preloader.ball-pulse .loader .line-5 { -webkit-animation-delay: .4s; animation-delay: .4s; } .videogallery-con .preloader .loader .line-2, .videogallery-con .preloader .loader .line-4, .videogallery-fake-con .preloader.ball-pulse .loader .line-2, .videogallery-fake-con .preloader.ball-pulse .loader .line-4 { -webkit-animation-delay: .2s; animation-delay: .2s; } @-webkit-keyframes wave { 0%,100% { -webkit-transform: scaleY(1); transform: scaleY(1); opacity: 0.5; } 50% { -webkit-transform: scaleY(2); transform: scaleY(2); opacity: 0.1; } } @keyframes wave { 0%,100% { -webkit-transform: scaleY(1); transform: scaleY(1); opacity: 0.5; } 50% { -webkit-transform: scaleY(2); transform: scaleY(2); opacity: 0.35; } } @keyframes rotating { from { transform: rotate(0deg); -ms-transform: rotate(0deg); -moz-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); } to { transform: rotate(360deg); -ms-transform: rotate(360deg); -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); } } @-webkit-keyframes rotating /* Safari and Chrome */ { from { transform: rotate(0deg); -ms-transform: rotate(0deg); -moz-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); } to { transform: rotate(360deg); -ms-transform: rotate(360deg); -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); } } .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; -moz-transition-property: opacity, display, visibility, transform; -moz-transition-duration: 1s; -webkit-transition-property: opacity, display, visibility, transform; -webkit-transition-duration: 1s; -o-transition-property: opacity, display, visibility, transform; -o-transition-duration: 1s; -ms-transition-property: opacity, display, visibility, transform; -ms-transition-duration: 1s; -ms-transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; 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; } .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; } .vplayer-tobe .subtitles-con-input { display: none; } .vplayer-tobe .menuDescription { display: none; } .vplayer-tobe > .videoDescription { display: none; } .vplayer-tobe > .adSource { 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%; -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 */ -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; transition-property: opacity, visibility, top, height; transition-duration: 0.3s; -moz-transition-property: opacity, visibility, top, height; -moz-transition-duration: 0.3s; -webkit-transition-property: opacity, visibility, top, height; -webkit-transition-duration: 0.3s; -o-transition-property: opacity, visibility, top, height; -o-transition-duration: 0.3s; -ms-transition-property: opacity, visibility, top, height; -ms-transition-duration: 0.3s; -ms-transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; } .vplayer * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } .vplayer > object { width: 100%; height: 100% !important; } .vplayer > video { visibility: visible; } .vplayer > 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; -moz-transition-property: opacity, visibility; -moz-transition-duration: 0.3s; -webkit-transition-property: opacity, visibility; -webkit-transition-duration: 0.3s; -o-transition-property: opacity, visibility; -o-transition-duration: 0.3s; -ms-transition-property: opacity, visibility; -ms-transition-duration: 0.3s; -ms-transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; 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: 3px; right: 80px; font-family: Helvetica,Arial,sans-serif; } .vplayer > .videoDescription { display: none; } .vplayer > .cmedia-con { position: absolute; width: 100%; height: 100%; top: 0; left: 0; } .vplayer .background { position: absolute; width: 100%; } .vplayer video { top: 0; left: 0; width: 100%; height: 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.is-playing .touch-play-btn { opacity: 0; visibility: hidden; } .vplayer, .vplayer-tobe { /******* play *********/ /******* fullscreen*********/ } .vplayer .video-overlay, .vplayer-tobe .video-overlay { position: absolute; cursor: auto; top: 0; left: 0; width: 100%; height: 100%; } .vplayer .cover-image, .vplayer-tobe .cover-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, .vplayer-tobe .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, .vplayer-tobe .cover-image .big-description .headline { font-size: 50px; font-weight: 900; } .vplayer .controls, .vplayer-tobe .controls { position: absolute; top: auto; bottom: 0; width: 100%; height: 10%; } .vplayer .cover-play-btn, .vplayer-tobe .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; -moz-transition-property: opacity; -moz-transition-duration: 0.5s; -webkit-transition-property: opacity; -webkit-transition-duration: 0.5s; -o-transition-property: opacity; -o-transition-duration: 0.5s; -ms-transition-property: opacity; -ms-transition-duration: 0.5s; -ms-transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; cursor: pointer; } .vplayer .cover-play-btn:hover, .vplayer-tobe .cover-play-btn:hover { opacity: 1; } .vplayer .hdbutton-con, .vplayer-tobe .hdbutton-con { width: 30px; height: 28px; position: absolute; right: 80px; bottom: 1px; cursor: pointer; display: none; } .vplayer .hdbutton-con .hdbutton-normal, .vplayer-tobe .hdbutton-con .hdbutton-normal { width: 100%; height: 100%; position: absolute; top: 0; left: 0; } .vplayer .hdbutton-con .hdbutton-hover, .vplayer-tobe .hdbutton-con .hdbutton-hover { width: 100%; height: 100%; position: absolute; top: 0; left: 0; opacity: 0; transition-property: opacity, visibility; transition-duration: 0.3s; -moz-transition-property: opacity, visibility; -moz-transition-duration: 0.3s; -webkit-transition-property: opacity, visibility; -webkit-transition-duration: 0.3s; -o-transition-property: opacity, visibility; -o-transition-duration: 0.3s; -ms-transition-property: opacity, visibility; -ms-transition-duration: 0.3s; -ms-transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; } .vplayer .hdbutton-con.active .hdbutton-hover, .vplayer-tobe .hdbutton-con.active .hdbutton-hover { opacity: 1; } .vplayer .hdbutton-con:hover > .hdbutton-hover, .vplayer-tobe .hdbutton-con:hover > .hdbutton-hover { opacity: 1; } .vplayer .info, .vplayer-tobe .info { /*---- info icon ----*/ left: 15px; top: 15px; width: 50px; height: 50px; } .vplayer .infoText, .vplayer-tobe .infoText { /*---- description ----*/ top: 95px; left: 30px; } .vplayer .descriptionText, .vplayer-tobe .descriptionText { background-color: #111111; color: #ffffff; padding: 10px; opacity: 0.8; } .vplayer .playcontrols, .vplayer-tobe .playcontrols { bottom: 0px; left: 0px; } .vplayer .playSimple, .vplayer-tobe .playSimple { left: 0px; bottom: 0; width: 33px; height: 28px; } .vplayer .playHover, .vplayer-tobe .playHover { left: 0px; bottom: 0; opacity: 0; width: 33px; height: 28px; transition-property: opacity; transition-duration: 0.3s; -moz-transition-property: opacity; -moz-transition-duration: 0.3s; -webkit-transition-property: opacity; -webkit-transition-duration: 0.3s; -o-transition-property: opacity; -o-transition-duration: 0.3s; -ms-transition-property: opacity; -ms-transition-duration: 0.3s; -ms-transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; } .vplayer .pauseSimple, .vplayer-tobe .pauseSimple { left: 0px; bottom: 0; width: 33px; height: 28px; visibility: hidden; } .vplayer .pauseHover, .vplayer-tobe .pauseHover { left: 0px; bottom: 0; opacity: 0; width: 33px; height: 28px; visibility: hidden; transition-property: opacity; transition-duration: 0.3s; -moz-transition-property: opacity; -moz-transition-duration: 0.3s; -webkit-transition-property: opacity; -webkit-transition-duration: 0.3s; -o-transition-property: opacity; -o-transition-duration: 0.3s; -ms-transition-property: opacity; -ms-transition-duration: 0.3s; -ms-transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; } .vplayer .volumeicon, .vplayer-tobe .volumeicon { position: absolute; bottom: 0px; left: 0px; width: 14px; height: 28px; } .vplayer .volume_static, .vplayer-tobe .volume_static { position: absolute; bottom: 2px; left: 16px; width: 26px; height: 24px; } .vplayer .volume_active, .vplayer-tobe .volume_active { bottom: 2px; left: 16px; width: 26px; height: 24px; } .vplayer .volume_cut, .vplayer-tobe .volume_cut { bottom: 5px; left: 0px; width: 14px; height: 24px; } .vplayer .fscreencontrols, .vplayer-tobe .fscreencontrols { position: absolute; cursor: pointer; bottom: 30px; right: 50px; } .vplayer .full, .vplayer-tobe .full { overflow: hidden; position: absolute; top: 2px; left: 16px; width: 33px; height: 28px; } .vplayer .fullHover, .vplayer-tobe .fullHover { overflow: hidden; position: absolute; top: 2px; left: 16px; opacity: 0; width: 33px; height: 28px; transition-property: opacity; transition-duration: 0.3s; -moz-transition-property: opacity; -moz-transition-duration: 0.3s; -webkit-transition-property: opacity; -webkit-transition-duration: 0.3s; -o-transition-property: opacity; -o-transition-duration: 0.3s; -ms-transition-property: opacity; -ms-transition-duration: 0.3s; -ms-transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; } .vplayer .controls:empty, .vplayer-tobe .controls:empty { display: none; } .vplayer .video-description .video-title, .vplayer-tobe .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.disable-volume .volumecontrols { display: none; } .vplayer:not(.skin_reborn) { /******* play *********/ /******* fullscreen*********/ } .vplayer:not(.skin_reborn) .info { background: url("img/info.png"); } .vplayer:not(.skin_reborn) .playSimple { background: url("img/play.png"); } .vplayer:not(.skin_reborn) .playHover { background: url("img/playh.png"); } .vplayer:not(.skin_reborn) .pauseSimple { background: url("img/stop.png"); } .vplayer:not(.skin_reborn) .pauseHover { background: url("img/stoph.png"); } .vplayer:not(.skin_reborn) .volumeicon { background: url("img/volumeicon.png"); } .vplayer:not(.skin_reborn) .volume_static { background: url("img/volumestatic.png"); } .vplayer:not(.skin_reborn) .volume_active { background: url("img/volumeactive.png"); } .vplayer:not(.skin_reborn) .volume_cut { background: url("img/volumecut.png"); } .vplayer:not(.skin_reborn) .full { background: url("img/full.png"); } .vplayer:not(.skin_reborn) .fullHover { background: url("img/fullh.png"); } .vplayer.is-touch .cover-image { pointer-events: none; } .vplayer.is-ad.is-touch-device.type-youtube .controls { pointer-events: none; } .vplayer.safe, .vplayer.dzsvp-loaded { opacity: 1; visibility: visible; } .vplayer.currItem { opacity: 1; } .vplayer .video-description { position: absolute; z-index: 10; max-width: 90%; } .vplayer .cover-image > .the-div-image { /*---- preview image ----*/ position: absolute; cursor: pointer; top: 0; left: 0; width: 100%; height: 100%; background-size: contain; background-position: center center; background-repeat: no-repeat; background-color: #111; } .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; z-index: 51; } .vplayer .infoText { /*---- description ----*/ position: absolute; opacity: 0; } .vplayer .playcontrols { cursor: pointer; position: absolute; } .vplayer .playSimple { position: absolute; } .vplayer .playHover { position: absolute; } .vplayer .pauseSimple { position: absolute; } .vplayer .pauseHover { 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 .audioImg { top: 0; left: 0; position: absolute; } .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; } .vplayer > .adSource { display: none; } /*=============================== /*===========estethic styling*/ .vplayer .background { height: 30px; background: #131313; bottom: 0; } .vplayer .playcontrols:hover .pauseHover, .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: transparent; border-top-color: #000000; border-width: 6px; left: 15px; margin-left: -6px; } .skipad-con { position: absolute; bottom: 25px; right: 25px; padding: 5px; z-index: 78; background-color: rgba(0, 0, 0, 0.3); } .skipad-con .skipad { background: #fafafa; color: #555; font-size: 10px; font-family: Arial, Helvetica, sans-serif; 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; padding: 5px 15px; z-index: 55; } .skipad:hover { opacity: 1; } /******* timing *********/ /******* volume *********/ .vplayer .volumecontrols { bottom: 0px; right: 80px; } .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; -moz-transition-property: visibility, opacity; -moz-transition-duration: 0.3s; -webkit-transition-property: visibility, opacity; -webkit-transition-duration: 0.3s; -o-transition-property: visibility, opacity; -o-transition-duration: 0.3s; -ms-transition-property: visibility, opacity; -ms-transition-duration: 0.3s; -ms-transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; 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; } .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; } /* -------- skin navtraparent */ .videogallery.skin_navtransparent .navMain { background: transparent; } .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 .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; -moz-transition-property: box-shadow; -moz-transition-duration: 0.3s; -webkit-transition-property: box-shadow; -webkit-transition-duration: 0.3s; -o-transition-property: box-shadow; -o-transition-duration: 0.3s; -ms-transition-property: box-shadow; -ms-transition-duration: 0.3s; -ms-transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; } .videogallery.skin_navtransparent .navigationThumb.active .thumb-round { box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.8); } .videogallery.skin_boxy .navigationThumb .navigationThumb-content { padding: 0; font-size: 0; } .videogallery.skin_boxy .navigationThumb .navigationThumb-content .big-thumb { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: center center; } .videogallery.skin_boxy .navigationThumb .navigationThumb-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; -moz-transition-property: bottom, right; -moz-transition-duration: 0.3s; -webkit-transition-property: bottom, right; -webkit-transition-duration: 0.3s; -o-transition-property: bottom, right; -o-transition-duration: 0.3s; -ms-transition-property: bottom, right; -ms-transition-duration: 0.3s; -ms-transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; } .videogallery.skin_boxy .navigationThumb:hover .navigationThumb-content .the-title, .videogallery.skin_boxy .navigationThumb.active .navigationThumb-content .the-title { bottom: 0px; } /* ===========video player - skin aurora */ .vplayer.skin_aurora .timetext { display: none; } .vplayer.skin_aurora { line-height: 1; /* --- fullscreen controls */ /******* volume *********/ } .vplayer.skin_aurora .playcontrols { transition-property: bottom, right; transition-duration: 0.5s; -moz-transition-property: bottom, right; -moz-transition-duration: 0.5s; -webkit-transition-property: bottom, right; -webkit-transition-duration: 0.5s; -o-transition-property: bottom, right; -o-transition-duration: 0.5s; -ms-transition-property: bottom, right; -ms-transition-duration: 0.5s; -ms-transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; } .vplayer.skin_aurora .playSimple, .vplayer.skin_aurora .pauseSimple { left: 8px; bottom: 6px; width: 15px; height: 15px; background-image: none; } .vplayer.skin_aurora .playSimple svg, .vplayer.skin_aurora .pauseSimple svg { height: 11px; } .vplayer.skin_aurora .playSimple path, .vplayer.skin_aurora .pauseSimple path { fill: #eee; transition-property: fill; transition-duration: 0.3s; -moz-transition-property: fill; -moz-transition-duration: 0.3s; -webkit-transition-property: fill; -webkit-transition-duration: 0.3s; -o-transition-property: fill; -o-transition-duration: 0.3s; -ms-transition-property: fill; -ms-transition-duration: 0.3s; -ms-transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; 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 .playSimple:hover path, .vplayer.skin_aurora .pauseSimple:hover path { fill: #fdd500; } .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 .scrubbar { transition-property: bottom; transition-duration: 0.5s; -moz-transition-property: bottom; -moz-transition-duration: 0.5s; -webkit-transition-property: bottom; -webkit-transition-duration: 0.5s; -o-transition-property: bottom; -o-transition-duration: 0.5s; -ms-transition-property: bottom; -ms-transition-duration: 0.5s; -ms-transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; } .vplayer.skin_aurora .scrubbar { bottom: 9px; left: 30px; } .vplayer.skin_aurora .scrub-bg { position: absolute; left: 0px; bottom: 2px; background: #3C3C3C; box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3) inset; height: 7px; } .vplayer.skin_aurora .scrub { position: absolute; left: 0px; bottom: 2px; height: 7px; overflow: hidden; background-color: #fdd500; background-image: none; } .vplayer.skin_aurora .scrub svg { position: absolute; top: 0; } .vplayer.skin_aurora .scrub svg rect { fill: #fff; opacity: 0.2; } .vplayer.skin_aurora .scrub-buffer { position: absolute; left: 0px; bottom: 2px; background: #464849; height: 7px; } .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: transparent; border-top-color: #111; border-width: 4px; left: 15px; margin-left: -4px; } .vplayer.skin_aurora .hdbutton-con { display: block; right: 80px; bottom: 8px; width: 15px; height: 11px; transition-property: bottom, right; transition-duration: 0.5s; -moz-transition-property: bottom, right; -moz-transition-duration: 0.5s; -webkit-transition-property: bottom, right; -webkit-transition-duration: 0.5s; -o-transition-property: bottom, right; -o-transition-duration: 0.5s; -ms-transition-property: bottom, right; -ms-transition-duration: 0.5s; -ms-transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; 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; transition-property: color; transition-duration: 0.5s; -moz-transition-property: color; -moz-transition-duration: 0.5s; -webkit-transition-property: color; -webkit-transition-duration: 0.5s; -o-transition-property: color; -o-transition-duration: 0.5s; -ms-transition-property: color; -ms-transition-duration: 0.5s; -ms-transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; 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: absolute; cursor: pointer; bottom: 0px; right: 00px; height: 30px; width: 30px; } .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; transition-duration: 0.3s; -moz-transition-property: fill; -moz-transition-duration: 0.3s; -webkit-transition-property: fill; -webkit-transition-duration: 0.3s; -o-transition-property: fill; -o-transition-duration: 0.3s; -ms-transition-property: fill; -ms-transition-duration: 0.3s; -ms-transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; } .vplayer.skin_aurora .volumecontrols { bottom: 8px; right: 31px; width: 43px; transition-property: bottom, right; transition-duration: 0.5s; -moz-transition-property: bottom, right; -moz-transition-duration: 0.5s; -webkit-transition-property: bottom, right; -webkit-transition-duration: 0.5s; -o-transition-property: bottom, right; -o-transition-duration: 0.5s; -ms-transition-property: bottom, right; -ms-transition-duration: 0.5s; -ms-transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; } .vplayer.skin_aurora .volumeicon { position: absolute; bottom: 0px; left: 0px; background-image: none; background-position: center center; background-repeat: no-repeat; width: 10px; height: 12px; } .vplayer.skin_aurora .volumeicon svg { position: absolute; top: 1px; height: 10px; } .vplayer.skin_aurora .volumeicon svg path { fill: #eee; transition-property: fill; transition-duration: 0.3s; -moz-transition-property: fill; -moz-transition-duration: 0.3s; -webkit-transition-property: fill; -webkit-transition-duration: 0.3s; -o-transition-property: fill; -o-transition-duration: 0.3s; -ms-transition-property: fill; -ms-transition-duration: 0.3s; -ms-transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; } .vplayer.skin_aurora .volumeicon:hover svg path { fill: #fdd500; } .vplayer.skin_aurora .volume_static { position: absolute; bottom: 3px; left: 17px; background-image: none; background-color: #464849; background-position: center center; background-repeat: repeat-x; width: 26px; height: 7px; } .vplayer.skin_aurora .volume_active { bottom: 3px; left: 17px; background-image: none; background-position: center center; background-repeat: repeat-x; width: 24px; height: 7px; 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; } .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; -moz-transition-property: opacity, visibility; -moz-transition-duration: 0.3s; -webkit-transition-property: opacity, visibility; -webkit-transition-duration: 0.3s; -o-transition-property: opacity, visibility; -o-transition-duration: 0.3s; -ms-transition-property: opacity, visibility; -ms-transition-duration: 0.3s; -ms-transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; 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: transparent; border-top-color: #000000; border-width: 6px; left: 15px; margin-left: -6px; } .vplayer.first-played .scrubBox-prog { opacity: 0.9; visibility: visible; } .vplayer.disable-volume .hdbutton-con { right: 30px; } .vplayer.skin_aurora.under-420 .controls { height: 40px; } .vplayer.skin_aurora.under-420 .controls .playcontrols { bottom: 5px; } .vplayer.skin_aurora.under-420 .controls .scrubbar { bottom: 15px; } .vplayer.skin_aurora.under-420 .controls .background { height: 100%; } .vplayer.skin_aurora.under-420 .controls .hdbutton-con { bottom: 6px; right: 88px; } .vplayer.skin_aurora.under-420 .controls .volumecontrols { right: 40px; bottom: 12px; } .vplayer.skin_aurora.under-420 .controls .fscreencontrols { width: 40px; height: 100%; } .vplayer.skin_aurora.under-420 .controls .fscreencontrols .full > svg { width: 20px; height: 20px; } .vplayer.disable-volume.under-420 .controls .hdbutton-con { right: 38px; } .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; max-width: 400px; } .dzsvg-search-field .search-icon { position: absolute; top: 10px; right: 10px; pointer-events: none; } .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 .navigationThumb { background: #555; } .videogallery.skin-pro .navigationThumb-content { padding: 5px; width: 100%; overflow: hidden; } .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; -moz-transition-property: top; -moz-transition-duration: 0.3s; -webkit-transition-property: top; -webkit-transition-duration: 0.3s; -o-transition-property: top; -o-transition-duration: 0.3s; -ms-transition-property: top; -ms-transition-duration: 0.3s; -ms-transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; 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 { text-align: left; line-height: 1; } .vplayer.skin_pro .timetext { position: relative; right: auto; bottom: auto; display: inline-block; font-size: 13px; margin-top: 16px; color: #FFFFFF; margin-left: 40px; pointer-events: none; } .vplayer.skin_pro .timetext .total-timetext { opacity: 0.5; } .vplayer.skin_pro .hdbutton-con { width: 30px; height: 21px; position: absolute; right: 80px; bottom: 0px; cursor: pointer; display: block; font-size: 11px; } .vplayer.skin_pro .hdbutton-con .hdbutton-normal { width: 100%; height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background-image: none; background-color: transparent; color: #aaaaaa; transition-property: color; transition-duration: 0.3s; -moz-transition-property: color; -moz-transition-duration: 0.3s; -webkit-transition-property: color; -webkit-transition-duration: 0.3s; -o-transition-property: color; -o-transition-duration: 0.3s; -ms-transition-property: color; -ms-transition-duration: 0.3s; -ms-transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; 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 .playcontrols { position: absolute; bottom: 1px; left: 10px; } .vplayer.skin_pro .controls { height: 37px; } .vplayer.skin_pro .controls { bottom: 0; transition-property: bottom; transition-duration: 0.3s; -moz-transition-property: bottom; -moz-transition-duration: 0.3s; -webkit-transition-property: bottom; -webkit-transition-duration: 0.3s; -o-transition-property: bottom; -o-transition-duration: 0.3s; -ms-transition-property: bottom; -ms-transition-duration: 0.3s; -ms-transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; } .vplayer.skin_pro.mouse-is-out .controls { transition-delay: 3s; -moz-transition-delay: 3s; -webkit-transition-delay: 3s; -o-transition-delay: 3s; bottom: -37px; } .no-mouse-out .vplayer.skin_pro.mouse-is-out .controls { bottom: 0; } .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; -moz-transition-property: background, border-color; -moz-transition-duration: 0.3s; -webkit-transition-property: background, border-color; -webkit-transition-duration: 0.3s; -o-transition-property: background, border-color; -o-transition-duration: 0.3s; -ms-transition-property: background, border-color; -ms-transition-duration: 0.3s; -ms-transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; } .vplayer.skin_pro .playHover { display: none; } .vplayer.skin_pro .pauseSimple { left: 0px; bottom: 5px; background: transparent; background-position: center center; background-repeat: no-repeat; width: 16px; height: 16px; } .vplayer.skin_pro .pauseSimple .pause-part-1, .vplayer.skin_pro .pauseSimple .pause-part-2 { position: absolute; left: 0; top: 0; width: 6px; height: 100%; background: #aaaaaa; transition-property: background, border-color; transition-duration: 0.3s; -moz-transition-property: background, border-color; -moz-transition-duration: 0.3s; -webkit-transition-property: background, border-color; -webkit-transition-duration: 0.3s; -o-transition-property: background, border-color; -o-transition-duration: 0.3s; -ms-transition-property: background, border-color; -ms-transition-duration: 0.3s; -ms-transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; } .vplayer.skin_pro .pauseSimple .pause-part-2 { left: auto; right: 0; } .vplayer.skin_pro .pauseHover { display: none; } .vplayer.skin_pro .playcontrols:hover .playSimple { border-left-color: #dddddd; } .vplayer.skin_pro .playcontrols:hover .pauseSimple .pause-part-1, .vplayer.skin_pro .playcontrols:hover .pauseSimple .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: 29px; 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 .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: transparent; 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: transparent; 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; -moz-transition-property: background, border-color; -moz-transition-duration: 0.3s; -webkit-transition-property: background, border-color; -webkit-transition-duration: 0.3s; -o-transition-property: background, border-color; -o-transition-duration: 0.3s; -ms-transition-property: background, border-color; -ms-transition-duration: 0.3s; -ms-transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; 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.active .hdbutton-hover { opacity: 1; } .vplayer.skin_pro .hdbutton-con:hover > .hdbutton-hover { opacity: 1; } /* ===========video player - skin_pro END */ /* ===========video player - skin_bigplay */ .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; transition-duration: 0.3s; -moz-transition-property: bottom; -moz-transition-duration: 0.3s; -webkit-transition-property: bottom; -webkit-transition-duration: 0.3s; -o-transition-property: bottom; -o-transition-duration: 0.3s; -ms-transition-property: bottom; -ms-transition-duration: 0.3s; -ms-transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; } .vplayer.skin_bigplay .playcontrols { position: absolute; bottom: auto; left: 50%; top: 50%; } .vplayer.skin_bigplay .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: #aaa; border-width: 30px; border-left-width: 60px; left: 0%; top: 0%; margin-left: -25px; margin-top: -30px; outline: 1px solid transparent; transition-property: background, border-color; transition-duration: 0.3s; -moz-transition-property: background, border-color; -moz-transition-duration: 0.3s; -webkit-transition-property: background, border-color; -webkit-transition-duration: 0.3s; -o-transition-property: background, border-color; -o-transition-duration: 0.3s; -ms-transition-property: background, border-color; -ms-transition-duration: 0.3s; -ms-transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; } .vplayer.skin_bigplay .playHover { display: none; } .vplayer.skin_bigplay .pauseSimple { left: 0px; bottom: auto; top: 1px; background: transparent; background-position: center center; background-repeat: no-repeat; width: 48px; height: 48px; margin-left: -24px; margin-top: -24px; } .vplayer.skin_bigplay .pauseSimple .pause-part-1, .vplayer.skin_bigplay .pauseSimple .pause-part-2 { position: absolute; left: 0; top: 0; width: 18px; height: 100%; background: #aaa; transition-property: background, border-color; transition-duration: 0.3s; -moz-transition-property: background, border-color; -moz-transition-duration: 0.3s; -webkit-transition-property: background, border-color; -webkit-transition-duration: 0.3s; -o-transition-property: background, border-color; -o-transition-duration: 0.3s; -ms-transition-property: background, border-color; -ms-transition-duration: 0.3s; -ms-transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; } .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.skin_bigplay .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: #333; opacity: 0.7; } .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 END */ /* ===========video player - skin_bigplay_pro */ .vplayer.skin_bigplay_pro { overflow: hidden; /******* timing *********/ /******* volume *********/ /******* fullscreen*********/ } .vplayer.skin_bigplay_pro .controls { bottom: auto; top: 0%; left: 0%; width: 100%; height: 100%; transition-property: bottom; transition-duration: 0.3s; -moz-transition-property: bottom; -moz-transition-duration: 0.3s; -webkit-transition-property: bottom; -webkit-transition-duration: 0.3s; -o-transition-property: bottom; -o-transition-duration: 0.3s; -ms-transition-property: bottom; -ms-transition-duration: 0.3s; -ms-transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; } .vplayer.skin_bigplay_pro .playcontrols { position: absolute; bottom: auto; left: 50%; top: 50%; } .vplayer.skin_bigplay_pro .playSimple { left: 50%; top: 50%; transform: translate(-50%, -50%); width: auto; height: auto; bottom: auto; background: transparent; } .vplayer.skin_bigplay_pro .playSimple path { fill: rgba(255, 255, 255, 0.5); } .vplayer.skin_bigplay_pro .playHover { display: none; } .vplayer.skin_bigplay_pro .pauseSimple { left: 0px; bottom: auto; top: 1px; background: transparent; background-position: center center; background-repeat: no-repeat; width: 48px; height: 48px; margin-left: -24px; margin-top: -24px; } .vplayer.skin_bigplay_pro .pauseSimple .pause-part-1, .vplayer.skin_bigplay_pro .pauseSimple .pause-part-2 { position: absolute; left: 0; top: 0; width: 18px; height: 100%; background: #aaa; transition-property: background, border-color; transition-duration: 0.3s; -moz-transition-property: background, border-color; -moz-transition-duration: 0.3s; -webkit-transition-property: background, border-color; -webkit-transition-duration: 0.3s; -o-transition-property: background, border-color; -o-transition-duration: 0.3s; -ms-transition-property: background, border-color; -ms-transition-duration: 0.3s; -ms-transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; } .vplayer.skin_bigplay_pro .pauseSimple .pause-part-2 { left: auto; right: 0; } .vplayer.skin_bigplay_pro .pauseHover { display: none; } .vplayer.skin_bigplay_pro .playcontrols:hover .playSimple { border-left-color: #999; } .vplayer.skin_bigplay_pro .playcontrols:hover .pauseSimple .pause-part-1, .vplayer.skin_bigplay_pro .vplayer.skin_bigplay_pro .playcontrols:hover .pauseSimple .pause-part-2 { background: #999; } .vplayer.skin_bigplay_pro .background { display: none; } .vplayer.skin_bigplay_pro .hdbutton-con { display: none; } .vplayer.skin_bigplay_pro .scrubbar { display: none; } .vplayer.skin_bigplay_pro .scrub-bg { display: none; } .vplayer.skin_bigplay_pro .scrub-buffer { display: none; } .vplayer.skin_bigplay_pro .scrub { display: none; } .vplayer.skin_bigplay_pro .timetext { display: none; } .vplayer.skin_bigplay_pro .scrubBox { display: none; } .vplayer.skin_bigplay_pro .scrubBox:after { display: none; } .vplayer.skin_bigplay_pro .scrubBox:before { display: none; } .vplayer.skin_bigplay_pro .scrubBox-prog:empty { display: none; } .vplayer.skin_bigplay_pro .scrubBox-prog { display: none; } .vplayer.skin_bigplay_pro .scrubBox-prog:after, .vplayer.skin_bigplay_pro .scrubBox-prog:before { display: none; } .vplayer.skin_bigplay_pro .scrubBox-prog:after { display: none; } .vplayer.skin_bigplay_pro .scrubBox-prog:before { display: none; } .vplayer.skin_bigplay_pro .volume_active, .vplayer.skin_bigplay_pro .volume_cut, .vplayer.skin_bigplay_pro .volume_static, .vplayer.skin_bigplay_pro .volumeicon:hover:before, .vplayer.skin_bigplay_pro .volumeicon:hover, .vplayer.skin_bigplay_pro .volumeicon:before, .vplayer.skin_bigplay_pro .volumeicon, .vplayer.skin_bigplay_pro .volumecontrols { display: none; } .vplayer.skin_bigplay_pro .fscreencontrols { display: none; } /* ===========video player - skin_bigplay END */ .vplayer.skin_noskin .controls { display: none; } .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%; } .vplayer.skin_avanti .controls { bottom: 0; height: 40px; } .vplayer.skin_avanti .controls .background { height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.8); } .vplayer.skin_avanti .controls .playcontrols { bottom: auto; left: 12px; top: 8px; } .vplayer.skin_avanti .controls .playcontrols .playSimple { background-image: url(img/skinmove_play.png); } .vplayer.skin_avanti .controls .playcontrols .playHover { background-image: url(img/skinmove_playhover.png); } .vplayer.skin_avanti .controls .playcontrols .pauseSimple { background-image: url(img/skinmove_pause.png); } .vplayer.skin_avanti .controls .playcontrols .pauseHover { background-image: url(img/skinmove_pausehover.png); } .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 { right: 20px; top: 9px; position: absolute; width: 20px; height: 20px; cursor: pointer; } .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; -moz-transition-property: opacity; -moz-transition-duration: 0.3s; -webkit-transition-property: opacity; -webkit-transition-duration: 0.3s; -o-transition-property: opacity; -o-transition-duration: 0.3s; -ms-transition-property: opacity; -ms-transition-duration: 0.3s; -ms-transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; } .vplayer.skin_avanti .controls .mutecontrols-con .btn-mute { background-image: url(img/skinmove_mute.png); } .vplayer.skin_avanti .controls .mutecontrols-con .btn-mute-hover { background-image: url(img/skinmove_mutehover.png); opacity: 0; } .vplayer.skin_avanti .controls .mutecontrols-con .btn-unmute { background-image: url(img/skinmove_unmute.png); display: none; } .vplayer.skin_avanti .controls .mutecontrols-con .btn-unmute-hover { background-image: url(img/skinmove_unmutehover.png); opacity: 0; display: none; } .vplayer.skin_avanti .controls .mutecontrols-con.active .btn-mute { display: none; } .vplayer.skin_avanti .controls .mutecontrols-con.active .btn-mute-hover { display: none; } .vplayer.skin_avanti .controls .mutecontrols-con.active .btn-unmute { display: block; } .vplayer.skin_avanti .controls .mutecontrols-con.active .btn-unmute-hover { display: block; } .vplayer.skin_avanti .controls .mutecontrols-con:hover .btn-mute-hover { opacity: 1; } .vplayer.skin_avanti .controls .mutecontrols-con:hover .btn-unmute-hover { opacity: 1; } .vplayer.skin_avanti .scrubbar { top: 18px; bottom: auto; left: 60px; height: 6px; right: auto; } .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%; } /*---- thumbs ----*/ .vplayer.skin_white .video-description { top: 10px; left: 10px; } .vplayer.skin_white .video-description .video-title { padding: 5px 8px; background: rgba(255, 255, 255, 0.5); color: #111; font-size: 16px; width: auto; } .vplayer.skin_white .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_white .background { height: 31px; background: rgba(0, 0, 0, 0.5); bottom: 10px; left: 85px; border-radius: 5px; width: calc(100% - 95px); } .vplayer.skin_white .pauseSimple { left: 0px; bottom: 0; background: rgba(0, 0, 0, 0.5) url("img/swstop.png") no-repeat center center; width: inherit; height: inherit; visibility: hidden; border-radius: 5px; } .vplayer.skin_white .pauseHover { left: 0px; bottom: 0; opacity: 0; background: rgba(0, 0, 0, 0.8) url("img/swstop.png") no-repeat center center; width: inherit; height: inherit; visibility: hidden; border-radius: 5px; } .vplayer.skin_white .info { /*---- info icon ----*/ left: 15px; top: 15px; background: url("img/info.png"); width: 50px; height: 50px; } .vplayer.skin_white .infoText { /*---- description ----*/ top: 95px; left: 30px; } .vplayer.skin_white .descriptionText { background-color: #111111; color: #ffffff; padding: 10px; opacity: 0.8; } .vplayer.skin_white .playcontrols { bottom: 10px; left: 10px; width: 67px; height: 42px; } .vplayer.skin_white .playSimple { left: 0px; bottom: 0; background: rgba(0, 0, 0, 0.5) url("img/swplay.png") no-repeat center center; width: 67px; height: 42px; border-radius: 5px; } .vplayer.skin_white .playHover { left: 0px; bottom: 0; opacity: 0; background: rgba(0, 0, 0, 0.8) url("img/swplay.png") no-repeat center center; width: inherit; height: inherit; border-radius: 5px; } .vplayer.skin_white .scrubbar { bottom: 19px; left: 95px; } .vplayer.skin_white .scrub-bg { position: absolute; left: 0px; bottom: 0px; background: #444; border: 1px solid #898f8f; height: 12px; } .vplayer.skin_white .scrub-buffer { position: absolute; left: 0px; bottom: 0px; background: #5f5f5f; border: 1px solid #898f8f; height: 12px; } .vplayer.skin_white .scrub { position: absolute; left: 0px; bottom: 1px; background: #94e5ef; height: 12px; } .vplayer.skin_white .timetext { display: none; bottom: 8px; right: 90px; font: 10px Helvetica,Arial,sans-serif; } .vplayer.skin_white .scrubBox-prog { display: none; } .vplayer.skin_white .volumecontrols { bottom: 20px; right: 47px; width: 38px; height: 12px; } .vplayer.skin_white .volumeicon { display: none; position: absolute; bottom: 0px; left: 0px; background: url("img/volumeicon.png"); width: 14px; height: 28px; } .vplayer.skin_white .volume_static { position: absolute; top: 0; left: 0; background: url("img/swvolumestatic.png"); width: 38px; height: 12px; } .vplayer.skin_white .volume_active { position: absolute; top: 0; left: 0; background: url("img/swvolumeactive.png"); width: 38px; height: 12px; } .vplayer.skin_white .volume_cut { bottom: 5px; left: 0px; background: url("img/volumecut.png"); width: 14px; height: 24px; } .vplayer.skin_white .fscreencontrols { position: absolute; cursor: pointer; bottom: 20px; right: 20px; width: 14px; height: 12px; } .vplayer.skin_white .full { overflow: hidden; position: absolute; top: 0px; left: 0px; background: url("img/swfull.png"); width: inherit; height: inherit; } .vplayer.skin_white .fullHover { overflow: hidden; position: absolute; top: 0px; left: 0px; opacity: 0; background: url("img/swfullh.png"); width: inherit; height: inherit; } .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 { transition-property: opacity; transition-duration: 0.3s; -moz-transition-property: opacity; -moz-transition-duration: 0.3s; -webkit-transition-property: opacity; -webkit-transition-duration: 0.3s; -o-transition-property: opacity; -o-transition-duration: 0.3s; -ms-transition-property: opacity; -ms-transition-duration: 0.3s; -ms-transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; } .vplayer.skin_reborn .playcontrols { bottom: 20px; left: 20px; width: 60px; height: 60px; background-color: rgba(0, 0, 0, 0.7); border-radius: 5px; transition-property: background; transition-duration: 0.3s; -moz-transition-property: background; -moz-transition-duration: 0.3s; -webkit-transition-property: background; -webkit-transition-duration: 0.3s; -o-transition-property: background; -o-transition-duration: 0.3s; -ms-transition-property: background; -ms-transition-duration: 0.3s; -ms-transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; 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; transition-duration: 0.3s; -moz-transition-property: border; -moz-transition-duration: 0.3s; -webkit-transition-property: border; -webkit-transition-duration: 0.3s; -o-transition-property: border; -o-transition-duration: 0.3s; -ms-transition-property: border; -ms-transition-duration: 0.3s; -ms-transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; } .vplayer.skin_reborn .playHover { display: none; } .vplayer.skin_reborn .pauseSimple { left: 0px; bottom: 0; width: inherit; height: inherit; visibility: hidden; 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; -moz-transition-property: background; -moz-transition-duration: 0.3s; -webkit-transition-property: background; -webkit-transition-duration: 0.3s; -o-transition-property: background; -o-transition-duration: 0.3s; -ms-transition-property: background; -ms-transition-duration: 0.3s; -ms-transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; 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; } .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; 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; width: 57px; height: 14px; -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_static { position: absolute; top: 0; left: 0; background-image: none; width: 100%; height: 100%; white-space: nowrap; } .vplayer.skin_reborn .volumecontrols .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; -moz-transition-property: opacity; -moz-transition-duration: 0.3s; -webkit-transition-property: opacity; -webkit-transition-duration: 0.3s; -o-transition-property: opacity; -o-transition-duration: 0.3s; -ms-transition-property: opacity; -ms-transition-duration: 0.3s; -ms-transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; } .vplayer.skin_reborn .volumecontrols .volume_static .volbar.active { opacity: 1; } .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.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; } /* skin_bluescrubtop END */ .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 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; -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; 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; -moz-transition-property: opacity; -moz-transition-duration: 0.3s; -webkit-transition-property: opacity; -webkit-transition-duration: 0.3s; -o-transition-property: opacity; -o-transition-duration: 0.3s; -ms-transition-property: opacity; -ms-transition-duration: 0.3s; -ms-transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; } .categories-videogallery .gallery-precon { opacity: 0; visibility: hidden; transition-property: opacity, visibility; transition-duration: 0.3s; -moz-transition-property: opacity, visibility; -moz-transition-duration: 0.3s; -webkit-transition-property: opacity, visibility; -webkit-transition-duration: 0.3s; -o-transition-property: opacity, visibility; -o-transition-duration: 0.3s; -ms-transition-property: opacity, visibility; -ms-transition-duration: 0.3s; -ms-transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; } .categories-videogallery .gallery-precon.curr-gallery { opacity: 1; visibility: visible; transition-property: opacity, visibility; transition-duration: 0.3s; -moz-transition-property: opacity, visibility; -moz-transition-duration: 0.3s; -webkit-transition-property: opacity, visibility; -webkit-transition-duration: 0.3s; -o-transition-property: opacity, visibility; -o-transition-duration: 0.3s; -ms-transition-property: opacity, visibility; -ms-transition-duration: 0.3s; -ms-transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; 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; -moz-transition-property: opacity; -moz-transition-duration: 3s; -webkit-transition-property: opacity; -webkit-transition-duration: 3s; -o-transition-property: opacity; -o-transition-duration: 3s; -ms-transition-property: opacity; -ms-transition-duration: 3s; -ms-transition-timing-function: ease-out-quart; -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); } .videogallery--navigation-outer .videogallery--navigation-outer--clip { overflow: hidden; width: 100%; height: 0; position: relative; transition-property: height; transition-duration: 0.3s; -moz-transition-property: height; -moz-transition-duration: 0.3s; -webkit-transition-property: height; -webkit-transition-duration: 0.3s; -o-transition-property: height; -o-transition-duration: 0.3s; -ms-transition-property: height; -ms-transition-duration: 0.3s; -ms-transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; 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; -moz-transition-property: all; -moz-transition-duration: 0.3s; -webkit-transition-property: all; -webkit-transition-duration: 0.3s; -o-transition-property: all; -o-transition-duration: 0.3s; -ms-transition-property: all; -ms-transition-duration: 0.3s; -ms-transition-timing-function: ease-out-quart; -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); } .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; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; 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: 120px; } .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; -moz-transition-property: opacity; -moz-transition-duration: 0.3s; -webkit-transition-property: opacity; -webkit-transition-duration: 0.3s; -o-transition-property: opacity; -o-transition-duration: 0.3s; -ms-transition-property: opacity; -ms-transition-duration: 0.3s; -ms-transition-timing-function: ease-out-quart; -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); } .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%; } .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; } .kill-vc-margin { margin-left: -20px; width: calc(100% + 40px) !important; } .dzsas-second-con { position: relative; overflow: hidden; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; padding: 10px 0; } .dzsas-second-con .dzsas-second-con--clip { position: relative; transition-property: left; transition-duration: 0.3s; -moz-transition-property: left; -moz-transition-duration: 0.3s; -webkit-transition-property: left; -webkit-transition-duration: 0.3s; -o-transition-property: left; -o-transition-duration: 0.3s; -ms-transition-property: left; -ms-transition-duration: 0.3s; -ms-transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; 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; -moz-transition-property: opacity, visibility; -moz-transition-duration: 0.3s; -webkit-transition-property: opacity, visibility; -webkit-transition-duration: 0.3s; -o-transition-property: opacity, visibility; -o-transition-duration: 0.3s; -ms-transition-property: opacity, visibility; -ms-transition-duration: 0.3s; -ms-transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; 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; -moz-transition-property: background; -moz-transition-duration: 0.3s; -webkit-transition-property: background; -webkit-transition-duration: 0.3s; -o-transition-property: background; -o-transition-duration: 0.3s; -ms-transition-property: background; -ms-transition-duration: 0.3s; -ms-transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; 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; -moz-transition-property: all; -moz-transition-duration: 0.3s; -webkit-transition-property: all; -webkit-transition-duration: 0.3s; -o-transition-property: all; -o-transition-duration: 0.3s; -ms-transition-property: all; -ms-transition-duration: 0.3s; -ms-transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; 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; } .no-transition { -moz-transition: none !important; -webkit-transition: none !important; -o-transition: color ease-in !important; transition: none !important; } .wall-close { position: fixed; top: 0; right: 75px; z-index: 50006; background-color: #111; background-color: rgba(0, 0, 0, 0.7); color: #eee; padding: 15px; box-shadow: 0 0 5px 1px rgba(255, 255, 255, 0.5); cursor: pointer; } 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; } .btn_ajax_loadmore { display: inline-block; margin-right: 5px; background: rgba(100, 100, 100, 0.8); color: #dadada; text-decoration: none; padding: 4px 10px; box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3); cursor: pointer; } .fullscale { width: 100%; height: 100%; display: block; } .bgblack { background: #111; color: #eee; } .padding20 { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 20px; } .divimg { background-position: center center; background-size: cover; } .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; } .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; } .dzsvg-error { background-color: #E8E79E; color: #111111; border: 1px solid rgba(0, 0, 0, 0.1); padding: 10px 15px; margin-bottom: 15px; } .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; -moz-transition-property: background; -moz-transition-duration: 0.3s; -webkit-transition-property: background; -webkit-transition-duration: 0.3s; -o-transition-property: background; -o-transition-duration: 0.3s; -ms-transition-property: background; -ms-transition-duration: 0.3s; -ms-transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; 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); } @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; } } .vplayer .fluidvids { width: 100%; height: 100%; padding-top: 0 !important; } /*=== themefixes */ /* == Avada */ .vplayer .fluid-width-video-wrapper { height: 100%; padding-top: 0 !important; } .vplayer > .iframe-embed { height: 100%; } /* --- Salient */ .videogallery .vplayer iframe[src] { opacity: 1; } .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%; } .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; } .with-bottom-shadow { position: relative; } .with-bottom-shadow:before { content: ""; width: 90%; height: 1px; display: block; position: absolute; left: 5%; bottom: 1px; -webkit-box-shadow: 0px 0px 15px 6px rgba(0, 0, 0, 0.65); -moz-box-shadow: 0px 0px 15px 6px rgba(0, 0, 0, 0.65); box-shadow: 0px 0px 15px 6px rgba(0, 0, 0, 0.65); } /*# sourceMappingURL=vplayer.css.map */