/*

  Template Name: Zmovo - Online Movie Video And TV Show HTML Bootstrap 4 Template.

  Theme URL:zmovo.themepul.com/

  Author: Themepul

  Author URI: http://themepul.com

  tag:film review, movie, movie database, movie series, presentation, showcase, tv show

  Version: 1.0

*/
/* Table of Content

================================================== 

1. Typography

2. Global CSS

3. Hover effect

4. Button

5. Color

6. margin 

7. padding

8. Header

   - Logo

   - Menu

   - Search

9. Slider 

10. Video play List

11. Movie Items

12. Full Width Banner 

13. Footer

14. Back To Top

15. Category Menu 

16. Breadcroumb

17. About Page

18. Team Section

19. Tailor

20. Shop Page

   - 3 Coulum Page

   - 4 Coulum Page

   - Left Side View 

   - Right Side View

   - List View Page

   - Left List View

   - Right List View

   - Single Page 

   - Left Side Single Page

   - Right Side Single Page

21. Catalog Widget

22. Pagination

23. Login Page

24. Register Page

24. Blog page

   - Left Side Blog

   - Right Side Blog

   - Single Blog Page

      - Left Side Single

      - Right Side Single

25. Contact Page

*/
/****Gobla CSS*****/
h1, h2, h3, h4, h5, h6 {
  font-size: 13pt;
}
h1 {
  color: #5acab0;
}
h2 {
  color: #82D2BF;
}
h3 {
  color: #8BE2CD;
}
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
}
a:hover {
  text-decoration: none;
  color: white;
}
html, body {
  font-family: 'Roboto';
  font-size: 14px;
  line-height: 1.7;
  width: 100%;
  height: 82vh;
  height: 100%;
  background-color: #282828;
  color: white;
  display: flex;
  flex-direction: column;
  margin: 0;
  cursor: default;
}
.zmovo-main {
  display: flex;
  flex-direction: column;
  /*min-height: 81vh;*/
}
.central-container {
  flex: 1;
  background-color: #000;
}
.font12 {
  font-size: 12pt;
}
.dark-bg {
  /*background-color: #282828;*/
  background-color: #000;
}
.dark-img {
  background-image: url(../../image/body.jpg);
}
ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ordered {
  list-style: auto;
  margin-left: 20px;
  /*padding:unset;*/
  text-align: left;
}
/*** hover effet **/ ::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background-color: #2f3946;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #5d6875;
}
.gradient, .gradient1 {
  overflow: hidden;
}
.gradient::after, .gradient1::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  /* background-color: rgba(0, 0, 0, 0.5); */
}
.gradient:hover > img, .gradient:hover > img, .gradient1:hover > img {
  transform: scale(1.2);
  transition: all 0.4s ease-in-out;
}
.gradient > img, .gradient1 > img {
  transform: scale(1);
  transition: all 0.4s ease-in-out;
}
.gradient:hover:after {
  content: "";
  background: -webkit-linear-gradient(to top, rgba(6, 15, 25, .6) 0%, rgba(29, 119, 29, 0.6) 100%);
  background: linear-gradient(to top, rgba(2, 2, 15, 0.94) 0%, rgba(0, 0, 0, 0.50) 100%);
  position: absolute;
}
.gradient1:hover:after {
  content: "";
  background: -webkit-linear-gradient(to top, rgba(2, 2, 15, 0.6) 0%, rgba(4, 15, 2, 0.33) 100%);
  background: linear-gradient(to top, rgba(2, 2, 15, 0.6) 0%, rgba(4, 15, 2, 0.33) 100%);
  position: absolute;
}
.hover03 .hover-box img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .8s ease-in-out;
  transition: .8s ease-in-out;
}
.hover03 .hover-box:hover img {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.hover12 .hover-box {
  background: linear-gradient(to top, rgb(21, 21, 22) 0%, rgb(32, 161, 197) 100%)
}
.hover12 .hover-box img {
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.hover12 .hover-box:hover img {
  opacity: .5;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
/*** button ***/
a.disabled {
  pointer-events: none;
  cursor: default;
}
a.btn.btn-radus {
  padding: 12px 42px;
  color: #fff;
  border: 3px solid #4e4e57;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  padding-bottom: 10px;
}
a.btn.btn-radus span {
  margin-left: 7px;
  color: #5acab0
}
a.btn.btn-radus:hover {
  background-color: #00b9ec;
}
a.btn.btn-radus:hover span {
  color: #fff;
}
.video-area {
  width: 73%;
  top: 90px;
  position: relative;
  padding: 0;
}
.homeVideoClaim {
  position: absolute;
  top: 150px;
  z-index: 99
}
.homeVideoClaim2 {
  position: absolute;
  top: 80vh;
  z-index: 99
}
.homeCard {
  margin: 0 30%;
  background-color: #00000088;
  color: #fff
}
.homeCard2 {
  margin: 0 10%;
  background-color: #00000088;
  color: #fff
}
.homeTitleCard {
  font-size: 3rem;
}
.homeTextCard {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
.videoThumbContainer {
  position: absolute;
  top: 75px;
  left: -375px;
  z-index: 1;
  width: 100%;
}
.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}
.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70px;
  height: 70px;
  background: #00b8ed;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70px;
  height: 70px;
  background: #00b9ec;
  border-radius: 50%;
  transition: all 200ms;
}
.video-play-button:hover:after {
  background-color: darken(#fa183d, 10%);
}
.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 20px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  margin: 9px auto;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
/*** color ***/
a {
  color: #5acab0;
}
a:hover {
  color: #808080;
}
.c1 {
  color: #5acab0;
}
.c1-bg {
  background-color: #00b9ec;
}
.c2 {
  color: #fff;
}
.c2-bg {
  background-color: #5acab0;
}
.c3 {
  color: #808080;
}
.c3 a {
  color: #808080;
}
.c3 a:hover {
  color: #5acab0;
}
.c3-bg {
  background-color: #000000;
}
.active a {
  color: #5acab0;
}
.c4 {
  color: #628890;
}
.bg-black {
  background-color: black;
}
.gradient-button {
  background-image: -webkit-linear-gradient(#5d5d5d, #4c4c4c, #3c3c3c, #2d2d2d, #1e1e1e, #1a1a1a, #161616, #121212, #181818, #1d1d1d, #222222, #282828);
  background-image: -o-linear-gradient(#5d5d5d, #4c4c4c, #3c3c3c, #2d2d2d, #1e1e1e, #1a1a1a, #161616, #121212, #181818, #1d1d1d, #222222, #282828);
  background-image: linear-gradient(#5d5d5d, #4c4c4c, #3c3c3c, #2d2d2d, #1e1e1e, #1a1a1a, #161616, #121212, #181818, #1d1d1d, #222222, #282828);
  padding: 3px 10px 3px 10px;
  border-radius: 5px;
}
.gradient-button:hover {
  color: white;
}
/*** margin padding ***/
.pt-5 {
  padding-top: 5px !important;
}
.pr-20 {
  padding-right: 20px !important;
}
.pt-50 {
  padding-top: 50px !important;
  padding-bottom: 50px;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.plr-50 {
  padding: 0 50px 0 50px !important;
  width: 100%
}
.plr-5 {
  padding: 0 5px 0 5px !important;
}
.plr-25 {
  padding: 0 25px 0 25px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mb-50 {
  margin-bottom: 50px
}
.mb-30 {
  margin-bottom: 30px
}
.mb-10 {
  margin-bottom: 10px
}
.mb-15 {
  margin-bottom: 15px
}
.mr-5px {
  margin-right: 5px;
}
.mr-10 {
  margin-right: 10px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-20 {
  margin-left: 20px;
}
.mr-20 {
  margin-right: 20px;
}
.mlr-10 {
  margin: 0 10px;
}
.mlr-20 {
  margin: 0 20px;
}
.mlr-30 {
  margin: 0 30px;
}
.mlr-40 {
  margin: 0 40px;
}
.mlr-50 {
  margin: 0 50px;
}
.hide {
  display: none;
}
.show {
  display: block;
}
a, a:hover, button, button:hover, .btn, .btn:hover, .zmovo-video-list-ply:hover .zmovo-h-btn, .zmovo-h-btn, .owl-controls .owl-nav > div:hover, .owl-controls .owl-nav > div, .ply-btns, .zmovo-slider-area .owl-prev i, .zmovo-slider-area .owl-next i, .slide4-icon-right, .slide4-icon-left, .zmovo-counter-items:hover, .zmovo-counter-items, .zmovo-counter-items:hover .zmovo-counter-text h4, .zmovo-counter-text h4, .zmovo-trailor-img .zmovo-slide-ply-btn, .zmovo-forgate-me a span:hover, .zmovo-blog-dec-contents:hover .zmovo-slide-ply-btn {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
}
.alertMessage {
  z-index: 150;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -180px;
  margin-left: -250px;
  width: 500px;
  height: 100px;
  background: #000000bb;
  text-align: center;
  border-radius: 10px;
  line-height: 100px;
  font-weight: bold;
  font-size: 20px;
}
.zmovo-header.zmovo-header3 {
  position: unset;
}
.zmovo-header-right {
  float: right;
}
/*** Hadding ***/
.zmovo-hadidng h2 span {
  font-size: 1.4vw;
  font-family: Roboto;
  position: relative;
  /*padding-left: 25px;*/
}
.playlistWidgetHeader h2 span {
  padding: 0 25px 0 25px;
  background-color: #444;
  border-radius: 5px 5px 0 0;
}
.playlistWidgetContainer {
  background-color: #444;
  padding: 5px;
  margin-top: -15px;
  border-radius: 0 5px 5px 5px;
}
.sliderTitle {
  font-size: 1.4vw;
  float: left;
}
.zmovo-hadidng h2 span:before {
  /*content: "#";
  width: 2px;
    height: 76%;
    background: #fff;
  position: absolute;
  left: 5px;
  top: 0px;
  /*color: #5acab0;*/
}
.zmovo-hadidng h2 {
  /* border-bottom: 1px solid #11111d;*/
  padding-bottom: 10px;
}
.white-bg .zmovo-hadidng h2 {
  /*    border-bottom: 1px solid #f0f0f0;*/
}
/**** header area ***/
#lang {
  border-color: #000;
  background-color: #000;
  font-family: 'Roboto Mono';
  /*font-size: 18px;*/
  max-width: 49px;
}
#menu1 {
  background-color: rgb(7, 7, 7);
  color: white;
  font-family: Roboto;
  max-height: 340px;
  overflow-y: auto;
  overflow-x: hidden;
}
#menu1 li {
  border-bottom: 1px solid #808080;
  margin-top: 5px;
  padding: 5px;
  font-size: 10px;
}
#menu1 li img {
  float: left;
}
.headerMsg {
  position: relative;
  top: -20px;
  left: 5px;
}
.navbar-nav .open .dropdown-menu.msg_list {
  width: 300px;
}
.navbar-nav .open .dropdown-menu {
  position: absolute;
  background: #fff;
  margin-top: 0;
  border: 1px solid #D9DEE4;
  -webkit-box-shadow: none;
  right: 0;
  left: auto;
  width: 220px;
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.open > .dropdown-menu {
  display: block;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  min-width: 20rem !important;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
.list-unstyled {
  padding-left: 0;
  list-style: none !important;
}
.num {
  position: absolute;
  right: 8px;
  top: -8px;
  color: #fff;
  font-family: 'Roboto Mono';
  font-size: .8em;
}
.zmovo-top-search {
  display: inline-block;
}
.zmovo-login {
  display: inline-block;
}
.zmovo-login a {
  /*    background-color: #0fb5de;*/
  color: #5acab0;
  padding: 8px;
}
.zmovo-login a span {
  margin-right: 4px;
}
.zmovo-login a:hover {
  /*    background-color: #ff7700;*/
  color: #5acab0;
}
.zmovo-ser-icon {
  height: 35px;
  width: 35px;
  text-align: center;
  padding: 5px;
  cursor: pointer;
}
.zmovo-logo a img {
  width: 60%;
}
.navigation {
  background-color: transparent;
  z-index: 9999;
  position: relative;
  display: flex;
  justify-content: center;
}
.zmovo-top-search {
  position: relative;
}
.zmovo-top-search a {
  color: #5acab0;
  padding: 10px;
}
.zmovo-top-search a:hover {
  color: #5acab0;
}
.zmovo-hidden-search {
  display: none;
}
.zmovo-hidden-search {
  position: absolute;
  right: 0;
  margin-top: 6px;
}
.zmovo-hidden-search input {
  padding: 10px;
  border: 1px solid transparent;
  width: 20em;
}
#navigation, #navigation ul, #navigation ul li, #navigation ul li a, #navigation #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 16px;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* height: 40px; */
  /*left: 8%;*/
}
#navigation > ul > li.active > a {
  color: #5acab0;
  border-bottom: 2px solid #5acab0;
}
#navigation:after, #navigation > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#navigation #menu-button {
  display: none;
}
#navigation > ul > li {
  float: left;
}
#navigation.align-center > ul {
  font-size: 0;
  text-align: center;
}
#navigation.align-center > ul > li {
  display: inline-block;
  float: none;
}
#navigation.align-center ul ul {
  text-align: left;
}
#navigation.align-right > ul > li {
  float: right;
}
#navigation > ul > li > a {
  padding: 15px 15px 15px 15px;
  font-size: 18px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  margin-right: -1px;
  /*font-family: Roboto Mono;*/
  font-family: Zen Dots;
}
#navigation > ul > li.has-sub > a {
  padding: 15px 15px 15px 15px;
}
#navigation > ul > li.has-sub > a::before {
  position: absolute;
  right: 18px;
  font-family: FontAwesome;
  content: "\f107";
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#navigation > ul > li.has-sub > a::before {
  position: absolute;
  right: 14px;
  font-family: FontAwesome;
  content: "\f107";
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  display: none;
}
#navigation ul ul li.has-sub > a::before {
  position: absolute;
  top: 20px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ffffff;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#navigation ul ul li.has-sub > a::after {
  position: absolute;
  top: 23px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ffffff;
  content: '';
}
#navigation ul ul > li.has-sub:hover > a::before {
  top: 17px;
  height: 0;
}
#navigation > ul > li > .active {
  color: #0fb5de;
}
#navigation > ul > li:hover > a {
  color: #5acab0;
}
#navigation ul ul {
  position: absolute;
  left: -9999px;
}
#navigation.align-right ul ul {
  text-align: right;
}
#navigation ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#navigation li:hover > ul {
  left: auto;
}
#navigation.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#navigation li:hover > ul > li {
  height: 44px;
}
#navigation ul ul ul {
  margin-left: 100%;
  top: 0;
}
#navigation.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#navigation ul ul li a {
  padding: 14px 15px;
  width: 220px;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  background: #080808;
  font-family: Roboto;
  text-transform: capitalize;
  height: 50px;
}
#navigation ul ul li:last-child > a, #navigation ul ul li.last-item > a {
  border-bottom: 0;
}
#navigation ul ul li:hover > a, #navigation ul ul li a:hover {
  color: #fff;
  background-color: #5acab0;
}
#navigation.small-screen {
  width: 100%;
}
#navigation.small-screen ul {
  width: 100%;
  display: none;
}
#navigation.small-screen.align-center > ul {
  text-align: left;
}
#navigation.small-screen ul > li {
  width: 100%;
  border-top: 1px solid rgba(120, 120, 120, 0.2);
}
#navigation.small-screen ul ul li, #navigation.small-screen li:hover > ul > li {
  height: auto;
}
#navigation.small-screen ul li a, #navigation.small-screen ul ul li a {
  width: 100%;
  border-bottom: 0;
}
#navigation.small-screen > ul > li {
  float: none;
}
#navigation.small-screen ul ul li a {
  padding-left: 25px;
}
#navigation.small-screen ul ul ul li a {
  padding-left: 35px;
}
#navigation.small-screen ul ul li a {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
  font-family: Roboto Mono;
}
#navigation.small-screen ul ul li:hover > a, #navigation.small-screen ul ul li.active > a {
  color: #313aaf;
}
#navigation.small-screen ul ul, #navigation.small-screen ul ul ul, #navigation.small-screen.align-right ul ul {
  position: relative;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: left;
}
#navigation.small-screen > ul > li.has-sub > a:after, #navigation.small-screen > ul > li.has-sub > a:before, #navigation.small-screen ul ul > li.has-sub > a:after, #navigation.small-screen ul ul > li.has-sub > a:before {
  display: none;
}
#navigation.small-screen #menu-button {
  display: block;
  padding: 17px;
  color: #171818;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}
#navigation.small-screen #menu-button:after {
  position: absolute;
  top: 22px;
  right: 2px;
  display: block;
  height: 8px;
  width: 20px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
}
#navigation.small-screen #menu-button:before {
  position: absolute;
  top: 16px;
  right: 2px;
  display: block;
  height: 2px;
  width: 20px;
  background: #fff;
  content: '';
}
#navigation.small-screen #menu-button.menu-opened:after {
  top: 23px;
  border: 0;
  height: 2px;
  width: 15px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#navigation.small-screen #menu-button.menu-opened:before {
  top: 23px;
  background: #fff;
  width: 15px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#navigation.small-screen .submenu-button {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 0;
  display: block;
  border-left: 1px solid rgb(255, 255, 255);
  height: 48px;
  width: 46px;
  cursor: pointer;
}
#navigation.small-screen .submenu-button.submenu-opened {
  background: #fff;
}
#navigation.small-screen ul ul .submenu-button {
  height: 35px;
  width: 35px;
  top: 8px;
}
#navigation.small-screen .submenu-button:after {
  position: absolute;
  top: 22px;
  right: 19px;
  width: 8px;
  height: 2px;
  display: block;
  background: #fff;
  content: '';
}
#navigation.small-screen ul ul .submenu-button:after {
  top: 15px;
  right: 13px;
}
#navigation.small-screen .submenu-button.submenu-opened:after {
  background: rgb(0, 0, 0);
  color: #fff;
}
#navigation.small-screen .submenu-button:before {
  position: absolute;
  top: 19px;
  right: 22px;
  display: block;
  width: 2px;
  height: 8px;
  background: #fff;
  content: '';
}
#navigation.small-screen ul ul .submenu-button:before {
  top: 12px;
  right: 16px;
}
#navigation.small-screen .submenu-button.submenu-opened:before {
  display: none;
}
#navigation.small-screen.select-list {
  padding: 5px;
}
.header-transparent {
  padding-bottom: 20px;
}
.top-bar-transparent {
  margin-bottom: 20px;
}
.header-transparent #navigation {
  margin-top: 5px;
  background-color: transparent;
}
.header-transparent #navigation > ul > li > a {
  padding: 10px 4px;
  border: transparent;
  color: #fff;
}
.header-top {
  border-bottom: 1px solid transparent;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  border-color: rgba(250, 250, 250, .2);
}
.header-transparent #navigation li a {
  color: #ffffff;
  background-color: transparent;
  border-left: transparent;
  border-right: transparent;
  padding: 14px 30px 14px 10px;
}
.header-transparent #navigation li ul li a {
  background-color: #446a73;
  padding: 18px 20px;
}
.header-transparent #navigation > ul > li.has-sub > a {
  padding-right: 30px;
}
.header-transparent #navigation li ul li a {
  border-bottom: 1px solid #375b63;
}
.header-top .top-nav ul li a {
  color: #fff;
}
.top-nav-collapse {
  background-color: rgba(18, 45, 52, .8);
}
.phone-img {
  margin-bottom: 60px;
}
.navigation_tw #navigation {
  float: left;
  padding-left: 13px;
}
.navigation_tw #navigation > ul > li > a {
  padding: 34px 25px 34px 5px;
  margin-right: 5px;
}
.navigation_tw #navigation > ul > li.has-sub > a {
  padding: 34px 25px 34px 5px;
  margin-right: 5px;
}
.menu_appontment .more-link {
  margin-top: 17px;
}
.menu_search_box input {
  border: none;
  background: transparent;
  color: #fefefe;
  opacity: 1;
  width: 50%;
  box-shadow: none;
}
.menu_search_box input:active {
  box-shadow: none;
}
.menu_search_box button {
  border: none;
  background: transparent;
  color: #fff;
}
.col-lg-3.menu_search_box {}
.menu_search_box form {
  text-align: right;
  margin-top: 30px;
  padding-right: 10px;
}
.navigation_tw {
  z-index: 999;
  position: relative;
}
.navigation_tw .menu-container {
  position: absolute;
  background: #1b1a1a;
  left: 50%;
  margin-left: -554px;
  width: 1108px;
  top: -35px;
  border-radius: 50px;
}
.navigation_tw {
  background-color: #1e1c1c;
}
.navigation_tw #navigation > ul > li > a {
  color: #fff;
}
.navigation_tw #navigation ul ul li a {
  color: #f6f0f0;
  background: #1b1a1a;
  border-top: 1px solid #272525;
  border-bottom: 1px solid #272525;
}
.navigation_tw #navigation ul ul li:hover > a, .navigation_tw #navigation ul ul li a:hover {
  color: #313aaf;
}
header.zmovo-header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.80);
  border-bottom: 1px solid rgba(2, 2, 15, 1);
  padding: 1em;
}
/*** slider ***/
.logoHeader {
  /*  margin-top: 100px; 
    width: auto;  
    height: auto; 
    position: absolute; 
    z-index: 999;*/
  width: 200px;
  height: auto;
  position: absolute;
  right: 10%;
  z-index: 999;
  bottom: 30px;
}
.logoHeader img {
  width: 60%;
}
/***  SOTTOPANCIA ***/
.sottopancia {
  width: 100%;
  height: 30%;
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0px;
  position: absolute;
  z-index: 2;
}
.zmovo-slider-contents {
  position: relative;
}
.zmovo-slide-content {
  position: absolute;
  width: 100%;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.5);
}
.zmovo-slider-premium-tag > span {
  padding: 5px 15px;
  text-transform: uppercase;
  border-radius: 4px;
  margin-right: 10px;
  float: right;
  margin-top: 15px;
}
.zmovo-slider-contetn > a {
  font-size: 24px;
  font-weight: bold;
  color: #8EC535;
  line-height: 24px;
  display: block;
  margin: 15px 0;
}
.zmovo-slide-cat ul li {
  line-height: 27px;
}
.zmovo-slide-cat ul li > span {
  font-weight: bold;
}
.zmovo-slide-cat {
  display: block;
  margin-bottom: 20px;
  width: 70%;
}
.zmovo-slide-ply-btn a {
  display: inline;
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  font-weight: bold;
}
.zmovo-slide-ply-btn a img {
  display: inline-block !important;
  width: 32px !important;
  margin-right: 10px;
}
.zmovo-slide-ply-btn {
  display: block;
}
.zmovo-slide-ply-btn a:hover, .zmovo-slider-contetn > a:hover {
  color: #8EC535;
}
.zmovo-slider-area .owl-prev i, .zmovo-slider-area .owl-next i {
  width: 60px;
  height: 60px;
  display: block;
  font-size: 50px;
  padding: 8px 5px;
  border-radius: 100%;
}
.zmovo-slider-area .owl-prev {
  position: absolute;
  top: 45%;
  font-size: 64px;
  right: 5%;
}
.zmovo-slider-area .owl-next {
  position: absolute;
  left: 5%;
  top: 45%;
}
.zmovo-slider-area .owl-prev i:hover, .zmovo-slider-area .owl-next i:hover {
  /*background-color: #00b9ec;*/
}
/**** Slider 2 ***/
.slider-2bg {
  background-image: url(../../image/slider/slidebg.jpg);
  background-size: cover;
  background-position: center;
  padding: 123px 0;
}
.slider-2bg .owl-dot {
  width: 8px;
  height: 8px;
  background: #ee7c10;
  display: inline-block;
  margin: 3px;
  border-radius: 100%;
}
.slider-2bg .owl-dot.active {
  background-color: #0fb5de;
}
.slider-2bg .owl-controls {
  text-align: center;
  position: relative;
  top: 38px;
}
.zmovo-slider-area .owl-dot {
  width: 8px;
  height: 8px;
  background-color: #ff7700;
  display: inline-block;
  margin: 3px;
  border-radius: 100%;
}
.zmovo-slider-area #slider3 .owl-controls {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.zmovo-slider-area .owl-dot.active {
  background-color: #0fb5de;
}
.slider3 .zmovo-slide-content {
  left: 10%;
}
.slider3 .zmovo-slider-contents img {
  border-radius: 7px;
}
.slider3 .zmovo-slider-contents {
  border-radius: 7px;
}
/*** slider 4 ***/
.slider4 .zmovo-slide-content {
  position: absolute;
  width: auto;
  bottom: 40px;
}
.swiper-slides {
  overflow: hidden;
}
.zmovo-slider-nev {
  position: absolute;
  top: 45%;
  z-index: 999;
  width: 100%;
}
.zmovo-slider-with-cat.slider4 {
  position: relative;
}
.slide4-icon-left, .slide4-icon-right {
  color: #fff;
  z-index: 999;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  font-size: 38px;
  cursor: pointer;
  text-align: center;
  padding: 14px 0;
  background-color: #02020f
}
.slide4-icon-left:hover, .slide4-icon-right:hover {
  background-color: #00b9ec
}
.slide4-icon-left {
  float: left;
  margin-left: -200px
}
.slide4-icon-right {
  float: right;
  margin-right: -200px
}
.slider4:hover .slide4-icon-right {
  margin-right: 0;
}
.slider4:hover .slide4-icon-left {
  margin-left: 0;
}
/*** video play list ***/
.zmovo-v-list-i-img {
  float: left;
  margin-right: 20px;
  margin-top: 8px;
}
.zmovo-v-list-i-img img {
  border-radius: 5px;
}
.zmovo-v-tag span {
  font-size: 12px;
  text-transform: capitalize;
  padding-right: 2px;
  display: block;
  /*line-height: 12px;*/
  overflow: auto;
  /* height: 37px;*/
  max-height: 95px;
}
.zmovo-v-list-content a {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  line-height: 20px;
}
.zmovo-v-list-content a:hover {
  color: #00b9ec;
}
.movie-time i {
  margin-right: 5px;
}
.movie-time {
  text-transform: capitalize;
  margin-top: 4px;
}
.zmovo-v-list-item {
  overflow: hidden;
  border: 2px solid #0e0e27;
  border-radius: 5px;
  padding: 7px 10px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.zmovo-v-list-item:hover {
  border-color: #0fb5de;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.zmovo-video-list-ply {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.zmovo-h-btn {
  opacity: 0;
}
.zmovo-video-list-ply:hover .zmovo-h-btn {
  opacity: 1
}
.arow-icon .owl-controls {
  position: absolute;
  top: -40px;
  right: 0;
}
.zmovo-video-list-items {
  position: relative;
}
.arow-icon .owl-controls .owl-nav > div {
  display: inline-block;
  margin: 7px 9px;
}
.arow-icon .owl-prev:after {
  content: "";
  width: 1px;
  height: 14px;
  /*  background: #35353f;*/
  position: absolute;
  bottom: 13px;
  margin: 0 9px;
}
.arow-icon .owl-nav div > i {
  font-size: 22px;
}
.arow-icon .owl-next {
  /*color: #5acab0;*/
}
.arow-icon .owl-controls .owl-nav > div:hover {
  color: #F9CE8E;
}
/*** movie items ***/
.ads-background {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 0;
  background-size: auto;
}
.zmovo-video-box-inner-channel {
  background-color: black;
  margin-bottom: 15px;
}
.zmovo-video-box-inner {
  background-color: black;
  border-radius: 5px;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
.zmovo-video-box-inner-mytv {
  height: 240px;
  background-color: black;
  border-radius: 5px;
  margin-bottom: 15px;
}
.zmovo-v-box-img-channel {
  position: relative;
  max-height: 108px;
}
.zmovo-v-box-img-channel img {
  position: relative;
  /*height: 125px;*/
}
.zmovo-v-box-img-mytv img {
  position: relative;
  /*height: 125px;*/
}
.zmovo-v-box-img {
  position: relative;
  /*height: 210px;*/
  background-color: black;
  border-radius: 5px;
  /* min-height: 190px; */
}
.stations-logo {
  position: relative;
  /*height: 210px;*/
  background-color: black;
  border-radius: 5px;
  min-height: 150px;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}
.zmovo-v-box-img-mytv {
  position: relative;
  height: 155px;
  background-color: black;
  border-radius: 5px;
}
.zmovo-v-box-img-mytv-dash {
  /*height: 155px;*/
  background-color: #2B2A2A;
}
.zmovo-v-box-img img {
  position: relative;
  max-height: 120px;
  object-fit: cover;
}
.zmovo-v-tag img {
  height: auto;
  float: right;
}
.v-box-content-right-channel {
  z-index: 999;
  width: 100%;
  height: 26px;
  position: relative;
  overflow: hidden;
  top: 0px;
  padding: 2px 5px 2px 5px;
  font-family: 'Roboto Condensed';
  text-transform: uppercase;
  color: #000;
}
.v-box-content-right {
  z-index: 999;
  width: 40%;
  position: absolute;
  top: 5px;
  right: 5px;
  padding-right: 5px;
}
.v-box-content-right img {
  height: auto;
}
.streams {
  font-size: 10px;
  float: right;
  text-align: right;
  line-height: 12px;
  width: 30%;
  padding-right: 5px;
}
.ply-btns img {
  height: auto;
}
.zmovo-v-box-content {
  /* position: relative;
    top: 5px;  
    height: auto;*/
  width: 100%;
  margin-top: 3px;
  padding-left: 5px;
  /*z-index: 9999;
    float: left;*/
}
.zmovo-v-box-content-channel {
  position: relative;
  top: 0px;
  width: 100%;
  height: auto;
  padding-left: 5px;
  z-index: 9999;
}
.titoloThumb {
  width: 70%;
  float: left;
}
.titoloThumb > a {
  /*color: #5acab0;*/
  font-size: 14px;
  line-height: 12px;
  display: block;
  font-weight: 600;
}
.zmovo-v-box-content > a {
  color: #5acab0;
  font-size: 10px;
  line-height: 10px;
  display: block;
  font-weight: 600;
}
.zmovo-v-tag-live-channel {
  margin-top: 18px;
  border-top: 2px solid #5acab0;
  padding-top: 5px;
}
.zmovo-v-tag {
  /*margin-top: 18px;
    border-top: 2px solid #5acab0;
    padding-top: 5px;*/
}
.zmovo-v-tag-channel {
  height: 45px;
  overflow: auto;
}
.interactionsContainer {
  position: relative;
  top: 25px;
  margin-bottom: 25px;
}
.social-interactions-thumb-channel {
  text-align: right;
  margin: 5px;
}
.margin-icon15 {
  margin-left: 15px;
}
.zmovo-v-box-content > a:hover {
  color: #00b9ec;
}
.zmovo-v-box-content .movie-time {
  display: inline-block;
  width: 70%;
  float: left;
  font-size: 13px;
  font-weight: normal;
}
.like-icon {
  display: inline-block;
  width: 30%;
  float: right;
  text-align: right;
  margin: 2px 0;
}
.like-icon a {
  color: #5acab0;
}
.like-icon a:hover {
  color: #00b9ec;
}
.zmovo-v-box-img .ply-btn {
  position: absolute;
  top: 36%;
  left: 0;
  width: 40px;
  height: 40px;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 9999;
}
.zmovo-v-box-img-channel .ply-btn {
  position: absolute;
  top: 36%;
  left: 0;
  width: 40px;
  height: 40px;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 9999;
}
.zmovo-v-box-img-mytv-dash .ply-btn {
  position: absolute;
  top: 25%;
  left: 40%;
  z-index: 999;
}
.ply-btns-channel {
  opacity: 0;
}
.ply-btns-channel img {
  height: auto;
}
.ply-btns-mytv {
  opacity: 0;
}
.ply-btns-mytv img {
  height: auto;
}
.ply-btns-mytv-dash {
  opacity: 0;
  position: relative;
  top: -150px;
  height: 250px;
  z-index: 999;
}
.ply-btns-mytv-dash img {
  height: auto;
}
.ply-btns {
  opacity: 0;
}
.zmovo-video-item-box:hover .ply-btns {
  opacity: 1;
}
.zmovo-video-item-box:hover .ply-btns-channel {
  opacity: 1;
}
.zmovo-video-item-box:hover .ply-btns-mytv {
  opacity: 1;
}
.zmovo-video-item-box:hover .ply-btns-mytv-dash {
  opacity: 1;
}
/*.video-upper-stripe-logo:hover .video-upper-stripe-logo{
    visibility:visible;
}*/
.contenitoreThumbs {
  position: relative;
}
.contenitoreThumbs:before {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#allChannelVideos {
  display: none;
}
#allChannelLive {
  display: none;
}
.video-top-stripe {
  display: block;
  position: relative;
  z-index: 10;
  top: 0px;
  width: 100%;
  height: 5px;
}
.video-upper-logo {
  display: block;
  position: absolute;
  margin: 10px;
  z-index: 10;
  top: 0px;
}
.video-upper-logo img {
  max-height: 80px;
  max-width: 80px;
}
.video-upper-stripe-logo {
  display: block;
  position: relative;
  /*padding-top: 10px;*/
  z-index: 10;
  /*bottom: 75px;*/
  bottom: 120px;
  width: 100%;
  /*height: 120px;*/
  background-color: rgba(0, 0, 0);
  margin-bottom: -10px;
}
.video-upper-stripe-logo-showreel {
  display: block;
  position: relative;
  padding-top: 10px;
  z-index: 10;
  width: 100%;
  background-color: rgba(0, 0, 0, .8);
}
.video-upper-stripe-logo a {
  padding: 10px;
}
#bannerStripe {
  display: flex;
  justify-content: space-between;
  z-index: 99;
}
.banner-img {
  max-width: 100px;
  max-height: 100px;
  margin-left: 15px;
  margin-right: 15px;
}
.ics {
  float: right;
  margin-right: 8px;
  cursor: pointer;
  font-size: 16px;
}
.video-upper-stripe-logo-settings {
  display: block;
  padding-top: 10px;
  z-index: 10;
  bottom: 120px;
  width: 100%;
  height: auto;
  line-height: 115px;
}
.banner-img-settings {
  max-width: 100px;
  max-height: 100px;
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
}
.video-upper-stripe-logo img {
  width: 100px;
  /*height: 100px;*/
}
.video-upper-stripe-scb {
  position: absolute;
  bottom: -10px;
  font-size: 10px;
}
.vjs-vplaylist {
  height: 85% !important
}
/******** TOOLBOX INTERAZIONI ******/
.toolbox.inner {
  margin-left: 5%;
  margin-right: 5%;
}
.interactions-toolbox {
  position: relative;
  /*bottom: -43px;*/
  bottom: 10px;
  /*height: 120px;*/
  width: 100%;
  background-color: rgba(0, 0, 0);
  padding: 20px;
}
/******   CHAT   ********/
.mytv-interaction {
  /*border-left: 1px solid #5acab0;*/
  margin-top: 30px;
  height: 925px;
  overflow: auto;
}
.channel-interaction {
  /* border: 1px solid #5acab0;
    margin-right: 106px;
    height: 1300px;*/
  margin-top: 30px;
  border-radius: 10px;
  background-color: #191919DD;
  overflow: auto;
  height: 93%;
  left: -5px;
  position: relative;
  top: 10px;
}
.channel-interaction-video {
  /* border: 1px solid #5acab0;
    margin-right: 106px;
    margin-top: 30px;
    border-radius: 10px;
    height: 510px;
    overflow: auto;*/
  margin-top: 30px;
  border-radius: 10px;
  background-color: #191919DD;
  overflow: auto;
  height: 93%;
  left: -10px;
  position: relative;
  top: 10px;
}
.channel-header-interaction {
  padding: 20px;
  margin-bottom: 10px;
}
.chat-username {
  vertical-align: top;
}
.chat-item {
  margin: 5px;
  position: relative;
}
.chat-item img {
  width: 50px;
  /* height: 50px;*/
  border-radius: 15px
}
.chat-time {
  vertical-align: top;
  color: #838383;
}
.chat-footer {
  width: 100%;
  text-align: right;
  padding-right: 10px;
}
/*** full width banner ***/
.zmovo-full-banner-bg {
  background-image: url(../../image/full-banner.jpg);
  background-size: cover;
  background-position: top;
  padding-top: 12%;
  padding-bottom: 3%;
}
.zmovo-full-banner-bg2 {
  background-image: url(../../image/banner3.jpg);
  background-size: cover;
  background-position: left center;
  padding: 50px 0;
}
.zmovo-fullwidht-banner .zmovo-full-banner-bg2 .zmovo-slider-contetn {
  display: inline-block;
  margin-left: 15%;
}
.zmovo-full-banner-bg .zmovo-slide-content, .zmovo-full-banner-bg2 .zmovo-slide-content {
  position: relative;
  width: auto;
  bottom: auto;
}
.zmovo-full-banner-bg .zmovo-slider-contetn > a, .zmovo-full-banner-bg2 .zmovo-slider-contetn > a {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  width: 78%;
  display: block;
  margin: 12px 0;
  margin-bottom: 4px;
}
.zmovo-fullwidht-banner h2 {
  font-size: 24px;
  font-weight: bold;
  font-family: Roboto;
  display: block;
  margin-top: 12px;
  text-transform: capitalize;
}
.zmovo-fullwidht-banner .zmovo-slider-contetn {
  display: inline-block;
}
.zmovo-fullwidht-banner .movie-time {
  text-transform: capitalize;
  margin-top: 8px;
}
.zmovo-fullwidht-banner .owl-dot {
  width: 5px;
  height: 5px;
  background: #9f0043;
  border-radius: 100%;
  margin: 5px;
}
.zmovo-full-banner-bg2 .owl-dot {
  background: #0fb5de;
}
.zmovo-fullwidht-banner .owl-dots {
  position: absolute;
  right: 0;
  top: 0;
}
.zmovo-fullwidht-banner .zmovo-full-banner-bg2 .owl-dots {
  top: 50%;
}
.zmovo-fullwidht-banner .owl-dot.active {
  background: #fff;
}
.banner-ing {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.banner-ing .zmovo-slider-premium-tag {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 999;
}
.banner-ing .zmovo-slider-premium-tag span {
  border-radius: 0;
}
.banner-ing .zmovo-slide-ply-btn {
  position: absolute;
  bottom: 0;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.zmovo-v-list-content .zmovo-v-tag span {
  color: #5acab0;
}
.zmovo-full-banner-bg .zmovo-slider-contetn a:hover {
  color: #fff;
}
.zmovo-fullwidht-banner .zmovo-v-tag span {
  color: #fff;
}
/**** Footer ***/
/*** instagram ***/
.zmoto-instagram-post {
  position: relative;
  text-align: center;
}
.zmoto-instagram-post:hover a.zmoto-instagram-icon {
  opacity: 1
}
a.zmoto-instagram-icon {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 30px;
  height: 33px;
  top: 45%;
  text-align: center;
  font-size: 21px;
  color: #00b9ec;
  z-index: 999;
  opacity: 0;
}
.zmovo-footer-area {
  background-color: #000;
  /*margin-top: auto;
  bottom: 0px;
  position: absolute;
  width: 100%;*/
}
.socialIcons {
  width: 100%;
  height: 50px;
  background: #303030;
  margin-top: 70px;
  text-align: center;
  line-height: 60px;
  position: relative;
  bottom: 0px;
}
.zmovo-footer {
  background-color: #1D1D1D;
  position: absolute;
  width: 100%;
}
.align-items-bottom {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 1em;
}
h2.zmovo-ft-widget-title {
  font-size: 18px;
  font-family: Roboto;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 30px;
}
.zmoto-ft-widget-contetn {
  text-align: left;
  font-size: 10px;
  color: #808080;
}
.zmoto-ft-widget-contetn-center {
  text-align: center;
  font-size: 10px;
  color: #808080;
}
.zmoto-ft-widget-contetn-center img {
  /*width: 20%;*/
}
.zmoto-ft-widget-contetn ul li a {
  color: #5acab0;
}
.zmoto-ft-widget-contetn ul li a:hover {
  color: #FFC773;
}
.zmoto-ft-widget-contetn ul li {
  line-height: 32px;
}
.zmovo-ft-newsletter input {
  padding: 12px;
  display: block;
  border-radius: 0;
  min-height: 41px;
  background-color: #02020f;
  border-color: transparent;
}
.zmovo-ft-newsletter {
  position: relative;
}
.zmovo-ft-newsletter button {
  position: absolute;
  right: 0;
  top: 1px;
  border: transparent;
  min-height: 39px;
  padding: 0 15px;
  cursor: pointer;
  background-color: #030316;
  border-left: 3px solid #0f0f1b;
  color: #fff;
}
.zmovo-ft-newsletter button:focus, .zmovo-ft-newsletter input:focus {
  outline: none;
  box-shadow: none;
  background-color: transparent;
  border: 1px solid transparent;
}
.zmovo-ft-social-widget ul li {
  display: inline-block;
  margin-right: 10px;
}
.zmovo-ft-social-widget ul li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: #02020f;
  padding: 5px;
  text-align: center;
  border-radius: 100%;
  font-size: 13px;
  line-height: 26px;
}
.zmovo-ft-social-widget ul li a:hover {
  background-color: #00b9ec;
  color: #fff;
}
/*** footer bottom ***/
.zmovo-ft-menu ul li {
  display: inline-block;
}
.zmovo-ft-menu ul li a {
  color: #fff;
  text-transform: capitalize;
  margin-right: 14px;
}
.zmovo-ft-menu ul li a:hover {
  color: #00b9ec;
}
.zmovo-ft-copyright {
  text-align: right;
}
.zmovo-ft-copyright a:hover {
  color: #5acab0;
}
.zmovo-footer-buttom {
  padding: 25px 0 20px 0;
  background-color: #02020f;
}
/* ---------------- back to Top ----------------------*/
.to-top:hover, .home-2 .to-top:hover {
  background: #333;
  color: #fff
}
.movie-item-content-center a:hover {
  color: #00b9ec;
}
.to-top {
  background: #fff;
  bottom: 19px;
  color: #333;
  cursor: pointer;
  font-size: 18px;
  height: 45px;
  line-height: 44px;
  overflow: hidden;
  position: fixed;
  right: 3%;
  text-align: center;
  width: 45px;
  z-index: 2147483647;
}
/**** cat menu ***/
#catmenu, #catmenu ul, #catmenu ul li, #catmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#catmenu {
  color: #ffffff;
}
#catmenu ul ul {
  display: none;
}
#catmenu > ul > li.active > ul {
  display: block;
}
.align-right {
  float: right;
}
#catmenu > ul > li > a {
  padding: 16px 22px;
  cursor: pointer;
  z-index: 2;
  font-size: 15px;
  text-decoration: none;
  color: #ffffff;
  background-color: rgba(2, 2, 15, 0.36);
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  font-size: OpenSans;
  border-bottom: 1px solid #000;
}
#catmenu > ul > li > a:hover {
  background-color: rgba(2, 2, 15, 0.74);
  color: #0fb5de;
}
#catmenu ul > li.has-sub > a:after {
  position: absolute;
  right: 26px;
  top: 19px;
  z-index: 5;
  display: block;
  height: 10px;
  width: 2px;
  background: #ffffff;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#catmenu ul > li.has-sub > a:before {
  position: absolute;
  right: 22px;
  top: 23px;
  display: block;
  width: 10px;
  height: 2px;
  background: #ffffff;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#catmenu ul > li.has-sub.open > a:after, #catmenu ul > li.has-sub.open > a:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#catmenu ul ul li a {
  padding: 14px 22px;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  text-decoration: none;
  color: #dddddd;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  border-bottom: 1px solid #000;
}
#catmenu ul ul ul li a {
  padding-left: 32px;
}
#catmenu ul ul li a:hover {
  color: #0fb5de;
}
#catmenu ul ul > li.has-sub > a:after {
  top: 16px;
  right: 26px;
  background: #dddddd;
}
#catmenu ul ul > li.has-sub > a:before {
  top: 20px;
  background: #dddddd;
}
.zmovo-widget .zmovo-v-list-item {
  padding: 15px 15px;
}
#hidden-cat span, .widget-title span {
  text-align: center;
  display: block;
  padding: 13px;
  background-color: #0fb5de;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: Roboto;
  margin-bottom: 12px;
  border-radius: 4px;
  cursor: pointer;
}
div#catmenu ul {
  border: 1px solid #000;
  border-radius: 5px;
}
.zmovo-slider-with-cat {
  margin-top: 50px;
}
.dark-img .zmovo-v-list-item {
  background-color: #02020f;
}
.dark-img .zmovo-v-list-item {
  padding: 10px 10px 14px 10px;
}
.dark-img .zmovo-hadidng h2 {
  border-bottom: 1px solid #1d1b35;
}
.dark-img .zmovo-v-list-i-img .ply-btns {
  position: absolute;
  top: 0;
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  height: 100%;
  z-index: 999;
}
.dark-img .zmovo-v-list-i-img .ply-btns a img {
  margin: 25px 16px;
  text-align: center;
  width: 35px;
  height: 35px;
  overflow: hidden;
}
.dark-img .zmovo-v-list-i-img {
  position: relative;
}
.dark-img .zmovo-v-list-item:hover .ply-btns {
  opacity: 1
}
.dark-img .zmovo-v-list-i-img:after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 0;
}
.dark-img .zmovo-v-list-item:hover .zmovo-v-list-i-img:after {
  content: "";
  background: -webkit-linear-gradient(to top, rgba(4, 4, 27, 0.94) 0%, rgba(0, 185, 236, 0.85) 100%);
  background: -moz-linear-gradient(to top, rgba(4, 4, 27, 0.94) 0%, rgba(0, 185, 236, 0.85) 100%);
  background: -ms-linear-gradient(to top, rgba(4, 4, 27, 0.94) 0%, rgba(0, 185, 236, 0.85) 100%);
  background: -o-linear-gradient(to top, rgba(4, 4, 27, 0.94) 0%, rgba(0, 185, 236, 0.85) 100%);
  background: linear-gradient(to top, rgba(4, 4, 27, 0.94) 0%, rgba(0, 185, 236, 0.85) 100%);
}
/*** home 5 ***/
.white-bg .zmovo-hadidng h2 span:after {
  background-color: #4e4e57;
}
.white-bg .zmovo-v-list-items .movie-time, .white-bg .zmovo-v-list-content a, .white-bg .owl-prev, .white-bg .zmovo-hadidng h2 {
  color: #4e4e57;
}
.white-bg a.btn.btn-radus {
  background-color: #4e4e57;
}
.white-bg .zmovo-v-list-content a:hover {
  color: #0fb5de;
}
.white-bg a.btn.btn-radus:hover {
  background-color: #0fb5de;
  border-color: transparent;
}
/*** Inner page ***/
.zmovo-breadcroumb-bg {
  background-image: url(../../image/breadcroumb.jpg);
  background-size: cover;
  background-position: center;
  padding: 11%;
}
.zmovo-breadcroumb-inner {
  position: relative;
  z-index: 99;
}
.zmovo-breadcroumb-inner h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Roboto;
}
.zmovo-breadcroumb-inner span {
  position: absolute;
  font-size: 70px;
  left: 0;
  right: 0;
  text-transform: uppercase;
  font-family: Roboto;
  font-weight: 700;
  top: -40px;
  z-index: -33;
  opacity: .2;
  color: #4a4a4a;
  letter-spacing: 4px;
}
/*** About page ***/
.zmovo-about-content h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 25px;
}
.zmovo-counter-items {
  border: 3px solid #0c0c21;
  padding: 15px 30px 20px 30px;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
}
.zmovo-counter-number span {
  color: #ffffff;
  font-size: 36px;
  font-weight: bold;
  font-family: Roboto;
}
.zmovo-counter-text h4 {
  font-size: 18px;
  font-weight: 400;
  color: #00b9ec
}
.zmovo-counter-items:hover .zmovo-counter-text h4 {
  color: #fff
}
.zmovo-counter-items:hover {
  background-color: #00b9ec;
}
/**** Team section ***/
.zmovo-team {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.zmovo-team-content {
  position: absolute;
  bottom: 16px;
  width: 100%;
  text-align: center;
  z-index: 1;
}
.zmovo-team img {
  border-radius: 5px;
}
.zmovo-team-social ul li {
  display: inline-block;
}
.zmovo-team-social ul li a {
  width: 35px;
  height: 35px;
  display: block;
  background-color: #fff;
  border-radius: 100%;
  padding: 8px;
  margin: 3px;
  color: #02020f;
}
.zmovo-team-social ul li a:hover {
  background-color: #0fb5de;
  color: #fff;
}
.zmovo-team-title a {
  font-size: 16px;
  font-weight: bold;
  line-height: 36px;
  color: #fff;
  position: relative;
  bottom: -200px;
}
.zmovo-team-title a:hover {
  color: #00b9ec
}
.zmovo-team-title h4 {
  font-size: 13px;
  text-transform: capitalize;
  line-height: 18px;
  letter-spacing: 1px;
  position: relative;
  bottom: -200px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out
}
.zmovo-team-title {
  margin-bottom: 14px;
  margin-top: 8px;
}
.tfb {
  position: relative;
  left: -200px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out
}
.zmovo-team:hover .tfb {
  position: relative;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out
}
.ttw {
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out
}
.zmovo-team:hover .ttw {
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out
}
.tin {
  position: relative;
  right: -200px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out
}
.zmovo-team:hover .tin {
  right: 0px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out
}
.zmovo-team:hover .zmovo-team-title a, .zmovo-team:hover .zmovo-team-title h4 {
  bottom: 0
}
.zmovo-team:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}
.zmovo-team:hover:after {
  background: -webkit-linear-gradient(to top, rgba(4, 4, 27, 0.97) 0%, rgba(0, 185, 236, 0.8) 100%);
  background: -moz-linear-gradient(to top, rgba(4, 4, 27, 0.97) 0%, rgba(0, 185, 236, 0.8) 100%);
  background: -ms-linear-gradient(to top, rgba(4, 4, 27, 0.97) 0%, rgba(0, 185, 236, 0.8) 100%);
  background: -o-linear-gradient(to top, rgba(4, 4, 27, 0.97) 0%, rgba(0, 185, 236, 0.8) 100%);
  background: linear-gradient(to top, rgba(4, 4, 27, 0.97) 0%, rgba(0, 185, 236, 0.8) 100%);
  z-index: 0;
}
/*** tailor page ***/
.zmovo-trailor-img {
  position: relative;
}
.zmovo-trailor-img .zmovo-slide-ply-btn {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
}
.zmovo-trailor .owl-dot {
  width: 8px;
  height: 8px;
  background-color: #750814;
  display: block;
  margin: 6px;
  border-radius: 100%;
  text-align: center;
}
.zmovo-trailor .owl-controls {
  position: absolute;
  right: 10px;
  top: 45%;
}
.zmovo-trailor .owl-dot.active {
  background-color: #0fb5de;
}
.zmovo-trailor-img:hover .zmovo-slide-ply-btn {
  opacity: 1;
}
.zmovo-trailor-img-slide {
  position: relative;
  border-radius: 5px;
}
.zmovo-trailor-img-slide span {
  position: absolute;
  left: 10px;
  top: 10px;
  background-color: #5acab0;
  padding: 3px 15px;
  border-radius: 3px;
  text-transform: uppercase;
  z-index: 999
}
.zmovo-trailor-img-slide img {
  border-radius: 5px;
}
.zmovo-trailor-img-slides .owl-dot {
  background-color: #024c14;
}
.ratting span {
  color: #ffa800;
  font-size: 16px;
}
.ratting a {
  color: #fff;
  text-transform: capitalize;
  margin-left: 9px;
  font-size: 14px;
}
.ratting {
  margin: 9px 0;
}
.dec-review-meta ul li {
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 28px;
  text-transform: capitalize;
}
.dec-review-meta ul li a {
  color: #fff;
  font-weight: normal;
  margin-left: 11px;
}
.dec-review-meta ul li a:hover, .ratting a:hover {
  color: #00b9ec;
}
.dec-review-meta ul li span {
  width: 85px;
  clear: both;
  display: inline-block;
  text-align: left;
}
.dec-review-meta ul li span label {
  text-align: right;
  float: right;
}
.share-hover > ul li > a:hover {
  background: #fff;
  color: #333;
}
.socila-fb {
  color: #4867aa
}
.socila-tw {
  color: #1da1f2
}
.socila-sk {
  color: #00aff0
}
.socila-pin {
  color: #bd081b
}
.socila-ins {
  color: #ffac4a
}
.social-links {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}
.social-links a {
  margin: 5px;
}
.social-links {
  margin-top: 8px;
}
.social-links a:hover {
  color: #00b9ec;
}
.dec-review-img img {
  border-radius: 24px;
  width: 100%;
}
.dec-review-img {
  position: relative;
}
.dec-review-img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.42);
  border-radius: 24px;
}
.details-title a {
  font-size: 24px;
  color: #0fb5de;
  line-height: 27px;
}
.details-title a:hover {
  color: #ff7700;
}
.zmovo-trailor-story {
  margin-top: 40px;
}
.zmovo-trailor-story h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: capitalize;
  font-family: Roboto;
  margin-bottom: 17px;
}
/*** Product page ***/
/*** product filter ***/
.product-filter .pagination {
  margin: 0;
  float: right;
}
.product-filter-list .nav {
  padding: 0;
}
.product-filter {
  border: 1px solid #0c0c21;
  padding: 8px 8px 14px;
  border-radius: 5px;
  display: inline-block;
  width: 100%;
}
.product-filter-list {
  padding: 10px 0;
  padding-bottom: 0;
}
.product-filter-list .nav a {
  width: 35px;
  display: inline-block;
  background: #182028;
  height: 35px;
  text-align: center;
  padding: 7px;
  border-radius: 5px;
  color: #fff;
  margin: 0 3px;
}
.product-filter-list .bootstrap-select > .dropdown-toggle {
  width: 72%;
  padding-right: 25px;
  z-index: 1;
}
.product-filter-list .nav a:hover, .product-filter-list .nav a.active {
  background: #00b9ec;
  color: #ffffff;
}
.product-filter-list .pagination-wrapper {
  text-align: right;
}
.product-filter-list .btn-default {
  color: #333;
  background-color: #182028;
  border-color: #182028;
}
.product-filter-list .bootstrap-select > .dropdown-toggle.bs-placeholder {
  color: #fff;
  background-color: #0c0c21;
  border: 1px solid transparent;
  border-radius: 5px;
}
.product-filter-list .open > .dropdown-toggle.btn-default.focus, .product-filter-list .open > .dropdown-toggle.btn-default:focus, .product-filter-list .open > .dropdown-toggle.btn-default:hover, .product-filter-list .btn-default:active:focus, .product-filter-list .btn-default.active.focus {
  color: #fff;
  background-color: #182028;
  border-color: #182028;
  outline: none !important;
}
.product-filter-list .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #00b9ec;
  outline: 0;
  box-shadow: none;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  outline-offset: 0;
  box-shadow: none;
}
.product-filter-list .short-by, .product-filter-list .pro-show {
  background: #0c0c21;
  color: #fff;
  border-radius: 2px;
}
/*** widget ***/
.widget-title i {
  margin: 0 7px;
}
.widget {
  border-radius: 5px;
  border: 1px solid #182028;
}
.more.lable0 a {
  padding: 10px 22px;
  background: #182028;
  display: block;
  color: #fff;
  font-size: 15px;
}
.widget ul > li a {
  color: #fff;
}
/**** catalog widget ***/
/**** catalog widget ***/
.priceslider input {
  display: inline-block;
  width: 61px;
  border: none;
  background: #222e3c;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 4px;
  padding: 5px 0;
  margin: 5px 3px;
  cursor: no-drop;
}
button.button.filter {
  background: #00b9ec;
  border: none;
  color: #fff;
  padding: 5px 13px;
  border-radius: 5px;
  font-weight: bold;
  text-transform: uppercase;
}
button.button.filter:hover {
  background: #222e3c;
}
div#slider-range {
  margin: 10px 6px;
  position: relative;
}
.priceslider {
  padding: 15px 12px;
}
#slider-range.ui-widget-content {
  border: 1px solid #aaaaaa;
  color: #222222;
  height: 2px;
  border: none;
  background: #222e3c;
}
#slider-range.ui-slider .ui-slider-range {
  background: #00b9ec;
  height: 1px;
  position: absolute;
}
#slider-range.ui-slider-horizontal .ui-slider-handle {
  top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border-color: #00b9ec !important;
  cursor: pointer;
  background: #00b9ec;
  z-index: 9999999999;
  position: absolute;
  right: 0;
  left: 0;
}
#slider-range.ui-slider-horizontal .ui-slider-handle:focus {
  outline: none;
  background: none;
  border-color: #00b9ec !important;
  background: #00b9ec;
}
.widget-select-area .dropdown-toggle.btn-light {
  background-color: transparent;
  color: #fff;
  border: 1px solid #212e3c;
  padding: 12px;
}
.widget-select-area a.dropdown-item {
  color: #333;
  line-height: 31px;
}
.widget-select-area a.dropdown-item:hover {
  background-color: #00b9ec;
  color: #fff;
}
/*** size area ***/
.btn-group.bootstrap-select {
  width: 100% !important;
  display: block;
}
.widget-select-area {
  padding: 0 10px;
  padding-bottom: 30px;
}
.widget span.item-title {
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
.widget-color-area {
  padding: 5px 17px;
}
.widget-color-area a.term-color, .widget .btn-group.bootstrap-select .dropdown-menu > li > a {
  color: #333;
}
span.count {
  float: right;
}
.widget p span, .widget-slide-content > a {
  color: #fff;
}
.widget .btn-group.bootstrap-select .btn-default {
  background: transparent;
  border: 1px solid #182028;
  color: #999999;
}
/*** widget item slide **/
.widget-recent-post .single-item {
  margin-bottom: 0;
}
.widget-slide .img, .widget-recent-post .img {
  float: left;
  display: inline-block;
  clear: both;
  overflow: hidden;
  padding: 0px 20px;
}
.single-item {
  overflow: hidden;
  margin-bottom: 15px;
}
.widget-slide .img, .widget-recent-post .img {
  margin-top: 20px;
}
.widget-slide a.title, .widget-recent-post a.title {
  font-size: 16px;
}
.widget-slide-content span {
  display: block;
  color: #fff;
  font-size: 14px;
}
.widget-slide-content > a:hover {
  color: #00b9ec;
}
.widget-slide-content {
  text-transform: capitalize;
  margin: 14px 0px;
}
.widget .widget-slide .owl-nav {
  position: absolute;
  top: 50px;
  right: 44px;
}
.details-page a.flat-icons {
  color: #fff;
}
.details-page a.flat-icons:hover {
  color: #00b9ec;
}
.widget-slide .owl-next {
  line-height: 21px;
}
.widget-slide .owl-nav > div {
  width: 35px;
  height: 35px;
  display: inline-block;
  background: #00b9ec;
  border-radius: 5px;
  margin: 4px;
  text-align: center;
  font-size: 0;
  color: #fff;
  padding: 6px;
}
.widget-slide .owl-nav > div:hover {
  background: #fff;
  color: #00b9ec;
}
.widget-recent-post .widget-slide-content > span {
  color: #797979;
}
.single-item .comments span {
  display: inline-block;
  color: #00b9ec;
}
.pagination > li > a, .pagination > li > span {
  color: #ffffff;
  background-color: #182028;
  margin: 0 5px;
  border-radius: 5px;
  border: none;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  color: #fff;
  background-color: #00b9ec;
  border-color: #00b9ec;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.pagination .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #00b9ec;
  border-color: #00b9ec;
}
.pagination .page-link:hover {
  z-index: 2;
  color: #ffffff;
  text-decoration: none;
  background-color: #00b9ec;
  border-color: #00b9ec;
}
.products .fade {
  display: none;
}
.products .fade.active {
  display: block;
}
.product-filter-list > div > ul > li {
  display: inline-block;
}
.product-filter-list .nav ul li.active a {
  background: #00b9ec;
}
.product-list .dec-review-dec {
  margin-top: 40px;
}
.details-title h2 a {
  color: #fff;
}
.details-title h2 a:hover {
  color: #00b9ec;
}
.peoduct-dec {
  margin-top: 17px;
  color: #fff;
}
.list-items:hover .movie-item-content-center {
  margin-top: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.list-items {
  overflow: hidden;
}
.list-items .movie-item-content-center {
  margin: 0 auto;
  position: absolute;
  top: 37%;
  bottom: auto;
  text-align: center;
  left: 0;
  right: 0;
  margin-top: -100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bootstrap-select .dropdown-item.active, .bootstrap-select .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #00b9ec;
}
.product-filter-list .dropdown-menu.show {
  z-index: 9999999;
}
.zmoto-products .zmovo-video-item-box {
  margin-bottom: 30px;
}
.zmovo-product-list .fade.in.show {
  display: block;
  opacity: 1;
}
.fade.in {
  /* display: none;*/
}
.zmovo-product-list-item:hover .ply-btns {
  opacity: 1;
}
.zmovo-product-list-item .ply-btns a {
  top: 43%;
}
/*** login page ***/
.myAengie {
  /*  left: -20px;*/
  position: relative;
  font-size: 16px;
}
#loginLayer {
  visibility: hidden;
  position: absolute;
  left: 38%;
  top: 10%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, .8);
}
.zmovo-login-input-top input {
  min-height: 32px;
  border-radius: 15px;
  border: 1px solid #fff;
  background-color: #303030;
  margin-bottom: 21px;
  color: white;
  padding: 18px;
}
.formNero {
  min-height: 32px;
  border-radius: 15px;
  border: 1px solid #fff;
  background-color: #303030;
  margin-bottom: 21px;
  color: white;
  padding: 18px;
}
.formNeroSelect {
  min-height: 40px;
  border-radius: 15px;
  border: 1px solid #fff;
  background-color: #303030;
  margin-bottom: 21px;
  color: white;
}
.fileModificato {
  min-height: 32px;
  border-radius: 15px;
  border: 1px solid #fff;
  background-color: #303030;
  margin-bottom: 21px;
  color: white;
}
.progressBarBunny {
  width: 100%;
  display: none;
}
.zmovo-login-input-top select {
  min-height: 40px;
  border-radius: 15px;
  border: 1px solid #fff;
  background-color: #303030;
  margin-bottom: 21px;
  color: white;
}
.logoLogin {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  display: block;
}
.zmovo-page-login {
  text-align: center;
  width: 100%;
  padding: 10px;
}
.zmovo-login-btns {
  text-align: center;
  margin: 22px 0;
}
a.zmovo-login-btn {
  color: #fff;
  display: inline-block;
  background: #333333;
  padding: 13px 35px;
  border-radius: 100px;
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
  border: 1px solid #fff;
}
a.zmovo-login-btn-orange {
  color: #fff;
  display: inline-block;
  background: #5acab0;
  padding: 13px 35px;
  border-radius: 100px;
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
  border: 1px solid #fff;
}
a.zmovo-login-btn:hover {
  background-color: #5acab0;
}
a.zmovo-login-btn-orange:hover {
  background-color: #333333;
}
.zmovo-add-btns {
  text-align: right;
  margin: 22px 0;
}
a.zmovo-add-btn {
  color: #fff;
  display: inline-block;
  background: #333333;
  padding: 10px 35px;
  border-radius: 100px;
  text-transform: uppercase;
  font-weight: bold;
  /*width: 100%;*/
  border: 1px solid #fff;
  text-align: center;
}
a.zmovo-add-btn:hover {
  background-color: #91D72A;
}
.hiddenLayer {
  width: 100%;
  padding: 10px;
  /*height: 50px;*/
  background-color: #080808;
  display: none;
  color: #fff;
  position: relative;
  top: -15px;
  border-radius: 10px;
}
.zmovo-remember-me {
  /*display: inline-block;*/
}
.zmovo-forgate-me {
  /* display: inline-block;
    float: right;*/
}
.zmovo-remember-me label {
  position: relative;
  top: -2px;
}
.zmovo-forgate-me a {
  color: #fff;
}
.zmovo-forgate-me a span {
  color: #f67909;
}
.zmovo-login-input-top input:focus {
  /*    box-shadow: none;
    background-color: #FFFFFFDD;
    color: #000;*/
  border-color: "#5acab0";
}
.formTags {
  border-style: solid;
  border-width: 1px;
  background-color: #444 !important;
  border-radius: 30px !important;
  border: none !important;
  overflow: hidden;
  height: 49px;
  font-style: italic;
  color: lightgrey !important;
}
.form-control:focus {
  border-color: #303030;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px rgba(255, 92, 0, 0.6);
}
.zmovo-forgate-me a span:hover {
  color: #cccccc;
}
li.log-fb a {
  background-color: #4367af;
}
li.log-goo a {
  background-color: #e45446;
}
li.log-goo a:hover {
  background-color: #d73c2d;
}
li.log-fb a:hover {
  background-color: #365ba3;
}
/*** blog page ***/
.zmovo-blog-date a {
  color: #fff;
  text-transform: capitalize;
  display: inline-block;
  width: 100%;
}
.zmovo-blog-date a span {
  margin-right: 5px;
}
.zmovo-blog-date {
  display: inline-block;
}
.zmovo-b-title a {
  font-size: 25px;
  font-weight: bold;
  display: block;
  margin: 10px 0;
  color: #0fb5de;
}
.zmovo-b-title a:hover {
  color: #f27a0c;
}
.zmovo-blog-meta ul {
  display: inline-block;
}
.zmovo-blog-meta ul li {
  display: inline-block;
}
.zmovo-blog-meta ul li a {
  color: #fff;
  margin: 5px;
}
.zmovo-blog-meta ul li a span {
  margin-right: 5px;
}
.zmovo-blog-meta {
  margin-top: 10px;
}
.zmovo-blog-meta ul li a:hover {
  color: #0fb5de;
}
.zmovo-blog-meta ul li.postby a {
  color: #0fb5de;
}
.zmovo-blog-meta ul li.postby a:hover {
  color: #f87906;
}
.zmovo-blog-social-share {
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  top: 7px;
  margin-left: 6px;
}
.zmovo-blog-share-icon > ul.zmovo-b-social-icons {
  background: #0fb5de;
  padding: 0 4px;
  border-radius: 5px;
  margin-left: 12px;
  margin-left: -200px;
  -webkit-transition: all 0.4s cubic-bezier(1, 0.15, 0, 0.88);
  -moz-transition: all 0.4s cubic-bezier(1, 0.15, 0, 0.88);
  -ms-transition: all 0.4s cubic-bezier(1, 0.15, 0, 0.88);
  -o-transition: all 0.4s cubic-bezier(1, 0.15, 0, 0.88);
  transition: all 0.4s cubic-bezier(1, 0.15, 0, 0.88)
}
.zmovo-blog-share-icon ul li a {
  color: #02020f;
}
.zmovo-blog-share-icon ul li a:hover {
  color: white;
}
.zmovo-blog-share-icon:hover .zmovo-b-social-icons {
  margin-left: 0;
}
.zmovo-blog-dec-contents .zmovo-slider-premium-tag {
  position: absolute;
  top: 15px;
  left: 15px;
}
.zmovo-blog-dec-contents .zmovo-slider-premium-tag {
  position: absolute;
  top: 15px;
  left: 15px;
}
.zmovo-blog-dec-contents .zmovo-slide-ply-btn {
  position: absolute;
  left: 0;
  top: 44%;
  right: 0;
  text-align: center;
}
.zmovo-blog-dec-contents .zmovo-slider-premium-tag {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 999999;
}
.zmovo-blog-dec-contents .zmovo-slide-ply-btn {
  position: absolute;
  left: 0;
  top: 29%;
  right: 0;
  text-align: center;
  z-index: 9999;
  opacity: 0
}
.zmovo-blog-dec-contents:hover .zmovo-slide-ply-btn {
  opacity: 1;
}
.zmovo-blog-dec-contents .zmovo-slide-content {
  left: 5%;
  bottom: 5%;
  z-index: 9999;
}
.zmovo-blog-dec-contents .zmovo-slider-area #slider3 .owl-controls {
  position: absolute;
  right: 0;
  top: 42%;
  width: auto;
}
.zmovo-blog-dec-contents .zmovo-slider-area .owl-dot {
  display: block;
  margin: 6px;
}
.zmovo-blog-d-p {
  margin: 15px 0;
}
.zmovo-blog-dec-content h2 {
  font-size: 32px;
  font-weight: bold;
  font-family: Roboto;
}
.zmovo-blog-dec-content .social-links {
  border-top: 1px solid #224;
  margin-top: 30px;
  padding-top: 15px;
}
/*** comment form ***/
.comment-reply a {
  margin: 15px;
}
.comment-img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
  overflow: hidden;
  float: left;
  clear: both;
  margin-right: 16px;
  margin-left: -43px;
}
.comment-img img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  float: left;
}
.comment-content {
  display: block;
  overflow: hidden;
  color: #fff;
}
.comment-body {
  border: 1px solid #0c0c21;
  padding: 30px 30px;
  background: #0c0c21;
  border-radius: 10px;
  padding-left: 0;
  padding-bottom: 19px;
}
.blog-details-reply-box {
  display: inline-block;
}
.comment-time {
  display: inline-block;
  margin-right: 0;
  color: #b9b9b9;
  text-transform: capitalize;
}
.comment-reply {
  display: inline-block;
}
.comment-reply a {
  margin: 4px;
  text-transform: capitalize;
}
h3.comment-title {
  font-size: 15px;
  text-transform: capitalize;
  font-weight: bold;
}
.comment-content > p {
  margin: 9px 0;
  font-weight: 600;
}
.comment-time:before {
  content: "\f017";
  font-family: fontawesome;
  margin-right: 5px;
}
p.bookbark {
  background: #13be13;
  padding: 50px;
  font-size: 23px;
  line-height: 38px;
  margin: 30px 0;
  border-radius: 5px;
}
a.Repost:before {
  content: "\f112";
  font-family: fontawesome;
  margin: 6px;
}
a.reply:before {
  content: "\f122";
  font-family: fontawesome;
  margin: 5px;
}
.comment-reply a:hover {
  color: #0fb5de;
}
.comment-reply a {
  color: #b9b9b9;
}
.comment-area > h2 {
  font-size: 18px;
  font-weight: bold;
  text-transform: capitalize;
  font-family: Roboto;
}
.comment-respond > h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
  display: block;
  padding-bottom: 13px;
  text-decoration: underline;
}
.comment-respond a.btn.btn-buttons {
  padding: 10px;
  background-color: #0fb5de;
  color: #fff;
  text-transform: capitalize;
  border-radius: 5px;
  margin-top: 20px;
}
li.single-comment {
  margin: 40px;
}
ol.comment-list-reply {
  margin-left: 95px;
}
.respons-box label {
  color: #fff;
  font-weight: normal;
}
.respons-box .form-control {
  border: 1px solid #191939;
  background-color: #02020f;
}
a.btn.btn-buttons:hover {
  background-color: #ffa700;
}
.respons-box .form-control:focus {
  outline: none;
  box-shadow: none;
}
.zmovo-blog-contents .zmovo-v-list-content {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zmovo-blog-contents .zmovo-v-list-content > p {
  text-overflow: ellipsis;
  overflow: hidden;
}
/*** contact ***/
#map {
  width: 100%;
  height: 558px;
}
h5.contact-widget-title span {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 24px;
  position: relative;
  padding-bottom: 2px;
  margin-bottom: 20px;
}
h5.contact-widget-title span:after {
  content: "";
  height: 1px;
  left: 0;
  bottom: 0;
}
h5.contact-widget-title.no-margin {
  margin-bottom: 22px;
}
.contact-widget .textwidget > p {
  margin-bottom: 14px;
}
.contact-widget .textwidget ul li label {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid #1f1f2f;
  text-align: center;
  padding: 3px;
  margin-right: 10px;
  color: #0fb5de;
}
.contact-widget .textwidget ul li {
  margin-bottom: 7px;
}
.contact-widget .textwidget a {
  color: #0fb5de;
}
.contact-widget .textwidget a:hover {
  color: #fa7805;
}
/*** VIDEO  ***/
#mainVideo {
  width: 100%;
}
/**** ITEMS *****/
.itemChannel {
  width: 200px;
  float: left;
  margin-right: 10px;
  margin-bottom: 30px;
}
/******* CONTENTS **********/
.contents-thumbs-box {
  width: 20%;
  float: left;
  margin: 5px;
}
.contents-thumbs-box::after {
  content: "";
  clear: both;
  display: table;
}
.formHeader {
  border-radius: 30px;
  line-height: 9px;
  height: 25px;
  width: 222px;
}
.transpBtn {
  border: 0;
  background-color: transparent;
}
.img-contents {
  height: 210px;
}
/*** Loader ***/
.boxes {
  --size: 32px;
  --duration: 800ms;
  height: calc(var(--size) * 2);
  width: calc(var(--size) * 3);
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  margin-top: calc(var(--size) * 1.5 * -1);
  -webkit-transform: rotateX(60deg) rotateZ(45deg) rotateY(0deg) translateZ(0px);
  transform: rotateX(60deg) rotateZ(45deg) rotateY(0deg) translateZ(0px);
}
.boxes .box {
  width: var(--size);
  height: var(--size);
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.boxes .box:nth-child(1) {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-animation: box1 var(--duration) linear infinite;
  animation: box1 var(--duration) linear infinite;
}
.boxes .box:nth-child(2) {
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-animation: box2 var(--duration) linear infinite;
  animation: box2 var(--duration) linear infinite;
}
.boxes .box:nth-child(3) {
  -webkit-transform: translate(100%, 100%);
  transform: translate(100%, 100%);
  -webkit-animation: box3 var(--duration) linear infinite;
  animation: box3 var(--duration) linear infinite;
}
.boxes .box:nth-child(4) {
  -webkit-transform: translate(200%, 0);
  transform: translate(200%, 0);
  -webkit-animation: box4 var(--duration) linear infinite;
  animation: box4 var(--duration) linear infinite;
}
.boxes .box > div {
  --background: #bf610d;
  --top: auto;
  --right: auto;
  --bottom: auto;
  --left: auto;
  --translateZ: calc(var(--size) / 2);
  --rotateY: 0deg;
  --rotateX: 0deg;
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--background);
  top: var(--top);
  right: var(--right);
  bottom: var(--bottom);
  left: var(--left);
  -webkit-transform: rotateY(var(--rotateY)) rotateX(var(--rotateX)) translateZ(var(--translateZ));
  transform: rotateY(var(--rotateY)) rotateX(var(--rotateX)) translateZ(var(--translateZ));
}
.boxes .box > div:nth-child(1) {
  --top: 0;
  --left: 0;
}
.boxes .box > div:nth-child(2) {
  --background: #904b11;
  --right: 0;
  --rotateY: 90deg;
}
.boxes .box > div:nth-child(3) {
  --background: #b55908;
  --rotateX: -90deg;
}
.boxes .box > div:nth-child(4) {
  --background: #DBE3F4;
  --top: 0;
  --left: 0;
  --translateZ: calc(var(--size) * 3 * -1);
}
.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #5acab0;
  border-color: #5acab0 transparent #5acab0 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.lds-circle {
  display: inline-block;
  transform: translateZ(1px);
}
.lds-circle > div {
  display: inline-block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  background: #5acab0;
  animation: lds-circle 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
@keyframes lds-circle {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(1800deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  100% {
    transform: rotateY(3600deg);
  }
}
.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
:root {
  --orange: #fa9100;
  --bordeaux: #bb3e60;
  --green: #8EC535;
  --yellow: #feb60a;
  --red: #ff0062;
  --blue: #00dbf9;
  --violet: #da00f7;
  --white: #ffffff;
  --green1: #5acab0;
  --green2: #72ccb7;
  --green3: #87ccbc;
  --green4: #a3ccc2;
}
/*
	body {
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	background-color: #1a1940;
  background-image: linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,153,212,0) calc(15% + 100px), rgba(0,99,138,0) calc(85% + 100px), rgba(0,0,0,0.15) 100%);
}*/
element.container-preloader {
  display: flex;
  justify-content: center;
  align-items: center;
}
element > element {
  width: 3vw;
  height: 3vw;
  border-radius: 100%;
  margin: 2vw;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  animation: bounce 1.5s 0.5s linear infinite;
}
element-login.container-preloader {
  display: flex;
  justify-content: center;
  align-items: center;
}
element-login > element-login {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin: 25px;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  animation: bounce 1.5s 0.5s linear infinite;
}
.green1 {
  background-color: var(--green1);
}
.green2 {
  background-color: var(--green2);
  animation-delay: 0.1s;
}
.green3 {
  background-color: var(--green3);
  animation-delay: 0.2s;
}
.green4 {
  background-color: var(--green4);
  animation-delay: 0.3s;
}
.yellow {
  background-color: var(--yellow);
  animation-delay: 0.3s;
}
.gold {
  background-color: var(--yellow);
  animation-delay: 0.3s;
  filter: hue-rotate(12deg);
}
.orangeColor {
  color: var(--orange);
}
.orange {
  background-color: var(--orange);
}
.green {
  background-color: var(--green);
  animation-delay: 0.1s;
}
.bordeaux {
  background-color: var(--bordeaux);
  animation-delay: 0.2s;
}
.red {
  background-color: var(--red);
  animation-delay: 0.1s;
}
.blue {
  background-color: var(--blue);
  animation-delay: 0.2s;
}
.violet {
  background-color: var(--violet);
  animation-delay: 0.3s;
}
@keyframes bounce {
  0%, 50%, 100% {
    transform: scale(1);
    filter: blur(0px);
  }
  25% {
    transform: scale(0.6);
    filter: blur(3px);
  }
  75% {
    filter: blur(3px);
    transform: scale(1.4);
  }
}
.loading-preloader {
  display: flex;
  width: 150px;
}
.loading-preloader-inner {
  display: flex;
  width: 50%;
}
.zmovo-preloader {
  min-height: 100vh;
  color: #ADAFB6;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F9FBFF;
  position: fixed;
  z-index: 1999999999;
  width: 100%;
  background-color: #10120F;
}
.zmovo-preloader-inner {
  min-height: 100vh;
  color: #ADAFB6;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F9FBFF;
  position: fixed;
  z-index: 1999999999;
  width: 100%;
  background-color: #10120F00;
}
/****************    CHANNELS   *************/
.logoStations {
  max-height: 85px;
  max-width: 135px;
}
.rowGeneral {
  padding: 10px;
  /*border: 1px solid orange;*/
  border-bottom-right-radius: 25px;
  margin-bottom: 15px;
  background-color: #191919;
  height: 105px;
}
.rowInfoUp {
  width: 33%;
  float: left;
}
.rowInfoDown {
  width: 50%;
  float: left;
  position: relative;
  text-align: center;
  display: block;
  bottom: 19px;
  color: #5acab0;
  padding-top: 2px;
  cursor: pointer;
}
.rowInfoDown-orange {
  color: black;
  background-color: #5acab0;
}
.rowInfoDown-waiting {
  background-color: #606060;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px;
}
.rowInfoDown-first {
  -webkit-border-top-left-radius: 100px;
  -moz-border-radius-topleft: 100px;
  border-top-left-radius: 100px;
}
.rowInfoDown-last {
  -webkit-border-bottom-right-radius: 100px;
  -moz-border-radius-bottomright: 100px;
  border-bottom-right-radius: 100px;
}
.rowInfoDown img {
  margin-right: .2em;
}
.argument {
  color: white;
  text-transform: capitalize;
}
.upperRightChannelRow {
  width: 100%;
  height: 35px;
  /*padding-top: 10px;*/
  margin-top: -10px;
  /*right: -50px;*/
  color: #5acab0;
  position: relative;
}
.upperChannelRow {
  width: 100%;
  height: 35px;
  padding-top: 10px;
  color: #5acab0;
  position: relative;
}
.bottomChannelRow {
  width: 100%;
  height: 65px;
  overflow: auto;
}
.bottomRightChannelRow {
  width: 100%;
  height: 25px;
  position: relative;
  bottom: -36px;
  right: -10px;
  -webkit-border-top-left-radius: 100px;
  -moz-border-radius-topleft: 100px;
  border-top-left-radius: 100px;
  -webkit-border-bottom-right-radius: 100px;
  -moz-border-radius-bottomright: 100px;
  border-bottom-right-radius: 100px;
}
.contenitoreRighe:after {
  content: "";
  display: table;
  clear: both;
}
.zmoto-inner-page {
  margin-top: 70px;
}
.btnJoin {
  background: #5acab0;
  height: 30px;
  border-radius: 0;
  border: unset;
  border-top-left-radius: 30px;
  width: 100%;
  padding: 0;
}
.btnWatch {
  background: #5acab0;
  height: 30px;
  border-radius: 0;
  border: unset;
  border-bottom-right-radius: 20px;
  width: 100%;
  padding: 0;
}
/************** FINE CHANNELS ********/
/*********** MYTV ********/
.quicklink-dashboard {
  width: 70px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 5px;
  background-color: #000;
  border-radius: 5px;
}
.jCProgress {
  position: absolute;
  z-index: 99;
  /*  margin-top:-15px; /* offset from the center */
}
.jCProgress > div.percent {
  font: 18px/27px 'Roboto Condensed', Arial, sans-serif;
  color: #ebebeb;
  text-shadow: 1px 1px 1px #1f1f1f;
  position: absolute;
  margin-top: 40px;
  margin-left: 19px;
  text-align: center;
  width: 60px;
}
.percento {
  position: relative;
  color: white;
  left: 5px;
  top: 42px;
}
.diskspace {
  position: relative;
  left: 23px;
  top: 25px;
  color: #628890;
}
.free {
  position: relative;
  left: -33px;
  top: 64px;
  color: #628890;
}
.usedspace {
  display: block;
  position: relative;
  left: 121px;
  top: 27px;
  color: #628890;
}
.usedspace-values {
  position: relative;
  left: 120px;
  top: 30px;
  color: #628890;
}
.underWidget {
  position: relative;
  /* top: 80px;*/
}
.itemWidget {
  border: 1px solid #628890;
  border-radius: 5px;
  color: #628890;
  margin-bottom: 5px;
  padding: 10px;
  width: 100%;
}
.itemWidget-button-video {
  border: 1px solid #628890;
  border-radius: 5px;
  color: #628890;
  margin-right: 5px;
}
/*********** FINE MYTV ********/
@-webkit-keyframes box1 {
  0%, 50% {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  100% {
    -webkit-transform: translate(200%, 0);
    transform: translate(200%, 0);
  }
}
@keyframes box1 {
  0%, 50% {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  100% {
    -webkit-transform: translate(200%, 0);
    transform: translate(200%, 0);
  }
}
@-webkit-keyframes box2 {
  0% {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}
@keyframes box2 {
  0% {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}
@-webkit-keyframes box3 {
  0%, 50% {
    -webkit-transform: translate(100%, 100%);
    transform: translate(100%, 100%);
  }
  100% {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
}
@keyframes box3 {
  0%, 50% {
    -webkit-transform: translate(100%, 100%);
    transform: translate(100%, 100%);
  }
  100% {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
}
@-webkit-keyframes box4 {
  0% {
    -webkit-transform: translate(200%, 0);
    transform: translate(200%, 0);
  }
  50% {
    -webkit-transform: translate(200%, 100%);
    transform: translate(200%, 100%);
  }
  100% {
    -webkit-transform: translate(100%, 100%);
    transform: translate(100%, 100%);
  }
}
@keyframes box4 {
  0% {
    -webkit-transform: translate(200%, 0);
    transform: translate(200%, 0);
  }
  50% {
    -webkit-transform: translate(200%, 100%);
    transform: translate(200%, 100%);
  }
  100% {
    -webkit-transform: translate(100%, 100%);
    transform: translate(100%, 100%);
  }
}
/*FILE UPLOAD*/
#drop_file_zone {
  background-color: #EEE;
  border: #999 5px dashed;
  width: 290px;
  height: 200px;
  padding: 8px;
  font-size: 18px;
}
#drag_upload_file {
  width: 100%;
  height: 100%;
  /* margin: 0 auto;*/
}
#drag_upload_file p {
  text-align: center;
  width: 100%;
  background-color: #00000055;
}
#drag_upload_file p input {
  padding: 5px;
}
#drag_upload_file #selectfile {
  display: none;
}
#drag_upload_file2 p {
  text-align: center;
}
#drag_upload_file2 p input {
  padding: 5px;
}
#drag_upload_file2 #selectfile2 {
  display: none;
}
/* Toggle Checkbox */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 27px;
}
/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
  background-color: #628890;
}
input:focus + .slider {
  box-shadow: 0 0 1px #628890;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.sliderRed {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.sliderRed:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .sliderRed {
  background-color: #EC3A20;
}
input:focus + .sliderRed {
  box-shadow: 0 0 1px #628890;
}
input:checked + .sliderRed:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
/* Rounded sliders */
.sliderRed.round {
  border-radius: 34px;
}
.sliderRed.round:before {
  border-radius: 50%;
}
/*end toggle checkbox*/
.bgSelectCMSettings {
  padding: 20px;
  background-color: #808080;
  /*    margin-left: 20px;
    margin-right: 20px;
    margin-top: -20px;*/
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
/*    LIBRARY ITEMS    */
.thumbLibraryItem {
  width: 100%;
  height: 150px;
  background-size: cover;
  background-repeat: no-repeat;
}
.videoLowerInfo {
  font-family: 'Roboto Condensed';
  font-size: 10px;
  width: 84%;
  float: left;
  line-height: 15px;
  padding-left: 10px;
  padding-bottom: 10px;
}
.imageItem {
  background-color: #000;
}
.checkBoxItem {
  position: absolute;
  z-index: 99;
  top: 5px;
  left: 15px;
}
.itemCategory {
  position: absolute;
  z-index: 99;
  right: 5px;
  background-color: #80808099;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
#usr-pic {
  border-radius: 50%;
  height: 100px;
  width: 100px;
}
.itemWidgetSelect {
  border: 1px solid #628890;
  border-radius: 5px;
  background-color: #282828;
  color: #628890;
  margin-bottom: 5px;
  margin-right: 20px;
  padding: 10px;
}
.floatingMenu {
  position: absolute;
  z-index: 100;
  /*  bottom: 20px;
  left: 30px;*/
  background-color: #fff;
  /*height: 130px;*/
  width: 180px;
  display: none;
  top: 215px;
  right: 30px;
}
.floating-menu-buttons {
  text-align: right;
}
.plr5 {
  padding: 0 5px 0 5px;
}
.descHeight {
  height: 60px;
  overflow: auto;
  margin-bottom: 5px;
}
textarea {
  min-height: 150px;
  border-radius: 15px;
  border: 1px solid #fff;
  background-color: #303030;
  margin-bottom: 21px;
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #FFF;
  background-clip: padding-box;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
/*    END LIBRARY ITEMS    */
/*      CONTRIBUTIONS      */
.browseAll {
  color: #ccc;
  font-size: 0.9vw;
  margin-left: 5px;
}
.contributionChannelItem, .contributionChannelItemFirst, .contributionChannelItemLast {
  background-color: #282828;
  color: white;
  max-width: 260px;
  position: relative;
  border-radius: 5px;
}
.contributionChannelItem:hover {
  scale: 2;
  z-index: 999;
  top: -70;
}
.contributionChannelItemFirst:hover {
  position: relative;
  scale: 2;
  z-index: 999;
  left: 115px;
  top: -70px;
}
.contributionChannelItemLast:hover {
  position: relative;
  scale: 2;
  z-index: 999;
  left: -115;
  top: -70px;
}
.contributionChannelItem a {
  color: white;
}
.contribution {
  background-color: #282828;
  color: white;
  max-width: 393px;
  position: relative;
  border-radius: 5px;
}
/*
.contribution:hover {
  scale: 2;
  z-index: 999;
  top: -70;
}
.contributionFirst:hover {
  position: relative;
  scale: 2;
  z-index: 999;
  left: 115px;
  top: -70px;
}
.contributionLast:hover {
  position: relative;
  scale: 2;
  z-index: 999;
  left: -115;
  top: -70px;
}*/
.contribution a {
  color: white;
}
.contributionMgmt {
  background-color: #303030;
  color: white;
  max-width: 300px;
  position: relative;
}
.contributions {
  /* max-width: 1200px;*/
  margin: 0 auto;
  display: grid;
  grid-gap: 1rem;
  /*grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));*/
  grid-template-columns: 300px 300px 300px;
  margin-bottom: 10px;
  width: 100%;
}
.contributionHeader {
  width: 100%;
  padding: 0 0 0 0.5rem;
  overflow: hidden;
}
.postedBy {
  text-align: right;
  font-size: x-small;
  width: 100%;
  padding: 0 0.5rem 0 0;
}
.contributionTitle {
  padding: 0 0.5rem 0 0.5rem;
  color: #5acab0;
  font-weight: bold;
  margin-top: -15px;
}
.contributionTitleMgmt {
  padding: 0 0.5rem 0 0.5rem;
  color: #5acab0;
  font-weight: bold;
}
#lowerContainer {
  position: relative;
  top: -20px;
}
.durationMgmt {
  position: relative;
  top: 0px;
  background-color: #00000099;
  padding-left: 5px;
  width: 100%
}
.contributionDescription {
  color: white;
  height: 90px;
  padding: 0 0.5rem 0.5rem 0.5rem;
  overflow: auto;
  margin-bottom: 5px;
  /*margin-top: -20px;*/
}
.contributionChannel {
  color: white;
  height: 30px;
  padding: 0 0.5rem 0.5rem 0.5rem;
  overflow: hidden;
  margin-bottom: 5px;
  margin-top: 15px;
  border-bottom: solid 1px;
}
.contributionChannel a {
  color: #5acab0;
}
.contributionDescriptionLibrary {
  color: white;
  height: 65px;
  padding: 0 0.5rem 0.5rem 0.5rem;
  overflow: auto;
  margin-bottom: 20px;
  /*margin-top: -20px;*/
}
.contributionLibraryItem {
  position: absolute;
  top: 0;
  z-index: 1000;
  display: none;
  height: 100%;
  width: 100%;
}
.contributionDurationLibraryItem {
  position: absolute;
  z-index: 1000;
  background-color: rgb(0, 0, 0, .7);
  padding: 0 5px;
  bottom: 50%;
  font-size: 0.5vw;
  border-radius: 0 5px 0 0;
}
.contributionDescriptionLibraryItem {
  color: white;
  position: absolute;
  top: 50%;
  z-index: 1000;
  padding: 0 0.5rem 0.5rem 0.5rem;
  background-color: rgb(0, 0, 0, 0.7);
  height: 50%;
  width: 100%;
  text-align: left;
  font-size: 0.5vw;
}
.contributionTitleLibraryItem {
  color: white;
  position: absolute;
  top: 0;
  z-index: 1000;
  /*padding: 0 0.5rem 0.5rem 0.5rem;*/
  background-color: rgb(0, 0, 0, 0.5);
  width: 100%;
}
.contributionDescriptionMgmt {
  color: white;
  max-height: 90px;
  padding: 0 0.5rem 0.5rem 0.5rem;
  overflow: auto;
  margin-bottom: 20px;
}
.contributionMgmtFooter {
  background-color: #558d8f;
  height: 24px;
  width: 100%;
  z-index: 9;
  position: absolute;
  bottom: -5px;
}
.contributionMgmtFooterBtns {
  float: left;
  position: relative;
  z-index: 10;
  background-color: cadetblue;
  padding: 0 5px 0 5px;
  color: white;
}
.contributionMgmtFooterBtnsRight {
  float: right;
  position: relative;
  z-index: 10;
  background-color: cadetblue;
  padding: 0 5px 0 5px;
  color: white;
}
.contributionDescriptionChannel {
  color: white;
  height: 90px;
  padding: 0 0.5rem 0.5rem 0.5rem;
  overflow: auto;
  margin-bottom: 30px;
  text-align: left;
  /*    margin-top: -10px;*/
}
.contributionFooter {
  width: 100%;
  /*text-align: right;*/
  padding-right: 5px;
  /* position: absolute;
    z-index: 101;*/
  bottom: 2px;
}
.relatedFooter {
  width: 100%;
  padding-right: 10px;
  position: absolute;
  bottom: -1px;
  z-index: 101;
}
.search {
  height: 40px;
  margin: 20px auto;
  max-width: 1200px;
}
.searchBottom {
  margin: 0px auto 20px;
}
.search input, select, button {
  border-style: solid;
  border-width: 1px;
  color: white;
  border-radius: 10px;
  height: 40px;
  overflow: hidden;
  background-color: #404040;
  outline: none;
}
.contributionStatus {
  position: relative;
  z-index: 10;
  top: 24px;
  right: 5px;
  float: right;
  /*  background-color: cadetblue;*/
  padding: 0 5px 0 5px;
  border-radius: 0 10px;
  margin-top: -20px
}
.privateLabel {
  background-color: #ff000077;
  top: 70px;
  left: -5px;
  float: left;
  border-radius: 5px 0;
}
.contributionImage {
  max-height: 240px;
  width: 100%;
}
.contributionImageOnlyThumb {
  max-height: 240px;
  width: 100%;
  border-radius: 5px;
}
.contributionImagePlaylist {
  max-height: 215px;
  top: -20px;
  position: relative;
}
.contributionImageVertical {
  max-height: 125px;
}
.contributionImagePlaylistVertical {
  max-height: 125px;
  top: -20px;
  position: relative;
}
.contributionLogo {
  position: relative;
  z-index: 10;
  top: 40px;
  /*right: 10px;
    padding: 0 5px 0 5px;*/
  float: right;
  border-radius: 10px;
  margin-top: -20px
}
.contributionDuration {
  position: relative;
  z-index: 10;
  /*top: 130px;*/
  background-color: #00000044;
  padding-left: 5px;
}
.contributionLogo img {
  position: relative;
  z-index: 10;
  /* top: 160px;
  right: -10px;*/
  float: right;
  /* 
    background-color: #00000055;
  padding: 0 5px 0 5px;
  border-radius: 10px;*/
  margin-top: -20px;
}
.lower {
  bottom: 0px;
  /*    position: absolute;*/
  width: 100%;
}
.pagination a {
  margin: 5px;
  font-size: 16px;
}
.classActive {
  margin: 10px !important;
  font-size: 20px !important;
  color: cadetblue;
}
/*   END CONTRIBUTIONS  */
/*//////////// COMMUNITY ////////////*/
/* Style the tab */
.legenda {
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 5px;
  border-radius: 10px;
}
.tab {
  overflow: hidden;
  /* border: 1px solid #ccc;
  background-color: #f1f1f1;*/
}
/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 14px;
  color: white;
  border-bottom: 1px solid #5acab0;
}
/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}
/* Create an active/current tablink class */
.tab button.active {
  /*background-color: #ccc;*/
  color: #5acab0;
  border-left: 1px solid #5acab0;
  border-right: 1px solid #5acab0;
  border-top: 1px solid #5acab0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: none;
  outline: none;
}
/* Style the tab content */
.tabcontent {
  display: none;
  width: 100%;
  padding: 6px 12px;
  border: 1px solid #F19200;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
/* Style the bottom tabs */
.tab2 {
  overflow: hidden;
  /* border: 1px solid #ccc;
  background-color: #f1f1f1;*/
}
/* Style the buttons inside the tab */
.tab2 button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 14px;
  color: white;
  border-bottom: 1px solid #5acab0;
}
/* Change background color of buttons on hover */
.tab2 button:hover {
  background-color: #ddd;
}
/* Create an active/current tablink class */
.tab2 button.active {
  /*background-color: #ccc;*/
  color: #5acab0;
  border-left: 1px solid #5acab0;
  border-right: 1px solid #5acab0;
  border-top: 1px solid #5acab0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: none;
  outline: none;
}
/* Style the tab content */
.tabcontent2 {
  display: none;
  width: 100%;
  padding: 6px 12px;
  border: 1px solid #F19200;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
/*//////////// END COMMUNITY ////////////*/
/*//////////// NOTIFICATIONS ////////////*/
.btn-ok {
  padding: 8px 35px;
  border-radius: 10px;
  border: 1px solid white;
  background-color: #404040;
  color: white;
  border-color: grey;
}
.fixedHeight {
  height: 70px;
  overflow: hidden;
}
.msgTitle {
  font-size: 14px;
  font-family: 'Roboto';
  color: #5acab0;
  cursor: pointer;
}
.boldMsg {
  font-weight: bold;
  color: gainsboro;
}
.boldTitle {
  font-weight: bold;
  color: #628890;
}
.msgText {
  cursor: pointer;
}
.chk-notifications {
  width: 20px;
  height: 20px;
  margin-top: 20px;
  background: #404040;
}
/*//////////// END NOTIFICATIONS ////////////*/
/*//////////// . SETTINGS ////////////*/
.editElement {
  position: absolute;
  z-index: 900;
  top: 0;
  right: 0;
}
.labelSwitch {
  vertical-align: top;
}
.show-info {
  cursor: pointer;
  background-color: #5acab0;
  border-radius: 12px;
  vertical-align: top;
  padding: 6px 9px;
}
/*/////////// showPassword /////////*/
.showPass {
  float: right;
  right: 12px;
  position: relative;
  top: 25px;
  /*left: 0px;*/
}
/*////// library  ///////*/
.uploadBtnMobile {
  display: none;
}
label {
  cursor: pointer;
  /* Style as you please, it will become the visible UI component. */
}
#upload-photo {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
#videoElement {
  width: 500px;
  height: 375px;
  background-color: #555;
}
/******************************** PLAYLIST ***********************************/
.addPlay {
  position: absolute;
  z-index: 99;
  right: 10px;
  top: 10px;
  background-color: #282828;
  width: 500px;
  height: 350px;
  float: right;
  display: none;
  border-radius: 15px;
  box-shadow: 0px 0px 8px 0px #808080;
}
.addPlaylistFooter {
  right: 5px;
  position: absolute;
  bottom: 10px;
}
.editPlaylistFooter {
  left: 30px;
  position: absolute;
  bottom: 10px;
  width: 95%
}
.disabled {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #808080;
}
.playlistTitleCounter {
  position: relative;
  color: #808080;
  right: 15px;
  top: -20px;
  z-index: 99;
  float: right;
}
.playlistDesc {
  position: absolute;
  z-index: 10;
  bottom: 0;
  background-color: #00000099;
  width: 100%;
  line-height: 1.2;
}
.editPlay {
  position: absolute;
  z-index: 99;
  left: 0%;
  top: 15px;
  background-color: #282828;
  width: 100%;
  height: 100%;
  float: right;
  display: none;
  border-radius: 15px;
  box-shadow: 0px 0px 8px 0px #808080;
}
.playlistContainer {
  height: 500px;
  overflow: auto;
}
.playlistFilter {
  text-align: left;
  font-size: 20px;
  color: #808080;
  border-bottom: 1px solid #808080;
  padding: 5px;
}
.centerText {
  margin: auto;
}
#outerMore {
  text-align: center;
  position: absolute;
  /*bottom: -5px;*/
  right: 20px;
  z-index: 99;
  display: none;
}
.contributionSearchPlaylist {
  max-width: 165px !important;
  background-color: #1d1d1d !important;
  margin: 5px;
  float: left;
  height: 200px;
}
.searchHeader {
  white-space: nowrap;
  text-align: left;
}
.contributionDescriptionSearch {
  max-height: 60px !important;
}
.Vertical {
  max-height: 105px !important;
}
#videoResultsOuter {
  width: 100%;
  height: 250px;
  background-color: #303030;
  overflow: auto;
}
#videoResults {
  width: 100%;
}
#container {
  width: 100%;
  height: 85%;
  display: block;
  margin: auto;
  overflow: auto
}
p {
  /*float: right;*/
}
.right {
  float: right;
}
.left {
  float: left;
  text-align: left;
}
#videoWrapper {
  height: 540px;
  overflow: auto;
}
.playlistItem {
  margin: 10px;
  border: 1px solid #808080;
  height: 70px;
  border-radius: 5px;
  padding: 10px;
  width: 90%;
  line-height: 1.1;
}
.videoOrderTitle {
  margin: 25px;
  padding-bottom: 25px;
  font-size: 10px;
}
.lens {
  position: absolute;
  left: 124px;
  top: 28px;
}
.searchPlaylist {
  width: 100%;
  float: right;
}
/******************PLAYLIST FRONTEND *********/
.playlistStationContainer {
  margin-top: 70px;
  overflow: hidden;
  white-space: nowrap;
  height: 300px;
  padding: 5px;
  background: #191919;
  /* border: 1px solid white;*/
  border-radius: 10px;
  margin-bottom: -50px;
}
.playlistStationContainer {
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}
.playlistStationContainer::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}
.innerContainer {
  overflow-x: scroll;
  padding-bottom: 17px;
  /* Increase/decrease this value for cross-browser compatibility */
  box-sizing: content-box;
  /* So the width will be 100% + 17px */
}
.playlistStationItem {
  display: inline-block;
  max-width: 425px;
  margin-right: 5px;
}
.overlay {
  position: absolute;
  z-index: 999;
  right: 5px;
  top: 20%;
  background: #00000099;
  width: 20%;
  max-height: 200px;
  display: inline-block;
}
.iconPlaylist {
  float: left;
}
.playlistStationContainer h2 span {
  font-size: 16px;
  font-family: Roboto;
  position: relative;
  padding-left: 25px;
}
.playlistStationContainer h2 span:before {
  content: "#";
  position: absolute;
  left: 0;
  top: 0px;
}
.alertPlay {
  position: absolute;
  z-index: 1100;
  top: 60px;
  left: 40px;
}
/*//////////   HOMEPAGE ////////////*/
.inner {
  height: 50%;
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #ffffffbb;
  box-sizing: border-box;
  padding: 40px;
}
.title {
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  color: #181818;
  text-shadow: 0px 2px 2px #5acab0;
  position: relative;
  margin: 0 0 20px 0;
}
.subtitle {
  color: #282828;
  text-align: center;
}
.homeNews {
  background-color: #181818;
  padding: 10px;
  border-radius: 5px;
}
.newsTitle {
  font-size: 16px;
  border-bottom: 1px solid #5acab0;
}
.newsText {
  margin-top: 5px;
  font-size: 16px;
  overflow: auto;
  height: 80px;
  color: white;
}
.dates {
  position: absolute;
  z-index: 999;
  bottom: 0px;
  padding-left: 5px;
  background-color: #00000088;
  width: 100%;
}
/*///////// VIDEO PAGE /////////////*/
.img-usr {
  width: 50px;
  border-radius: 25px;
  height: 50px;
  background-size: cover;
  background-repeat: no-repeat;
}
.breadcrumbAengie {
  padding: 20px;
  font-size: 16px;
}
.breadcrumbDashboard {
  padding: 15px;
  font-size: 16px;
}
.menuChat {
  display: none;
  width: 150px;
  /*height: 100px;*/
  background-color: #282828;
  position: absolute;
  bottom: 20px;
  left: 100px;
  z-index: 100;
  text-align: left;
  padding: 10px;
}
/*//   END VIDEO PAGE    //*/
.font16 {
  font-size: 16px;
}
.errorMsg {
  text-align: center;
  font-size: 16px;
  color: #5acab0;
}
.cardLabel {
  padding: 5px;
  background: #303030;
  margin-top: 15px;
}
.argumentLive {
  background: #5acab0dd;
  text-align: center;
  color: black;
  font-size: 16px;
  border-radius: 15px;
}
.searchBar {
  background-color: #191919;
  padding: 5px;
}
.uploadBtn {
  color: #fff;
  display: inline-block;
  background: #333333;
  padding: 13px 5px;
  border-radius: 100px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  float: left;
  width: 45%;
  margin: 0 10px 30px 10px;
  border: 1px solid #fff;
  cursor: pointer;
  height: unset;
}
.upPercentage {
  height: 10px;
  width: 0%;
  background: aquamarine;
  border-radius: 5px;
  margin-bottom: 5px;
}
.disabledBtn {
  color: lightgray;
  background: #888;
  border: 1px solid #999;
}
button, input, optgroup, select, textarea {
  margin: 0;
  background: #404040;
  border-radius: 10px;
  font-size: inherit;
  line-height: inherit;
  color: #FFF;
  width: 97%;
}
.flatInput {
  outline: 0 !important;
  border: 0;
  height: 45px;
}
.zmovo-remember-me input {
  width: unset;
}
::-webkit-file-upload-button {
  height: 40px;
}
.mainBg {
  /* background-color: #303030;*/
  background-color: #000;
}
.toogleChat {
  position: absolute;
  /*top: 60px;*/
  left: 5px;
  z-index: 10;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 15px;
  padding: 10px;
}
.stationBread {
  font-size: 1.25rem;
  vertical-align: super;
}
.stationBreadIcon {
  font-size: 2.35rem;
  margin-right: 10px;
}
.chatPanel {
  height: 90%;
  position: absolute;
  width: 400px;
  top: -15px;
  left: 45px;
  z-index: 9;
  display: none;
}
.btnChat {
  position: relative;
  left: -12px;
  top: 73px;
  width: 35px;
  height: 35px;
  background-color: #191919DD;
  text-align: center;
  line-height: 45px;
  border-top-left-radius: 22px;
  border-bottom-left-radius: 22px;
}
.addCommentInput {
  position: relative;
  top: 10px;
  left: 0;
  height: 25px;
  z-index: 90;
  padding: 0 10px;
}
.loginBtn {
  display: inline-block;
  font-size: 18px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  margin-right: -1px;
  font-family: Roboto Mono;
  line-height: 40px;
  vertical-align: middle;
}
.noVideoAlert {
  position: absolute;
  width: 150px;
  height: 150px;
  top: 10%;
  left: 5%;
  transform: rotateZ(319deg);
  color: red;
  font-size: 24px;
  background: #00000099;
  line-height: 150px;
  border-radius: 131px;
  text-align: center;
}
.transcodingAlert {
  position: absolute;
  width: 100px;
  height: 25px;
  top: 10%;
  left: 5%;
  color: lightgreen;
  font-size: 16px;
  background: #00000099;
  line-height: 25px;
  border-radius: 25px;
  text-align: center;
}
::-webkit-calendar-picker-indicator {
  /*filter: invert(1);*/
}
.toggleStats {
  padding: 5px;
  position: relative;
}
.mobShow {
  display: none;
}
#SEOcheck {
  padding: 0 30px;
}
.verified::before {
  color: lawngreen !important;
}
.almostVerified::before {
  color: orange !important;
}
#SEOcheck li::before {
  content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: red; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
.description ol {
  list-style: decimal;
}
.unorderedList {
  list-style: circle;
}
.description ul {
  list-style: circle;
}
.borderSelected {
  border: 2px solid orange;
}
.thumbSelection {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.grid2 {
  margin: 0 auto;
  display: grid;
  grid-gap: 1rem;
  /* grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); */
  grid-template-columns: auto auto;
  margin-bottom: 10px;
  width: 100%;
}
[data-bs-theme="TVChannelsDark"] {
  --bs-body-color: #FFF;
  --bs-body-color-rgb: #{to-rgb(#FFF)};
  --bs-body-bg: #303030;
  --bs-body-bg-rgb: #{to-rgb(#303030)};
  --bs-tertiary-bg: #202020;
  --bs-accordion-border-color: unset;
  --bs-accordion-active-bg: #555;
  --bs-accordion-active-color: unset;
  --bs-accordion-btn-focus-box-shadow: none;
  .dropdown-menu {
    --bs-dropdown-bg: #{mix($blue-500, $blue-600)};
    --bs-dropdown-link-active-bg: #{$blue-700};
  }
  .btn-secondary {
    --bs-btn-bg: #{mix($gray-600, $blue-400, .5)};
    --bs-btn-border-color: #{rgba($white, .25)};
    --bs-btn-hover-bg: #{darken(mix($gray-600, $blue-400, .5), 5%)};
    --bs-btn-hover-border-color: #{rgba($white, .25)};
    --bs-btn-active-bg: #{darken(mix($gray-600, $blue-400, .5), 10%)};
    --bs-btn-active-border-color: #{rgba($white, .5)};
    --bs-btn-focus-border-color: #{rgba($white, .5)};
    --bs-btn-focus-box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .2);
  }
}
.accordion-button:after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}
.overlayLayer {
  background-image: linear-gradient(90deg, transparent, #000000ad);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
}
.logoChannelInfo {
  position: absolute;
  z-index: 100;
  top: 115px;
  left: 8%;
  width: 100%
}
.logoChannelInfo img {
  width: 33%
}
.descriptionChannel {
  position: absolute;
  z-index: 101;
  top: 50px;
  width: 50%;
  margin-left: 40%;
  font-family: 'Montserrat';
  max-height: 235px;
  overflow: hidden;
}
.buttonsChannel {
  position: absolute;
  z-index: 101;
  bottom: 65px;
  margin-right: 8%;
  right: 0;
}
.greenButton {
  color: #000;
  background-color: #5acab0;
  padding: 10px 20px;
  margin-right: 10px;
  border-radius: 10px;
  font-family: 'Montserrat';
}
.gridContainer {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-row-gap: 50px;
  padding: 0 5%;
  overflow: auto;
  justify-items: center;    
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.gridContainer::-webkit-scrollbar {
  display: none;
}
.channelCard {
  max-width: 290px;
  background-color: #292929;
  border-radius: 0 20px 20px 20px;
  margin: 1em;   
}
.info {
  float: right;
  width: 10%;
  background: #995AC3;
  border-radius: 0 20px 0 0;
  text-align: center;
  color: #000;
}
.channelCardLogo {
  padding: 15px 0 15px 0;
  background: #000;
}
.channelCardButtons {
  background-color: #995AC3;
  border-radius: 0 0 20px 20px;
  height: 30px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.channelCardButton {
  text-align: center;
  color: #000;
  line-height: 2em;
}
.hero{
    position: relative; 
    top: 90px; 
    padding: 2% 5%
}

.heroImageLayer{
    height: 400px;
    background-size: cover;
    background-position: right center;
}

.sfumaturaArgento {
    color: #000;
    background: linear-gradient(180deg, #999 5%, #ddd 50%, #999 95%);
}
/*.accordion{
--bs-accordion-color: #FFF;
--bs-accordion-btn-color: #FFF;   
--bs-accordion-btn-bg: #333;
--bs-accordion-active-bg: #555;
--bs-accordion-active-color: #FFF;    
--bs-accordion-btn-focus-box-shadow: none;
--bs-accordion-bg:#444;
--bs-accordion-border-color: #111;   
}*/