@import "https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900";
@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

hr {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  border: 0px !important;
  border-top: 1px solid #000 !important;
}

.h1 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.h1,
h1 {
  font-size: 21px !important;
  margin: 0px;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 2px solid #000;
  color: black;
  /* width: 7px; */
}

h2,
.TitleList .Title {
    font: 22pt/20pt 'blender-regular',"south web", Arial, Helvetica, sans-serif;
    /*color: #141c27;*/
}

.TitleName {
  font: 15pt/13pt 'blender-bold','blender-black',"south web bold", Arial, Helvetica, sans-serif;
    color: #141c27;
    padding: 0px;
    margin: 15px 0px 12px 0px
}

p {
    font: 16t/14pt 'blender-regular',"south web", Arial, Helvetica, sans-serif;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 1em;
}

.OneItem {
  height: 400px;
}

.Header {
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, black 0%, transparent 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, black 0%, transparent 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  box-sizing: border-box;
  z-index: 5;
}

.Logo {
  width: 151px;
  height: 41px;
  margin-right: 10px;
  -webkit-transition: margin 0.125s ease;
  transition: margin 0.125s ease;
}
.Logo svg {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.Logo svg path {
  fill: #e50914;
  -webkit-transition: fill 0.125s ease;
  transition: fill 0.125s ease;
}
.Logo:hover {
  cursor: pointer;
  margin-top: 2px;
}
.Logo:hover svg path {
  fill: #ffffff !important;
}

.Navigation ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 37px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}
.Navigation ul li {
  font-weight: 400;
  padding: 7px 10px;
  font-size: 14px;
  -webkit-transition: background 0.125s ease;
  transition: background 0.125s ease;
  border-radius: 3px;
}
.Navigation ul li:hover {
  background: #e50914;
  cursor: pointer;
}

.Search {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  position: absolute;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: none;
}
.Search input {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 14px;
  height: 37px;
  width: 20%;
  background: transparent;
  color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border: 2px solid rgba(245, 245, 241, 0.1);
  outline: none;
  border-radius: 37px;
  padding: 0 10px;
  pointer-events: all;
  -webkit-transition: border 0.25s ease, width 0.125s ease 0.125s;
  transition: border 0.25s ease, width 0.125s ease 0.125s;
}
.Search input:focus {
  border: 2px solid #e50914;
  width: 30%;
}

.UserProfile {
  margin-left: auto;
}
.UserProfile .User {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.UserProfile .User .image {
  border-radius: 44px;
  margin-left: 10px;
  overflow: hidden;
  width: 44px;
  height: 44px;
  box-sizing: border-box;
  border: 3px solid transparent;
  -webkit-transition: border 0.125s ease;
  transition: border 0.125s ease;
}
.UserProfile .User .image img {
  width: 100%;
  display: block;
}
.UserProfile .User .name {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: 300;
  height: 44px;
}
.UserProfile .User:hover {
  cursor: pointer;
}
.UserProfile .User:hover .image {
  border: 3px solid #e50914;
}
.UserProfile .UserProfile-menu {
  display: none;
}

.Hero {
  width: 100%;
  position: relative;
  background-size: cover;
  min-height: 800px;
}
.Hero .content {
  position: relative;
  z-index: 4;
  width: 500px;
  left: 10vw;
  top: 10vw;
}
.Hero .content .logo {
  max-width: 400px;
  display: block;
  position: relative;
  left: -5px;
}
.Hero .content p {
  width: 100%;
}
.Hero .content .button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  margin-top: 30px;
}
.Hero .content .button-wrapper .Button:first-child {
  margin-right: 10px;
}
.Hero .overlay {
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #221f1f 0%,
    rgba(34, 31, 31, 0) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #221f1f 0%, rgba(34, 31, 31, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */
  height: 100%;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.Button {
  background: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  color: #ffffff;
  padding: 20px;
  box-sizing: border-box;
  border: 2px solid rgba(245, 245, 241, 0.2);
  border-radius: 44px;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: border 0.125s ease, background 0.125s ease;
  transition: border 0.125s ease, background 0.125s ease;
}
.Button:hover {
  border: 2px solid #f5f5f1;
}
.Button[data-primary="true"] {
  border: 2px solid #e50914;
}
.Button[data-primary="true"]:hover {
  background: #e50914;
}

.Hero {
  margin-bottom: -15vw;
}

.taboolaWith {
  width: 100%;
}

.abstract {
    box-sizing: border-box;
    overflow: hidden;
    height: 17px;
    width: 100% !important;
    font: 12pt/13pt 'blender-regular',"south web light", Arial, Helvetica, sans-serif !important;
    margin: 0px 0px 4px;
    text-align: right !important;
    direction: rtl !important;
}


.TitleList .Title {
  /*height: 315px;*/
  height:auto;
  overflow-x:scroll;
  -webkit-overflow-scrolling: touch;
}

.TitleList .Title .slick-list {
  height: 230px;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

.TitleList {
  padding: 0 4px 0 0px;
  box-sizing: border-box;
  -webkit-transition: opacity 3s ease;
  transition: opacity 3s ease;
  opacity: 0;
  position: relative;
  z-index: 4;
}
.TitleList .titles-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*margin: 20px 0;*/
  /*width: calc(100vw - 80px);*/
  width: 100%;
  box-sizing: border-box;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: auto;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  direction: initial;
}
.TitleList[data-loaded="true"] {
  opacity: 1;
}
/* .slick-list, .slick-track {     touch-action:pan-y; } */


.Item {
  /* -webkit-box-flex: 1; */
  /*-webkit-flex: 1 0 auto; */
  /* -ms-flex: 1 0 auto; */
  /* flex: 1 0 auto; */
  /* background-position: center; */
  /*background-size: 233px 176px;*/
  /* background-size: 100%; */
  width: 100% !important;
  /*height: 304px;*/
  background-repeat: no-repeat;
  /* overflow: hidden; */
  /*margin: 20px 5px;*/
  -webkit-transition: background 1s ease;
  transition: background 1s ease;
  float: right;
  margin: 0px 13px;
  height: 143px;
  direction: rtl;
  cursor: pointer;
}

.ItemImg {
  /* -webkit-box-flex: 1; */
  /*-webkit-flex: 1 0 auto; */
  /* -ms-flex: 1 0 auto; */
  /* flex: 1 0 auto; */
  /* background-position: center; */
  background-size: 233px 176px;
  /* background-size: 100%; */
  width: 98%;
  height: 98%;
  background-repeat: no-repeat;
  /* overflow: hidden; */
  /*margin: 20px 5px;*/
  -webkit-transition: background 1s ease;
  transition: background 1s ease;
  float: right;
}

.Item:nth-child(n + 6) {
  margin-top: 20px;
}
.Item:last-child {
  margin-right: 0;
}
.Item .overlay {
  /* FF3.6-15 */
  /*background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, transparent 100%);*/
  /* Chrome10-25,Safari5.1-6 */
  /*background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, transparent 100%);*/
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );*/
  /* IE6-9 */
  padding: 0px 2px;
  position: relative;
  height: auto;
  /*pointer-events: none;*/
  /*opacity: 0;*/
  -webkit-transition: opacity 0.125s ease;
  transition: opacity 0.125s ease;
  top: 7px;
}
    .Item .overlay .title  {
        font: 12pt/10pt 'blender-regular',"south web", Arial, Helvetica, sans-serif;
        color: #141c27;
        display: -webkit-inline-box;
        height: 50px;
        max-height: 55px;
        line-height: 1.2em;
        overflow: hidden;
        padding: 0 3px;
        background: transparent;
        border: 0px;
    }

    .Item .overlay .title h3 {
      font: 12pt/10pt 'blender-bold',"south web", Arial, Helvetica, sans-serif;
    color: #141c27;
    display: -webkit-inline-box;
    height: 35px;
    max-height: 55px;
    line-height: 1.1em;
    overflow: hidden;
    padding: 0 3px;
    background: transparent;
    border: 0px;
    margin-top: 0px;
  }

.Item .overlay .descHomepage {
  text-align: right;
  height: 35px;
  width: 100%;
  position: relative;
  display: block;
  margin-top: 5px;
  padding: 0 3px;
}

    .Item .overlay .descHomepage a {
        font: 12pt/13pt 'blender-regular',"south web light", Arial, Helvetica, sans-serif;
        color: #141c27;
        /* top: 215px; */
        position: absolute;
        line-height: 17px;
        height: 30px;
        /* height: auto; */
        /* margin: 12px 0; */
        overflow: hidden;
    }

    .Item .overlay .descHomepage div {
        font: 12pt/13pt 'blender-regular',"south web light", Arial, Helvetica, sans-serif;
        color: #141c27;
        /* top: 215px; */
        position: absolute;
        line-height: 17px;
        height: 33px !important;
        width: 100% !important;
        /* height: auto; */
        /* margin: 12px 0; */
        overflow: hidden;
    }

    .Item .overlay .rating {
        font: 13pt/14pt 'blender-regular',"south web", Arial, Helvetica, sans-serif;
        color: #141c27;
        /* font-weight: 200; */
        /* opacity: 0; */
        /* -webkit-transition: opacity .25s ease; */
        /* transition: opacity .25s ease; */
        top: 192px;
        position: relative;
    }
.Item .overlay .plot {
  font-size: 14px;
  display: -webkit-box;
  margin-top: 100px;
  font-weight: 300;
  line-height: 1.6;
  opacity: 0;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: margin 0.25s ease 0.125s, opacity 0.25s ease 0.25s;
  transition: margin 0.25s ease 0.125s, opacity 0.25s ease 0.25s;
}
.Item:hover {
  background-size: 275px 210px;
}
.Item:hover .overlay {
  opacity: 1;
  pointer-events: all;
}
.Item:hover .overlay .plot {
  margin-top: 10px;
  opacity: 1;
}
.Item:hover .overlay .title {
  opacity: 1;
}
.Item:hover .overlay .rating {
  opacity: 1;
}
.Item:hover .overlay .ListToggle {
  opacity: 1;
}

.ListToggle {
  border: 2px solid rgba(255, 255, 255, 0.2);
  width: 32px;
  height: 32px;
  font-size: 16px;
  border-radius: 32px;
  overflow: hidden;
  position: absolute;
  right: 20px;
  top: 20px;
  opacity: 0;
}
.ListToggle:hover {
  border: 2px solid #ffffff;
}
.ListToggle:hover div {
  top: -32px;
}
.ListToggle[data-toggled="true"] {
  background: #e50914;
  border: 2px solid #e50914;
}
.ListToggle[data-toggled="true"] div {
  top: -32px;
}
.ListToggle div {
  position: absolute;
  top: 0;
  left: 0;
  height: 64px;
  width: 32px;
  -webkit-transition: 0.125s ease;
  transition: 0.125s ease;
}
.ListToggle div i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 32px;
  width: 32px;
}

.HeaderCategory {
  float: right;
}

.HeaderSorting {
    float: left;
    font: 14pt/15pt 'blender-regular',"south web light", Arial, Helvetica, sans-serif;
    color: #141c27;
    margin-top: 25px;
    left: 100px;
    position: relative;
    /*width: 400px;*/
}

.setDropDown {
  margin: 20px;
  width: 200px;
}

.Select-placeholder,
.Select--single > .Select-control .Select-value {
  bottom: 0;
  color: #aaa;
  left: 0;
  line-height: 38px;
  padding-left: 28px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 12px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.Select-control {
  background-color: #fff;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  cursor: default;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  height: 36px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}

select {
    font: 12pt/18pt 'blender-regular',"south web ultralight", Arial, Helvetica, sans-serif !important;
    color: #141c27 !important;
    vertical-align: middle !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(Images/VOD_dd_box.png) no-repeat;
    /* background-position-x: 100%; */
    background-position-y: 7px;
    background-position-x: 3px;
    border: 1px solid #dfdfdf;
    /* border-radius: 2px; */
    /* margin-right: 3rem; */
    padding: 2px 0px 0px 30px;
    padding-right: 1.1rem;
    /*width: 150px;
           width:100px;*/
    overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis;
    -webkit-appearance: none;
}

select option {
  white-space: nowrap;
}

.setLeft.order {
  margin: 5px 0px 5px 12px !important;
  float:right;

}

.titles-wrapper-firtsVideo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: auto;
  overflow: hidden;
  direction: initial;
}

.ItemfirtsVideo {
  /*background-size: 670px 462px;*/
  width: 100% !important;
  background-repeat: no-repeat;
  -webkit-transition: background 1s ease;
  transition: background 1s ease;
  float: left;
  /*height: 462px;*/
  direction: rtl;
}

.ItemImgfirtsVideo {
  /*background-size: 670px 462px;*/
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  -webkit-transition: background 1s ease;
  transition: background 1s ease;
  float: right;
}

.ItemfirtsVideo:nth-child(n + 6) {
  /*margin-top: 20px;*/
}
.ItemfirtsVideo:last-child {
  margin-right: 0;
}
.ItemfirtsVideo .overlay {
  padding: 0px 2px;
  position: relative;
  height: auto;
  pointer-events: none;
  -webkit-transition: opacity 0.125s ease;
  transition: opacity 0.125s ease;
  top: 7px;
  outline: none;
}

.Item .overlay:hover {
  pointer-events: auto;
  background: #80808036;
  top: 0;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 1s;
  transition-property: transform;
  transform: scale(1.02);
  margin: 0 auto;
  padding: 0 2px;
}

.ItemfirtsVideo .overlay .title {
    font: 16pt/17pt 'blender-regular',"south web", Arial, Helvetica, sans-serif;
    color: #141c27;
    height: auto;
    position: relative;
    display: block;
}

.ItemfirtsVideo .overlay .descHomepage {
  text-align: right;
  height: 40px;
  width: 100%;
  position: relative;
  display: block;
}

    .ItemfirtsVideo .overlay .descHomepage a {
        font: 12pt/13pt 'blender-regular',"south web light", Arial, Helvetica, sans-serif;
        color: #141c27;
        position: absolute;
        line-height: 18px;
        height: 30px;
        overflow: hidden;
    }

.ItemfirtsVideo .overlay .rating {
    font: 13pt/14pt 'blender-regular',"south web", Arial, Helvetica, sans-serif;
    color: #141c27;
    top: 192px;
    position: relative;
}
.ItemfirtsVideo .overlay .plot {
  font-size: 14px;
  display: -webkit-box;
  margin-top: 100px;
  font-weight: 300;
  line-height: 1.6;
  opacity: 0;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: margin 0.25s ease 0.125s, opacity 0.25s ease 0.25s;
  transition: margin 0.25s ease 0.125s, opacity 0.25s ease 0.25s;
}
.ItemfirtsVideo:hover {
  background-size: 275px 210px;
}
.ItemfirtsVideo:hover .overlay {
  opacity: 1;
  pointer-events: all;
}
.ItemfirtsVideo:hover .overlay .plot {
  margin-top: 10px;
  opacity: 1;
}
.ItemfirtsVideo:hover .overlay .title {
  opacity: 1;
}
.ItemfirtsVideo:hover .overlay .rating {
  opacity: 1;
}
.ItemfirtsVideo:hover .overlay .ListToggle {
  opacity: 1;
}

.titleFirstVideo span,
.titleFirstVideo h1 {
    font: 19pt/18pt 'blender-bold','blender-black',"south web bold", Arial, Helvetica, sans-serif !important;
    color: #141c27;
    display: block;
    height: auto;
    margin-top: 10px;
    /*max-height: 1.9em;*/
    line-height: 1em;
    /*overflow: hidden;*/
    /*width: 612px;*/
}

.descHomepageFirstVideo {
    direction: rtl;
    font: 11pt/15pt 'blender-regular',"south web light", Arial, Helvetica, sans-serif;
    color: #141c27;
    display: block;
    height: auto;
   
    line-height: 1.2em;
    overflow: hidden;
    margin-top: 0px;
    margin-top: 10px;
}

.dateHomepageFirstVideo {
  margin-top: -10px;
  direction: revert;
  font: 10pt/9pt 'blender-regular',"south web light", Arial, Helvetica, sans-serif;
  color: #141c27;
  padding: 2px 7px;
}

.dateHomepageFirstVideoAndFirstItem {
  margin-top: 5px;
  direction: ltr;
  font: 11pt/15pt 'blender-regular',"south web light", Arial, Helvetica, sans-serif;
  color: #141c27;
  padding: 0 7px;
  position: absolute;
  float: left;
  direction: ltr;
  top: 172px;
}


.dateHomepageFirstVideoLeft {
    /* direction: ltr; */
    font: 11pt/15pt 'blender-regular',"south web light", Arial, Helvetica, sans-serif;
    color: #141c27;
    /* float: left; */
    height: 25px;
}

.text-block-tags {
    font-family: 'blender-regular','blender-regular','south web light';
    font-size: 15px;
    line-height: 17px;
    color: #7d7d7d;
    /* width: 100%; */
    padding: 0;
    margin: 8px 0px;
    /* float: right; */
    direction: rtl;
    text-align: right;
}

#share-box {
  position: absolute;
  left: 1px;
  bottom: -28px;
  width: 33px;
  text-align: center;
  height: 60px;
  z-index: 1001;
}

.btn-play:after {
  content: "";
  position: absolute;
  margin: 0 96px 0 0;
  z-index: 9999999;
  background: url(/ReactVod/public/images/videosmallitem.png) no-repeat 0 0;
  background-size: cover;
  width: 59px;
  height: 60px;
  background-position: 0 0;
  top: 41%;
  overflow-x: scroll;
}

.btn-play:hover:after {
  cursor: pointer;
  background-position: 0px 0px;
  opacity: 0.7;
}

.wrapper {
  width: 100%;
  left: 0px;
  bottom: 0px;
  width: 63px;
  height: 15px;
  z-index: 1001;
  position: relative;
  margin: 0px 0px -2px 2px;
}

.ucBetween_tmWrapper {
  margin: 20px auto;
  position: relative;
  text-align: center;
}

.alignLeft {
  text-align: left;
}

.main-block {
  width: 100%;
  margin-top: 0px;
  direction: ltr;
}

.ItemHeight {
  min-height: 200px;
}

.slickVideo-button.prev {
  background: none;
  /*background: url(Images/VOD_large_arrow_L.png) no-repeat;*/
  position: absolute;
  top: 19%;
  left: 1.5%;
  cursor: pointer;
  height: 70px;
  width: 63px;
  z-index: 1;
}
.slickVideo-button.next {
  background: none;
  /*background: url(Images/VOD_large_arrow_R.png) no-repeat;*/
  position: absolute;
  top: 19%;
  left: 94.5%;
  cursor: pointer;
  height: 70px;
  width: 63px;
  z-index: 1;
}

.slickFirstVideo-button.prev {
  
  background: url(Images/VOD_large_arrow_R.png) no-repeat;
  position: absolute;
  top: 26%;
  right: 1%;
  cursor: pointer;
  height: 70px;
  width: 63px;
  z-index: 1;
}
.slickFirstVideo-button.next {
  background: url(Images/VOD_large_arrow_L.png) no-repeat;
  position: absolute;
  top: 26%;
  left: 2%;
  cursor: pointer;
  height: 70px;
  width: 63px;
  z-index: 1;
}

.spinner {
  background: url(Images/loader32.gif) no-repeat scroll 0 0 transparent;
  height: 32px;
  width: 32px;
  border: 0px;
  border-color: red;
  position: absolute;
  left: 50%;
  top: 30%;
  text-align: center;
}

.background-masker {
  background: #fff;
  position: absolute;
}

/* Every thing below this is just positioning */

.background-masker.header-top,
.background-masker.header-bottom,
.background-masker.subheader-bottom {
  top: 0;
  left: 40px;
  right: 0;
  height: 10px;
}

.background-masker.header-left,
.background-masker.subheader-left,
.background-masker.header-right,
.background-masker.subheader-right {
  top: 10px;
  left: 40px;
  height: 8px;
  width: 10px;
}

.background-masker.header-bottom {
  top: 18px;
  height: 6px;
}

.background-masker.subheader-left,
.background-masker.subheader-right {
  top: 24px;
  height: 6px;
}

.background-masker.header-right,
.background-masker.subheader-right {
  width: auto;
  left: 300px;
  right: 0;
}

.background-masker.subheader-right {
  left: 230px;
}

.background-masker.subheader-bottom {
  top: 30px;
  height: 10px;
}

.background-masker.content-top,
.background-masker.content-second-line,
.background-masker.content-third-line,
.background-masker.content-second-end,
.background-masker.content-third-end,
.background-masker.content-first-end {
  top: 40px;
  left: 0;
  right: 0;
  height: 6px;
}

.background-masker.content-top {
  height: 20px;
}

.background-masker.content-first-end,
.background-masker.content-second-end,
.background-masker.content-third-end {
  width: auto;
  left: 380px;
  right: 0;
  top: 60px;
  height: 8px;
}

.background-masker.content-second-line {
  top: 68px;
}

.background-masker.content-second-end {
  left: 420px;
  top: 74px;
}

.background-masker.content-third-line {
  top: 82px;
}

.background-masker.content-third-end {
  left: 300px;
  top: 88px;
}

.marginLeft {
  margin-left: 20%;
}

/****** loader *******/

.loader-wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
}
.spinner {
  display: inline-block;
}

/****** video animation *******/

.videoAnimation,
.four_three,
.reg_pic {
  position: relative;
  width: 100%;
  resize: both;
}

.videoAnimation,
.four_three,
.reg_pic {
  margin-bottom: 30px;
  margin-top: 20px;
  position: relative;
  width: 100%;
}

.close-video {
  font-size: 16px;
  margin: 30px -2px;
  color: white;
  z-index: 206;
  position: absolute;
  cursor: pointer;
  background: url(images/Close_button_35x35.png) no-repeat 0 0;
  background-size: 20px 20px;
  height: 24px;
  left: 2px;
  width: 24px;
  top: -26px;
}

.videoAnimation:after {
  content: "";
  display: block;
  /*padding-bottom: 56.25%;*/
}

.four_three .img_videobackground,
.videoAnimation .img_videobackground {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-size: cover;
  background-position: top center;
}

.video-scroll {
  width: 297px;
  height: 339px;
  bottom: 25px;
  left: 300px;
  position: fixed;
  z-index: 2;
  animation: video_to_left 0.3s ease-out;
  animation-fill-mode: forwards;
}

@keyframes video_to_left {
  100% {
    width: 297px;
    height: 172px;
    bottom: 25px;
  }
}

a.face {
  background: url(Images/share_fb_vod.png) no-repeat scroll left top transparent !important;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  width: 22px;
}
#share-box > div {
  /* gplus */
  margin-right: 2px !important;
  margin-top: 7px !important;
}
a.send-to-friend {
    background: url(Images/share_email_vod.png) no-repeat scroll left top transparent !important;
    display: inline-block;
    height: 20px;
    width: 22px;
    margin-top: 7px;
    padding-right: 1px;
    cursor: pointer;
}

#google_plus > div {
  /* gplus */
  margin-right: 2px !important;
  margin-top: 7px !important;
}

.google_plus {
  background: url("Images/googleplus.jpg") no-repeat scroll left top transparent !important;
  display: inline-block;
  height: 24px;
  width: 38px;
  margin-top: 7px;
  padding-right: 1px;
  cursor: pointer;
}

.paddingSide {
  padding: 0 10px;
}

.btn-play:after {
  content: "";
  position: absolute;
  z-index: 9999999;
  background: url(/ReactVod/public/images/videosmallitem.png) no-repeat 0 0;
  background-size: cover;
  width: 59px;
  height: 60px;
  background-position: 0 0;
  top: 29%;
  left: 35%;
  overflow-x: scroll;
}

.btn-play:hover:after {
  cursor: pointer;
  background-position: 0px 0px;
  opacity: 0.7;
}




.btn-playFirstItem:after {
  content: "";
  position: absolute;
  margin: 0 96px 0 0;
  z-index: 9999999;
  background: url(/ReactVod/public/images/videosmallitem.png) no-repeat 0 0;
  background-size: cover;
  width: 59px;
  height: 60px;
  background-position: 0 0;
  top: 28%;
  left: 64%;
  overflow-x: scroll;
}

.btn-playFirstItem:hover:after {
  cursor: pointer;
  background-position: 0px 0px;
  opacity: 0.7;
}

.vod {
  margin-bottom: -30px;
}



/*header TITLE leftRect*/
#main .leftRect {
    /*color: white;
    border-top: 24px solid #000;
    border-right: 7px solid transparent;
    line-height: 1;
    width: 450px;
    float: left;
    line-height: 0px;*/
    background-color:#000 !important;
    width:100% !important;
    border-top:unset !important;
    height:30px;
    position:relative;
}


.headerTextVOD {
  float: right;
  text-align: center;
  color: #fff;
  font-size: 20px;
  top: 6px;
  position: relative;
  right: 10px;
  height: 20px;
}

#main .leftRect .rightRect {
    /*color: white;
    padding-left: -1.5%;
    float: right;
    right: 0;
    border-bottom: 24px solid #000;
    border-left: 7px solid transparent;
    width: 24px;
    position: absolute;
    margin-top: -24px;
    height: 24px;
    line-height: 0;*/

    display:none;
}

#main .leftRect .headerText {
    /*float: right;
    text-align: center;
    color: #000;
    color: #fff;
    font-size: 17px;
    margin-top: -10px;
    position: relative;
    left: 15px;
    height: 10px;*/

    color: #fff;
    top:5px;
    position:absolute;
    right:40px;
    display:block;
}

#main .hp-new{
    background-color:#e0e0e0;
}



 .vod .banners-list-holder {
        position:relative;
        margin: 10px 0;
    }

    .vod .banners-list-holder .slick-slider{
        margin-bottom: 0;
        touch-action: auto;
       -ms-touch-action: auto;
    }

.slick-slider {
    touch-action: auto;
    -ms-touch-action: auto;
    margin-bottom: 0px;
}

    .vod .banners-list-holder .fade-div {
        display: none;
    }

    .vod .banners-list-holder .fade-div.left{
        position:absolute;
        top:0;
        left:0;
        width:13%;
        height:100%;
        background: -webkit-gradient(linear, right top, left top, from(rgba(255,255,255,0)), to(rgba(255,255,255,1)));
    }

    .vod .banners-list-holder .fade-div.right{
        position:absolute;
        top:0;
        right:0;
        width:13%;
        height:100%;
        background: -webkit-gradient(linear, right top, left top, from(rgba(255,255,255,1)), to(rgba(255,255,255,0)));
    }

    .vod .banners-list .banner{
        width:95% !important;
        margin: 0 3px;
    }

    .vod .banners-list .banner img{
        width:100%;
    }


  .collapseDrop
  {
      float: left;
      font: 14pt/13pt 'blender-bold','blender-black',"south web bold", Arial, Helvetica, sans-serif;
      color: #1430BA;
      padding: 0px;
      margin: -32px 0px 0px 6px;
  }


/*.TitleList .Title .slick-list::-webkit-scrollbar {
   -webkit-appearance: slider-horizontal;
    height: 5px;
}

.TitleList .Title .slick-list::-webkit-scrollbar-thumb {
    background-color: rgba(136, 130, 130, 0.97);
    border-radius: 20px;
    width: 50px;
}

.TitleList .Title .slick-list::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #F4F4F4;
}*/


@media only screen and (max-width :2048px) {
  #ContentPlaceHolderMain_ucVideoPlayer_divVideoHolder {
      height: 964px;
  }
}


/*IPAD PRO*/
@media only screen and (max-width :1024px) {
  #ContentPlaceHolderMain_ucVideoPlayer_divVideoHolder {
      height: 464px;
  }
}

/* *IPAD 2*/

    @media only screen and (max-width :769px) {
      #ContentPlaceHolderMain_ucVideoPlayer_divVideoHolder {
            height: 435px;
        }
    }


     /*Iphone 6 Plus*/
     @media only screen and (max-width : 414px){
      #ContentPlaceHolderMain_ucVideoPlayer_divVideoHolder {
          height: 238px;
      }
    }

     /*Nexus*/
     @media only screen and (max-width : 412px){
      #ContentPlaceHolderMain_ucVideoPlayer_divVideoHolder {
          height: 222px;
      }

    }


    @media only screen and (max-width : 384px){
      #ContentPlaceHolderMain_ucVideoPlayer_divVideoHolder {
          height: 284px;
      }

    }

     /*Iphone 6*/
     @media only screen and (max-width: 375px){
      #ContentPlaceHolderMain_ucVideoPlayer_divVideoHolder {
          height: 213px;
      }
    }


     /*LG G2 */
     @media only screen  and  (max-width : 360px){
        [id^="playerDiv"] {
            height: 273px;
        }
    }

     /*Iphone 5*/
     @media only screen and (max-width : 320px){
        [id^="playerDiv"] {
            height: 284px;
        }
    }